Isaku Yamahata
2bbef9ca44
rename --kwargs to --attributes
...
As discussed at api review, attributes is preferred to kwargs
Change-Id: I8d3c6ed8f25ddea44d86f4b40c7172d8fa9be103
2015-04-09 19:17:39 -07:00
Isaku Yamahata
2ec8130365
attach/detach interface command
...
Change-Id: I53b5d25736f0be116501a3e58bea6683d6f85414
2015-04-09 19:17:38 -07:00
Isaku Yamahata
bd5bbfbe92
service instance: drop command related to service instance
...
Since rest api related to service intances are dropped,
drop corresponding cli command.
Change-Id: I13c310ddb6cda186b411ed218a7b8950fa849390
2015-04-09 19:17:37 -07:00
Isaku Yamahata
c5b4e28a6e
correct repo in .gitreview
...
Change-Id: I1d17de398b27fd850d0fdb7ca9caa681425f3c45
2015-04-09 19:17:36 -07:00
Jeremy Stanley
8d1c86bafd
Work toward Python 3.4 support and testing
...
Change-Id: Ib4be154916f1894646cc184459e986f1043de187
2014-09-03 19:16:03 +00:00
Isaku Yamahata
87a2257477
implement servicevm related command
...
Change-Id: Ib606eb3e4721ec9a255092bf4581f3b576c3714a
2014-07-04 19:10:57 +09:00
Isaku Yamahata
ffa7a582e5
rename neutron to tacker
...
Change-Id: I89e4126cdddcf91c6b375b898c06773941db2a9c
2014-07-04 19:10:48 +09:00
Isaku Yamahata
14eeda8a0b
rename neutron to tacker
...
Change-Id: I1d7c0729d387827e8d4355db9f4dccb265c2ec32
2014-07-04 19:10:43 +09:00
Isaku Yamahata
066bddc79f
remove unnecessary neutronclient files
...
Change-Id: I2684718e779fb8c85cb0dcd126d7ec4e26035a4c
2014-07-04 19:10:38 +09:00
Isaku Yamahata
2acb813816
remove unnecessary neutron file under neutronclient/tests
...
Change-Id: I72d48ced0199399c66949ef692ad965459ae7921
2014-07-04 19:10:35 +09:00
Isaku Yamahata
e8debf8d55
setup logger name of NeutronCommand automatically
...
It is a common pattern to add
class XXXCommand(NeutronCommand):
log = logging.getLogger(__name__ + '.<command name>').
So introduce a metaclass to do that automatically in order to simplify
the code a bit.
Change-Id: I7febdcd806eb2da51781a5866cc5fac5422b1721
2014-07-04 19:10:31 +09:00
Isaku Yamahata
872ab5e336
import python-neutronclient of 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18
...
Imports python-neutornclient whose changeset is as follows
> commit 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18
> Merge: 9c77675 cbdd56d
> Author: Jenkins <jenkins@review.openstack.org>
> Date: Sat Jun 14 04:46:39 2014 +0000
>
> Merge "Add OverQuotaClient as exception to neutronclient"
Change-Id: I596915c60d349eb5afbc3de245f580f2dd37e270
2014-07-04 19:10:19 +09:00
OpenStack Project Creator
1639b8be19
Added .gitreview
2014-06-27 01:11:13 +00:00