Following the guidelines in https://review.openstack.org/#/c/155072/,
this change caps the Oslo library versions in preparation for creating
the Kilo stable branches.
Depends-On: Id62904868f1d4b39e33d2ad63340b5ee2177fb56
Change-Id: If0dce8dbb740ab182d361985b217e58f5f82a3ea
A hanging issue was occurring with httpretty 0.8.8 when testing
openstack/python-ironicclient.
* Blacklist 0.8.8
The underlying issue appears to be tracked in this bug:
https://github.com/gabrielfalcao/HTTPretty/issues/221
Change-Id: I703897317cab01710eeb637c29ae283e05b73bb1
A new version of glance_store (0.3.0) is released and we need to bump
the version for glance to use it.
Required by blueprint vmware-store-multiple-datastores.
Change-Id: I4a52347cdbc238a3cb36a67d453591d0f8576a39
Novaclient 2.22.0 was released 2015-03-02 after a long break (ignoring
the failed 2.21). Updating this would allow me to remove some hacks
around its use in other projects.
Change-Id: I203f692faced6cb48ec31788f51ec0c9f65ee755
Version 0.2.0 glance_store library has content that glance server
plans on leveraging. The release adds support for store capabilities
as enabled by glance blueprint store-capabilities (Change
I7cc3756535d09a6804ba02a23c86af13b8e9cd1a ) and helps us bump up the version here.
Change-Id: I5055b837e94fdee7e01cc94f8bdb89bada34f77b
Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
An upcoming feature in glance_store needs the api's from the
latest release of oslo.vmware.
Required by blueprint vmware-store-multiple-datastores.
Change-Id: Ia6ff01ef8da423ee13864bc56b24e5fb9d52f582
One of the oslo.context fixtures causes intermittent
failures in gate/check jobs of Nova. This 0.2.0 releases
fixes that problem.
Change-Id: I6161b250ae1da997be50d45ca3ca5c7e39464177
On version 2.1.41 method save_to_file was added and it is now need to
persist iSCSI lio configuration.
Change-Id: I0cac2ebb709089181b237fe6df94a44a30be716e
Related-Bug: #1427301
The upcoming oslo.policy work will require the latest release of
oslo.config, so bump the requirement to 1.9.0.
Change-Id: I20e54ddde27f3763765638f05e5622d1430484e8
Autobahn library is required for the implementation of
a websockets driver for Zaqar (https://review.openstack.org/#/c/140155/)
Autobahn is a widely used websocket library, actively maintained,
Py3 compatible and MIT licensed.
Change-Id: I90dac4d79b2314e3868f667360e063d480f46da9
Update the XStatic Magic Search version to 0.2.0,
to pull in latest fixes and features from Eucalyptus.
This allows Horizon tables to leverage API filtering
(and also client-side filtering) with high usability.
Change-Id: I968a874b51870bd6a39ff48daa24e53c4698007e
Implements: blueprint filtered-client-side-table
Once Nova switched over to oslo.log, we realized that "instance"
objects were printed wrong in the nova logs. Essentially instead
of just the uuid, the entire __repr__ of the instance object was
printed in the logs, making them unreadable. This was fixed in
I2d1b09015bead2012327f973f45f3f6728160c69 and oslo.log 0.4.0
was released.
Related-Bug: #1426544
Change-Id: I982b165ed64494a14dcd6b2e78d3f43a3f75aa53
openstack-doc-tools 0.22 includes a new option --ignore-book
to not build a book. This change is needed for building
of openstack-manuals.
Version 0.23 brings in a few optimizations that reduce runtime in the
gate.
Change-Id: I465773c1a6402184f4f25ce1c578da02ac0dda06
Nova change I779a4ce9c3e1ebcd6ea1b7124c6b06bd129e7015 needs
to use the 0.9.5 release for commit ae64d82.
Change-Id: Ic1069edd198dc9dcf6e37b187df75bea4a04d643
A hanging issue was occurring with httpretty 0.8.7 when testing
openstack/python-ironicclient.
* Blacklist 0.8.7
* Clean up exclude list
Change-Id: Ia111343944db7dfc535e9da0a1e41b3f6f36b495
Included in tempest-lib 0.3.0 was the migrated data_utils module which
included many utilities for creating random data used for testing.
For example see: Change I9207641aa91c0ea7feb8e067316fc220880c3a3b
That commit switches all the usage of the data_utils module from
tempest's internal copy to use the version in the library where it
will be maintained moving forward.
Change-Id: I74c88c2cbe6423449caf6af498606e288a13d64b
Eventlet 0.17.0 includes a broken reimplementation of dnspython's
dns.reversename.from_address() function, which is causing gate
failures for the Designate project.
Change-Id: I4ebdc3f8a8318db26de1accc61b254a079ab928f
Partial-Bug: 1424621