yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38281
[Bug 1493576] Re: Incorrect usage of python-novaclient
** Also affects: cinder
Importance: Undecided
Status: New
** Description changed:
All projects should use only `novaclient.client` as entry point. It designed with some version checks and backward compatibility.
Direct import of versioned client object(i.e. novaclient.v2.client) is a way to "shoot yourself in the foot".
Python-novaclient's doc: http://docs.openstack.org/developer/python-
novaclient/api.html
Horizon: https://github.com/openstack/horizon/blob/69d6d50ef4a26e2629643ed35ebd661e82e10586/openstack_dashboard/api/nova.py#L31
Manila: https://github.com/openstack/manila/blob/master/manila/compute/nova.py#L23
+ Cinder: https://github.com/openstack/cinder/blob/master/cinder/compute/nova.py
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1493576
Title:
Incorrect usage of python-novaclient
Status in Cinder:
New
Status in OpenStack Dashboard (Horizon):
New
Status in Manila:
New
Bug description:
All projects should use only `novaclient.client` as entry point. It designed with some version checks and backward compatibility.
Direct import of versioned client object(i.e. novaclient.v2.client) is a way to "shoot yourself in the foot".
Python-novaclient's doc: http://docs.openstack.org/developer/python-
novaclient/api.html
Horizon: https://github.com/openstack/horizon/blob/69d6d50ef4a26e2629643ed35ebd661e82e10586/openstack_dashboard/api/nova.py#L31
Manila: https://github.com/openstack/manila/blob/master/manila/compute/nova.py#L23
Cinder: https://github.com/openstack/cinder/blob/master/cinder/compute/nova.py
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1493576/+subscriptions
References