Project: openstack/heat 7f0c49e742c12cd4730926ec6d67133f94fb94e7
null
Reverse assert arguments so the errors make sense
Change-Id: I2919db71019ee56246eb0398ddc0a3170f17e6b2
Project: openstack/tempest adae447efe4dae5a34f42e3759b6e0fd05e5ea55
null
Updated from global requirements
Change-Id: I2cc2769b89bd040064408faea30c448350fa5f00
Project: openstack/tempest 029fbce1be267eedfe15d2a1cc979ddbb447a821
null
Update to latest pbr
This commit moves switches tempest from the d2to1 version of pbr and
move to the latest version of pbr. However, there is a bug with
build_spinx so it doesn't work with a doc version set so that section
is removed from the doc conf.py.
Change-Id: I4fe14eb2b2e81132f8fa99936a031176b38c437b
Project: openstack/python-novaclient 943a3eba2d123d9ee8daa93ae9c3cde308bc3c3b
null
Make 'nova ssh' automatically fall back to private address
If no public IP address is available automatically revert to the private address.
Change-Id: Iaf780fde77c4a1eae99c27be7e21841ca87d69dc
Project: openstack/nova 0cc85265727c168a75b0a1855d60e3ef386d6845
null
Fix migrate w/ cells
While in a child cell, do not raise when the current flavor is passed
into compute API's resize(). This is behavior that should be limited to
nova-api.
Closes-bug: 1243816
Change-Id: Ie67af3ab3003164e9742a8c4d5bd75502dca96c4
Project: openstack/nova 980ff065c91499c89472031593930ecfa29ce3c7
null
Add tests for compute (child) cell
When testing the compute API, we should also be testing when the
cell_type is 'compute'.
Change-Id: Ib0a82e00040eed5814ed7a031070b343d32ee2db
Project: openstack/cinder ea51db596906c663e0c04b546b3ca79873dd74f0
null
Unit test fails in pbuilder environment
When running tests inside a pbuilder environment we don't
have /dev/disk/by-path directory and so the test_host_driver
test fails. Fix test by overriding the isdir method to
return True and pretend that the directory is there.
Change-Id: Ifd39d796b7f250b1ec45227a4262ebb33d5656bf
zuul gates all of the contained projects in an effective single
timeline. This means that OpenStack, across all of the projects, does
already have a sequence of combinations that have been explcitily
tested, but it's non-trivial to go from a single commit of a particular
project to the commits that were tested with it.
Gerrit's submodule tracking feature will update a super project every
time a subproject is updated, so the specific sequence created by zuul
will be captured by the super project commits.