Commit Graph

21 Commits

Author SHA1 Message Date
Andreas Jaeger 7759e2fd82 Retire astara repo
Retire repository, following
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Change-Id: If5f7d284bd107a93edd9272ac0ed8e6d20ba5c51
2018-10-14 12:50:35 +02:00
vishal mahajan fee1cbb2f0 Replace python print operator with print function.
'print' function is compatible with 2.x and 3.x python versions.

Change-Id: Iac24146ba607a58fa404346d3b46b685f84b4c4f
2016-03-10 14:33:16 +05:30
shengzhang 9f9a89993b Fix 'astara-ctl browse' can't rebuild router
When a router name doesn't startswith 'ak-', set the default tenant_id to '*'.

Change-Id: I8f907cc191b9816972003e5a2c8dbb35ac2deec9
Closes-bug: 1537500
2016-01-25 12:26:13 -08:00
caoyue f3729f761b Remove unused logging import
it's obviously the code was copied from other place,
let's make it perfect.

Change-Id: I2623861ba7e8cfa601d4df2d51f42ca1b805f8c2
2016-01-19 13:13:37 +08:00
Jenkins ed336485ad Merge "Remove response body from cli output" 2016-01-14 19:33:03 +00:00
Jenkins 48598653d8 Merge "Modify xrange() to six.moves.range() for both python2 and python3" 2016-01-14 18:57:42 +00:00
Yang Li 292937fbef Modify xrange() to six.moves.range() for both python2 and python3
Change-Id: I6168db48a0b39cbb55599e5f4218eb1d5a351a5e
2016-01-14 20:40:23 +08:00
Jenkins b409224bf3 Merge "Fix source file comment typo" 2016-01-08 23:12:13 +00:00
Jenkins 4a5bcb004f Merge "Make some codes shorter" 2016-01-08 23:12:02 +00:00
Yang Li cbb47bc42d Remove response body from cli output
We should not print response body in command output directly,
it should be outputed with -v option.

Change-Id: Ic72c023b310d445c0bd94aa079717dfe957e3dbb
2016-01-08 15:21:36 +08:00
Yang Li b71a917efd Fix source file comment typo
Change-Id: I7fb06a0e493daa110a8848a5a40d72fcee452064
2016-01-08 11:49:33 +08:00
Yang Li da3c1f170f Make some codes shorter
Change-Id: I903b941b56b564a7859429b95c1ed29c037127d0
2016-01-08 11:35:08 +08:00
Jenkins 9c043d0436 Merge "Fixed astara-ctl ssh command" 2016-01-08 02:37:35 +00:00
Jenkins 752ee88d8f Merge "astara-ctl return error help info" 2016-01-07 21:59:11 +00:00
Eric Lopez f24c5a1eee Fixed astara-ctl ssh command
* Modified 'RouterSSH' class to parse neutron ports for ASTARA:MGT port
* Added Exception Handling in class for key or index error
* Fixed ssh username used for connection
* Generalized variable name for managment ip address usage

Change-Id: I2b06e5cb512612cd1b99a438568ddd17a1653c84
Closes-Bug: #1524592
2016-01-05 15:28:20 -08:00
xiayu b60bb12874 astara-ctl return error help info
astara-ctl print a incomplete help info about subcommand browse
when execute commond astara-ctl --help.

Change-Id: Ica3372362b4e5a2e97c4484ff94e21483b424a78
Closes-Bug: #1530182
2016-01-05 06:25:29 +00:00
Eric Lopez c1344d03dc Fixed astara-ctl browse command
* Modified 'FakeConfig' class to include instance_provider
* Modified 'RouterRow' class to include instance_provider config

Change-Id: I9e52842e9823955c3b8dbede00442d355b117306
Closes-Bug: #1524584
2015-12-29 11:08:34 -08:00
Adam Gandelman e92c2e8da5 Deprecate usage of amqp_url in favor of oslo.messaging backend config
This deprecates usage of the old amqp_url in favor of using backend-specific
oslo.messaging configuration.  Removes the old, pre-Liberty options and silences
a bunch of deprecation warnings to boot.

Change-Id: Ib666901c28f66a7616aa445ecc7120fe9d1e1364
Closes-bug: #1524595
2015-12-11 16:42:14 -08:00
Mark McClain a5ab32c80f Step 3 of module rename
In this step all of the imports and usage of akanda.rug is updated to
use astara. Addtionally rename all internal references from Akanda to
Astara.

Change-Id: I0cb8596066d949bceaadc4718b210fc373b5f296
Depends-On: I87106ae63747291bb6424839b5155f53136c54f9
Implements: blueprint convert-to-astara
2015-12-04 17:00:52 -05:00
Adam Gandelman 948c3742c8 Fix CLI neutron client to use keystone session
This was updated elsewhere in Liberty to use sessions.  CLI needs
updating, too.

Closes-bug: #1514992

Change-Id: I87ca120ac14a52739371d33d830dddb0a45782d1
2015-12-04 11:20:53 -08:00
Mark McClain 22304fd0ea Step 2 of renaming the code
Partially-Implements: blueprint convert-to-astara
Change-Id: I416b774557c2233652d62daf1b94cbf5dc83fa8b
2015-12-04 11:09:34 -05:00