356 Commits

Author SHA1 Message Date
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