[Bug 1537130] Re: Glance depends on swift client
Corey Bryant
corey.bryant at canonical.com
Fri Jun 24 13:59:57 UTC 2016
Looking at the upstream code for glance_store stable/liberty
(https://github.com/openstack/glance_store) there are optional
dependencies listed in setup.cfg [extras], which include swiftclient.
It looks like these need to be added to the package's debian/control
Suggests or Depends section for glance_store. Typically we determine
package dependencies based on the upstream (test-)requirements.txt, so I
think this is a gap in where we're looking for upstream dependencies.
55 [extras]
56 # Dependencies for each of the optional stores
57 s3 =
58 boto>=2.32.1
59 vmware =
60 oslo.vmware>=1.16.0 # Apache-2.0
61 swift =
62 httplib2>=0.7.5
63 python-swiftclient>=2.2.0,<3.0.0
64 gridfs =
65 pymongo>=3.0.2
66 cinder =
67 python-cinderclient>=1.3.1
** Changed in: glance (Ubuntu)
Status: Confirmed => Triaged
** Changed in: glance (Ubuntu)
Importance: Undecided => Medium
** Also affects: python-glance-store (Ubuntu)
Importance: Undecided
Status: New
** Changed in: python-glance-store (Ubuntu)
Status: New => Triaged
** Changed in: python-glance-store (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-glance-store in Ubuntu.
https://bugs.launchpad.net/bugs/1537130
Title:
Glance depends on swift client
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1537130/+subscriptions
More information about the Ubuntu-server-bugs
mailing list