Commit graph

279959 commits

Author SHA1 Message Date
Angus Salkeld
e9bd28e5f6 Updated openstack/openstack
Project: openstack/heat  7f0c49e742c12cd4730926ec6d67133f94fb94e7
null
Reverse assert arguments so the errors make sense

Change-Id: I2919db71019ee56246eb0398ddc0a3170f17e6b2
2013-10-24 19:56:03 +00:00
OpenStack Jenkins
c9616cd1c7 Updated openstack/openstack
Project: openstack/tempest  adae447efe4dae5a34f42e3759b6e0fd05e5ea55
null
Updated from global requirements

Change-Id: I2cc2769b89bd040064408faea30c448350fa5f00
2013-10-24 19:56:01 +00:00
Jenkins
bd63ab1b1b Updated openstack/openstack
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
2013-10-24 19:54:14 +00:00
Joe Gordon
efd93d237f Updated openstack/openstack
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
2013-10-24 18:46:47 +00:00
Jenkins
3ebd7b224e Updated openstack/openstack
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
2013-10-24 18:46:19 +00:00
Jenkins
74ca010fbf Updated openstack/openstack
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
2013-10-24 18:45:07 +00:00
OpenStack Jenkins
f7b027ae9e Updated openstack/openstack
Project: openstack/neutron  d7ee301f900563296707d9c11e3d60a0b400d40e
null
Imported Translations from Transifex

Change-Id: Iacabec05e369340634cd36231d4e2ced64e0543c
2013-10-24 18:19:51 +00:00
Michael Kerrin
ee9c6b64de Updated openstack/openstack
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
2013-10-24 17:49:25 +00:00
Monty Taylor
1a8546c901 Created repo for tracking tested combinations
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.
2013-10-07 17:57:51 -04:00