From 203cbf88dc10250a7f5bdbc94359ac851ef56a6d Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 12 May 2015 15:49:20 +0000 Subject: Upgrade glance to 2015.1.0 (Kilo), and dependencies New components needed: - ordereddict 1.1 - oslo-concurrency 1.8.0 - oslo-context 0.2.0 - posix-ipc - oslo-log 1.0.0 - oslo-middleware 1.2.0 - aioeventlet 0.4 - trollius 1.0.4 - urllib3 1.10.4 - semantic-version 2.4.1 The following upgrades were needed: - eventlet to v0.17.3 - sqlalchemy-migrate to 0.9.6 - httplib2 to v0.9.1 - kombu to v3.0.26 - oslo-config to 1.9.3 - oslo-utils to 1.4.0 - taskflow to 0.7.1 - keystonemiddleware to 1.5.1 - pycadf to 0.9.0 - oslo-vmware to 0.11.0 - suds to 0.4 - oslo-serialization to 1.4.0 - python-keystoneclient to 1.3.1 - oslo-i18n to 1.5.0 - oslo-db to 1.7.1 - alembic to 0.7.6 - testscenarios to 0.4 - oslo-messaging to 1.8.2 - oslo-policy 0.3.2 - glance_store to 0.4.0 Other changes: - Use a stable version of prettytables 0.7.2 so that we know the version number of if. - Move netifaces to openstack-common, because it's needed for the new version of oslo-utils. --- strata/swift.morph | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'strata/swift.morph') diff --git a/strata/swift.morph b/strata/swift.morph index 22ca8a3a..5295b6a5 100644 --- a/strata/swift.morph +++ b/strata/swift.morph @@ -3,17 +3,13 @@ kind: stratum description: Distributed object storage build-depends: # openstack-common is required for simplejson, cffi, greenlet, -# eventlet, pastedeploy +# eventlet, pastedeploy, netifaces - morph: strata/openstack-common.morph chunks: - name: dnspython repo: upstream:python-packages/dnspython ref: e1369c62d14f82b80ef11197a490ace5d43bb3f3 unpetrify-ref: v1.12.0 -- name: netifaces - repo: upstream:python-packages/netifaces - ref: 885b200ba717df87f6e8044ec8c66c677c949bcb - unpetrify-ref: release_0_10_4 - name: xattr morph: strata/swift/xattr.morph repo: upstream:python-packages/xattr @@ -25,5 +21,4 @@ chunks: unpetrify-ref: 2.2.0 build-depends: - dnspython - - netifaces - xattr -- cgit v1.2.1