From caf47a043b046dd8bfe853619f7b510d2a713648 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 7 Oct 2013 18:04:11 -0400 Subject: [PATCH 00001/18836] Branched for milestone-proposed --- .gitmodules | 36 ++++++++++++++++++------------------ cinder | 2 +- glance | 2 +- horizon | 2 +- keystone | 2 +- neutron | 2 +- nova | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6142cf16c7ca..c729b3e603de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,11 +13,11 @@ [submodule "django_openstack_auth"] path = django_openstack_auth url = https://review.openstack.org/openstack/django_openstack_auth.git - branch = . + branch = master [submodule "glance"] path = glance url = https://review.openstack.org/openstack/glance.git - branch = . + branch = master [submodule "heat"] path = heat url = https://review.openstack.org/openstack/heat.git @@ -37,55 +37,55 @@ [submodule "oslo.config"] path = oslo.config url = https://review.openstack.org/openstack/oslo.config.git - branch = . + branch = master [submodule "oslo.messaging"] path = oslo.messaging url = https://review.openstack.org/openstack/oslo.messaging.git - branch = . + branch = master [submodule "python-ceilometerclient"] path = python-ceilometerclient url = https://review.openstack.org/openstack/python-ceilometerclient.git - branch = . + branch = master [submodule "python-cinderclient"] path = python-cinderclient url = https://review.openstack.org/openstack/python-cinderclient.git - branch = . + branch = master [submodule "python-glanceclient"] path = python-glanceclient url = https://review.openstack.org/openstack/python-glanceclient.git - branch = . + branch = master [submodule "python-heatclient"] path = python-heatclient url = https://review.openstack.org/openstack/python-heatclient.git - branch = . + branch = master [submodule "python-keystoneclient"] path = python-keystoneclient url = https://review.openstack.org/openstack/python-keystoneclient.git - branch = . + branch = master [submodule "python-neutronclient"] path = python-neutronclient url = https://review.openstack.org/openstack/python-neutronclient.git - branch = . + branch = master [submodule "python-novaclient"] path = python-novaclient url = https://review.openstack.org/openstack/python-novaclient.git - branch = . + branch = master [submodule "python-openstackclient"] path = python-openstackclient url = https://review.openstack.org/openstack/python-openstackclient.git - branch = . + branch = master [submodule "python-swiftclient"] path = python-swiftclient url = https://review.openstack.org/openstack/python-swiftclient.git - branch = . + branch = master [submodule "python-troveclient"] path = python-troveclient url = https://review.openstack.org/openstack/python-troveclient.git - branch = . + branch = master [submodule "requirements"] path = requirements url = https://review.openstack.org/openstack/requirements.git - branch = . + branch = master [submodule "swift"] path = swift url = https://review.openstack.org/openstack/swift.git @@ -101,12 +101,12 @@ [submodule "pbr"] path = pbr url = https://review.openstack.org/openstack-dev/pbr.git - branch = . + branch = master [submodule "devstack"] path = devstack url = https://review.openstack.org/openstack-dev/devstack.git - branch = . + branch = master [submodule "devstack-gate"] path = devstack-gate url = https://review.openstack.org/openstack-infra/devstack-gate.git - branch = . + branch = master diff --git a/cinder b/cinder index c381a495144b..f021629df313 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit c381a495144b23b66a0394ca423ccb5654156387 +Subproject commit f021629df31328324ca429c29a827efab832eee0 diff --git a/glance b/glance index a5522f0bf2f4..04cd202fd10e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a5522f0bf2f4013a4bfabf8a3056b5bfed3c09eb +Subproject commit 04cd202fd10ebac15792eb30648bd87da1371eb7 diff --git a/horizon b/horizon index 29cb522f31f3..737ef39e087f 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit 29cb522f31f3f580e3f8691f9fc28c580c0be54c +Subproject commit 737ef39e087f08fc5a728c3f393f8c9d7753ce9c diff --git a/keystone b/keystone index afbc75b08add..b6b1e30d3b8d 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit afbc75b08add8fb5201f4ca7ccf1b7353fab138c +Subproject commit b6b1e30d3b8d8d89ddb6d26b201a2f767ef83663 diff --git a/neutron b/neutron index 4601b14d1301..d90649f0e9c8 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 4601b14d13018f89c683f47d22e3ade8880d97ff +Subproject commit d90649f0e9c8babc4896550d312e4ea862e51a03 diff --git a/nova b/nova index faabb91ab4b0..96d828fb697a 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit faabb91ab4b05cbab891334964a5586d735aabdd +Subproject commit 96d828fb697a78042ac0117790f8bd70c6a691f6 From b60ad41affd25cd2c0337c8e1228437fd403bd68 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 19 Sep 2013 19:05:46 +0000 Subject: [PATCH 00002/18836] 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 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index aadaf23b5eca..943a3eba2d12 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit aadaf23b5ecafd897dac430266192f9987c1ff6c +Subproject commit 943a3eba2d123d9ee8daa93ae9c3cde308bc3c3b From fa573c69340d9dec1498b484b0d0916f2aa84726 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Oct 2013 21:03:34 +0000 Subject: [PATCH 00003/18836] Updated openstack/openstack Project: openstack-dev/devstack c6605ab89c2f009e1842b125457973350848ebb8 null Start nova-compute with child cell conf A recent commit broke the cells support and switched nova-compute to always start with the API cell .conf. This corrects the regression. Change-Id: I633344c8784c154f61e751cd0a408196e61525b3 Closes-bug: 1243961 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b615df917005..c6605ab89c2f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b615df917005aad04856f8f07b51c8fc03fd7058 +Subproject commit c6605ab89c2f009e1842b125457973350848ebb8 From f3db07df73ff125c9191f654574655497c763405 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Oct 2013 22:41:50 +0000 Subject: [PATCH 00004/18836] Updated openstack/openstack Project: openstack-dev/devstack 4b3196f5a741f37473948ad2bb5ebf4033e4a533 null create an UNDO_REQUIREMENTS variable in the gate, we actually need to *not* roll back the requirements, otherwise tempest can wedge the world because it runs under tox. Make a variable that we can set to false in the gate to ensure that we don't roll back the requirements changes. Change-Id: I2b842ecc3f6e8b917dd721729640000bd7e7fb78 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c6605ab89c2f..4b3196f5a741 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c6605ab89c2f009e1842b125457973350848ebb8 +Subproject commit 4b3196f5a741f37473948ad2bb5ebf4033e4a533 From 60b877328c41f8938a51bdc4ad3efa388d5f64e7 Mon Sep 17 00:00:00 2001 From: Robert Mizielski Date: Thu, 3 Oct 2013 15:43:34 +0200 Subject: [PATCH 00005/18836] Updated openstack/openstack Project: openstack/django_openstack_auth f511f81b4f8f4bb94692ab5fe9570219b0ebf40e null Giving focus on username field on log in page Added autofocus on the username input. Change-Id: I32f34ac2410919c4f2bacac0eceb8668cb3ee08e Closes-Bug: #1225662 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 259c57b5b6c8..f511f81b4f8f 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 259c57b5b6c8fa0820a584edcae713ffca7c5b3d +Subproject commit f511f81b4f8f4bb94692ab5fe9570219b0ebf40e From 566309b5a8a169885441f7cc9ff47b016b23efd0 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Tue, 15 Oct 2013 14:47:30 -0400 Subject: [PATCH 00006/18836] Updated openstack/openstack Project: openstack/python-glanceclient 518cb2508d6557f1e8f1c8c480720e46fef4bae9 null python3: use six.moves for httplib imports This adds six to the requirements.txt file in order to make some HTTP-related imports work across Python 2's httplib and Python 3's http.client modules. Tests were updated, including one change to the location of HTTPConnection - moving it from being accessed where it was imported rather than its canonical location inside of six.moves.http_client. Change-Id: Ibc4932b37dfdf195cd5091066914513af1876955 Signed-off-by: Chuck Short --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 32d9c42816b6..518cb2508d65 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 32d9c42816b608220ae5692e573142dab6534604 +Subproject commit 518cb2508d6557f1e8f1c8c480720e46fef4bae9 From bb2d290767fd104cea3fd282cc75a9302d725853 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 24 Oct 2013 13:17:31 +0000 Subject: [PATCH 00007/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 8e341cc620352ba07fb80d81a32ba01199e7d4cb null Updated from global requirements Change-Id: Ie1ce367075e4b32b0bf5acc32aa7152cd3fbff0f --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index c3283ec1e861..8e341cc62035 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit c3283ec1e861f29a53c59c1a09f2a1bc21a713e4 +Subproject commit 8e341cc620352ba07fb80d81a32ba01199e7d4cb From 48b8a5f904d2804b92aaf4fc5fcf93cbe29a53a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Oct 2013 08:47:45 +0000 Subject: [PATCH 00008/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 4b7a63362345952526006d5cf236afb62abd3430 null Fix cacert argument to HTTPS connection This fixes a typo that broke the client for HTTPS URLs. Added a basic test to cover this case. Coverage is very low in common/http.py. Change-Id: Ic440f20f463c3b8558a7639f1015096a01496cf8 Closes-bug: 1244091 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 8e341cc62035..4b7a63362345 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 8e341cc620352ba07fb80d81a32ba01199e7d4cb +Subproject commit 4b7a63362345952526006d5cf236afb62abd3430 From 5b8e5b686f79880086284e4a654834a07e34866b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Oct 2013 10:15:36 +0000 Subject: [PATCH 00009/18836] Updated openstack/openstack Project: openstack-dev/devstack 5ceb0e289b5427c89b0c968575fcde1d5100bdfc null Enable keystone authentication in Ironic Currently Ironic installation script leaves authenticaiton strategy in its default value which is noauth. This is not relevant for the most of development and testing environments. This patch sets authentication strategy for Ironic to keystone and specifies the path to the policy file. Closes-bug: #1233612 Change-Id: Idacbda05663e7ef949cbce0dbdf28eaa36b6a1a9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4b3196f5a741..5ceb0e289b54 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4b3196f5a741f37473948ad2bb5ebf4033e4a533 +Subproject commit 5ceb0e289b5427c89b0c968575fcde1d5100bdfc From d37dc94403bf64fca3d3b3afeb986c0d1f8b81cb Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 23 Oct 2013 07:28:58 +0100 Subject: [PATCH 00010/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7914181398630cbcbc25543d72871ccf812df517 null Properly handle transport URL config on the client On the client side, in the rabbit and qpid drivers, we use a connection pool to avoid opening a connection for each message we send. However, there is only currently one connection pool per process: def get_connection_pool(conf, connection_cls): with _pool_create_sem: # Make sure only one thread tries to create the connection pool. if not connection_cls.pool: connection_cls.pool = ConnectionPool(conf, connection_cls) return connection_cls.pool This is a nasty artifact of the original RPC having no conectp of a transport context - everything was a global. We'll fix this soon enough. In the meantime, we need to make sure we only use this connection pool where we're not using the default transport configuration from the config file - i.e. where we supply a transport URL. The use case here is cells - we send messages to a remote cell by connecting to it using a transport URL. In our devstack testing, the two cells are on the same Rabbit broker but under different virtual hosts. Because we were always using the connection pool on the client side, we were seeing both cells always send messages to the '/' virtual host. Note - avoiding the connection pool in the case of cells is the same behaviour as the current RPC code: def cast_to_server(conf, context, server_params, topic, msg, connection_pool): ... with ConnectionContext(conf, connection_pool, pooled=False, server_params=server_params) as conn: Change-Id: I2f35b45ef237bb85ab8faf58a408c03fcb1de9d7 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index a1b57a5452a9..791418139863 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit a1b57a5452a9e714bb36e3fb038467cd4fdfcd0c +Subproject commit 7914181398630cbcbc25543d72871ccf812df517 From 55a19268ac165c66deaeb544b026075681c0f7d9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 24 Oct 2013 14:24:33 +0200 Subject: [PATCH 00011/18836] Updated openstack/openstack Project: openstack/python-openstackclient 1fa1330e1d8bc9361bbe8c88490a20f9b8fddec1 null Adjust to non-deprecated names in Keyring 1.6.+ Keyring 1.1 moved the concrete backend implementations into their own modules. As we depend on 1.6.1+, we can make use of the new name and remove the old one without deprecation-fallback. Change-Id: I0682b13fc9f488b3f3d9fd057f712909fcd48bc4 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index bca4cf95789f..1fa1330e1d8b 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit bca4cf95789fc30577c796fdf349d072ef087f25 +Subproject commit 1fa1330e1d8bc9361bbe8c88490a20f9b8fddec1 From b51da7fa0f562cd19f2ed6a2a95fa86e4d7db1ae Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Oct 2013 15:41:34 +0000 Subject: [PATCH 00012/18836] Updated openstack/openstack Project: openstack-dev/devstack 52a5c3aa845d12e50996471315ba90eae2a4b0cf null add lib/stackforge to let us test wsme / pecan from git wsme and pecan libraries have migrated to stackforge for development. If we support them in devstack, we can use their git version instead of the release version, which ensures that they won't break the rest of OpenStack when they cut a new release. This is similar to how oslo testing works. Long term we probably want a more generic mechanism to handle this, but for now, this should get us rolling, and get them gating. Change-Id: Icf3475f433081c7c625864107d7e118e214396e1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5ceb0e289b54..52a5c3aa845d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5ceb0e289b5427c89b0c968575fcde1d5100bdfc +Subproject commit 52a5c3aa845d12e50996471315ba90eae2a4b0cf From cbb9a905ba0344180fe58e863dbe8a77b75fa43d Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 25 Oct 2013 13:26:17 -0400 Subject: [PATCH 00013/18836] Updated openstack/openstack Project: openstack-dev/devstack f7cfa0c6e7a965949441ded6a789e12e5bc58039 null put the stackforge library installation behind a conditional we don't actually want to drag in stackforge libraries all the time, instead ensure that we have enabled stackforge_libs before doing it. Change-Id: Ic1c2e3d19e106a2aa0db9725d16a8b207546c23d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 52a5c3aa845d..f7cfa0c6e7a9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 52a5c3aa845d12e50996471315ba90eae2a4b0cf +Subproject commit f7cfa0c6e7a965949441ded6a789e12e5bc58039 From d34cbf07f6c2eae6a8a41789d3ed867818f50405 Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Mon, 21 Oct 2013 18:40:06 +0800 Subject: [PATCH 00014/18836] Updated openstack/openstack Project: openstack/glance 8160ae293383ec600c05fd2e4b38164bca7704c4 null Sync iso8601 requirement and fixes test case failures 1. Sync requirements from global. 2. iso8601>=0.1.7 "parse_date()" could successfully handle date string which only have date part like YYYY-MM-DD, it caused two Glance test cases failure. Fixes bug: 1242501 Change-Id: I2625eb3888111829a9da4d093b34193b8795f264 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 04cd202fd10e..8160ae293383 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 04cd202fd10ebac15792eb30648bd87da1371eb7 +Subproject commit 8160ae293383ec600c05fd2e4b38164bca7704c4 From 303bb2cbc2e0ad4c9f7a7a19dd6bb3e1c8bc5411 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Oct 2013 19:52:20 +0000 Subject: [PATCH 00015/18836] Updated openstack/openstack Project: openstack/python-troveclient 00507ae54fcb17a442fcaf6908d333ef05578879 null Add --bypass-url option to trove client Change-Id: Ie0596f2dd302eec293f3a5ab3306d56fb0fdcdb8 Closes-Bug: #1240285 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 12a577f15a76..00507ae54fcb 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 12a577f15a76694b8dc0182fe3b503a765974290 +Subproject commit 00507ae54fcb17a442fcaf6908d333ef05578879 From 41eceba7a8f3e06417a1b69c921b94a964c0ea85 Mon Sep 17 00:00:00 2001 From: Kui Shi Date: Thu, 24 Oct 2013 17:40:22 +0800 Subject: [PATCH 00016/18836] Updated openstack/openstack Project: openstack/python-heatclient 30032302f359985335d50e80abb03ba901143168 null Fix the testname of scenario Duplicated testname in scenarios will result duplicated testname by testscenarios, they can not be sorted in PY33 env, and will induce TypeError: TypeError: unorderable types: StackManagerNoPaginationTest() < StackManagerNoPaginationTest() Close-Bug #1243096 Change-Id: I4c02c9f3868495ec4399f795e864f26afc3d26b7 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 96dbb0911c8d..30032302f359 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 96dbb0911c8d139a5b3fe64af82783cf81790ff8 +Subproject commit 30032302f359985335d50e80abb03ba901143168 From 9d10758de862514d87a042b8e153869eb2e44227 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Oct 2013 22:45:41 +0000 Subject: [PATCH 00017/18836] Updated openstack/openstack Project: openstack/python-troveclient 652ab39a45b6ab151910141feaa2f682fdb1109b null user-list Databases Value is JSON vs a String changes the 'databases' value returned in user-list from json to a string of comma separated values $ trove user-list before: +------+------+-----------------------------------------------+ | name | host | databases | +------+------+-----------------------------------------------+ | bob | % | [{u'name': u'monkey'}] | | tom | % | [{u'name': u'freshdb'}, {u'name': u'monkey'}] | +------+------+-----------------------------------------------+ after: +------+------+-----------------+ | name | host | databases | +------+------+-----------------+ | bob | % | monkey | | tom | % | freshdb, monkey | +------+------+-----------------+ Change-Id: I8e18e05b722be8a65a15f9ed15264d48d50ecc4e Closes-Bug: #1238216 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 00507ae54fcb..652ab39a45b6 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 00507ae54fcb17a442fcaf6908d333ef05578879 +Subproject commit 652ab39a45b6ab151910141feaa2f682fdb1109b From 2d1cf9160cff0146aad7a240cb8879f266c2cf76 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Oct 2013 00:57:00 +0000 Subject: [PATCH 00018/18836] Updated openstack/openstack Project: openstack/python-troveclient d06fadd8760621895bbf8e52922fcf7540be4a7d null Updated the README file with bypass-url Change-Id: Iee84c3805e0b777fb778c26f44e121017f000a0c Closes-Bug: #1240285 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 652ab39a45b6..d06fadd87606 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 652ab39a45b6ab151910141feaa2f682fdb1109b +Subproject commit d06fadd8760621895bbf8e52922fcf7540be4a7d From 08292bb3fa3b7154586148f3f8a14c7ecc345261 Mon Sep 17 00:00:00 2001 From: Jay Lau Date: Fri, 25 Oct 2013 22:57:03 -0400 Subject: [PATCH 00019/18836] Updated openstack/openstack Project: openstack/python-cinderclient 4ce8e800c408583fe58b429fb249b2c202a65f0a null Enable "cinder delete" can delete multiple volumes in one request "nova delete" can delete multiple servers in one request but "cinder delete" can only delete one volume in one request, it is better to enhance cinder client to support remove multiple volumes in one request. Change-Id: I6a63aa3d7e4c152ae5e45bf2b36d862bdcd6df33 Closes-Bug: #1241941 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 4a507601d7dd..4ce8e800c408 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 4a507601d7dded2efb1bd2e885155ba38db9538c +Subproject commit 4ce8e800c408583fe58b429fb249b2c202a65f0a From 02ce0c39686692985b7f12691921bd1518b76890 Mon Sep 17 00:00:00 2001 From: Romain Hardouin Date: Sun, 27 Oct 2013 01:38:22 +0200 Subject: [PATCH 00020/18836] Updated openstack/openstack Project: openstack/python-swiftclient 4b78b4d136f5e18544ba97db85f47c5201d3a761 null Fix a typo in help text: "downlad" Change-Id: Icd6cf75f3c5758c13118060c19c9c000e28ef3ae Closes-Bug: #1245082 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 0cded7cfed9c..4b78b4d136f5 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 0cded7cfed9c2840b8a9538b03ccb2b72065aafc +Subproject commit 4b78b4d136f5e18544ba97db85f47c5201d3a761 From 0716b5070c3c8dbbfc65bf6b6a7fb2b199b2f552 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 27 Oct 2013 11:30:22 +0000 Subject: [PATCH 00021/18836] Updated openstack/openstack Project: openstack/glance 4887427742e8956fff7478439268df343b344e3f null Convert Windows to Unix style line endings This is more consistent with other files and fixes Hacking warning H601. Change-Id: I2ba5436df78dc82ca48bf53bc178106edd514f4c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8160ae293383..4887427742e8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8160ae293383ec600c05fd2e4b38164bca7704c4 +Subproject commit 4887427742e8956fff7478439268df343b344e3f From 890243f7cb21bdec52c760f1fe970b8edf2616cf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 27 Oct 2013 12:30:59 +0000 Subject: [PATCH 00022/18836] Updated openstack/openstack Project: openstack/glance f8fbf007ca2dfe64d6dccbc02459b9af7de70048 null Remove redundant dependencies in test-requirements Hacking 0.7 already pins down pep8, pyflakes and flake8 so they can be removed from test-requirements as they are indirect dependencies. Co-author: Joe Gordon Change-Id: Ia9f50e35f292ba35f8ca036cd66c930a3ad46ffd --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4887427742e8..f8fbf007ca2d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4887427742e8956fff7478439268df343b344e3f +Subproject commit f8fbf007ca2dfe64d6dccbc02459b9af7de70048 From 2b10fd9ced8fc93c9c290e8daeee3452664ee828 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 27 Oct 2013 14:21:47 +0000 Subject: [PATCH 00023/18836] Updated openstack/openstack Project: openstack/python-cinderclient f9e0a9a4a3329cbd8424e9ce78e597eb8e027489 null Addition of volume/snapshot_metadata CLI Added below CLIs:- 1. Set or Delete metadata of a snapshot 2. Show metadata of a snapshot 3. Show metadata of a volume 4. Update all metadata of volume 5. Update all metadata of snapshot Implements blueprint: add-metadata-cli Change-Id: Ic2b5f3fce6104d1756879718f666a42549458ad3 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 4ce8e800c408..f9e0a9a4a332 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 4ce8e800c408583fe58b429fb249b2c202a65f0a +Subproject commit f9e0a9a4a3329cbd8424e9ce78e597eb8e027489 From 055b25d24bc89156e5f4bf712041a978af59f9a8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 27 Oct 2013 14:51:34 +0000 Subject: [PATCH 00024/18836] Updated openstack/openstack Project: openstack/glance 638e9e6c315097757aa12edc892d2ab7eb7ddceb null Adds tasks to db api And includes unit test cases. Partially implement blueprint async-glance-workers Change-Id: I4b11e3531edf7c85d27f2a4e5667b920fe2333e7 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f8fbf007ca2d..638e9e6c3150 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f8fbf007ca2dfe64d6dccbc02459b9af7de70048 +Subproject commit 638e9e6c315097757aa12edc892d2ab7eb7ddceb From f15239621c012a4d3981d2bf485f7ce8340b08ae Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 25 Oct 2013 14:30:24 -0700 Subject: [PATCH 00025/18836] Updated openstack/openstack Project: openstack/django_openstack_auth b49304d9e75b2ed845b278d80d7fb98ce1e5d73e null Pass OPENSTACK_SSL_CACERT setting to keystone Pass the value of the OPENSTACK_SSL_CACERT setting as the cacert parameter when instantiating the keystoneclient. Change-Id: I1efaf6a51af841233675a53e42d7b762cfbd4003 Closes-bug: 1240238 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index f511f81b4f8f..b49304d9e75b 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit f511f81b4f8f4bb94692ab5fe9570219b0ebf40e +Subproject commit b49304d9e75b2ed845b278d80d7fb98ce1e5d73e From ffe4f8562d3149ffa09d9db283f7f306f2ed6a39 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 27 Oct 2013 22:58:13 +0000 Subject: [PATCH 00026/18836] Updated openstack/openstack Project: openstack-dev/pbr a3a875b1a0eee25344d8d6a8898ee176d3dc46b3 null Prevent ordereddict installation on 2.7 This supports https://review.openstack.org/#/c/48475/ in glance to remove copy/pasted ordereddict code. Change-Id: I9b0a2588c6e7da86c048698c5e6dfe37ced4dd7f --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 9f04dba0ecc0..a3a875b1a0ee 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 9f04dba0ecc07a33dc4b256bec4f860c30b2b500 +Subproject commit a3a875b1a0eee25344d8d6a8898ee176d3dc46b3 From 3b1c6c7bd40f4b2132b3e3bd168a712973a7c8cc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 01:13:31 +0000 Subject: [PATCH 00027/18836] Updated openstack/openstack Project: openstack-dev/pbr e8a3c7e7ba4430870849ff34ab3437db2ed1f942 null Move base test case logic out of __init__.py It's an antipattern to have functional code in an __init__.py. Move it into base.py to be less anti. Change-Id: Ib4db548b78e4e760d94099596a3c495a839836dc --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index a3a875b1a0ee..e8a3c7e7ba44 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit a3a875b1a0eee25344d8d6a8898ee176d3dc46b3 +Subproject commit e8a3c7e7ba4430870849ff34ab3437db2ed1f942 From c261a68f564f07dc6a5a8eec493e733c48c5d385 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 02:16:07 +0000 Subject: [PATCH 00028/18836] Updated openstack/openstack Project: openstack/glance ce2e5dc60b017f6302878d36d2f4e16b19080afb null Update my mailmap Using new email address. Change-Id: I8643bd23a1c7de9c8066b8e00853a2860dbbfd2f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 638e9e6c3150..ce2e5dc60b01 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 638e9e6c315097757aa12edc892d2ab7eb7ddceb +Subproject commit ce2e5dc60b017f6302878d36d2f4e16b19080afb From 7733b14515b5cb7c312341bce28eaeb1b2ed383d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 06:40:30 +0000 Subject: [PATCH 00029/18836] Updated openstack/openstack Project: openstack/python-novaclient 962c40379196b677f0082611f47bbb87f17b2b10 null Align mocking pattern for test case Mock sys.stderr/sys.stdout with mock.patch() In novaclient/tests/test_shell.py, ShellTest.shell(), it is another case that should be aligned. But it may induce test error if changed. So, let's keep it as is. Close-Bug #1237093 Change-Id: I8908dc1593dbbbaf2813cc8fb034be32972140a0 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 943a3eba2d12..962c40379196 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 943a3eba2d123d9ee8daa93ae9c3cde308bc3c3b +Subproject commit 962c40379196b677f0082611f47bbb87f17b2b10 From 0328dcf9a4123b23ba581425e92904d227e70825 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 06:42:59 +0000 Subject: [PATCH 00030/18836] Updated openstack/openstack Project: openstack/python-novaclient bdcc586a7e275e3e5000a3a14dd5c403b37c20d6 null Add --insecure to curl output if required Change-Id: I5762f6659a6687b86c94a6e371ccc7509d1e26f9 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 962c40379196..bdcc586a7e27 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 962c40379196b677f0082611f47bbb87f17b2b10 +Subproject commit bdcc586a7e275e3e5000a3a14dd5c403b37c20d6 From 99edd480c8f4b6824b1d0ae173ab26767189a250 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 06:45:50 +0000 Subject: [PATCH 00031/18836] Updated openstack/openstack Project: openstack/python-novaclient fbb01be4c72af0dedc6dee861f8f12dfab590dfc null Quote URL in curl output to handle query params Copy and pasting the generated curl output into a shell doesn't work when the URL includes an ampersand, as the URL isn't quoted. This simplifies the logic in client.http_log_req to be able to output the URL and method separately and quote the URL. Change-Id: I1e497886ea9334771ab91e657e7c1121d89f7f33 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index bdcc586a7e27..fbb01be4c72a 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit bdcc586a7e275e3e5000a3a14dd5c403b37c20d6 +Subproject commit fbb01be4c72af0dedc6dee861f8f12dfab590dfc From 47f0c3c10dfc08fdfac2af36668bd4b1b69bac72 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 06:57:07 +0000 Subject: [PATCH 00032/18836] Updated openstack/openstack Project: openstack/python-novaclient a1391b2ead18c617bc5ce373a621f8a74c9cd952 null Nova aggregate-details should be more human friendly 'nova aggregate-details' shows Hosts, Availability Zone and Metadata in the python unicode notation. Change-Id: If0028347146439994265c60c429af05dd67912f9 Closes-Bug: #1132961 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index fbb01be4c72a..a1391b2ead18 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit fbb01be4c72af0dedc6dee861f8f12dfab590dfc +Subproject commit a1391b2ead18c617bc5ce373a621f8a74c9cd952 From 5518f76623a8cc02d57fb356e2714e94c223a96a Mon Sep 17 00:00:00 2001 From: fujioka yuuichi Date: Mon, 28 Oct 2013 08:43:58 +0900 Subject: [PATCH 00033/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient f9be914ee4f1bec06f9dd604071b3d51b5d3d6e7 null update oslo libraries Change-Id: I7eb0adfbb6bc86157c3e3b969c00099dd8cfe315 Related-Bug: #1227495 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 4b7a63362345..f9be914ee4f1 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 4b7a63362345952526006d5cf236afb62abd3430 +Subproject commit f9be914ee4f1bec06f9dd604071b3d51b5d3d6e7 From 7b19d11949a62f6d5e4575e02c2e365541a9a92c Mon Sep 17 00:00:00 2001 From: fujioka yuuichi Date: Mon, 28 Oct 2013 08:55:39 +0900 Subject: [PATCH 00034/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 46f12ab64b992efa2e0c42e4cefb643abdf2cd74 null add cliutils from oslo-incubator Change-Id: I3122b62ebf87354340e971f7cb58f67045fbcfef Related-Bug: #1227495 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index f9be914ee4f1..46f12ab64b99 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit f9be914ee4f1bec06f9dd604071b3d51b5d3d6e7 +Subproject commit 46f12ab64b992efa2e0c42e4cefb643abdf2cd74 From e73ee4e16bfa94f3a208c069677dacbab8856997 Mon Sep 17 00:00:00 2001 From: fujioka yuuichi Date: Mon, 28 Oct 2013 09:05:57 +0900 Subject: [PATCH 00035/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 1b0f94f20580a55bea52ba468bdeeca3dd4552bd null Fix order of sample list Samples of "ceilometer sample-list" are sorted by Resource ID and Volume. Expected order is Timestamp. This pache fixes this problem. Change-Id: I338014e5868b2176a3afd549e13d0dd6118b3ac1 Closes-Bug: #1227495 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 46f12ab64b99..1b0f94f20580 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 46f12ab64b992efa2e0c42e4cefb643abdf2cd74 +Subproject commit 1b0f94f20580a55bea52ba468bdeeca3dd4552bd From 721f1ec267748ac0240d80f6f2f5b92811ba2ccc Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 28 Oct 2013 08:11:51 -0400 Subject: [PATCH 00036/18836] Updated openstack/openstack Project: openstack/python-novaclient 1d2263dae339590b60250793bc81ec5776845060 null Revert "Nova aggregate-details should be more human friendly" This reverts commit 6374ee04a378b8a970f9e429d66eb37c969bbf7b. Change-Id: Ib27cc6722ea7cc8cb9b133360b3ecb246a0e4a14 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index a1391b2ead18..1d2263dae339 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit a1391b2ead18c617bc5ce373a621f8a74c9cd952 +Subproject commit 1d2263dae339590b60250793bc81ec5776845060 From ca478917b4c0bf2ef4c295638a22940ff076f10b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 14:57:32 +0000 Subject: [PATCH 00037/18836] Updated openstack/openstack Project: openstack/glance 46340c289cd20fcfa7b3425948d64b8281bbcd7c null Avoid redefinition of test test_add_member() is defined twice under the same name, however checking for different things. Rename the 2nd instance to _unauthorized to avoid overwriting the first implementation. The first check is actually duplicate to test_add_member_positive. So merging the first check with test_add_member_positive. Change-Id: Ifb029d8f34f9f4139557bb9b197492fb344a598e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ce2e5dc60b01..46340c289cd2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ce2e5dc60b017f6302878d36d2f4e16b19080afb +Subproject commit 46340c289cd20fcfa7b3425948d64b8281bbcd7c From 27ec009f5b66d5481f391178c3f2d682bac2fd99 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 11 Apr 2013 16:02:53 -0500 Subject: [PATCH 00038/18836] Updated openstack/openstack Project: openstack/python-openstackclient 9137cc304d73aa60548fa255d2bf668600aa0ec4 null Do lookups for user, project in volume create This required https://review.openstack.org/26323 in keystoneclient, merged long ago... Also adds some tests for 'volume create' Change-Id: I55bededbc20b5dcf2833c59eb2b6b069703d8a9a --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 1fa1330e1d8b..9137cc304d73 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 1fa1330e1d8bc9361bbe8c88490a20f9b8fddec1 +Subproject commit 9137cc304d73aa60548fa255d2bf668600aa0ec4 From 2c142ac0a6effaa55b6c533e720d51d10a695552 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 18:56:03 +0000 Subject: [PATCH 00039/18836] Updated openstack/openstack Project: openstack-dev/devstack d05bf6f528602232f9b304887be5c82a7c28b211 null Handle the CM service availability in tempest This patch handle the ceilometer service availability in tempest. Change-Id: Ib0d1d7b858ff327785ebbcc27d7f920fb4a32444 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f7cfa0c6e7a9..d05bf6f52860 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f7cfa0c6e7a965949441ded6a789e12e5bc58039 +Subproject commit d05bf6f528602232f9b304887be5c82a7c28b211 From f0cd509248b2479d6c1295302f7fdbe22e4342e2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 23:00:56 +0000 Subject: [PATCH 00040/18836] Updated openstack/openstack Project: openstack-dev/devstack 78cc3871ded2175285dbafc9d72aca831d1ce2b2 null Removed dependency from dotcloud repos for the Nova docker driver Since the Nova driver is in Nova core from the Havana release, this will just clean the docker nova driver install. Change-Id: Ic98012b8b5e54e727a1b11f4d32f6623d2067621 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d05bf6f52860..78cc3871ded2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d05bf6f528602232f9b304887be5c82a7c28b211 +Subproject commit 78cc3871ded2175285dbafc9d72aca831d1ce2b2 From c88193be4ecc735a4f8f20da96e66485dcc43b5d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Oct 2013 23:03:06 +0000 Subject: [PATCH 00041/18836] Updated openstack/openstack Project: openstack/glance f664fb4dfe5824ae0b641f383f0033d2ce24aba7 null Addition of third example for Property Protections Includes an example to limit all property interactions to admin only using policy rule context_is_admin defined in policy.json Change-Id: I22dddc06a84312b3b1cbd195cb84839e0321a9f0 Closes-Bug: #1243945 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 46340c289cd2..f664fb4dfe58 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 46340c289cd20fcfa7b3425948d64b8281bbcd7c +Subproject commit f664fb4dfe5824ae0b641f383f0033d2ce24aba7 From 831ad8e27b9fefba0b63e0c602f3449c45d42db5 Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Mon, 2 Sep 2013 17:53:06 +0800 Subject: [PATCH 00042/18836] Updated openstack/openstack Project: openstack/python-cinderclient f6f3254d8bbc216a2dc549dc3cff0ecf56a44ebf null Adding Read-Only volume attaching support to Cinder client Adding mode argument to volume manager attach function. Allow Nova using read-write or read-only mode to attach a volume to an instance. blueprint read-only-volumes Change-Id: Ib20c7802304d83f4aafef522171ebd47f672d883 Signed-off-by: Zhi Yan Liu --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index f9e0a9a4a332..f6f3254d8bbc 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit f9e0a9a4a3329cbd8424e9ce78e597eb8e027489 +Subproject commit f6f3254d8bbc216a2dc549dc3cff0ecf56a44ebf From ebd1e2fba20bcf7d8ebd44a5174ecb763fe57901 Mon Sep 17 00:00:00 2001 From: Nejc Saje Date: Thu, 24 Oct 2013 13:15:01 +0200 Subject: [PATCH 00043/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 03a567f9f44843ac146e058a3c9bfc933b375180 null Adds the 'limit' parameter to sample list command in V2 API Change-Id: I338590fcd75f39c3419e7e138023f6918f206ae2 Fixes: bug #1244172 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 1b0f94f20580..03a567f9f448 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 1b0f94f20580a55bea52ba468bdeeca3dd4552bd +Subproject commit 03a567f9f44843ac146e058a3c9bfc933b375180 From 23e0e5afcc42ab68261526a237182e25e8f7e1da Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Oct 2013 08:42:21 +0000 Subject: [PATCH 00044/18836] Updated openstack/openstack Project: openstack/python-cinderclient e5ae2ff8d70590f0a8dc0dc359661d5acf1ac4af null Adding volume readonly-mode-update interface to Cinder client Adding volume readonly-mode-update interface to shell and client object (v1 and v2) to allow end user update volume read-only access mode flag. blueprint read-only-volumes Related-Id: I4c84614d6541d5f7c358abadb957da7b8c3d9c48 Change-Id: I2d587f301a21c0d42b8940465862da25a70ed5a8 Signed-off-by: Zhi Yan Liu --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index f6f3254d8bbc..e5ae2ff8d705 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit f6f3254d8bbc216a2dc549dc3cff0ecf56a44ebf +Subproject commit e5ae2ff8d70590f0a8dc0dc359661d5acf1ac4af From 7600723d6084ab4dea0ab5dbee873761c1010ce6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Oct 2013 11:15:47 +0000 Subject: [PATCH 00045/18836] Updated openstack/openstack Project: openstack/glance c0e3602940998ad4f1562f9afa95f6a6d7b71911 null Replace qpid_host with qpid_hostname This patch replaces `qpid_host` with `qpid_hostname` in both the documentation and the config file sample. `qpid_host` has been shipped as the parameter to specify qpid's hostname, although the correct one is `qpid_hostname`. DocImpact Closes-bug 1242715 Change-Id: I25f2d0e505560e1762f7f059728c33c47a23439e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f664fb4dfe58..c0e360294099 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f664fb4dfe5824ae0b641f383f0033d2ce24aba7 +Subproject commit c0e3602940998ad4f1562f9afa95f6a6d7b71911 From fa7be1a6b7f31ab64df9c59415086b8c76024ad4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Oct 2013 14:04:00 +0000 Subject: [PATCH 00046/18836] Updated openstack/openstack Project: openstack-dev/devstack 8dc25718ae1ff3d08b0c7f2bbb267afacf49ecc2 null All neutron plugins should now use LibvirtGenericVIFDriver Change-Id: I70015ae55fe6db9c6c4663a8d021fe9cfe2eddcf --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 78cc3871ded2..8dc25718ae1f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 78cc3871ded2175285dbafc9d72aca831d1ce2b2 +Subproject commit 8dc25718ae1ff3d08b0c7f2bbb267afacf49ecc2 From 49e0c762c1f16e0c29b28be86dead06d4c214a79 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Oct 2013 15:46:49 +0000 Subject: [PATCH 00047/18836] Updated openstack/openstack Project: openstack/glance e8fc1aec2148392ff74028c0839ab208eda613b6 null checking length of argument list in "glance-cache-image" command Currently, "image id" is got by "pop" method without checking length of argument list in "queue_image" method(glance/cmd/cache_manage.py) Consequently, only last element of argument list is used, other elements are ignored. ex) glance-cache-image queue-image -> is selected and queued. / is ignored. Because "glance-cache-image" command is user command(*), I think that elements which are ignored should not be existed and checking of length is essential. In order to check length, I replaced "try/except" statement with "if/else" statement. Also, I modified 2 methods at the same point. -delete_queued_image -delete_cached_image * http://docs.openstack.org/developer/glance/cache.html Change-Id: I5cff1f9b5fe8f718ca74f1c9f58dba469396dc8f Closes-Bug: #1236709 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c0e360294099..e8fc1aec2148 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c0e3602940998ad4f1562f9afa95f6a6d7b71911 +Subproject commit e8fc1aec2148392ff74028c0839ab208eda613b6 From 6805571d01fd0f613f1aa054fab94f990805a7fb Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 28 Oct 2013 10:39:26 -0400 Subject: [PATCH 00048/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate bb9704a6bc19fbc8a1ddd51c06cb339f64c9d4bd null extract git_checkout into common function we were basically doing the same thing in three places, make this a common function so we stop repeating ourselves. Change-Id: I2bc13a95ce1fbd4fd2645c6e8cc37823b98a6190 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 32b2b0e7408b..bb9704a6bc19 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 32b2b0e7408bf947d52589e61226227c280e1e4c +Subproject commit bb9704a6bc19fbc8a1ddd51c06cb339f64c9d4bd From 3395ff5c1227f9263df2ba91daebb6482ece883e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 28 Oct 2013 10:43:31 -0400 Subject: [PATCH 00049/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e0df323af67940d6e2951828d3a2289591ab9301 null move single host setup activities to setup_host we previously were doing corrections to the host, like the hostname and vdb setup in setup_workspace instead of setup_host. These really should only be done once per setup environment, and thus should not be in setup_workspace. Change-Id: I53853954f7712a04a205cd3e0b87ece3465e1e0b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index bb9704a6bc19..e0df323af679 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit bb9704a6bc19fbc8a1ddd51c06cb339f64c9d4bd +Subproject commit e0df323af67940d6e2951828d3a2289591ab9301 From 971ebbe882a2081512ac6d688b728c0850729ac4 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 29 Oct 2013 12:24:59 -0700 Subject: [PATCH 00050/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 31d91ddc3ee7e8b28697e43115519c5b66af5dc4 null Revert "move single host setup activities to setup_host" This reverts commit e0df323af67940d6e2951828d3a2289591ab9301. This is necessary as the changes made in this change are not self test able and they broke the gate. Revert for now giving us time to write a proper fix. Change-Id: Ifda95f159d5ae5818d2674b00824e5adead4b486 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e0df323af679..31d91ddc3ee7 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e0df323af67940d6e2951828d3a2289591ab9301 +Subproject commit 31d91ddc3ee7e8b28697e43115519c5b66af5dc4 From 04f3cce00c18b05f207465248d6c8943ab03b132 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 28 Oct 2013 10:50:23 -0400 Subject: [PATCH 00051/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 40ecc36f5f4103a1ebb0cccbc4d623a453fe5c02 null Let us gate grenade forward This sets up all the grenade variables both needed to cover Havana and Icehouse runs, but also to provide a new DEVSTACK_GATE_GRENADE_FORWARD that let's us do a forward upgrade on a stable branch. Also, get completely explicit on all the branches, to ensure that we know what directions we are headed in. Update setup_workspace to take local variables of branch name to try to make the code a little clearer, and move all the setup_workspace to the same point in the script. Co-Authored-By: Mauro S. M. Rodrigues Change-Id: Iffcbd127c20780c5de6a16c41d1f0fd9f0d4d470 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 31d91ddc3ee7..40ecc36f5f41 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 31d91ddc3ee7e8b28697e43115519c5b66af5dc4 +Subproject commit 40ecc36f5f4103a1ebb0cccbc4d623a453fe5c02 From 603784cd72680197481f4bf61bbe6732d23411bd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 29 Oct 2013 20:59:36 -0400 Subject: [PATCH 00052/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a146a270ccb9182d58ad9b77216bd6ddf107d6f1 null Only zuulify the tree if we are on the right branch We need to be more careful in our selection of when we zuulify the tree, because we now want to zuulify the "old" tree as well. But only do that if the ZUUL_BRANCH matches the $branch we've told it to setup the workspace for. Change-Id: Ie0ef097949aa54cb720615df80ed3aba4c16cc30 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 40ecc36f5f41..a146a270ccb9 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 40ecc36f5f4103a1ebb0cccbc4d623a453fe5c02 +Subproject commit a146a270ccb9182d58ad9b77216bd6ddf107d6f1 From 67533f935c3eeae0dea1957658403c1bd4a4f997 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 29 Oct 2013 21:26:06 -0400 Subject: [PATCH 00053/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ed2b96dbfb8a563d589dc9914d71155d24325575 null Don't attempt to zuulify the old tree In the event that nothing else works, this change can be merged to prevent us from attempting to zuulify the old tree at all. This is known to work if the rest of the zuul changes don't. Change-Id: Idffb05d4438fdf45eafc1a8e1b9e371b210e60d9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a146a270ccb9..ed2b96dbfb8a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a146a270ccb9182d58ad9b77216bd6ddf107d6f1 +Subproject commit ed2b96dbfb8a563d589dc9914d71155d24325575 From b4a32aa11f5516ea3dbd16451ad6e780841a5295 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 30 Oct 2013 06:02:36 +0000 Subject: [PATCH 00054/18836] Updated openstack/openstack Project: openstack/glance a3591f8e27aeb2f5c0f84a1445edf9af57773744 null Imported Translations from Transifex Change-Id: I88962562acbec7151079d0022d09ed0f9335458d --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e8fc1aec2148..a3591f8e27ae 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e8fc1aec2148392ff74028c0839ab208eda613b6 +Subproject commit a3591f8e27aeb2f5c0f84a1445edf9af57773744 From 70ba36b1a86edafcdf77076232fff9d13bea5033 Mon Sep 17 00:00:00 2001 From: ChenZheng Date: Tue, 29 Oct 2013 17:02:28 +0800 Subject: [PATCH 00055/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 067b76d9a821c3acb60d93787396d25b729a7421 null Ceilometer UnicodeEncodeError when update or show alarm fix Fix display bug in ceilometer alarm-update ceilometer alarm-show when encounter a alarm with not unicode attributes. Change-Id: I0af0f1d6b8393c7117eb5b56fba3d5e1f4935ff1 Closes-bug: #1245317 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 03a567f9f448..067b76d9a821 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 03a567f9f44843ac146e058a3c9bfc933b375180 +Subproject commit 067b76d9a821c3acb60d93787396d25b729a7421 From 688052cad8508a348822637d0b2627ceae4e7525 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Oct 2013 11:46:27 +0000 Subject: [PATCH 00056/18836] Updated openstack/openstack Project: openstack-dev/devstack 1bdc7a67b3c1622fb44f0a5446053567fb77a031 null Enable trusty Enable Trusty Tahir (14.04) the next Ubuntu LTS release. Change-Id: I48fe52345fefaf9ac7ba4be7d3f5675f72eea754 Signed-off-by: Chuck Short --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8dc25718ae1f..1bdc7a67b3c1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8dc25718ae1ff3d08b0c7f2bbb267afacf49ecc2 +Subproject commit 1bdc7a67b3c1622fb44f0a5446053567fb77a031 From 748f1cc56bb29171c83c0f2113dc17883dd93edf Mon Sep 17 00:00:00 2001 From: Thomas Leaman Date: Thu, 26 Sep 2013 15:34:13 +0000 Subject: [PATCH 00057/18836] Updated openstack/openstack Project: openstack/glance 4e7c8e6d553e9d187b6c7f6eb284b4b7d63cfd74 null Use packaged version of ordereddict Removes the need for ordereddict source to exist in the project. Uses collections.OrderedDict for python2.7 and above and falls back to ordereddict.OrderedDict for python2.6 Fixes bug 1229569 Change-Id: Iaf8b500d7b340f370df239bfe9ab0656575dc93b --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a3591f8e27ae..4e7c8e6d553e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a3591f8e27aeb2f5c0f84a1445edf9af57773744 +Subproject commit 4e7c8e6d553e9d187b6c7f6eb284b4b7d63cfd74 From c4e497a4b7591ff38d91eb899ea405cb2a4bf3b7 Mon Sep 17 00:00:00 2001 From: Nikhil Manchanda Date: Wed, 30 Oct 2013 03:08:48 -0700 Subject: [PATCH 00058/18836] Updated openstack/openstack Project: openstack-dev/pbr 629bbce1c88a4a576182c7a41372a70a864d8226 null Fixed pbr install to not error out and fail if git is not installed Fixed the issue where pbr was erroring out (file not found) when running 'python setup.py egg_info' since it was trying to get the .git directory even if git was not installed. Closes bug 1245676 Change-Id: I31e1f86f10f18897774b49eb293aede31641db31 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index e8a3c7e7ba44..629bbce1c88a 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit e8a3c7e7ba4430870849ff34ab3437db2ed1f942 +Subproject commit 629bbce1c88a4a576182c7a41372a70a864d8226 From 82372fa50e0d99859e81a229ddf70f2b9aa1f70d Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 30 Oct 2013 06:43:50 -0400 Subject: [PATCH 00059/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ddaa885cfb0f3e7dd071593bb54e31200412b033 null Correct test for zuulifying the tree The new zuulification of old requires that we know that we are on the branch which corresponds to the old change. This means that instead of having a flag to setup_workspace about whether we are supposed to set it up, we instead need a check to ensure that it's actually the ZUUL_BRANCH. The previous attempt at this failed because the condition was too nested because I didn't not fully understand the complexity of the multilevel, multiply segmented, if condition that this was attempted to be inserted into. By fully extracting it one level this should be correct. Change-Id: Ie787de3cb0b42b6b53b149dd528e0a20aae5c328 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ed2b96dbfb8a..ddaa885cfb0f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ed2b96dbfb8a563d589dc9914d71155d24325575 +Subproject commit ddaa885cfb0f3e7dd071593bb54e31200412b033 From 3d8a3fe2f4f629261e198ab1a50b222738d92ff5 Mon Sep 17 00:00:00 2001 From: Avishay Traeger Date: Wed, 30 Oct 2013 10:20:17 +0200 Subject: [PATCH 00060/18836] Updated openstack/openstack Project: openstack/python-cinderclient bdd560b3c02ea0a013ed4b7e7641c6240f3b602f null Fix py33 due to readonly and metadata patches A couple recent merges broke py33 - this fixes it. Change-Id: Iaab8a08aeb42c954f3ecff7da70003d1c4eead0d --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index e5ae2ff8d705..bdd560b3c02e 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit e5ae2ff8d70590f0a8dc0dc359661d5acf1ac4af +Subproject commit bdd560b3c02ea0a013ed4b7e7641c6240f3b602f From 9f731b55bcca14d8a255dde95c4772148d8502d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Oct 2013 21:37:27 +0000 Subject: [PATCH 00061/18836] Updated openstack/openstack Project: openstack/python-cinderclient ab72726857ab1f245c6b853b90e1b73d6ed078b7 null Enable del of other tenants resources by name Currently, due to the way that resources are being retrieved by the findall() function, an administrator can do a list, snapshot-list, etc. with the --all_tenants option and see other tenants' resources. If the admin then tries to delete the another tenants' resource by name, it fails with a 'No with a name or ID of exists.' error. The solution to this is to change the call to the list() function in findall() to set the all_tenants search option to 1. This causes the admin to get a list of all the resources that they have access to back when the search is done instead of just a list of their resources. The delete by name is then possible. The server takes care of ensuring that only resources that the user has access to are returned. This will enable delete by name for all resources that use the find_resource function. Closes-bug: 1241682 Change-Id: I4e9957b66c11b7e1081f066d189cedc5a3cb2a6c --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index bdd560b3c02e..ab72726857ab 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit bdd560b3c02ea0a013ed4b7e7641c6240f3b602f +Subproject commit ab72726857ab1f245c6b853b90e1b73d6ed078b7 From e1895f78a503745d352f5fcf7c5a06377b9ec45c Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Tue, 29 Oct 2013 16:11:44 +1100 Subject: [PATCH 00062/18836] Updated openstack/openstack Project: openstack/python-heatclient fce6777081506361add28e8e403c0db222b5c836 null Print a more correct error with event-show Just print out what the server sent us as the error could be wrong: - stack_name/id - resource name - event id Change-Id: Ie48a549538a9809c8433b115537394a791d60147 Closes-bug: #1242947 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 30032302f359..fce677708150 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 30032302f359985335d50e80abb03ba901143168 +Subproject commit fce6777081506361add28e8e403c0db222b5c836 From 6697badb3a1cae3db3f40bad5e2e4d2ebb7db522 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 01:19:17 +0000 Subject: [PATCH 00063/18836] Updated openstack/openstack Project: openstack/python-heatclient c7c863336aa859e3ed812c6d9b96446f9d774e67 null Add doc/Makefile to help with building docs Change-Id: I8894705891a02c06919e1b1c816ceb5137609b81 Partial-bug: #1153824 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index fce677708150..c7c863336aa8 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit fce6777081506361add28e8e403c0db222b5c836 +Subproject commit c7c863336aa859e3ed812c6d9b96446f9d774e67 From 153f8c5c0d63fbc67ae46d8855a3cb90b64a6b84 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 01:19:18 +0000 Subject: [PATCH 00064/18836] Updated openstack/openstack Project: openstack/python-heatclient f8a1a1a7a6f900eeaa46ed63a5989b8b3bbd67e4 null Resync doc/source/conf.py from heat for consistency Change-Id: I77c5abbd22517ed99475b891d380583e06a04cf6 Partial-bug: #1153824 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index c7c863336aa8..f8a1a1a7a6f9 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit c7c863336aa859e3ed812c6d9b96446f9d774e67 +Subproject commit f8a1a1a7a6f900eeaa46ed63a5989b8b3bbd67e4 From 845a7600a1a6d2dc160245acbc8be78fb70ceb91 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 01:20:18 +0000 Subject: [PATCH 00065/18836] Updated openstack/openstack Project: openstack/python-heatclient 849f4d6e180ad794ef384b13d7cb57ef32c4d52a null Remove the release notes as it is not maintained here Change-Id: I7e558c23df59cba3668e3f3bcf6ca2413b72e178 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index f8a1a1a7a6f9..849f4d6e180a 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit f8a1a1a7a6f900eeaa46ed63a5989b8b3bbd67e4 +Subproject commit 849f4d6e180ad794ef384b13d7cb57ef32c4d52a From 915bbdf93a414052c059158a8d06db4b1fd6ca12 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 01:20:19 +0000 Subject: [PATCH 00066/18836] Updated openstack/openstack Project: openstack/python-heatclient 31ce45649a5455ca7c3b810ff7c41c4a54f410c6 null Add a contibuting section to index.rst This should make it look more consistent with the other projects. Change-Id: I2a3dd716215e68e2bafed17d059010ccb70d6ccf --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 849f4d6e180a..31ce45649a54 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 849f4d6e180ad794ef384b13d7cb57ef32c4d52a +Subproject commit 31ce45649a5455ca7c3b810ff7c41c4a54f410c6 From c002ddd7dc5e4746812e0fb6f3518316ebfc67b3 Mon Sep 17 00:00:00 2001 From: john-griffith Date: Wed, 30 Oct 2013 11:36:37 -0600 Subject: [PATCH 00067/18836] Updated openstack/openstack Project: openstack/python-cinderclient d21ed05b4ed1a5b5321876c481e0286d3696afd5 null Update version and index.rst for push Update prior to push 1.0.7 to PyPi. Includes changes/updates to doc/source/index and adds link to README.rst Change-Id: I666f3e6004885db7a688abdac88fa1154d83f8c9 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index ab72726857ab..d21ed05b4ed1 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit ab72726857ab1f245c6b853b90e1b73d6ed078b7 +Subproject commit d21ed05b4ed1a5b5321876c481e0286d3696afd5 From e3429b2325b462d98104cab267c490e1db9af93e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 13:35:46 +0000 Subject: [PATCH 00068/18836] Updated openstack/openstack Project: openstack-dev/devstack 04067ca16de1cef673cbe78e829690eec13a4f33 null Enables Swift crossdomain middleware by default This step is needed to enable its testing in Tempest. The patch adds a variable SWIFT_EXTRAS_MIDDLEWARE_NO_AUTH that holds a list of middlewares inserted in the pipeline before authentication middlewares (tempauth, keystoneauth, ...). Change-Id: I1927103feff997a354ccf82ccf12aa77db083ad3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1bdc7a67b3c1..04067ca16de1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1bdc7a67b3c1622fb44f0a5446053567fb77a031 +Subproject commit 04067ca16de1cef673cbe78e829690eec13a4f33 From 5c74fe8f79b494d0015578e10559ee5224046f55 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 13:35:49 +0000 Subject: [PATCH 00069/18836] Updated openstack/openstack Project: openstack-dev/devstack 7cf6ab51573b44cbd94735e6663a8018a529b723 null Add PostgreSQL option for Ceilometer backend Adds the PostgreSQL case for a Ceilometer backend and initializes Ceilometer accordingly. Closes-Bug: #1244381 Change-Id: Iefc5bb7eea6e9efa1f2ad04f1f8dc714e3404c9c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 04067ca16de1..7cf6ab51573b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 04067ca16de1cef673cbe78e829690eec13a4f33 +Subproject commit 7cf6ab51573b44cbd94735e6663a8018a529b723 From 611d5844b80eea696a7be3be25b9f5c56c8c5f2d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 14:01:01 +0000 Subject: [PATCH 00070/18836] Updated openstack/openstack Project: openstack-dev/devstack 574873c16e00300d80fccde626cc33d58d94b75d null Allow configure cinder with the nfs driver This patch allow to use nfs as cinder driver. To use it, in the localrc we can now set CINDER_DRIVER=nfs CINDER_NFS_SERVERPATH=172.16.0.50:/export_cinder The nfs-server is not setup by devstack. Change-Id: I8e240d00b58f272d04ab2c0922c551b1f7266260 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7cf6ab51573b..574873c16e00 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7cf6ab51573b44cbd94735e6663a8018a529b723 +Subproject commit 574873c16e00300d80fccde626cc33d58d94b75d From 0a5cad97f9a74a16fb53bafe73175925db238e42 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 14:01:12 +0000 Subject: [PATCH 00071/18836] Updated openstack/openstack Project: openstack-dev/devstack 2660b39ddc52b84ca8bf55c98d9eae93f7c24368 null xenapi: always reset JeOS's network If the JeOS template contained an exotic network configuration, the VM prep step might fail. This patch resets the networking of the VM before starting it. Fixes bug 1245607 Change-Id: I921f1fdd0709d7a7760c4bb165e32f3898098bff --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 574873c16e00..2660b39ddc52 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 574873c16e00300d80fccde626cc33d58d94b75d +Subproject commit 2660b39ddc52b84ca8bf55c98d9eae93f7c24368 From f5c8dc80e5bd943798a700ffdf48d9c9a30c9960 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 14:16:48 +0000 Subject: [PATCH 00072/18836] Updated openstack/openstack Project: openstack-dev/devstack c8aca45ecca0e90b21483354cd781e2201f89fc6 null Ensure cm-api is ready before start cm-alarm The patch ensure that ceilometer-api is ready before starting the ceilometer-alarm-evaluator service. This ensure that ceilometer-alarm-evaluator doesn't log a error message on startup due to not yet available ceilometer-api. Closes bug: #1243249 Change-Id: Icff3e972ec485f26c014071f68079593a14b7240 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2660b39ddc52..c8aca45ecca0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2660b39ddc52b84ca8bf55c98d9eae93f7c24368 +Subproject commit c8aca45ecca0e90b21483354cd781e2201f89fc6 From c62bee46303dd548e8fae307b1098c68cae1de40 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 14:16:50 +0000 Subject: [PATCH 00073/18836] Updated openstack/openstack Project: openstack-dev/devstack b96a5324557526a6862aae68522625daf13caa4f null zsh openrc compatibility Replacing $BASH_SOURCE with ${BASH_SOURCE:-$0} makes devstack zsh friendly: in bash, $BASH_SOURCE is used per usual; in zsh, where $BASH_SOURCE isn't defined, $0 is used, which, unlike in bash, evaluates to the current source file. Now you can source devstack's openrc from a zsh shell. Tested with bash and zsh from directories other than the root devstack directory. Change-Id: Iab1a817b15d86144163b5094bb58f94b15c598a0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c8aca45ecca0..b96a53245575 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c8aca45ecca0e90b21483354cd781e2201f89fc6 +Subproject commit b96a5324557526a6862aae68522625daf13caa4f From 08690a9c835e1acfe0935bf346a15273578c309b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 14:16:52 +0000 Subject: [PATCH 00074/18836] Updated openstack/openstack Project: openstack-dev/devstack 78180a1735c6d9c072f417accb31f90c17a01341 null git-ignore files generated by "./tools/build_docs.sh ." Change-Id: Ibf190998e52e7814ddc7f7ab4cf174aee28df9bf --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b96a53245575..78180a1735c6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b96a5324557526a6862aae68522625daf13caa4f +Subproject commit 78180a1735c6d9c072f417accb31f90c17a01341 From 57f69fc801498a43d357d3e4f3ef83b0c6d7e9f6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 14:18:32 +0000 Subject: [PATCH 00075/18836] Updated openstack/openstack Project: openstack-dev/devstack 8e285072c9b6f9cee4568cc882001f87e51d3c24 null Fix shocco errors and warnings A few Markdown-oriented issues were causing Docutils errors to leak into the end-user docs on http://devstack.org Change-Id: I51fa9698afb1bfb48596478d83bd1fdcd84ac52e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 78180a1735c6..8e285072c9b6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 78180a1735c6d9c072f417accb31f90c17a01341 +Subproject commit 8e285072c9b6f9cee4568cc882001f87e51d3c24 From 43d60ad47c6ce84d43c784b84c1befa0b3b7a9a6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 14:19:15 +0000 Subject: [PATCH 00076/18836] Updated openstack/openstack Project: openstack-dev/devstack b7c11a0f98f46a5e205ef227f3ccdb801b6fb663 null Fix some Markdown formatting issues Address miscellaneous issues with Markdown formatting in comments which are consumed by shocco when generating the online documentation. Change-Id: I953075cdbddbf1f119c6c7e35f039e2e54b79078 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8e285072c9b6..b7c11a0f98f4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8e285072c9b6f9cee4568cc882001f87e51d3c24 +Subproject commit b7c11a0f98f46a5e205ef227f3ccdb801b6fb663 From 5829cf07fbd6079ebc27a54cb54d22b2cf4a0223 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 14:22:37 +0000 Subject: [PATCH 00077/18836] Updated openstack/openstack Project: openstack-dev/devstack 7890b4ea08cc42c6c6b7c3e1e65d33af7765e7f2 null Removed docker version requirement Change-Id: I9f04db46706bf6453def09ca1e22e0db918d811b Closes-Bug: #1237581 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b7c11a0f98f4..7890b4ea08cc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b7c11a0f98f46a5e205ef227f3ccdb801b6fb663 +Subproject commit 7890b4ea08cc42c6c6b7c3e1e65d33af7765e7f2 From 6940692299bcf356c646fd68631f7a989bb9b784 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 30 Oct 2013 17:40:14 -0400 Subject: [PATCH 00078/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate c34b32cf50f2584f721e75c3f519443bcb296c3a null Ensure clients get tested correctly in upgrades Client libraries don't have branches, so when a change comes in from python-novaclient the ZUUL_BRANCH is always master. That means we need to actually check to see if ZUUL_BRANCH is BRANCH, not base_branch, which is what we were passed by setup_workspace. Change-Id: I6c7811b279d3450400bb5be140851dbfb52dbc16 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ddaa885cfb0f..c34b32cf50f2 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ddaa885cfb0f3e7dd071593bb54e31200412b033 +Subproject commit c34b32cf50f2584f721e75c3f519443bcb296c3a From 216f756ad05e0b1004f82fe420bb132d60cfee5d Mon Sep 17 00:00:00 2001 From: Christian Strack Date: Thu, 31 Oct 2013 12:50:45 +0100 Subject: [PATCH 00079/18836] Updated openstack/openstack Project: openstack/oslo.messaging b29a1462c2c6706fdf823ff3f30137ad79e389e2 null Changes driver method for notifications Oslo.messaging.Transport is used as an abstraction to redirect function calls to the configured driver. _send_notification called self._driver.send instead of self._driver.send_notification As the test oslo.messaging.tests.TestTransportMethodArgs.test_send_notification also assumed that send was the correct method, this should be changed accordingly Change-Id: I9406d74f3dc13c44d1aaad5379aafbf1a8580137 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 791418139863..b29a1462c2c6 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7914181398630cbcbc25543d72871ccf812df517 +Subproject commit b29a1462c2c6706fdf823ff3f30137ad79e389e2 From 3d425467e0ada68862c0d2bd3c02c85e349663a8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 17:46:20 +0000 Subject: [PATCH 00080/18836] Updated openstack/openstack Project: openstack/glance 6199ebe7e1e5c00f3cc7ab8c5d8782e653665114 null Fixes wrong Qpid protocol configuration notify_qpid.py is suffering from the same issue as described in launchpad bug https://bugs.launchpad.net/oslo/+bug/1158807. Instead of setting connection.transport, it is attempting to set connection.protocol. Fixes bug 1243821 Change-Id: Ice3e7ad917c158a5953475809f3f46f48fd6054d --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4e7c8e6d553e..6199ebe7e1e5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4e7c8e6d553e9d187b6c7f6eb284b4b7d63cfd74 +Subproject commit 6199ebe7e1e5c00f3cc7ab8c5d8782e653665114 From 7383c8f28c631ee4e65cb5c9f35093fa96d4bb44 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 19:02:02 +0000 Subject: [PATCH 00081/18836] Updated openstack/openstack Project: openstack-dev/devstack 7751354b44bc3ce286142d588d18ec919a5e4eff null Decrease tempest BUILD_TIMEOUT The BUILD_TIMEOUT is the generally used timeout option in tempest. Almost never expected to any operation takes more than 60 sec, the 400 sec is too match for timeout. Changing the BUILD_TIMEOUT to 196 sec, it is still expected to be safe. It can make faster the failing test jobs. Change-Id: I7e7c767400ca448cb86d27b60a1229a2afa69726 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7890b4ea08cc..7751354b44bc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7890b4ea08cc42c6c6b7c3e1e65d33af7765e7f2 +Subproject commit 7751354b44bc3ce286142d588d18ec919a5e4eff From 355f6b8c0b52fb557d6f8ffd87dbf8b37999529e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Oct 2013 21:49:22 +0000 Subject: [PATCH 00082/18836] Updated openstack/openstack Project: openstack/glance 650c311dafee4ed297cc0bbebc625ce4f5239628 null Use HTTP storage to test copy file functionality The copy file functionality should be tested using Filesystem and HTTP backend stores instead of S3 and Swift (requiring more configuration). Closes-Bug: #1175940 Change-Id: I8c45598f2f004006f379861479f6f34150d0f649 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 6199ebe7e1e5..650c311dafee 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 6199ebe7e1e5c00f3cc7ab8c5d8782e653665114 +Subproject commit 650c311dafee4ed297cc0bbebc625ce4f5239628 From 4ffa46d8e542c42a76e4670ce33410022489341b Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sat, 12 Oct 2013 17:03:58 -0500 Subject: [PATCH 00083/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 86000b47f0aeaeba1e19216e20ac191117717030 null PEP 8 Public and internal interfaces Define which interfaces are public and which are internal based on PEP 8. For reference, PEP 8 section is here: http://www.python.org/dev/peps/pep-0008/#public-and-internal-interfaces Change-Id: I14233796b7838b78fbd355014478f3e326542966 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0341f933caf9..86000b47f0ae 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0341f933caf91a522dffe42a5092c1e4a7925adb +Subproject commit 86000b47f0aeaeba1e19216e20ac191117717030 From 9cb4c8a234f026c8c50700894e47258f303df0a3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 1 Nov 2013 03:15:48 +0000 Subject: [PATCH 00084/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dca1d4259d44a0d282396a18c895de834580fe66 null Make ROOTDIR determination more robust Remove unused CLIENTDIR and replace it with a TESTDIR (pointing to rootdir/keystoneclient/tests) and use normpath for determining the full path of rootdir. This change is needed if keystoneclient/ is a symlink and etc/ is in a different directory hierarchy. Change-Id: Ice9165ef25ec0200ccfb50c2f2f3121a136652a2 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 86000b47f0ae..dca1d4259d44 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 86000b47f0aeaeba1e19216e20ac191117717030 +Subproject commit dca1d4259d44a0d282396a18c895de834580fe66 From c9a3851fa872ee45a2e7f650c0af9c1b1cd2a4e0 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Wed, 23 Oct 2013 16:34:48 -0400 Subject: [PATCH 00085/18836] Updated openstack/openstack Project: openstack/glance 0c1f60d06bae8e571c7accb596ad9268ac066c40 null Use mock in test_policy FakePolicyEnforcer is trying to imitate the real policy enforcer. We don't need it in the test_policy tests. fixes bug 1243902 Change-Id: Id82d09dc9aafbf57b6fc968ae1ded944b8d64229 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 650c311dafee..0c1f60d06bae 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 650c311dafee4ed297cc0bbebc625ce4f5239628 +Subproject commit 0c1f60d06bae8e571c7accb596ad9268ac066c40 From 184e29ce679b256770e18e43381205e02335147b Mon Sep 17 00:00:00 2001 From: Andrey Shestakov Date: Tue, 15 Oct 2013 00:21:44 +0300 Subject: [PATCH 00086/18836] Updated openstack/openstack Project: openstack/python-troveclient 8e4bfa723d940e5d999ec98fd16912ea58ca4d51 null Support datastore types implements blueprint db-type-version Change-Id: I5dec99c44393c04d86c1a8e19c0b3ca59329fd87 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index d06fadd87606..8e4bfa723d94 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit d06fadd8760621895bbf8e52922fcf7540be4a7d +Subproject commit 8e4bfa723d940e5d999ec98fd16912ea58ca4d51 From 3030501c13398e3e2a3b5fe3fd188003657d8f0f Mon Sep 17 00:00:00 2001 From: Lars Butler Date: Tue, 29 Oct 2013 13:28:08 +0100 Subject: [PATCH 00087/18836] Updated openstack/openstack Project: openstack/oslo.config 4d08ec67aad1925f08b33f30afaddd87abcd850c null Fix to make ConfigOpts no longer obscure IOErrors This changes ConfigParser._parse_file such that it no longer interprets all IOErrors as 'No such file or directory', and instead allows these errors to propagate normally. The current behavior with respect to ConfigOpts does not change for IOErrors indicating 'No such file' or 'Permission denied'. Also added a test to exercise the case where IOErrors are reraised. The 'No such file' case is already covered by existing tests. Change-Id: I10e4e5965212737a19f4f17153143f62b5c0c83e Closes-Bug: #1244674 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index c5f7e500b183..4d08ec67aad1 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit c5f7e500b18377255ba956571ccc67429f20e645 +Subproject commit 4d08ec67aad1925f08b33f30afaddd87abcd850c From 891ca416698ba32d282c684fb66b8177af7d794b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 1 Nov 2013 18:30:47 +0000 Subject: [PATCH 00088/18836] Updated openstack/openstack Project: openstack/python-heatclient b16b116210636f7a826517d17e76c8ae2b1b02f9 null Add a top level introduction to the index Change-Id: Icfe152a2829c2cb82a0955b91052183d7c488510 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 31ce45649a54..b16b11621063 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 31ce45649a5455ca7c3b810ff7c41c4a54f410c6 +Subproject commit b16b116210636f7a826517d17e76c8ae2b1b02f9 From 6428f046b4ffefff14a3af65d02c8215d44e2e9d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 1 Nov 2013 18:32:05 +0000 Subject: [PATCH 00089/18836] Updated openstack/openstack Project: openstack-dev/devstack 0eeeb2efdf9800f1730f85f0ad8d9cb6cdb2bc71 null Fix apache horizon permissions on Ubuntu 13.10 Fixes bug 1241574. Change-Id: If6c30874267a6bf30c114146f83b2d3220f32c1a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7751354b44bc..0eeeb2efdf98 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7751354b44bc3ce286142d588d18ec919a5e4eff +Subproject commit 0eeeb2efdf9800f1730f85f0ad8d9cb6cdb2bc71 From bc630fe620a3184025514339e5a6a606083c3608 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 1 Nov 2013 18:32:51 +0000 Subject: [PATCH 00090/18836] Updated openstack/openstack Project: openstack-dev/devstack 6fdea947188ef6847cbbe2a3a08d6e34a1a018f1 null Set keystone.conf to mode 0600 Set keystone.conf readable only by owner Fixes CVE-2013-1977 Fixed bug: 1168252 Change-Id: Idd13b7a58e257565052c54f72c65d8dceb23f27a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0eeeb2efdf98..6fdea947188e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0eeeb2efdf9800f1730f85f0ad8d9cb6cdb2bc71 +Subproject commit 6fdea947188ef6847cbbe2a3a08d6e34a1a018f1 From 19e7d2258e6480160e006b375e27018e62e6f184 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 1 Nov 2013 18:50:53 +0000 Subject: [PATCH 00091/18836] Updated openstack/openstack Project: openstack-dev/devstack e8e612d3d6552686f22f91319db4dd1af3d77f3f null Turn off Nova firewall driver when using Neutron As referenced in the OpenStack documentation, the firewall_driver in nova.conf should be set to nova.virt.firewall.NoopFirewallDriver, "so that nova-compute does not perform iptables-based filtering itself". Without this change, the driver gets set to nova.virt.libvirt.firewall.IptablesFirewallDriver, which seems to make networking unusable. Change-Id: Id9cce0f5f4efe719683aaf3284b128188b61b919 Closes-bug: #1246888 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6fdea947188e..e8e612d3d655 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6fdea947188ef6847cbbe2a3a08d6e34a1a018f1 +Subproject commit e8e612d3d6552686f22f91319db4dd1af3d77f3f From e5ff04d1a9a9e8afaf78d3030492fcb0415d78f2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 1 Nov 2013 18:51:00 +0000 Subject: [PATCH 00092/18836] Updated openstack/openstack Project: openstack-dev/devstack 385775d83fb61132098a3b117f1aaa8a8612a972 null Add FORCE_CONFIG_DRIVE and make it the default Adds a new FORCE_CONFIG_DRIVE option to lib/nova which is by default enabled. Using config drive should speed things up a bit and is a more likely production default instead of file injection. Change-Id: I2388ef0df12a6289b619bfaf30cb952fcc48ef41 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e8e612d3d655..385775d83fb6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e8e612d3d6552686f22f91319db4dd1af3d77f3f +Subproject commit 385775d83fb61132098a3b117f1aaa8a8612a972 From 068395f085e4cc1fac2721abcf21f280f7aee9ea Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 1 Nov 2013 11:40:44 -0700 Subject: [PATCH 00093/18836] Updated openstack/openstack Project: openstack/python-swiftclient ff6ba367faa71a7dd22e210382c8afc41d79d779 null Replaced two references to Cloud Files with Swift Change-Id: I721f2b25a255a829c625b34928b066df3cd3e632 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 4b78b4d136f5..ff6ba367faa7 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 4b78b4d136f5e18544ba97db85f47c5201d3a761 +Subproject commit ff6ba367faa71a7dd22e210382c8afc41d79d779 From 9cb2d6848eea6bd76c465736ad1f40928dcdb5ce Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 1 Nov 2013 19:37:46 +0000 Subject: [PATCH 00094/18836] Updated openstack/openstack Project: openstack-dev/devstack 613fd5591c8d6cfac6ccf4b197ed93bb8d2f7676 null Remove docker exercise No other hypervisor has a dedicated exercise, docker should be tested just by testing the nova APIs, not on it's own. Change-Id: Ifc788815380e8502449171410dea8260786a1e79 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 385775d83fb6..613fd5591c8d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 385775d83fb61132098a3b117f1aaa8a8612a972 +Subproject commit 613fd5591c8d6cfac6ccf4b197ed93bb8d2f7676 From 96a12ed1afa2845d55725ba3cb60b1a88efd4b81 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Mon, 28 Oct 2013 16:33:27 -0700 Subject: [PATCH 00095/18836] Updated openstack/openstack Project: openstack/python-neutronclient feda92ff0b28514b27e8e05713368962366c9fa4 null Fix status_code not passed in code The python-neutronclient was refactored to raise NeutronClientException and when that occured the status_code field was dropped. This causes errors on the nova-side to occur as nova checks the status_code to do error handling. Fixes bug: 1245700 Change-Id: Ie1fcf3fef0e20c33ce18549bca6a2413a9f98e9f --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 1dd88b9564db..feda92ff0b28 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 1dd88b9564dbe94f3294ab447cf0680f0c6f5685 +Subproject commit feda92ff0b28514b27e8e05713368962366c9fa4 From ca0a9d94d0958ce9fbf482c6fd9961e01471cb88 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 2 Nov 2013 19:45:47 +0000 Subject: [PATCH 00096/18836] Updated openstack/openstack Project: openstack/python-novaclient 65c84c72e1361012cbb4f8e3523db7b5fdb9b034 null Update mailmap for Joe Gordon Update mailmap to reflect that I am committing from a new email address. Change-Id: Ibf03482768a639c4c2fe57fca045daaab0233688 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 1d2263dae339..65c84c72e136 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 1d2263dae339590b60250793bc81ec5776845060 +Subproject commit 65c84c72e1361012cbb4f8e3523db7b5fdb9b034 From b4ee1eee0a23c4943129bd12e6ffded30e95de9f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 4 Nov 2013 10:10:11 +0000 Subject: [PATCH 00097/18836] Updated openstack/openstack Project: openstack/python-novaclient d7f3139cf7eb50f207bc912edea2844fed38f852 null Adds locking to completion caches Previously, completion caches were not thread-safe and multiple threads could not make calls to python-novaclient simultaneously. With locking, the completion caches are now thread-safe. Closes-Bug: #1213958 Change-Id: I201c2ed0f1eb09b1c2a74de96119cbae9ed6f4b0 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 65c84c72e136..d7f3139cf7eb 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 65c84c72e1361012cbb4f8e3523db7b5fdb9b034 +Subproject commit d7f3139cf7eb50f207bc912edea2844fed38f852 From 21d6233360e89af01e66c4e0eb0e12438826c174 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 5 Nov 2013 09:36:08 +0000 Subject: [PATCH 00098/18836] Updated openstack/openstack Project: openstack-dev/devstack e8aa8306b1ab3f471c288d5171b31481c742f236 null Set Nova auth_proto regardless of tls-proxy. We actually want to comment out the keystone auth_proto in Nova's api-paste.ini file regardless of the tls-proxy setting. Likewise lets always set it in nova.conf as well. This should fix an issue in trying to get this in: https://review.openstack.org/#/c/52825/ Change-Id: I1b8202aa1666cbb6ca13d2f77d50fa0175969266 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 613fd5591c8d..e8aa8306b1ab 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 613fd5591c8d6cfac6ccf4b197ed93bb8d2f7676 +Subproject commit e8aa8306b1ab3f471c288d5171b31481c742f236 From 3caf8c05528d965c3952be3fe1b0aab2383b53bc Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 30 Oct 2013 11:33:27 +0000 Subject: [PATCH 00099/18836] Updated openstack/openstack Project: openstack/requirements b966cb23b61c7c8f96e7be4808b67533d31c0d2b null Switch to Hacking 0.8.0 Move requirements to Hacking 0.8.0 Change-Id: I8abb0e4c143b08f44b0f52806c4fb8cfa16765ed --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 54453e40decc..b966cb23b61c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 54453e40deccb08fd049750cf6d848ff69901644 +Subproject commit b966cb23b61c7c8f96e7be4808b67533d31c0d2b From 0a3a28b58d1d7e768bce1ebfc1f2a03f6b160f92 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 6 Nov 2013 03:55:44 +0000 Subject: [PATCH 00100/18836] Updated openstack/openstack Project: openstack-dev/devstack aa50a131350a4e047a3a2c22f3bfb5563f6f4ba1 null Clean up use of global conf vars in start_nova Make it clear which services run in the API cell and compute (child) cells by using appropriately named local variables for the conf files. This should help save from future bugs. Also: When cells is enabled, there's no need to run nova-conductor in the API cell right now. Cells bypasses any use of conductor in the API cell. Change-Id: I3af17d3db028f5df36814cb83c7db4de8f141f84 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e8aa8306b1ab..aa50a131350a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e8aa8306b1ab3f471c288d5171b31481c742f236 +Subproject commit aa50a131350a4e047a3a2c22f3bfb5563f6f4ba1 From 32491b53ee69afcfe42d771a04f74d20af3e8ddc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 9 Jun 2013 10:46:50 +0200 Subject: [PATCH 00101/18836] Updated openstack/openstack Project: openstack/glance 6ba3ebbf8d55ea2619da50f68b435936e6ad7e51 null Start using PyFlakes and Hacking Instead of globally ignoring Pyflakes and Hacking warnings, blacklist explitly only those that trigger numerously. Fix the rest alongway and start to gate on those that are now passing. Change-Id: Ia19dc708cf0ccab2da5b46d1652f16e901499c24 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0c1f60d06bae..6ba3ebbf8d55 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0c1f60d06bae8e571c7accb596ad9268ac066c40 +Subproject commit 6ba3ebbf8d55ea2619da50f68b435936e6ad7e51 From c88676d674d75a525f88f0ede5a9e886eaa30321 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 6 Nov 2013 16:55:05 +0000 Subject: [PATCH 00102/18836] Updated openstack/openstack Project: openstack/glance e62c5b0dda67db8703ec53336b66d3cd1a23d96d null Fix Pep8 1.4.6 warnings Pep8 1.4.6 fixes some missed occassions of the indentation checks. Change-Id: Ie87005a9b204db70d4b22bc28425758b282b1eb0 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 6ba3ebbf8d55..e62c5b0dda67 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 6ba3ebbf8d55ea2619da50f68b435936e6ad7e51 +Subproject commit e62c5b0dda67db8703ec53336b66d3cd1a23d96d From cadc4fb4f534b07a3599554fec4b593dee5e6b1d Mon Sep 17 00:00:00 2001 From: Chang Bo Guo Date: Sun, 3 Nov 2013 05:11:05 -0800 Subject: [PATCH 00103/18836] Updated openstack/openstack Project: openstack/oslo.messaging 0b078b6062892080b9dafc1e454443e1c67ebe9f null Fix some typos and adjust capitalization Change-Id: I61cf108f9746fc44a08d83e11d44ed1007a6a1fa --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index b29a1462c2c6..0b078b606289 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit b29a1462c2c6706fdf823ff3f30137ad79e389e2 +Subproject commit 0b078b6062892080b9dafc1e454443e1c67ebe9f From 6f1ef2557ea9e6472384871fb006848dce2e4aa3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 7 Nov 2013 01:55:55 +0000 Subject: [PATCH 00104/18836] Updated openstack/openstack Project: openstack-dev/devstack 7941ffad4d1cf07d99fef28fe0dd700e99ef8a53 null Cleanup unused settings, use interface_driver setter * Remove unused MIDONET specific settings from nova.conf * Remove unused MIDONET specific settings from dhcp_agent.ini * Move the interface_driver settings to the proper setting function so that it can be used by lbaas_agent.ini as well. Change-Id: Id686ff5f55db00bce42b8a2bd56e7655c73211fb Closes-Bug: #1245401 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index aa50a131350a..7941ffad4d1c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit aa50a131350a4e047a3a2c22f3bfb5563f6f4ba1 +Subproject commit 7941ffad4d1cf07d99fef28fe0dd700e99ef8a53 From a3218dd9e38664737620ecec07e6ae922d1f38e8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 7 Nov 2013 02:21:21 +0000 Subject: [PATCH 00105/18836] Updated openstack/openstack Project: openstack-dev/devstack ddf656fdb631e575c71c30dccd2ba0ec6a10d974 null removed unecessary lines for docker install * script was trying to copy file from a source that doesn't exist to destination that does. * variable DOCKER_BRANCH no longer used. Change-Id: I50fd55e97dfc4eaaa3c1f2bfc42e8cfc0e76cdf4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7941ffad4d1c..ddf656fdb631 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7941ffad4d1cf07d99fef28fe0dd700e99ef8a53 +Subproject commit ddf656fdb631e575c71c30dccd2ba0ec6a10d974 From 11e91986c819a6d7a2785e8dfa3b0c57f62569dd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 7 Nov 2013 02:22:18 +0000 Subject: [PATCH 00106/18836] Updated openstack/openstack Project: openstack-dev/devstack ba5a8198d2116486cf9f94e798827f127d43d5a6 null Use heat's default value for max_template_size Instead of aligning value with tempest, make tempest use heat's default value as that is what most people will be deploying with. Change-Id: I77549f2b5e953ff712c50a2b372f6b04725d5eb0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ddf656fdb631..ba5a8198d211 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ddf656fdb631e575c71c30dccd2ba0ec6a10d974 +Subproject commit ba5a8198d2116486cf9f94e798827f127d43d5a6 From bd66796ab19b8eeace5aaa91c80cc06861ac8835 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 7 Nov 2013 03:06:09 +0000 Subject: [PATCH 00107/18836] Updated openstack/openstack Project: openstack-dev/devstack c6d9bf1fa02856c984654d7a4c653298ca56e946 null Modification for Ubuntu 13.10 and minor fixes in Neutron NEC plugin Modifications for Ubuntu 13.10: * Add .conf suffix to apache2 config files. In Ubuntu 13.10, files in sites-available should have ".conf" suffix. Otherwise it is not recognized by a2ensite. * libglib2.0-dev is added to lib/files/apt/trema. Trema is an OpenFlow controler framework used by Neutron NEC plugin Ubuntu package dependency seems to be changed. Minor cleanups are also done in OVS configuration: * Set datapath_id before connecting to the OpenFlow controller to ensure datapath_id changes after connected. Previously datapath_id is changed after connecting to the controller. * Drop "0x" prefix from datapath_id passed to OVS. OVS ignores datapath_id with 0x prefix. * Fix a bug that SKIP_OVS_BRIDGE_SETUP skips all confiugration of the plugin agent. It should skip only OVS setup. Change-Id: Ifac3def8decda577b5740c82fe8d24e8520c7777 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ba5a8198d211..c6d9bf1fa028 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ba5a8198d2116486cf9f94e798827f127d43d5a6 +Subproject commit c6d9bf1fa02856c984654d7a4c653298ca56e946 From 83bcfd7853e788b5046d43b5167003d7eb5b2e46 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 7 Nov 2013 03:25:52 +0000 Subject: [PATCH 00108/18836] Updated openstack/openstack Project: openstack-dev/devstack 00b6706ec2e4d2cc7ec5d9c1aa7dcee8efee623f null Fix wrong variable comparision in functions A whitespace is missing. Closes-Bug: #1247273 Change-Id: I4bbed6077813c5d7522650baf2e78d9c44c1bba4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c6d9bf1fa028..00b6706ec2e4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c6d9bf1fa02856c984654d7a4c653298ca56e946 +Subproject commit 00b6706ec2e4d2cc7ec5d9c1aa7dcee8efee623f From 85f0abcce4746c8729e9f7c103a1d0ec6bd15a30 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 7 Nov 2013 04:49:18 +0000 Subject: [PATCH 00109/18836] Updated openstack/openstack Project: openstack/glance 153e33a8f5ae097aa1d9f0bdbf0010fc387dc22c null Sync units module from olso There are lots of numeric expressions across some projects, such as 1024*1024 , 1024**3, 1000, 1000000 etc. This patch adds binary and decimal unit constants. Replacing nummeric experssions with these constants makes code more readable. Change-Id: I45fb5a10009f22b1eedb07b3e52f1ce40403b068 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e62c5b0dda67..153e33a8f5ae 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e62c5b0dda67db8703ec53336b66d3cd1a23d96d +Subproject commit 153e33a8f5ae097aa1d9f0bdbf0010fc387dc22c From e3e6fad048fb81e2b15fb5402bedfd0c18b04511 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Tue, 29 Oct 2013 08:23:43 +0100 Subject: [PATCH 00110/18836] Updated openstack/openstack Project: openstack-dev/devstack 5a35e73b3419df571f55efd2a68ef565469e3d1b null Option for installing spice-html5 and novnc from packages The novnc and spice-html5 is installed from git repository by default, but not from an openstack* repository. In order to add vnc/spice proxy related gating tests they should be installed from packages. New boolean variables added to control the installation source: NOVNC_FROM_PACKAGE and SPICE_FROM_PACKAGE Related changes: https://review.openstack.org/#/c/51790/ https://review.openstack.org/#/c/50822/ Change-Id: I1e55fd99edd30876924a13160afb74ff3e97c485 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 00b6706ec2e4..5a35e73b3419 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 00b6706ec2e4d2cc7ec5d9c1aa7dcee8efee623f +Subproject commit 5a35e73b3419df571f55efd2a68ef565469e3d1b From f243c263b8eb68a43fec4afcba7000243e9475d4 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 5 Nov 2013 09:54:10 +0000 Subject: [PATCH 00111/18836] Updated openstack/openstack Project: openstack/oslo.config 03930e31965524cb90279b5d9e793c6825791b54 null Updated from global requirements Change-Id: I19a010d58c9a3135c5fe1051ced64772f3673f46 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 4d08ec67aad1..03930e319655 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 4d08ec67aad1925f08b33f30afaddd87abcd850c +Subproject commit 03930e31965524cb90279b5d9e793c6825791b54 From ae5d31e09c75729d9d41fc51dc29e6106b356ddf Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 7 Nov 2013 20:56:03 -0600 Subject: [PATCH 00112/18836] Updated openstack/openstack Project: openstack/python-openstackclient 68094619be604174a80938a1df8d08635284f262 null Remove httpretty from test requirements We don't use it... Change-Id: I41466da5153a8bdd0e4b4dd5774a9711bff3b7f5 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 9137cc304d73..68094619be60 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 9137cc304d73aa60548fa255d2bf668600aa0ec4 +Subproject commit 68094619be604174a80938a1df8d08635284f262 From 5dc0179187c53d50e2327c41f2b42ed18febd9be Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 8 Nov 2013 04:22:36 +0000 Subject: [PATCH 00113/18836] Updated openstack/openstack Project: openstack/python-openstackclient e118f216dba7e3c1b8d0b17cb0ce9fb2cb63876b null Updated from global requirements Change-Id: I421ab7a5b0c0224122cc747141956bc1282f2b07 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 68094619be60..e118f216dba7 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 68094619be604174a80938a1df8d08635284f262 +Subproject commit e118f216dba7e3c1b8d0b17cb0ce9fb2cb63876b From 5fd29ad4a609edffc76fe229b1380680bbbab5f0 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 8 Nov 2013 15:42:17 +0800 Subject: [PATCH 00114/18836] Updated openstack/openstack Project: openstack/python-novaclient 3978172012a601e3a623066fd724f5a6dd9e1caf null Fix single H234 Bug to make Hacking 0.8 pass Jenkins patch I96b53ce825ca0f940596f53058b8e3c80463ac3c introduces hacking 0.8, this fix the one bug. Change-Id: Ib4ee60b4de32c59cb3552091f0ce50f366fe0879 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d7f3139cf7eb..3978172012a6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d7f3139cf7eb50f207bc912edea2844fed38f852 +Subproject commit 3978172012a601e3a623066fd724f5a6dd9e1caf From f3a682f16d2ad6800d01b0dceaac6d12a7dbfc95 Mon Sep 17 00:00:00 2001 From: Tim Schnell Date: Mon, 4 Nov 2013 16:22:36 -0600 Subject: [PATCH 00115/18836] Updated openstack/openstack Project: openstack/python-heatclient 72d62218ca2df4fea3431b647374f1d74042c8f6 null Returning the json body after a stack-create or stack-update This allows the downstream service access to the data coming back from the REST API, primarily the stack id. implements blueprint return-id-on-stack-create Change-Id: I24db9c28fca1f50f5ef1452679f444095d22d103 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b16b11621063..72d62218ca2d 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b16b116210636f7a826517d17e76c8ae2b1b02f9 +Subproject commit 72d62218ca2df4fea3431b647374f1d74042c8f6 From 57c467eb27d3c42a318a22af31b6509463b55259 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 10 Nov 2013 17:54:28 +0000 Subject: [PATCH 00116/18836] Updated openstack/openstack Project: openstack/requirements ef4ff0a19cd920f0adc33f4a1c5884eebe858240 null Set a floor on the python-memcache library python-memcache prior to version 1.48 will leak memory due to always caching cas ids (compare and set) and with nothing designed to clean it up. In 1.48 it was changed to require a boolean argument 'cache_cas' on init to enable the cas id caching. In the case of keystone, we rely on the cache_cas argument and cas functionality. Ideally, all uses of memcache should use later than 1.47 to prevent the memory leaking of cas id caching. Change-Id: Ide780e30a8243cd5fcc693515ffd84dfea3a3467 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b966cb23b61c..ef4ff0a19cd9 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b966cb23b61c7c8f96e7be4808b67533d31c0d2b +Subproject commit ef4ff0a19cd920f0adc33f4a1c5884eebe858240 From 7f83910844defb703cc5be11e4ea8e8f86c0644d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 9 Nov 2013 14:42:33 -0800 Subject: [PATCH 00117/18836] Updated openstack/openstack Project: openstack-dev/pbr 3287d9d82f33e86dc107e15a5b3a6bb6ae302dc5 null Link to the documentation in the readme Change-Id: Ib4ddd8bcb749e21615c856026d10df16be3923f9 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 629bbce1c88a..3287d9d82f33 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 629bbce1c88a4a576182c7a41372a70a864d8226 +Subproject commit 3287d9d82f33e86dc107e15a5b3a6bb6ae302dc5 From be23b6c916fba7af2f7b6df0a02a6e0492233c0e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 1 Nov 2013 15:28:21 -0400 Subject: [PATCH 00118/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d9f702ef42334e29855b438f64e01a4dc2790d08 null Extract method fix_disk_layout Extract the work arounds for HP cloud guest disk layout to a seperate function. Change-Id: Ib4a351c229407425c38655f20471baa28969e424 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index c34b32cf50f2..d9f702ef4233 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit c34b32cf50f2584f721e75c3f519443bcb296c3a +Subproject commit d9f702ef42334e29855b438f64e01a4dc2790d08 From 13191606c6478d119584bc411076c07395e5e145 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 1 Nov 2013 15:30:59 -0400 Subject: [PATCH 00119/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 72239bcb0ce1f15130ea478f9c0e96e7912581ac null Extract fix_etc_hosts method Extract the work arounds for the /etc/hosts setup on HP cloud. Change-Id: I346f361b936b0cf1c09245f59efb61111f948b34 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d9f702ef4233..72239bcb0ce1 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d9f702ef42334e29855b438f64e01a4dc2790d08 +Subproject commit 72239bcb0ce1f15130ea478f9c0e96e7912581ac From 04cf5668fca5aad65efbd04fe06ba0b1a82edc16 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Nov 2013 10:12:57 +0000 Subject: [PATCH 00120/18836] Updated openstack/openstack Project: openstack/glance 91c31f5996bd7df87be0a1c0f59557e4db000962 null Document default log location in config files It's not immediately obvious where log output will go if the 'log_file' and 'use_syslog' directives are either missing or commented out. This patch updates the documentation in the config files to mention the stdout default. This should help remove any confusion when configuring logging for glance. Change-Id: I36f2a9d30bdee1949e60f413b7f181631c564ed5 Closes-Bug: #1248292 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 153e33a8f5ae..91c31f5996bd 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 153e33a8f5ae097aa1d9f0bdbf0010fc387dc22c +Subproject commit 91c31f5996bd7df87be0a1c0f59557e4db000962 From 2198d39b3cc4e4b57c9ae75491ecceec02f84bb8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Nov 2013 14:25:19 +0000 Subject: [PATCH 00121/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4951aa6fef364694ee313a7165355c21e15842b5 null don't UNDO_REQUIREMENTS after we update from g-r it turns out there was a loophole in the global-requirements to rule them all approach, because tempest runs under tox, and the default devstack behavior is to reset the source trees after global-requirements was used for setup.py develop, so that we wouldn't be poluting people's working trees. This meant that if tempest contained an incompatible requirement from g-r, it could wedge the gate (which it did for stable/havana). We've since introduced UNDO_REQUIREMENTS in devstack that lets us control this reset. This change in the gate will ensure that we don't reset tempest back to a state where it can wedge us. Change-Id: I6fb14cef9d52a35569c2f0215267609cd6741337 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 72239bcb0ce1..4951aa6fef36 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 72239bcb0ce1f15130ea478f9c0e96e7912581ac +Subproject commit 4951aa6fef364694ee313a7165355c21e15842b5 From fe58e1b95966053b7771889344ae9646754c8eb8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Nov 2013 16:02:50 +0000 Subject: [PATCH 00122/18836] Updated openstack/openstack Project: openstack/glance 8828ae84396d4a9cc264c8ab20bdef0dee0aa756 null Fixes error message encoding issue when using qpid Making the message only consist of primitive types before sending it by qpid. Fixes bug 1242734 Change-Id: I3ff7a19af9a7671f955345ada6acfba8bf573c70 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 91c31f5996bd..8828ae84396d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 91c31f5996bd7df87be0a1c0f59557e4db000962 +Subproject commit 8828ae84396d4a9cc264c8ab20bdef0dee0aa756 From b09981376cba2eeff8875227e90ed914a68f1f5f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Nov 2013 17:39:25 +0000 Subject: [PATCH 00123/18836] Updated openstack/openstack Project: openstack/glance 069c33e78dda8b50b90451ea302894928a382467 null assertEquals is deprecated, use assertEqual Also change to assertTrue/False where assertEqual(True,/False) was used. Change-Id: I9e592d9c40c3da61b5e7af7e7ad5247645249eff --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8828ae84396d..069c33e78dda 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8828ae84396d4a9cc264c8ab20bdef0dee0aa756 +Subproject commit 069c33e78dda8b50b90451ea302894928a382467 From 89f320ee95375760456211cd46bfa9b0192d6601 Mon Sep 17 00:00:00 2001 From: Steve Leon Date: Tue, 29 Oct 2013 14:23:25 -0700 Subject: [PATCH 00124/18836] Updated openstack/openstack Project: openstack/requirements ffec4bf5c986b3c1605d3612789b453acc1f9def null Add designate dns client (python-designateclient) to requirements This is needed to support the addition of designate dns to trove Change-Id: I1d4b97dc28dcca6151572228d5f70c678cbc42c4 Blueprint: designate-dnsaas-support --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ef4ff0a19cd9..ffec4bf5c986 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ef4ff0a19cd920f0adc33f4a1c5884eebe858240 +Subproject commit ffec4bf5c986b3c1605d3612789b453acc1f9def From 7a67fc155273bfc16777ae3d914f34c94f5ae953 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 11 Nov 2013 11:09:04 -0800 Subject: [PATCH 00125/18836] Updated openstack/openstack Project: openstack/python-openstackclient c946192e37111aa381097256c1fd1fb91e356783 null Update URL for global hacking doc and fix typos * related to I579e7c889f3addc2cd40bce0c584bbc70bf435e2 Change-Id: I519155d0a47564ce18a9cd930378a3c4feaa7a77 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index e118f216dba7..c946192e3711 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit e118f216dba7e3c1b8d0b17cb0ce9fb2cb63876b +Subproject commit c946192e37111aa381097256c1fd1fb91e356783 From 30aafba8617f1c4be638602636afc7a22afad11c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Nov 2013 19:59:20 +0000 Subject: [PATCH 00126/18836] Updated openstack/openstack Project: openstack/requirements 97620646d6888669c6deffa61ac05dc5ee3644f6 null Add django-bootstrap-form to requirements This is required by bootstrap 3 update patch in openstack/horizon https://blueprints.launchpad.net/horizon/+spec/bootstrap-update Change-Id: I9749607ed808688af2ba3b021738420385062667 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ffec4bf5c986..97620646d688 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ffec4bf5c986b3c1605d3612789b453acc1f9def +Subproject commit 97620646d6888669c6deffa61ac05dc5ee3644f6 From 1e7e6890ccb1dfe980d291786a0ac95ae2b93b00 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Nov 2013 20:35:01 +0000 Subject: [PATCH 00127/18836] Updated openstack/openstack Project: openstack/python-heatclient 6992cc5a66f1b5b88a7b63d94ab5a42c4f669449 null heatclient is not working with os-auth-token heatclient is failing if os-auth-token (OS_AUTH_TOKEN) is provided. With this change, user can provide either auth token or password with heatclient command line tool (heat). Closes Bug: #1248265 Change-Id: I22b6af351dd3a371443f432b04785c706eff8325 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 72d62218ca2d..6992cc5a66f1 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 72d62218ca2df4fea3431b647374f1d74042c8f6 +Subproject commit 6992cc5a66f1b5b88a7b63d94ab5a42c4f669449 From 6ecf16376ea37ca1459bb4a9f3056fa30c3cb194 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 11 Nov 2013 10:59:20 -0800 Subject: [PATCH 00128/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6296974b1ad78a5ff56fb5068a38084bcef1f424 null Update link in HACKING.rst and Make it DRYer * Fix URL for global hacking doc, related to I579e7c889f3addc2cd40bce0c584bbc70bf435e2 * Remove section on locals, as its already in openstack-dev/hacking (http://git.openstack.org/cgit/openstack-dev/hacking/tree/doc/source/index.rst#n154) Change-Id: If944b088f343404c5b90b02afe6f781dd1db914d --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index d21ed05b4ed1..6296974b1ad7 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit d21ed05b4ed1a5b5321876c481e0286d3696afd5 +Subproject commit 6296974b1ad78a5ff56fb5068a38084bcef1f424 From 9fe285493f5cd263458b94ad2ed8fceee6080737 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Nov 2013 22:20:08 +0000 Subject: [PATCH 00129/18836] Updated openstack/openstack Project: openstack-dev/devstack 26e0a05a9043ce93af62058132864caabd54b853 null Fix horizon config under Apache 2.4 Apache 2.4 now uses mod_authz_host for acces control. Horizon's Apache config needs an update to allow access to its directory, otherwise a 403 will be returned. This change replaces a similar previous fixes done for Fedora 18 and Ubuntu 13.10, since this is an Apache version issue, not a distro-specific one. Change-Id: Iecc17600d8e1aae6a7b0929b1493d712c307616f Closes-Bug: #1243075 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5a35e73b3419..26e0a05a9043 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5a35e73b3419df571f55efd2a68ef565469e3d1b +Subproject commit 26e0a05a9043ce93af62058132864caabd54b853 From aff055a737ca664cc408f21b99b9b74fc3e746ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 11 Nov 2013 22:46:43 +0000 Subject: [PATCH 00130/18836] Updated openstack/openstack Project: openstack-dev/devstack 1722aabd9c4599a9ba99dbd95889df18bd1c1cd9 null Fix FROM_PACKAGE checks for novnc and spice The logic for installing novnc and spice from packages is broken, which makes it impossible to install from git, which makes bug 1248923 more serious. Change-Id: I9ae722a5470a16555bca9018da342485f6d3e896 Related-Bug: 1248923 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 26e0a05a9043..1722aabd9c45 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 26e0a05a9043ce93af62058132864caabd54b853 +Subproject commit 1722aabd9c4599a9ba99dbd95889df18bd1c1cd9 From 3ac3563de5183722c97202d961b8a0e0c73e1983 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 04:38:33 +0000 Subject: [PATCH 00131/18836] Updated openstack/openstack Project: openstack/python-glanceclient 12a1d719b2938ed7c6e4e17a4ae19251671e9fd3 null Fix python 3.x related Hacking warnings Convert print operator usages to print functions. Fix one instance of outdated "except x,y:" syntactical construct. Remove usages of local() in string formatting alongway. Change-Id: Id0673a9183a6ea6bd9bf3f5c6d8e7c5f114ebf01 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 518cb2508d65..12a1d719b293 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 518cb2508d6557f1e8f1c8c480720e46fef4bae9 +Subproject commit 12a1d719b2938ed7c6e4e17a4ae19251671e9fd3 From b99c49032807fd9932ed8e5b209a462840abf063 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 04:47:31 +0000 Subject: [PATCH 00132/18836] Updated openstack/openstack Project: openstack/python-glanceclient 861bc832cb64fc50c759a8de107294daf9412e84 null Added support for running the tests under PyPy with tox This is a precursor to having them run under check and gate. Change-Id: I9c2f8218f457aeaa03e06b4a87554fcdc40e4a0a --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 12a1d719b293..861bc832cb64 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 12a1d719b2938ed7c6e4e17a4ae19251671e9fd3 +Subproject commit 861bc832cb64fc50c759a8de107294daf9412e84 From 208a8e82dd304b54c070a9d462dccd389b65f137 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 12 Nov 2013 05:17:39 +0000 Subject: [PATCH 00133/18836] Updated openstack/openstack Project: openstack/requirements 0c55baf2c3812088a87ff056e4bcf82f426ff1fb null Updated from global requirements Change-Id: Ie9eda700b3a2e2168b8151c7c073369cb24c0483 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 97620646d688..0c55baf2c381 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 97620646d6888669c6deffa61ac05dc5ee3644f6 +Subproject commit 0c55baf2c3812088a87ff056e4bcf82f426ff1fb From 9ec3b59ca759e58a50296207cfcb516cc7e208b6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 06:58:10 +0000 Subject: [PATCH 00134/18836] Updated openstack/openstack Project: openstack/glance 60f4cfda04947e95c28b1c2934427d1828914849 null Glance v2: Include image/member id in 404 Response Fixes bug 1242920 Change-Id: Idfce3026073be036f0c2416d33065741a342abfd --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 069c33e78dda..60f4cfda0494 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 069c33e78dda8b50b90451ea302894928a382467 +Subproject commit 60f4cfda04947e95c28b1c2934427d1828914849 From 6fb92f3ab7a69a975ec60400bbc9eb6dea68c010 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 07:54:07 +0000 Subject: [PATCH 00135/18836] Updated openstack/openstack Project: openstack/glance 6e9c4dc9f94baef8cc3a72d3c6cc0da9547be343 null Add unit test cases for get func of db member repo Fixes bug 1232756 Change-Id: I35a2cca7108d0a178d33a15594a2b8d56961ab73 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 60f4cfda0494..6e9c4dc9f94b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 60f4cfda04947e95c28b1c2934427d1828914849 +Subproject commit 6e9c4dc9f94baef8cc3a72d3c6cc0da9547be343 From 71bc9120bcb1ace674268c285466b0f0a5e62101 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 13:41:45 +0000 Subject: [PATCH 00136/18836] Updated openstack/openstack Project: openstack/glance 93edd1bdc67d31bb0058d157d97af444b7f195e4 null Changed header from LLC to Foundation based on trademark policies Fixes: Bug 1214176 Change-Id: I4e394c33d810fe7d48066ff7cb6143f7eae25f13 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 6e9c4dc9f94b..93edd1bdc67d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 6e9c4dc9f94baef8cc3a72d3c6cc0da9547be343 +Subproject commit 93edd1bdc67d31bb0058d157d97af444b7f195e4 From f5482d73d3943b222cdb8391bf3599283e68d10e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 15:08:01 +0000 Subject: [PATCH 00137/18836] Updated openstack/openstack Project: openstack/glance c3311b61aee5efab3c2884e31604fc7de791fa97 null Remove unused method setup_logging Method setup_logging in glance/common/config.py wasn't used anywhere. Similar function is in oslo, and some modules in Glance are using function log.setup from oslo, like glance/cmd/manage.py#L123 Closes-Bug: #1248214 Change-Id: Icda26943f02df5e495179868aa8b1f4c4e151803 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 93edd1bdc67d..c3311b61aee5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 93edd1bdc67d31bb0058d157d97af444b7f195e4 +Subproject commit c3311b61aee5efab3c2884e31604fc7de791fa97 From b3f41bfe9d8c433f52548025ff08d274d04a5489 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 15:37:53 +0000 Subject: [PATCH 00138/18836] Updated openstack/openstack Project: openstack/glance a3b79e6bac603292fcd014c84dfa46ede03ee2cd null Remove "image_cache_invalid_entry_grace_period" option "image_cache_invalid_entry_grace_period" option is unused in *.py, but the option is used in glance-cache.conf. I removed "image_cache_invalid_entry_grace_period" option from glance-cache.conf. Change-Id: Id235945f9cc89219118e4a3ec077f0e887a3b3ef Closes-Bug: #1249949 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c3311b61aee5..a3b79e6bac60 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c3311b61aee5efab3c2884e31604fc7de791fa97 +Subproject commit a3b79e6bac603292fcd014c84dfa46ede03ee2cd From ded59ce81909a28807f7038dd671d18aa5e29578 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Tue, 12 Nov 2013 16:15:28 +1100 Subject: [PATCH 00139/18836] Updated openstack/openstack Project: openstack/python-heatclient 56f97606d83ce124eaee41891be043385a15e05c null Add a basic man page for heat This shows a taste of commands and shows how to access the help Closes-bug: #1153824 Change-Id: Ia69072c224e8940927dce0c984040d4c81bcee45 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 6992cc5a66f1..56f97606d83c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 6992cc5a66f1b5b88a7b63d94ab5a42c4f669449 +Subproject commit 56f97606d83ce124eaee41891be043385a15e05c From 7cf3eb54b124d6d215ea3d17dc69598553286584 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 23:44:24 +0000 Subject: [PATCH 00140/18836] Updated openstack/openstack Project: openstack/python-troveclient a53acfb01f09a6efcc2ab53f1f0ea23d5ce6f3b2 null IP Address Showing as JSON in Show Command changes the 'ip' value returned in trove-show from a json array to a string of comma separated values before: +----------+--------------------------------------+ | Property | Value | +----------+--------------------------------------+ | created | 2013-10-23T06:49:55 | | flavor | 9 | | id | 95f6bc02-0d84-46e1-83e6-db7f3f064677 | | ip | [u'10.0.0.2'] | | name | TestTest | | status | ACTIVE | | updated | 2013-10-23T06:49:58 | | volume | 5 | +----------+--------------------------------------+ after: +----------+--------------------------------------+ | Property | Value | +----------+--------------------------------------+ | created | 2013-10-23T06:49:55 | | flavor | 9 | | id | 95f6bc02-0d84-46e1-83e6-db7f3f064677 | | ip | 10.0.0.2 | | name | TestTest | | status | ACTIVE | | updated | 2013-10-23T06:49:58 | | volume | 5 | +----------+--------------------------------------+ Change-Id: I56f2a6dea90dcfa790abb8592f565372ad616a1b Closes-Bug: 1245608 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 8e4bfa723d94..a53acfb01f09 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 8e4bfa723d940e5d999ec98fd16912ea58ca4d51 +Subproject commit a53acfb01f09a6efcc2ab53f1f0ea23d5ce6f3b2 From 40c01763c59c384dacdc21d7bc8206b5eb36c107 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 12 Nov 2013 23:44:44 +0000 Subject: [PATCH 00141/18836] Updated openstack/openstack Project: openstack/python-troveclient d45170dc78d7ce14c796480b382c15a3402a1037 null Fix Pep8 indentation issues only found with Pep8 1.4.6+ Change-Id: Iea9821b95278f1853e5fe98b21c61cb3e9e42da8 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index a53acfb01f09..d45170dc78d7 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit a53acfb01f09a6efcc2ab53f1f0ea23d5ce6f3b2 +Subproject commit d45170dc78d7ce14c796480b382c15a3402a1037 From 9cde32e40875faaa28658b288ac9197c73f2b77a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Nov 2013 02:41:32 +0000 Subject: [PATCH 00142/18836] Updated openstack/openstack Project: openstack-dev/pbr ece0420719bfa9bed6e1680842c61bde9f6b46bb null Avoid using 'which' executable for finding git Just use 'git --version' to check if the git executable is present Change-Id: Ib5c11060fa7d9b7d9741dd88fc3430237f0bc1a0 Closes-Bug: #1248447 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 3287d9d82f33..ece0420719bf 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 3287d9d82f33e86dc107e15a5b3a6bb6ae302dc5 +Subproject commit ece0420719bfa9bed6e1680842c61bde9f6b46bb From b3c0b56da99a648dd4b3e9db5168cae945aedfa3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Nov 2013 03:22:23 +0000 Subject: [PATCH 00143/18836] Updated openstack/openstack Project: openstack/glance d6ac1b18c883c3e46d0094b3bbbb187ebb4c2cf5 null Remove use of locals() when creating messages Per the hacking guidelines locals() should not be used when creating messages, but additionally this is preparation for upcoming message internationalization work. Change-Id: I9ce616b94faf2d7df895c6bffb94baac8c82c7ce --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a3b79e6bac60..d6ac1b18c883 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a3b79e6bac603292fcd014c84dfa46ede03ee2cd +Subproject commit d6ac1b18c883c3e46d0094b3bbbb187ebb4c2cf5 From d41c61843dcb18ad689ecc59530710d19fd4e237 Mon Sep 17 00:00:00 2001 From: Chang Bo Guo Date: Fri, 1 Nov 2013 22:17:34 -0700 Subject: [PATCH 00144/18836] Updated openstack/openstack Project: openstack/glance 616b097c052f5bf59b05326ed1d2d1ae1c703dc9 null sync log from oslo 5fef5a8105 allow keeping of existing loggers with fileConfig fb8075a19d Add amqp=WARN,qpid=WARN to default_log_levels 4654a5d247 Don't override default value for eventlet.wsgi.server logging 41ddd7a975 _get_log_file_path explictly return, when logfile/logdire unset e12e6b45f8 Make openstack.common.log Python 3 compatible 572cfecb4d Make Messages unicode before hitting logging 3243cdfbe9 python3: handle module moves in log DocImpact Change-Id: I3f58066c6d18477ec7cfcfd610c71baae9b2e21f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d6ac1b18c883..616b097c052f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d6ac1b18c883c3e46d0094b3bbbb187ebb4c2cf5 +Subproject commit 616b097c052f5bf59b05326ed1d2d1ae1c703dc9 From 4547e7b566cf13f2a2cb8a8e6455cf381d77d128 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Nov 2013 14:32:37 +0000 Subject: [PATCH 00145/18836] Updated openstack/openstack Project: openstack/glance da539f2f3152fa27685cc33e006092019d4041ca null Enable H501: do not use locals() for formatting Change-Id: I8b63c76b50cb3bb74b136678a945df79eb19856e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 616b097c052f..da539f2f3152 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 616b097c052f5bf59b05326ed1d2d1ae1c703dc9 +Subproject commit da539f2f3152fa27685cc33e006092019d4041ca From ad61fdebde62981165c1afc515163321d29fbdfa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Nov 2013 16:05:27 +0000 Subject: [PATCH 00146/18836] Updated openstack/openstack Project: openstack-dev/pbr ef1922b5ffeea243bd814da99ab7a3b8390476b8 null Add the semver documentation This is a fork of the upstream semver documentation with an aim towards being a PEP440 compliant implementation of the ideas. Change-Id: I66a543fc08e0c1148a6db02dce207deabafed664 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index ece0420719bf..ef1922b5ffee 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit ece0420719bfa9bed6e1680842c61bde9f6b46bb +Subproject commit ef1922b5ffeea243bd814da99ab7a3b8390476b8 From 3f3f2dd583054b51a136debd6e738bf825261b74 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 11 Nov 2013 18:49:45 +0000 Subject: [PATCH 00147/18836] Updated openstack/openstack Project: openstack/oslo.messaging 0d54ae4a2f165458289d6de884f86e99f2e74767 null Updated from global requirements Change-Id: I9d453b1270f82821273b1cc654e031599c1f9f77 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 0b078b606289..0d54ae4a2f16 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 0b078b6062892080b9dafc1e454443e1c67ebe9f +Subproject commit 0d54ae4a2f165458289d6de884f86e99f2e74767 From af603cf39078c7f5cdfb3d3f595bb33ed20f653c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Nov 2013 18:01:08 +0000 Subject: [PATCH 00148/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate bf104e1478a778aadd6c780a66cf98cea25b242e null Extract setup_project as a single function Extract the setup_project logic into a single function for clarity and reusability. Change-Id: I7ac3dd3f25b05487bbafc6a18242aa6c61f227c8 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4951aa6fef36..bf104e1478a7 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4951aa6fef364694ee313a7165355c21e15842b5 +Subproject commit bf104e1478a778aadd6c780a66cf98cea25b242e From bead03a541b969d44d63a99fd034b95238547c02 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 12 Nov 2013 16:24:14 -0800 Subject: [PATCH 00149/18836] Updated openstack/openstack Project: openstack-dev/devstack 66c54249805c9a6e863c81b754f4abae71aa1b2b null Bump SWIFT_LOOPBACK_DISK_SIZE_DEFAULT over swift max_file_size Swift is returning 50x error codes because its disk is too small, set size bigger then max_file_size in an attempt to fix the problem, or at least reduce it. "we create a 4GB device, but swift thinks it can write 5GB, hence fail" --sdague This patch based off of Iccd6368e4df71abb5ccfe7d361c64d86e1071d35 Change-Id: Ib56a98cd74e7edf1fa90facc25c72632d43180f1 Related-Bug: #1225664 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1722aabd9c45..66c54249805c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1722aabd9c4599a9ba99dbd95889df18bd1c1cd9 +Subproject commit 66c54249805c9a6e863c81b754f4abae71aa1b2b From 17918be5599b882113b2b7844854b97f6c2fe38a Mon Sep 17 00:00:00 2001 From: Chris Buccella Date: Wed, 13 Nov 2013 12:51:01 +0000 Subject: [PATCH 00150/18836] Updated openstack/openstack Project: openstack/python-novaclient b8ab45f390e85fd4e1c096425c9336b003108611 null Discrepancy between README.rst and nova help 1) --version in README should be --os-compute-api-version 2) NOVA_URL should be OS_AUTH_URL Change-Id: Ib8989e6923e2073bcc31d2a17d346eb436effdc8 Closes-Bug: 1250842 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 3978172012a6..b8ab45f390e8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 3978172012a601e3a623066fd724f5a6dd9e1caf +Subproject commit b8ab45f390e85fd4e1c096425c9336b003108611 From 8a3fb732b4dff5e7de898e2bc649299d1b1c9ea4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Nov 2013 23:14:46 +0000 Subject: [PATCH 00151/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 27911f42a57d678ec378806eb380e067ccbd591f null Extract git_fetch_at_ref The really dense logic in the zuulification of trees is actually hard to understand. Extracting it into a common function makes this much easier to understand the AND and OR logic of it. Change-Id: I96f94da8901cd94772d1910d39b48270a45f73e6 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index bf104e1478a7..27911f42a57d 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit bf104e1478a778aadd6c780a66cf98cea25b242e +Subproject commit 27911f42a57d678ec378806eb380e067ccbd591f From bedac64a2beab74910e81bbb7da87c5e7a225b40 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Nov 2013 23:16:32 +0000 Subject: [PATCH 00152/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 74ca8dc224868ff8adf2b050de7b0df5a2d0b491 null trigger devstack-gate test as early as possible if we have changes to devstack-gate we need need to run this as early as possible. So do this the second we've decided that we need to run devstack gate in our project list. Change-Id: I60464965a2e4cea5e1c85ea8833e98a8471fa5f1 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 27911f42a57d..74ca8dc22486 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 27911f42a57d678ec378806eb380e067ccbd591f +Subproject commit 74ca8dc224868ff8adf2b050de7b0df5a2d0b491 From 883f1f11f1657556b127f5bbf235d7e384264ee1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 13 Nov 2013 23:33:39 +0000 Subject: [PATCH 00153/18836] Updated openstack/openstack Project: openstack/python-troveclient 68f8ae0d9cff82ea606a101313375fda989c25ad null Usage String has Positionals after Optionals print positionals before optionals in the usage string to help users avoid argparse nargs='*' problems. ex: 'trove create --databases ' fails with 'error: too few arguments', but this succeeds: 'trove create --databases ' Change-Id: I400c9f0ca5580bd287c5f3bcf935352e88071bc8 Closes-Bug: #1243981 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index d45170dc78d7..68f8ae0d9cff 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit d45170dc78d7ce14c796480b382c15a3402a1037 +Subproject commit 68f8ae0d9cff82ea606a101313375fda989c25ad From 077727164c16000b57ddfd5fe9cc21fab2b53007 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 13 Nov 2013 15:38:17 -0800 Subject: [PATCH 00154/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 22af59f583eafb7824c2b2d7919c63bf61256a9b null Actually create $BASE/new dir and set perms. Need to run with root privs to create dirs under /opt. Then chown the new dir under /opt to jenkins:jenkins so that the jenkins user can write to that dir. Change-Id: I1f3bc2226b0965a0d530a7a6070bdad5e0d84618 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 74ca8dc22486..22af59f583ea 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 74ca8dc224868ff8adf2b050de7b0df5a2d0b491 +Subproject commit 22af59f583eafb7824c2b2d7919c63bf61256a9b From ae19eb24d646eb8f9badd0498ccfa7e7115a4f84 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 14 Nov 2013 07:50:56 +0000 Subject: [PATCH 00155/18836] Updated openstack/openstack Project: openstack/python-novaclient 9088e29d06fed739df079d3f2336f5f98d81465e null Print security groups as a human readable list Convert the security group list into a list that is more suitable for printing. Change-Id: I411d9256145986fad7659a9377494e29a6d70ced --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b8ab45f390e8..9088e29d06fe 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b8ab45f390e85fd4e1c096425c9336b003108611 +Subproject commit 9088e29d06fed739df079d3f2336f5f98d81465e From 0eefb55c02c055ff5efaf582b89d2098d02a797b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 14 Nov 2013 07:50:57 +0000 Subject: [PATCH 00156/18836] Updated openstack/openstack Project: openstack/python-novaclient dc0aacfd04c912f8111530d358e2e0209ea57e74 null Flatten hypervisor-show dictionary for printing Flatten the nested dicts so that hypervisor information can be more easily used at the command line. Change-Id: I5dfcf9d10f917a63bde09f0b5a691784a5e8f02b Closes-bug: #1243512 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9088e29d06fe..dc0aacfd04c9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9088e29d06fed739df079d3f2336f5f98d81465e +Subproject commit dc0aacfd04c912f8111530d358e2e0209ea57e74 From dbd48695e06b9ec6d063db76b74b7b3e96db22aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 14 Nov 2013 09:22:59 +0000 Subject: [PATCH 00157/18836] Updated openstack/openstack Project: openstack/python-novaclient c51dc4a525f111fa2771578f9a408432b32b7a0d null Change "project" to "project_id" in cloudpipe-create The CLI was stating that the name of the project should be used, but the parameter needs to be the project_id. Change-Id: If0908a1b72c526f6436432ff18599423f89f7d1f --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index dc0aacfd04c9..c51dc4a525f1 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit dc0aacfd04c912f8111530d358e2e0209ea57e74 +Subproject commit c51dc4a525f111fa2771578f9a408432b32b7a0d From 232ecfa4fbf2d5c0e8d15746af009a33100bccdd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 14 Nov 2013 12:46:47 +0000 Subject: [PATCH 00158/18836] Updated openstack/openstack Project: openstack/glance 9e439a1f8eb305d5124939b5ab1626d8d9edf8d3 null Add policy style '@'/'!' rules to prop protections A value of '@' will always allow the corresponding operation for a property, and '!' will always disallow the operation. Related to blueprint api-v2-property-protection DocImpact Change-Id: I1196a58a6f97cd0856bf97463386776a00359a49 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index da539f2f3152..9e439a1f8eb3 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit da539f2f3152fa27685cc33e006092019d4041ca +Subproject commit 9e439a1f8eb305d5124939b5ab1626d8d9edf8d3 From 340adf8b7a428d15b74f4e55c4546758e1cc9573 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 11 Nov 2013 18:49:49 +0000 Subject: [PATCH 00159/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 8bf894f9d907592b11674e081d27dd3f3879d103 null Updated from global requirements Change-Id: I9dac7eefa4dc427f509219671be990a7c946c44a --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 067b76d9a821..8bf894f9d907 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 067b76d9a821c3acb60d93787396d25b729a7421 +Subproject commit 8bf894f9d907592b11674e081d27dd3f3879d103 From 279cde7303d913ec4c93a74fe2dbda33b1eaddc9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 14 Nov 2013 14:46:44 +0000 Subject: [PATCH 00160/18836] Updated openstack/openstack Project: openstack/oslo.messaging 6490ad672e71bb6734cddfd0c7d5dcaeeb9a6410 null Remove property on virtual_host in TransportURL This isn't useful at all. Change-Id: I1025da66a0f382cc3ecec15acf01890d75257a6a --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 0d54ae4a2f16..6490ad672e71 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 0d54ae4a2f165458289d6de884f86e99f2e74767 +Subproject commit 6490ad672e71bb6734cddfd0c7d5dcaeeb9a6410 From 55007e7b36894e289254a3ccde1ee9493cda0c05 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 14 Nov 2013 14:47:45 +0000 Subject: [PATCH 00161/18836] Updated openstack/openstack Project: openstack/oslo.messaging 2414524c6e3f5bd680d4223aff69b2d64394f247 null Remove hosts as property in TransportURL There's no need to use this indirection there. Change-Id: Ia0d247693509f14b1a0a2faffb7da8884c679170 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 6490ad672e71..2414524c6e3f 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 6490ad672e71bb6734cddfd0c7d5dcaeeb9a6410 +Subproject commit 2414524c6e3f5bd680d4223aff69b2d64394f247 From 28ce264e726400c5310f3c49288a3d67ff89390f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 14 Nov 2013 15:16:14 +0000 Subject: [PATCH 00162/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 52b6968cb268da1536855ba9793285ebf6626759 null Remove folsom-specific logic No testing is done on OpenStack Folsom any longer, so we can clean up devstack-gate scripts accordingly. * devstack-vm-gate-dev.sh * devstack-vm-gate-wrap.sh * devstack-vm-gate.sh: Remove conditionals and variables relevant only to stable/folsom testing. Change-Id: I4e09c241920fb1c35138d6f34fc889b10926a0e6 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 22af59f583ea..52b6968cb268 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 22af59f583eafb7824c2b2d7919c63bf61256a9b +Subproject commit 52b6968cb268da1536855ba9793285ebf6626759 From 04e12aa4d902080b56ebd3a57e5372fde19acfd7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 14 Nov 2013 15:27:42 +0000 Subject: [PATCH 00163/18836] Updated openstack/openstack Project: openstack-dev/devstack 0a57ae989970db602858337675f8d4e14f16db9a null cm-cpu-agent only support libvirt driver ceilometer-compute-agent only support libvirt driver Change-Id: I8b92ef10f52388ead11f8ce51c9ab119f953efae --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 66c54249805c..0a57ae989970 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 66c54249805c9a6e863c81b754f4abae71aa1b2b +Subproject commit 0a57ae989970db602858337675f8d4e14f16db9a From 981c7d9f6da53d5956635a55cd4361bc20cc2cc3 Mon Sep 17 00:00:00 2001 From: Avishay Traeger Date: Thu, 14 Nov 2013 19:30:46 +0200 Subject: [PATCH 00164/18836] Updated openstack/openstack Project: openstack/python-cinderclient cd191d2eb36960ef878bf85a0a3e426f321ff261 null Add index.rst section for patches merged to master Add new section called "MASTER" to the release notes, where all patches that implement blueprints or fix bugs should update the list. This list will be used for the release notes when a new version is released. Change-Id: If842bfbb85851fb7a9e22259423da204f4c308f4 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 6296974b1ad7..cd191d2eb369 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 6296974b1ad78a5ff56fb5068a38084bcef1f424 +Subproject commit cd191d2eb36960ef878bf85a0a3e426f321ff261 From 1b1e997c17ffdbe450162189c7ee166ef9103d51 Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Sat, 26 Oct 2013 03:27:49 +0800 Subject: [PATCH 00165/18836] Updated openstack/openstack Project: openstack/glance 7ed9ae055d0269cdea65a38b9700ee2cf6d708db null Sync lockutils from oslo Change-Id: I906810cd8b109dd2b88e76c5aec9536c62913068 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9e439a1f8eb3..7ed9ae055d02 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9e439a1f8eb305d5124939b5ab1626d8d9edf8d3 +Subproject commit 7ed9ae055d0269cdea65a38b9700ee2cf6d708db From 1be602901c8727f1898b3e30a790ca792f537243 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 00:53:13 +0000 Subject: [PATCH 00166/18836] Updated openstack/openstack Project: openstack/glance 94aad9ec7d920edcc0be59c1ffa6b8223ecc983a null glance-manage should work like nova-manage nova-manage supports subcommands of db, for nova-manage, eg) 'nova-manage db sync', glance manage however has individual commands like db_sync, db_version etc. This patch aims at adding the db operations as subcommands to db in glance-manage similar to nova and refactoring this bit of code in cmd/manage.py Fixes: bug 1213197 Change-Id: I6fad31766bc1cec2a666a7ebc8df5c732007c5f1 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7ed9ae055d02..94aad9ec7d92 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7ed9ae055d0269cdea65a38b9700ee2cf6d708db +Subproject commit 94aad9ec7d920edcc0be59c1ffa6b8223ecc983a From ee65fc37b2443e947fa6a5a42935a0bd57df8b07 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 02:36:19 +0000 Subject: [PATCH 00167/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0abb189e4cf9fdc4c21eca4f516da5791f1281e9 null Apply six for metaclass The way to using metaclass has changed in Python3. Python 2.7 way: class Foo(object): __metaclass__ = FooMeta Python 3 way: class Foo(object, metaclass=FooMeta): ... The six.add_metaclass() decorator allows us to use one syntax that works for both Python 2.7 and Python 3. Change-Id: I08703a8b2927f45f4705fe085368d1ebd78b02fa Closes-Bug: #1236648 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dca1d4259d44..0abb189e4cf9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dca1d4259d44a0d282396a18c895de834580fe66 +Subproject commit 0abb189e4cf9fdc4c21eca4f516da5791f1281e9 From 0234d443e8e1fbe2c30bcf2c769589958ce19bd9 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 14 Nov 2013 13:10:28 -0800 Subject: [PATCH 00168/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b89c850c0537716b96d7c99bf1669d0d3bdf880d null Wire up support for DEVSTACK_GATE_SMOKE_SERIAL We want to default to running smoke tests in parallel, but that won't work in neutron so add a serial mode that can be explicitly set. Change-Id: Ia659fd7016458f6ba4d4d43ec5811cd830ddd22d --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 52b6968cb268..b89c850c0537 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 52b6968cb268da1536855ba9793285ebf6626759 +Subproject commit b89c850c0537716b96d7c99bf1669d0d3bdf880d From d2a8ae1a35450209276dea1496072c8cd18b30b1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 06:33:28 +0000 Subject: [PATCH 00169/18836] Updated openstack/openstack Project: openstack/python-glanceclient 9a649d46ead921d6792e5c4e04bd3e53fb8b4746 null Replace OpenStack LLC with OpenStack Foundation Change-Id: I38dcbcf1a6c8efe540fcf5f29e782cb3826e583d Fixes-Bug: #1214176 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 861bc832cb64..9a649d46ead9 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 861bc832cb64fc50c759a8de107294daf9412e84 +Subproject commit 9a649d46ead921d6792e5c4e04bd3e53fb8b4746 From ac7ec7f51d11a0d9f231488c2710f8a682bd1610 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 06:33:29 +0000 Subject: [PATCH 00170/18836] Updated openstack/openstack Project: openstack/python-glanceclient a7c33d58028bf31541fe6a024dbf77f6de9a7d5c null change assertEquals to assertEqual According to http://docs.python.org/2/library/unittest.html assertEquals is a deprecated alias of assertEqual. Change-Id: I22f4702f41537c05684dfacb3f305627b36849c5 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 9a649d46ead9..a7c33d58028b 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 9a649d46ead921d6792e5c4e04bd3e53fb8b4746 +Subproject commit a7c33d58028bf31541fe6a024dbf77f6de9a7d5c From 7f294c6e3bef13b3a1dd89e1cd6795df890cfee3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 08:47:38 +0000 Subject: [PATCH 00171/18836] Updated openstack/openstack Project: openstack/python-glanceclient 10764641f8e14795fb900d32ccbed79588e20028 null Fix Pep8 errors found by Pep8 1.4.6 These missed E128 warnings were missed by 1.4.5, adjust the indentation. Change-Id: I7b459113a6f5143012acf959639b725238ca8a11 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index a7c33d58028b..10764641f8e1 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit a7c33d58028bf31541fe6a024dbf77f6de9a7d5c +Subproject commit 10764641f8e14795fb900d32ccbed79588e20028 From 9c091c8b38d8aa6f571d8b1927057bbf4b6baed5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 09:14:34 +0000 Subject: [PATCH 00172/18836] Updated openstack/openstack Project: openstack/python-glanceclient c22b88d9b1a7542d4ace31b792d3a24613e8d0f1 null Add release notes for 0.12.0 Change-Id: I7642635ba0326d97ca44f08ca54c1d613f1925f1 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 10764641f8e1..c22b88d9b1a7 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 10764641f8e14795fb900d32ccbed79588e20028 +Subproject commit c22b88d9b1a7542d4ace31b792d3a24613e8d0f1 From 661a844fbc279248789baa695930a096b7fc569b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 16:48:06 +0000 Subject: [PATCH 00173/18836] Updated openstack/openstack Project: openstack/requirements 730913dc69c2d1d328ea615c67d87086734406e4 null Add taskflow (used by cinder + others) to requirements Taskflow (a stackforge based library) targeted at helping openstack projects with state management and consistency is now offically a library and to remove the cinder local copy we need to add it as a requirement. Change-Id: Ic112d707b3d914481da41adbb6aa9d8b890742df --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0c55baf2c381..730913dc69c2 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0c55baf2c3812088a87ff056e4bcf82f426ff1fb +Subproject commit 730913dc69c2d1d328ea615c67d87086734406e4 From a3b088d01e0c74cfc3d1e9916b3ad185c060fc8d Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 24 Oct 2013 07:53:29 +0200 Subject: [PATCH 00174/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6844e54f13b741d2a4b0b118a4a5e7d1cc122ed0 null change assertEquals to assertEqual According to http://docs.python.org/2/library/unittest.html assertEquals is a deprecated alias of assertEqual. https://review.openstack.org/#/c/56652/ updates to a new version of hacking that enforces H602. Turning that on requires this change to land first. Re-do of https://review.openstack.org/#/c/53510 since that is abandoned. Change-Id: Ie621edc8770e2015df5712f77d4cf9679b02bd0f --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index cd191d2eb369..6844e54f13b7 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit cd191d2eb36960ef878bf85a0a3e426f321ff261 +Subproject commit 6844e54f13b741d2a4b0b118a4a5e7d1cc122ed0 From e0c2a6ef732afd6a63f351516a1e8ebecd818682 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 18:18:04 +0000 Subject: [PATCH 00175/18836] Updated openstack/openstack Project: openstack-dev/devstack b21d6ee9fa956c43eaea8408440eafe4c3050bcc null Use the oslo db database connection for Heat This is the preferred configuration now, and sql_connection is deprecated. Change-Id: I2d8342b5025ab481e1db0521a3e0610b73bda9de --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0a57ae989970..b21d6ee9fa95 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0a57ae989970db602858337675f8d4e14f16db9a +Subproject commit b21d6ee9fa956c43eaea8408440eafe4c3050bcc From d365f36e8c7e4c777af59eb37df2063cf52fcee7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 18:45:11 +0000 Subject: [PATCH 00176/18836] Updated openstack/openstack Project: openstack-dev/devstack 80798bf56d22a6c72b3d8625a55dcad0e1bb9f8e null Use vmdk descriptor to populate image properties image_upload.sh doesn't use the descriptor properties embedded inside the vmdk file. This requires the user to manually change the filename of the vmdk file to add the properties (disk type, storage adapter and network adapter). In case of a sparse monolithic sparse or stream-optimized sparse, these properties are extracted from the descriptor. The user can still override these values by modifying the filename. Change-Id: I1734311c66efe60a1a30e3ea63cc2a9da9cdb5b4 Closes-Bug: #1247300 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b21d6ee9fa95..80798bf56d22 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b21d6ee9fa956c43eaea8408440eafe4c3050bcc +Subproject commit 80798bf56d22a6c72b3d8625a55dcad0e1bb9f8e From 94f6e415ff1abce8894942423f892c7202dac86d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 20:18:25 +0000 Subject: [PATCH 00177/18836] Updated openstack/openstack Project: openstack-dev/devstack 3a73091558781b32c6b902672d817220e4d0f360 null Fix typo in config section name in README.md s/locarc/localrc/ Change-Id: Ia5cdfa8e6995e5cad80750372faa35927d4d8e48 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 80798bf56d22..3a7309155878 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 80798bf56d22a6c72b3d8625a55dcad0e1bb9f8e +Subproject commit 3a73091558781b32c6b902672d817220e4d0f360 From 8b9c66a671d2f020c377b531bb5b45be557265e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 15 Nov 2013 23:44:23 +0000 Subject: [PATCH 00178/18836] Updated openstack/openstack Project: openstack-dev/devstack c85ac787ba43115a3f47416470ef16e21ad20caf null Don't install novnc from package by default By default the installation is failed because the novnc package has got the a dependency of the nova-common package. The last package provides "/etc/nova/*" files with appropriate privileges. It potentially brings to the problem of an access to those files. Change-Id: I1689bef817365b10bf972dc4a8033892ad5939d1 Related-Bug: 1248923 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3a7309155878..c85ac787ba43 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3a73091558781b32c6b902672d817220e4d0f360 +Subproject commit c85ac787ba43115a3f47416470ef16e21ad20caf From c9a0630a3e1181f344ff868f575bc8fe28d74acd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 16 Nov 2013 02:28:06 +0000 Subject: [PATCH 00179/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8a0732e262cd9de508399eabeb705b681c2503c0 null python3: Work around httpretty issue Currently running tox.ini with py33 installation fails because of a failure to read a unicode file while installing httpretty. Closes-Bug: #1241560 Change-Id: I6012c4fcca0d0354f0c1bdf4797f6e7409f7bf1c Signed-off-by: Chuck Short --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0abb189e4cf9..8a0732e262cd 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0abb189e4cf9fdc4c21eca4f516da5791f1281e9 +Subproject commit 8a0732e262cd9de508399eabeb705b681c2503c0 From dd7633b7e37d5717a71cfc43511d5c728e0d1fb0 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 15 Nov 2013 16:50:41 +0000 Subject: [PATCH 00180/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6e214b2c03a98b0284b75988ca07a047eb1d6806 null Updated from global requirements Change-Id: I80d6e02b5daaa0862e4b1f15d1bf3211dc0f359e --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 6844e54f13b7..6e214b2c03a9 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 6844e54f13b741d2a4b0b118a4a5e7d1cc122ed0 +Subproject commit 6e214b2c03a98b0284b75988ca07a047eb1d6806 From 57f59d92e91b4cfce01752557329a7c30ff83866 Mon Sep 17 00:00:00 2001 From: Julia Varlamova Date: Fri, 15 Nov 2013 19:50:43 +0400 Subject: [PATCH 00181/18836] Updated openstack/openstack Project: openstack/glance 3428e6d637896690164b0a08d3dd3852b0c3c560 null Update glance/opensatck/common from oslo Part 3 Update from oslo: - glance/openstack/common/fixture - glance/openstack/common/test.py And update openstack-common.conf Oslo commit: 764ad35e89d20008bf48d17e4129cfce5b717a6c Change-Id: Ic20666521e2e3d4241035bcb07fa7da3a4a5bf38 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 94aad9ec7d92..3428e6d63789 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 94aad9ec7d920edcc0be59c1ffa6b8223ecc983a +Subproject commit 3428e6d637896690164b0a08d3dd3852b0c3c560 From 24658c1fbe3dbd8c7a7714882e1583d79e7d3c57 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 16 Nov 2013 11:30:00 +0000 Subject: [PATCH 00182/18836] Updated openstack/openstack Project: openstack-dev/pbr def0dfdefa1d69764deb872d08208ff11bf0be34 null Use pypi-mirror instead of jeepyb Change-Id: I56dffb73526bd56ac544d320d9d6f2baa6175a2a --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index ef1922b5ffee..def0dfdefa1d 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit ef1922b5ffeea243bd814da99ab7a3b8390476b8 +Subproject commit def0dfdefa1d69764deb872d08208ff11bf0be34 From 75858e5fe95643ae4ed96e2cc1a80a1fa54f0c9b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 16 Nov 2013 11:30:02 +0000 Subject: [PATCH 00183/18836] Updated openstack/openstack Project: openstack-dev/pbr 5b3e479ed613aa22f4c78ccc9e2762f0d83b9783 null Remove pip as an argument from mkvenv We no longer care about or support old pip, because it turns out that evil happens. Remove it from the mkvenv function. Change-Id: I27dbef7816eaac856e97ec5a036f6d5ca9b183af --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index def0dfdefa1d..5b3e479ed613 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit def0dfdefa1d69764deb872d08208ff11bf0be34 +Subproject commit 5b3e479ed613aa22f4c78ccc9e2762f0d83b9783 From 3cf8a82e27ef84fc987a54735876e4c385af25ea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 16 Nov 2013 11:30:02 +0000 Subject: [PATCH 00184/18836] Updated openstack/openstack Project: openstack-dev/pbr b12d614b085f338b47978bea7cb42a7d53b515c8 null Add wheel mirror structure awareness We are going to start having wheels in the gate. Having them there should not break folks who are not using wheels. Don't start actually consuming wheels yet, but add awareness about the wheel structure to the pypi config. Change-Id: Id29bb1bb31fc1647f8e1ea00bab487e447ba2838 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 5b3e479ed613..b12d614b085f 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 5b3e479ed613aa22f4c78ccc9e2762f0d83b9783 +Subproject commit b12d614b085f338b47978bea7cb42a7d53b515c8 From f19f292b48366fe214ffc25f3abc28b8fd58dc66 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 15 Nov 2013 12:56:17 -0800 Subject: [PATCH 00185/18836] Updated openstack/openstack Project: openstack/requirements 3c77e71d1fae3d3a3e783217a9eb50e7c9cbb6eb null Released 0.1.1 for taskflow (bug fixes) Bump the version of taskflow since we just pushed out a minor bug fix release to address some issues that we discovered after the 0.1 release (minor bugs), so mirroring that version bump in requirements repo. Change-Id: Id84eb4c7592c02f90090b557fe0faefcb6bdc3db --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 730913dc69c2..3c77e71d1fae 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 730913dc69c2d1d328ea615c67d87086734406e4 +Subproject commit 3c77e71d1fae3d3a3e783217a9eb50e7c9cbb6eb From 51ee5fb31bfb373a079001be75af33d1aac17d80 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 17 Nov 2013 10:26:19 +0000 Subject: [PATCH 00186/18836] Updated openstack/openstack Project: openstack/requirements 8402887d55b32412c121aa88b9e1f2956a9ca37d null Update stevedore Stevedore 0.12 comes with a new shiny map_method function that Ceilometer would like to use. Change-Id: If4eda8ed2e251df67ccfe9f8093d28d2ecbd740e --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3c77e71d1fae..8402887d55b3 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3c77e71d1fae3d3a3e783217a9eb50e7c9cbb6eb +Subproject commit 8402887d55b32412c121aa88b9e1f2956a9ca37d From dc1f4ca4f05dfb70de96148b56a247716d157b42 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 15 Nov 2013 16:51:22 +0000 Subject: [PATCH 00187/18836] Updated openstack/openstack Project: openstack/python-troveclient 0a174425e31cb7ca656448f66cd376d272b49573 null Updated from global requirements Change-Id: I62eed515d1b17caf443db2fc424f1842be8ed8cd --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 68f8ae0d9cff..0a174425e31c 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 68f8ae0d9cff82ea606a101313375fda989c25ad +Subproject commit 0a174425e31cb7ca656448f66cd376d272b49573 From 38eb6ee422e2ea705a6cdca88b0960f7a08bd82f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 19 Nov 2013 10:10:54 +0100 Subject: [PATCH 00188/18836] Updated openstack/openstack Project: openstack/python-openstackclient 54446412924d36b6653c404ec0cbfdee3c578003 null Support building wheels (PEP-427) With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I8c8565f55e7a3434e1a1972a797a6cd7dba8a581 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index c946192e3711..54446412924d 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit c946192e37111aa381097256c1fd1fb91e356783 +Subproject commit 54446412924d36b6653c404ec0cbfdee3c578003 From c6cb438ff510db47c0672f10bf8a24e4eabd6251 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 19 Nov 2013 17:24:29 +0000 Subject: [PATCH 00189/18836] Updated openstack/openstack Project: openstack/python-openstackclient 0b3d69599bab3066f178c986cdc2c38891f3d57a null Fix typo Change-Id: I7bca8b76c6746121314e688e9ed3825e04350b8d --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 54446412924d..0b3d69599bab 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 54446412924d36b6653c404ec0cbfdee3c578003 +Subproject commit 0b3d69599bab3066f178c986cdc2c38891f3d57a From 509fa15b546fc2f81744b5083b5698aeb4e5b473 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 19 Nov 2013 17:24:30 +0000 Subject: [PATCH 00190/18836] Updated openstack/openstack Project: openstack/python-openstackclient 56fbf65941fad27be77078a1bc1972e6c7ce20f5 null change execute to run Change-Id: I23a210c8771c206df14d2713a2e72ccd92402c43 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 0b3d69599bab..56fbf65941fa 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 0b3d69599bab3066f178c986cdc2c38891f3d57a +Subproject commit 56fbf65941fad27be77078a1bc1972e6c7ce20f5 From 237c91d82adbc74790546a2de6167f17fceffa3e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 20 Nov 2013 06:37:24 +0000 Subject: [PATCH 00191/18836] Updated openstack/openstack Project: openstack/python-openstackclient b70b1d04e447bb3748fcfd8cf25794fb8ea64b65 null Complete basic test infrastructure This finally gets all of the API tests into a common framework regarding test classes and so forth. Change-Id: If675347129c50dcba0bfc5b6c58f5a2ca57ff46c --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 56fbf65941fa..b70b1d04e447 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 56fbf65941fad27be77078a1bc1972e6c7ce20f5 +Subproject commit b70b1d04e447bb3748fcfd8cf25794fb8ea64b65 From 0a4f77f5f2cfabdde8094da5b4ad35c985768015 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 20 Nov 2013 06:37:25 +0000 Subject: [PATCH 00192/18836] Updated openstack/openstack Project: openstack/python-openstackclient d45187a0c163187649e29931d21c4607379d1e73 null Add server image create command Translation of 'nova image-create', with tests! Change-Id: I8a833aeff6f291e4774063ed235876eb2ba9c13c --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index b70b1d04e447..d45187a0c163 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit b70b1d04e447bb3748fcfd8cf25794fb8ea64b65 +Subproject commit d45187a0c163187649e29931d21c4607379d1e73 From d6035a3571b0a4a197713ff689401454fe2ff176 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 20 Nov 2013 08:29:24 +0000 Subject: [PATCH 00193/18836] Updated openstack/openstack Project: openstack-dev/pbr b101514a4f24d307cfe33286d3b73242759058a0 null Ignore jenkins@openstack.org in authors building this email used for posting requirements updates Change-Id: I30e2e68cb6b5e8c2bcbc972a632ac2a1254f5fe4 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index b12d614b085f..b101514a4f24 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit b12d614b085f338b47978bea7cb42a7d53b515c8 +Subproject commit b101514a4f24d307cfe33286d3b73242759058a0 From a3cf4e83206d25b5fee2559b5d770d72ac827926 Mon Sep 17 00:00:00 2001 From: chenxiao Date: Tue, 12 Nov 2013 15:58:37 +0800 Subject: [PATCH 00194/18836] Updated openstack/openstack Project: openstack/python-heatclient 2742b330102f9135cefa17294bc7ac6e0618dcd5 null Encode output for fixing UnicodeDecodeError Current heatclient doesn't handle properly outgoing encode process. For resolving it, this patch implements a process to encode everything going out of the client, for example, prints. This patch used two new modules (gettextutils.py and strutils.py) taken from oslo-incubator in order to use safe_encode() and safe_decode(). Closes-Bug: #1249233 Change-Id: Ia8c955a80d68126cd9c1fd791bda3e331a2aa5c9 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 56f97606d83c..2742b330102f 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 56f97606d83ce124eaee41891be043385a15e05c +Subproject commit 2742b330102f9135cefa17294bc7ac6e0618dcd5 From f744dc6ef53d055e14b25e76563017c4dd3205f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 20 Nov 2013 22:54:38 +0000 Subject: [PATCH 00195/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b89d28663ed181e1df56ada271931891a4c77f67 null Avoid returning stale token via auth_token property The auth_ref token should take precedence over the user provided token, since any call to authenticate() will update the auth_ref, rendering the auth_token_from_user stale. Change-Id: Ibc86dca840f4b8dd23856735616ee48a7b397fcd Closes-Bug: #1244675 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8a0732e262cd..b89d28663ed1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8a0732e262cd9de508399eabeb705b681c2503c0 +Subproject commit b89d28663ed181e1df56ada271931891a4c77f67 From fee04bc7388c3ca4b3644bb075b457ac41130c3c Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Thu, 30 May 2013 14:21:54 +0400 Subject: [PATCH 00196/18836] Updated openstack/openstack Project: openstack/glance e6be4ac6d05c04ff93ca83f2a5cce9631326a3fb null Sync common db and db.sqlalchemy code from Oslo Patch contains common code from Oslo for work with database: work around session, connection, engines, models, migrations and another utils for work with DB. We should use this code instead of Glance implementation. blueprint use-oslo-common-db-code Change-Id: I7d2bd32db7265f06efd10f5071e3426c6e10a348 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3428e6d63789..e6be4ac6d05c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3428e6d637896690164b0a08d3dd3852b0c3c560 +Subproject commit e6be4ac6d05c04ff93ca83f2a5cce9631326a3fb From eeb39ae4fecb97c65ff6214ea9741e85a851e2c9 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 19 Nov 2013 21:06:29 -0800 Subject: [PATCH 00197/18836] Updated openstack/openstack Project: openstack-dev/devstack d254da5213bf0868663b630dbb1ee99fe9157c6f null Set swift timeouts higher Devstack is commonly run in a small slow environment, so bump the timeouts up. node_timeout is how long between read operations a node takes to respond to the proxy server conn_timeout is all about how long it takes a connect() system call to return Change-Id: Ib437466a3fc9274b8aa49b19e4fe7fa26f553419 Co-Authored-By: Peter Portante Related-Bug: #1252514 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c85ac787ba43..d254da5213bf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c85ac787ba43115a3f47416470ef16e21ad20caf +Subproject commit d254da5213bf0868663b630dbb1ee99fe9157c6f From 33781a2dac2372d3dea259148bc8b6657b802d5b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 21 Nov 2013 08:50:33 +0000 Subject: [PATCH 00198/18836] Updated openstack/openstack Project: openstack/python-swiftclient 04e0cb27839cec474bce383d4364fd76dcb6e4b2 null Add verbose output to all stat commands When you stat a container or object with the verbose flag the full path of the reousrce will be displayed with the token similarlly to how an account stat displays the auth url and token. * move some logic out of bin/swift.st_stat to test it * new module swiftclient.commnad_helpers for code you want to test * moved prt_bytes into swiftclient.utils to test it * fixed IndexError with prt_bytes on sizes >= 1024Y Change-Id: Iaaa96e0308b08c554205b0055b8a04de581fefa4 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index ff6ba367faa7..04e0cb27839c 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit ff6ba367faa71a7dd22e210382c8afc41d79d779 +Subproject commit 04e0cb27839cec474bce383d4364fd76dcb6e4b2 From c726cc88b5d0792e33dcd6eb55858b00e169c681 Mon Sep 17 00:00:00 2001 From: chenxiao Date: Wed, 13 Nov 2013 11:29:42 +0800 Subject: [PATCH 00199/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 9ec8910185d558aacddf6cac27b829df80c9821e null Add six to requirements.txt Some modules import six, we can see some .py files contain "import six", so add it to requirements.txt. Change-Id: I74cd752256e581ce38aac75af9a6154fc8c62e73 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 8bf894f9d907..9ec8910185d5 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 8bf894f9d907592b11674e081d27dd3f3879d103 +Subproject commit 9ec8910185d558aacddf6cac27b829df80c9821e From 17a619b891b09bc2bc81313e96130498511e9d08 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 21 Nov 2013 10:21:47 +0000 Subject: [PATCH 00200/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 9c645a2f486bc8d3a5e3d921cd4a6fd4fc5ad8c9 null Support building wheels (PEP-427) With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: I93cee533132d59955b558da34c86ba5d310b2869 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 9ec8910185d5..9c645a2f486b 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 9ec8910185d558aacddf6cac27b829df80c9821e +Subproject commit 9c645a2f486bc8d3a5e3d921cd4a6fd4fc5ad8c9 From e1b82ce9a2a635a9b2c3f1beb1a4dbb8b02b373f Mon Sep 17 00:00:00 2001 From: Lin Hua Cheng Date: Fri, 1 Nov 2013 15:00:00 -0700 Subject: [PATCH 00201/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 08f3fa800fbf3b771b85e5a337d95fcc49958063 null Refresh request.user on session updates Update the request.user Whenever the user related information is updated in the session, to make sure they are always sync. Change-Id: Ie803db0784971d1dc350527d9f43a1120759774f Closes-bug: 1247186 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index b49304d9e75b..08f3fa800fbf 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit b49304d9e75b2ed845b278d80d7fb98ce1e5d73e +Subproject commit 08f3fa800fbf3b771b85e5a337d95fcc49958063 From eb57b89042c96fba04fcffba56bca0d612c52d66 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 21 Nov 2013 15:11:03 +0000 Subject: [PATCH 00202/18836] Updated openstack/openstack Project: openstack-dev/devstack c3dff93fcbe53fbca1695f5e49af09d6cf7af990 null Check if flavors exist before creating them. * lib/tempest: When creating the m1.tiny and m1.nano flavors ensure that they don't exist first. This is important for Grenade where code may be run multiple times and should expect that some things preexist. Change-Id: I1772d4334f39d612f8a187eb5311a1b2caee3953 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d254da5213bf..c3dff93fcbe5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d254da5213bf0868663b630dbb1ee99fe9157c6f +Subproject commit c3dff93fcbe53fbca1695f5e49af09d6cf7af990 From 04ad4a10e9827c1165480fe79a09ec3c9fb6d428 Mon Sep 17 00:00:00 2001 From: Tim Simpson Date: Thu, 21 Nov 2013 12:44:08 -0600 Subject: [PATCH 00203/18836] Updated openstack/openstack Project: openstack/python-troveclient 1e38ffc7aef75cfd766519cf6ce780d379fc0fbf null Allow for compatable auths between new and old CLI The new CLI allows for Rax auth, but alas it does not work the same way as the old CLI did. This means that any scripts using both have to have their auth URLs switched. The fix for this is to include a new auth type for the old CLI tool that adds "/tokens" to the auth URL the way the new CLI does. Fixes bug 1253746 Change-Id: I5705d87033cc42b9dfa136ca13e4e5ab83bd666d --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 0a174425e31c..1e38ffc7aef7 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 0a174425e31cb7ca656448f66cd376d272b49573 +Subproject commit 1e38ffc7aef75cfd766519cf6ce780d379fc0fbf From 7152a9d03c0c4092b6741f6634f11a112fe90bab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 21 Nov 2013 21:08:30 +0000 Subject: [PATCH 00204/18836] Updated openstack/openstack Project: openstack-dev/devstack 921c508027b23639e10951e7a01df3d1590ea7ed null Enable/disable ironic in tempest config In order to run tempest tests for Ironic in devstack the availability of the Ironic service must be set in the tempest config. This patch adds a shortcut for Ironic services and sets availability of Ironic in tempest config. Change-Id: I206fc2ea13412ceb128f8bfe90c153348d6f2f3e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c3dff93fcbe5..921c508027b2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c3dff93fcbe53fbca1695f5e49af09d6cf7af990 +Subproject commit 921c508027b23639e10951e7a01df3d1590ea7ed From 63a73fb6588b61b92eab3bebd267d59063eb860b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 00:46:58 +0000 Subject: [PATCH 00205/18836] Updated openstack/openstack Project: openstack/glance 0d93999c966de03e3adcf16e29cd924485b5c06d null Fixes image delete and upload contention If an image upload completes during a delete on the same image, the image data may not be deleted. This patch resolves this issue and provides a unit test to test it. Co-authored-by: Hirofumi Ichihara Change-Id: I913cd3e4963b7b60da6a856eb820c1afcc9017d7 Fixes: bug 1245099 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e6be4ac6d05c..0d93999c966d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e6be4ac6d05c04ff93ca83f2a5cce9631326a3fb +Subproject commit 0d93999c966de03e3adcf16e29cd924485b5c06d From d1dc9be3aa33d0c41179a63bdfbddecc983fd6e8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 01:18:23 +0000 Subject: [PATCH 00206/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient dd1814c094611045a3bca41d248c50543d9c3207 null Ensure basic logging config is applied Fixes bug 1252775 Previously the CLI emitted an obscure message related to logging config when a API call failure was encountered without the --debug flag being set: No handlers could be found for logger "ceilometerclient.common.http" Now we always set the basic logging config with serverity level of warning at least, so as to give the user a more friendly and less confusing error message. Change-Id: I5c6e70e97defca49ca62346f90190935646ff383 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 9c645a2f486b..dd1814c09461 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 9c645a2f486bc8d3a5e3d921cd4a6fd4fc5ad8c9 +Subproject commit dd1814c094611045a3bca41d248c50543d9c3207 From 1c41202d128073666c165bc503ca9473d67720dc Mon Sep 17 00:00:00 2001 From: David Stanek Date: Thu, 21 Nov 2013 01:47:34 +0000 Subject: [PATCH 00207/18836] Updated openstack/openstack Project: openstack/python-keystoneclient eacd13062dc13126520f7c6071dc5a059c712659 null Revert "Merge "Avoid returning stale token via auth_token property"" This reverts commit b89d28663ed181e1df56ada271931891a4c77f67, reversing changes made to 8a0732e262cd9de508399eabeb705b681c2503c0. This change was causing gate issues. It breaks a few Keystone tests in test_keystoneclient.py. Change-Id: I8de6988c554a1359c04ce2d1a8c4707dee7c3782 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b89d28663ed1..eacd13062dc1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b89d28663ed181e1df56ada271931891a4c77f67 +Subproject commit eacd13062dc13126520f7c6071dc5a059c712659 From c64d8a2c3e0d61751a5e21ba5aa262c8270b3db8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 02:21:14 +0000 Subject: [PATCH 00208/18836] Updated openstack/openstack Project: openstack/python-glanceclient 6807e3b24919127866271844e88844df0e9326a5 null Sync from oslo-incubator Sync from oslo-incubator contains various python3 fixes. Change-Id: I55e867450d65d9fa74fd6ef6ffece2bbb9f929cf Signed-off-by: Chuck Short --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index c22b88d9b1a7..6807e3b24919 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit c22b88d9b1a7542d4ace31b792d3a24613e8d0f1 +Subproject commit 6807e3b24919127866271844e88844df0e9326a5 From 3c55a8831fd39ac46ae44ac23f8050672b983611 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 28 Aug 2013 12:09:54 -0400 Subject: [PATCH 00209/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7e1fddb2171f4ce3ccceb507eea2ee413e81c66d null Support a new qpid topology There has been a bug open for a while pointing out that the way we create direct exchanges with qpid results in leaking exchanges since qpid doesn't support auto-deleting exchanges. This was somewhat mitigated by change to use a single reply queue. This meant we created far fewer direct exchanges, but the problem persists anyway. A Qpid expert, William Henry, originally proposed a change to address this issue. Unfortunately, it wasn't backwards compatible with existing installations. This patch takes the same approach, but makes it optional and off by default. This will allow a migration period. As a really nice side effect, the Qpid experts have told us that this change will also allow us to use Qpid broker federation to provide HA. DocImpact Closes-bug: #1178375 Co-authored-by: William Henry Change-Id: I09b8317c0d8a298237beeb3105f2b90cb13933d8 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 2414524c6e3f..7e1fddb2171f 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 2414524c6e3f5bd680d4223aff69b2d64394f247 +Subproject commit 7e1fddb2171f4ce3ccceb507eea2ee413e81c66d From c15c6c58b90b3047f6622581eac97d0cbbc979f8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 02:21:56 +0000 Subject: [PATCH 00210/18836] Updated openstack/openstack Project: openstack-dev/devstack 92f314785c76c32bba8e5b94068ca24034f2efcf null Allow users to configure the CM pipeline interval The patch allows users to configure the ceilometer pipeline interval. In localrc, we can add CEILOMETER_PIPELINE_INTERVAL=10 to handle the pipeline each 10 seconds instead of the default 10 minutes. Change-Id: Ic5216adbdfd70ade38912871ac6df3be732bf780 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 921c508027b2..92f314785c76 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 921c508027b23639e10951e7a01df3d1590ea7ed +Subproject commit 92f314785c76c32bba8e5b94068ca24034f2efcf From be8ae2bc85c3ed8d701265e5629c9326159a75ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 02:53:58 +0000 Subject: [PATCH 00211/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 803759c6b2baf24beb36e519cd60be507578d1bf null Add stable/havana to devstack-gate Branch the configuration for havana from master. Change-Id: I0cb2e8ce71c04f3aee036d5c39d1cc452cf53d8f --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b89c850c0537..803759c6b2ba 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b89c850c0537716b96d7c99bf1669d0d3bdf880d +Subproject commit 803759c6b2baf24beb36e519cd60be507578d1bf From dd60a325db3788688d3a9c76766ec8c4da47d063 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 02:54:00 +0000 Subject: [PATCH 00212/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 936faeb33239106f49187af9424802cffd7a03dc null Avoid reset of repeat_actions attribute on alarm update Fixes bug 1253057 Previously, when an unrelated alarm attribute was updated via the CLI, the repeat_actions attribute was also set to False as an unwanted side-effect. Now, we only set this attribute in the update call if explicitly specified as a CLI arg. Otherwise the value provided in the PUT request body reflects the pre-existing value for this attribute. Change-Id: I94468ff649dd4367848c74e94a3feb08494bb223 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index dd1814c09461..936faeb33239 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit dd1814c094611045a3bca41d248c50543d9c3207 +Subproject commit 936faeb33239106f49187af9424802cffd7a03dc From 4df9b4882743aa59b86684df9e0731bf5ad305de Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 03:02:08 +0000 Subject: [PATCH 00213/18836] Updated openstack/openstack Project: openstack-dev/devstack 429b64e4a55184d7f430e7ae52594d7c8cece6aa null upload_image.sh should handle file URLs upload_image.sh doesn't handle correctly file URLs: a file URL works only if the file is already in the cache. This patch provides support for file URLs of local files (RFC 1738) http://tools.ietf.org/html/rfc1738 Change-Id: I107299c543cfa189e32848c32eefdbeb51a5e1f5 Closes-Bug: #1251752 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 92f314785c76..429b64e4a551 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 92f314785c76c32bba8e5b94068ca24034f2efcf +Subproject commit 429b64e4a55184d7f430e7ae52594d7c8cece6aa From 1e1c87bd1579bc3642e60d12dacddf4d3449b7bb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 07:07:48 +0000 Subject: [PATCH 00214/18836] Updated openstack/openstack Project: openstack/python-cinderclient fb03281c9ebd204131d2f1fca6e8cf924a4ffda9 null Added support for running the tests under PyPy with tox This is a precursor to having them run under check and gate. Change-Id: I377f0a4dddc063402db7486789f7c00847013eec --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 6e214b2c03a9..fb03281c9ebd 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 6e214b2c03a98b0284b75988ca07a047eb1d6806 +Subproject commit fb03281c9ebd204131d2f1fca6e8cf924a4ffda9 From 199b675bddf1fed162eb040201c0c319f0e58c26 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 08:18:42 +0000 Subject: [PATCH 00215/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 41b559092472b0f4fdb66c3223af0085ead67556 null Update the management url for every fetched token management_url was originally set once and never changed so that when specifying an endpoint it wasn't later overridden by the service catalog. This behaviour would prevent the management_url from being updated when the client was reauthenticated. Change-Id: I2fa41e2ae1b853bbb254698cf94b9314eb0f0903 Closes-bug: 1252927 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index eacd13062dc1..41b559092472 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit eacd13062dc13126520f7c6071dc5a059c712659 +Subproject commit 41b559092472b0f4fdb66c3223af0085ead67556 From 2b182b7c42ff3cfd839e23bfb297baee5b25b246 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 09:55:03 +0000 Subject: [PATCH 00216/18836] Updated openstack/openstack Project: openstack-dev/pbr ad2324b8a87ec130a3314e7bd0793fac37a127e8 null Base python 2.7 skip list on parsed names We keep a list of libraries that should only be installed on python 2.6, but the check to see if a requirement matches that list was only doing a simple string equality, which would miss attempts to install version specified instances of one of them. Instead, use pkg_resources to parse the potential requirements line and operate on the parsed project name. Change-Id: If64e4b2ee6696a0531e3ed6099e63372d47bc851 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index b101514a4f24..ad2324b8a87e 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit b101514a4f24d307cfe33286d3b73242759058a0 +Subproject commit ad2324b8a87ec130a3314e7bd0793fac37a127e8 From f32913d01ac4d5ecc5199272b08df666ef903440 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 09:58:08 +0000 Subject: [PATCH 00217/18836] Updated openstack/openstack Project: openstack-dev/devstack 202677ae3070ca5a239d29a6bb081b2fd5d1600c null Fix stackforge_libs installation step When stackforge_libs is enabled, the WSME and Pecan libraries are checked out from stackforge and installed from source instead of pip. This change introduces a new function to perform the installation without attempting to sync the global requirements list, since the version of setup.py in the global requirements repository breaks the dependencies for WSME (there is no ipaddr library in python 2, so we need to install it, but under python 3 where it is part of the stdlib we cannot include it in the requirements). Fixes bug 1252488 Change-Id: I58357757ac67a919bf70178b76f65fa0a9e16242 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 429b64e4a551..202677ae3070 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 429b64e4a55184d7f430e7ae52594d7c8cece6aa +Subproject commit 202677ae3070ca5a239d29a6bb081b2fd5d1600c From 6681cfb3a107871f2a9e3fd7671b5d3e71b3c14e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 09:58:46 +0000 Subject: [PATCH 00218/18836] Updated openstack/openstack Project: openstack-dev/devstack d9bb3864dc5c0c2af0a32854c9f4f2d5d3ab708c null Fixing space issues between " and ] When we are using '[' aka. ``test`` , before the closing ']' we need to use a space. Otherwise the commands return with '2' so the "expression" will be a constant false. Change-Id: I673762e802c28335e03390b6608cf6bbee6aaba6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 202677ae3070..d9bb3864dc5c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 202677ae3070ca5a239d29a6bb081b2fd5d1600c +Subproject commit d9bb3864dc5c0c2af0a32854c9f4f2d5d3ab708c From a7e264622965bbdf6f7ffe46bfcdfa00452e8da1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 10:03:52 +0000 Subject: [PATCH 00219/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d6ca762f12759453abaa40cb0702c2b9afe78fc9 null Remove duplicate entries oslo.config and oslo.messaging are listed twice in the projects list. With the new cleaner requirements integration script, this causes an error. Change-Id: Ie73f22ee3154db1e71922be5dad6f04cc5be38ce --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 803759c6b2ba..d6ca762f1275 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 803759c6b2baf24beb36e519cd60be507578d1bf +Subproject commit d6ca762f12759453abaa40cb0702c2b9afe78fc9 From 85024704ade1ac75ecccf7f51575f1c3a3626545 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 11:27:33 +0000 Subject: [PATCH 00220/18836] Updated openstack/openstack Project: openstack/django_openstack_auth bceccf9516f612b3fcf409cd1603260425b164ea null Fix django.conf.urls.defaults imports These imports aren't available in Django 1.6. We need to use django.conf.urls instead. Partially-implements blueprint django-1point6 Change-Id: I8b5d315cbcb7bfba98e9f11e256b5aaa6bff4fd0 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 08f3fa800fbf..bceccf9516f6 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 08f3fa800fbf3b771b85e5a337d95fcc49958063 +Subproject commit bceccf9516f612b3fcf409cd1603260425b164ea From b0c40b6aaeea1165058bb7e7cef50cabd8f6370f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 12:31:59 +0000 Subject: [PATCH 00221/18836] Updated openstack/openstack Project: openstack-dev/devstack 1fdcbe1d0195163ab99f94905601ef6c77df175f null only clone docs from gh-pages branch if they aren't there Allow the caller of this script to decide which commit from the gh-pages branch should be used to build the docs. This also avoid excessive repeated git clones during development. Change-Id: I3e58eef0ac03b15903c06d5632c0eb41413db02c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d9bb3864dc5c..1fdcbe1d0195 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d9bb3864dc5c0c2af0a32854c9f4f2d5d3ab708c +Subproject commit 1fdcbe1d0195163ab99f94905601ef6c77df175f From aca00c2a344ad4e04536533dca7a29e598adca57 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 12:40:07 +0000 Subject: [PATCH 00222/18836] Updated openstack/openstack Project: openstack/glance 5efe1c2b8f346a6a7eef76fd7a4a792be667ae32 null Clean up numeric expressions with oslo constants Replace numeric expressions with olso constants to make code more readable. This patch won't replace single 1024 if 1024 not in an expression like number * 1024. Change-Id: Ic1137774f0f9a2be89a7c2706d6eb52eb906ff1f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0d93999c966d..5efe1c2b8f34 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0d93999c966de03e3adcf16e29cd924485b5c06d +Subproject commit 5efe1c2b8f346a6a7eef76fd7a4a792be667ae32 From fbc63986a4d6d84937abd79e0e9c2c2c0f562a6c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 13:40:04 +0000 Subject: [PATCH 00223/18836] Updated openstack/openstack Project: openstack-dev/devstack dbb5b6cd8cdf2dd79ddf576d761f6e7dee498f2c null xenapi: enable user to specify FLAT_NETWORK_BRIDGE install_os_domU.sh failed, if the FLAT_NETWORK_BRIDGE is found in localrc. As nova looks up the network by either name-label or bridge name, it makes sense to enable the user to specify this parameter. As an example, if the user wants to use name-labels to specify networks, and those name-labels could be used in domU to create bridges: VM_BRIDGE_OR_NET_NAME="osvmnet" FLAT_NETWORK_BRIDGE="osvmnet" In this case, the domU will know only about a name label, so it could be decoupled from which xapi bridges used. This change also adds some fixes (missing double quotes). Change-Id: I045e367ef441be20c4e8cb8af3c1149392db796b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1fdcbe1d0195..dbb5b6cd8cdf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1fdcbe1d0195163ab99f94905601ef6c77df175f +Subproject commit dbb5b6cd8cdf2dd79ddf576d761f6e7dee498f2c From 80014388eb2a391b34f4432172237e7284b35698 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 13:47:12 +0000 Subject: [PATCH 00224/18836] Updated openstack/openstack Project: openstack-dev/devstack e2ebd2315ee56476825798a27cb94170f141fa97 null Make use of STACK_USER instead of relying on USER Quite easily one ends up calling ./stack.sh in an environment that, albeit being user "stack" (for example), doesn't quite meet the expectations of devstack. The errors that follow can be rather hard to track down, as the dependency on `USER` is not mentioned. To remedy this situation, this commit - uses STACK_USER instead of USER and - mentions that dependency in the script headers of lib/* Change-Id: If4cdc39b922ea64b4c0893a0e695ec06349fccc5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index dbb5b6cd8cdf..e2ebd2315ee5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit dbb5b6cd8cdf2dd79ddf576d761f6e7dee498f2c +Subproject commit e2ebd2315ee56476825798a27cb94170f141fa97 From ae872e7dad29ba8caf09c33ea5abe322f49224d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 14:41:37 +0000 Subject: [PATCH 00225/18836] Updated openstack/openstack Project: openstack-dev/devstack f39ecfd41bfdefb7a82aa9ea90ba6167f63616a1 null horizon: drop nodejs dependency since commit a0739c9423a4c559b45af96fa4cdb30539dcdbd7, horizon use a pure Python alternative to nodejs Change-Id: I231b453e42c303c3cc29e8bea4d7b935fecdccd2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e2ebd2315ee5..f39ecfd41bfd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e2ebd2315ee56476825798a27cb94170f141fa97 +Subproject commit f39ecfd41bfdefb7a82aa9ea90ba6167f63616a1 From ad7d174ba91ff74d9d3d84724b80f01a9f349947 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 15:14:46 +0000 Subject: [PATCH 00226/18836] Updated openstack/openstack Project: openstack-dev/devstack cdf722cc0954ffc9863963f9ab1991346f081654 null Add Neutron Metering Agent support In Havana, Neutron has now a Metering Agent which gets meters from virtual routers. This patchs aims to allow devstack using this new service. Change-Id: I17ad83799d60384247b98cc8a93ac032f641c721 Signed-off-by: Emilien Macchi --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f39ecfd41bfd..cdf722cc0954 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f39ecfd41bfdefb7a82aa9ea90ba6167f63616a1 +Subproject commit cdf722cc0954ffc9863963f9ab1991346f081654 From 59e8da163f5e8a0253ee464a46f89acca7c7e65f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 16:19:01 +0000 Subject: [PATCH 00227/18836] Updated openstack/openstack Project: openstack-dev/devstack 1fe3fc0457615007226c94be44a9535d8bb809a9 null Update vsphere image filename pattern The vsphere image filename pattern has been updated so that semi- colons are used to delimit image properties rather than colons, which are not permitted in Windows filesystems. To support back- wards compatibility, colons can still be used. Change-Id: I29a3ac03dcae294326dc8813a66512a79f705f81 Closes-Bug: #1250319 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cdf722cc0954..1fe3fc045761 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cdf722cc0954ffc9863963f9ab1991346f081654 +Subproject commit 1fe3fc0457615007226c94be44a9535d8bb809a9 From 0ecdf6ee9a43c4326fd0c875cf487923d24641df Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 16:23:16 +0000 Subject: [PATCH 00228/18836] Updated openstack/openstack Project: openstack/glance a9e1f7d1e5a95f1e42f0011e1330fe03a3bcbfb9 null Add tests for glance/image_cache/client.py - add test cases for all CacheClient's functions in CacheClientTestCase class - add test cases for get_client function in GetClientTestCase class Change-Id: Idff48cbc1cf8c1f33125c258e97a4587bb1123bd --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5efe1c2b8f34..a9e1f7d1e5a9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5efe1c2b8f346a6a7eef76fd7a4a792be667ae32 +Subproject commit a9e1f7d1e5a95f1e42f0011e1330fe03a3bcbfb9 From 4f982c50fe27987bad30896f9b8007734c96aca8 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 20 Nov 2013 18:02:09 -0600 Subject: [PATCH 00229/18836] Updated openstack/openstack Project: openstack/python-openstackclient 9062811d10f2ab660ce38f9bd20be9c52daa9479 null Expand support for command extensions Allows client libraries to have complete access to the rest of the OSC ClientManager. In addition, extension libraries can define global options (for API version options/env vars) and define versioned API entry points similar to the in-repo commands. The changes to ClientManager exposed some issues in the existing object api tests that needed to be cleaned up. Change-Id: Ic9662edf34c5dd130a2f1a69d2454adefc1f8a95 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index d45187a0c163..9062811d10f2 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit d45187a0c163187649e29931d21c4607379d1e73 +Subproject commit 9062811d10f2ab660ce38f9bd20be9c52daa9479 From bfe0caedd4204beecf1e93fb6a5921acd917212d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 17:05:36 +0000 Subject: [PATCH 00230/18836] Updated openstack/openstack Project: openstack/requirements 0f7d5b90a74e67a6ee850a7f037f0446d3f8cc94 null Update python-troveclient version Heat trove resource needs python-troveclient version 1.0.0. Change-Id: I15e4d614ac493161288d99e0b811324a8d0c571e --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8402887d55b3..0f7d5b90a74e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8402887d55b32412c121aa88b9e1f2956a9ca37d +Subproject commit 0f7d5b90a74e67a6ee850a7f037f0446d3f8cc94 From fe45153b7b3c83c22d6d6c9d2c5ab10b6fed4493 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Fri, 22 Nov 2013 10:44:07 +0800 Subject: [PATCH 00231/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 28d1d3a87f5b581e610f3ceb790a70eb98a83ed8 null Enable pep8 E121/E122/E123 checking Change-Id: I686f2b7895868e6ebaabe5d274e3efde2dd9c441 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 936faeb33239..28d1d3a87f5b 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 936faeb33239106f49187af9424802cffd7a03dc +Subproject commit 28d1d3a87f5b581e610f3ceb790a70eb98a83ed8 From e48b822446a379b688ec0aa8123f8d0b34ff2ef9 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Fri, 22 Nov 2013 10:48:07 +0800 Subject: [PATCH 00232/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient f80b29a6c3cd2326d0e721701dfa7449c07267f8 null Enable pep8 E128 checking Change-Id: I31dc17f0faaae1c32e5106873fd13158376367f7 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 28d1d3a87f5b..f80b29a6c3cd 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 28d1d3a87f5b581e610f3ceb790a70eb98a83ed8 +Subproject commit f80b29a6c3cd2326d0e721701dfa7449c07267f8 From 1eacecc9a3f9d7b0af5a8ac211a246aea64c73f6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 19:18:47 +0000 Subject: [PATCH 00233/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 31df452872c2f00908d2048385c4cdc39e123633 null Fix python3 incompatible use of urlparse Use six to make it work. While we're not yet able to gate keystoneclient on py33, we still need keystoneclient to work when keystoneclient is included in other libraries' test suites. This was discovered while working on python3 for python-tuskarclient. Note that together with I65c28896d1551fd537dd7774e87bc479a477a7ab keystoneclient can be used safely in python-tuskarclient's py33 tests. Closes-bug: #1239802 Change-Id: Ie6d31dc5fae7e63bb31a5192fa6765fe35dd026a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 41b559092472..31df452872c2 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 41b559092472b0f4fdb66c3223af0085ead67556 +Subproject commit 31df452872c2f00908d2048385c4cdc39e123633 From 93f2ccff9a7af6a51ece37eb30e3698b0847bd4e Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 15 Nov 2013 16:51:09 +0000 Subject: [PATCH 00234/18836] Updated openstack/openstack Project: openstack/python-novaclient 97e7ccf757dcd3a1fbe57ae01d6ebcd90a63e4cc null Updated from global requirements Change-Id: I96b53ce825ca0f940596f53058b8e3c80463ac3c --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c51dc4a525f1..97e7ccf757dc 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c51dc4a525f111fa2771578f9a408432b32b7a0d +Subproject commit 97e7ccf757dcd3a1fbe57ae01d6ebcd90a63e4cc From 9b6393663c14e3529856cd3d1b37dd165d670b14 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 20:45:30 +0000 Subject: [PATCH 00235/18836] Updated openstack/openstack Project: openstack/requirements 11c15566ab665748cc35bac9ef1140c37a7a7c58 null Bump to using SQLAlchemy migrate 0.8.2. The motivation here is to be able to remove a custom check for 0.7.3 in nova. Bumping this requirement will let us do that. NOTE: version 0.8.1 had a borked version number so we require 0.8.2 or greater due to that. Change-Id: Icde6248ca102884323d7912bab0f4a716aa294ec --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0f7d5b90a74e..11c15566ab66 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0f7d5b90a74e67a6ee850a7f037f0446d3f8cc94 +Subproject commit 11c15566ab665748cc35bac9ef1140c37a7a7c58 From 8e201b178d53b3da2d6e13f8d78692cd15062f83 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 20:46:27 +0000 Subject: [PATCH 00236/18836] Updated openstack/openstack Project: openstack-dev/pbr e8bb4d01a9ffa787d9115c58aad9e484d0ad8227 null Bump the development status classifier. Change-Id: Ib64c45080ad256fd0019072deef19fb76516486c --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index ad2324b8a87e..e8bb4d01a9ff 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit ad2324b8a87ec130a3314e7bd0793fac37a127e8 +Subproject commit e8bb4d01a9ffa787d9115c58aad9e484d0ad8227 From 2b4a36909230b76c84e926cb33c0761aab3ffc32 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 21:25:07 +0000 Subject: [PATCH 00237/18836] Updated openstack/openstack Project: openstack/python-novaclient 915b0a48dfedd59e5a3e95c7b282851d43898766 null Fix typo in novaclient hypen-separated --> hyphen-separated overrwrite --> overwrite typicaly --> typically sematics --> semantics Fixes bug: 1253881 Change-Id: I4aff614bb36b8f321837a9f54024b26ac0f11d40 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 97e7ccf757dc..915b0a48dfed 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 97e7ccf757dcd3a1fbe57ae01d6ebcd90a63e4cc +Subproject commit 915b0a48dfedd59e5a3e95c7b282851d43898766 From 4c5c75c3de5baff26954f6353cf70997f86d891e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 23:40:01 +0000 Subject: [PATCH 00238/18836] Updated openstack/openstack Project: openstack/python-troveclient 2b4864ab6d168c1a60fd3ed6182794778bb800cc null Allow --json output override printing dict/list Change-Id: Ib02f244cb969ac8dfc92ac94e6e915063d13764d --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 1e38ffc7aef7..2b4864ab6d16 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 1e38ffc7aef75cfd766519cf6ce780d379fc0fbf +Subproject commit 2b4864ab6d168c1a60fd3ed6182794778bb800cc From 3da4dfc13c806b3a95dd8316341018f83303e2cc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 22 Nov 2013 23:58:25 +0000 Subject: [PATCH 00239/18836] Updated openstack/openstack Project: openstack-dev/devstack ed727dc6d94b31b66997010666a83a540d98ff88 null Default to Cinder REST API v2 Set OS_VOLUME_API_VERSION environment variable to 2 so we use specifically Cinder REST API v2. v1 is still enabled in the catalog, but we want more exposure to v2 for testing. Change-Id: I6c2f29edf44a0f58a7830fe4dd2db35f2db3658c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1fe3fc045761..ed727dc6d94b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1fe3fc0457615007226c94be44a9535d8bb809a9 +Subproject commit ed727dc6d94b31b66997010666a83a540d98ff88 From 1af45d59a5548256754a60298167e4ebc4fd5638 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 11 Nov 2013 11:29:28 -0800 Subject: [PATCH 00240/18836] Updated openstack/openstack Project: openstack/python-neutronclient 5b5aa1a7a7573f32afb4e992bcb732a6e39f4500 null Make HACKING.rst DRYer Reference the OpenStack hacking guide in HACKING.rst and remove duplicated entries. Change-Id: I921d273680be9a88e633291bc23995c8b19abc30 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index feda92ff0b28..5b5aa1a7a757 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit feda92ff0b28514b27e8e05713368962366c9fa4 +Subproject commit 5b5aa1a7a7573f32afb4e992bcb732a6e39f4500 From b33ac61493657f57846436e73244b966d49b0f5f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 23 Nov 2013 07:57:06 +0000 Subject: [PATCH 00241/18836] Updated openstack/openstack Project: openstack-dev/pbr 2c083424c96bf3b4ac1d5d8bd5dda3db9478b476 null Support building wheels (PEP-427) With that, building and uploading wheels to PyPI is only one "python setup.py bdist_wheel" away. Change-Id: Idfc291f496a81498df6408f189854f49eca496d3 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index e8bb4d01a9ff..2c083424c96b 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit e8bb4d01a9ffa787d9115c58aad9e484d0ad8227 +Subproject commit 2c083424c96bf3b4ac1d5d8bd5dda3db9478b476 From 4590a1432ce926dae41f546a63d3c26a643676d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 23 Nov 2013 15:32:55 +0000 Subject: [PATCH 00242/18836] Updated openstack/openstack Project: openstack/requirements cb96d538d55c7830a20b69cf270cb9d948f94b7d null Get better format for long lines with PrettyTable Based on current implement, the cli output format will be bad if the lines are too long. This issue can be fixed by setting 'max_width'. However, there is a bug against it, see https://code.google.com/p/prettytable/source/browse/trunk/CHANGELOG?r=85 line 3. So the requirements.txt is updated as well. Fixes bug 1251283 Change-Id: Id22bc929fa8cb89941d385308e333b7359ff7118 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 11c15566ab66..cb96d538d55c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 11c15566ab665748cc35bac9ef1140c37a7a7c58 +Subproject commit cb96d538d55c7830a20b69cf270cb9d948f94b7d From 1d95c2e0d37a6b5851d308674c38ba4d4be12ab0 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sat, 23 Nov 2013 06:04:15 +0000 Subject: [PATCH 00243/18836] Updated openstack/openstack Project: openstack/glance 6f503d219b1274d48525f334ec57ff34127eecf4 null Imported Translations from Transifex Change-Id: I5f66ae08d76954b18441484db4fbdc303da942da --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a9e1f7d1e5a9..6f503d219b12 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a9e1f7d1e5a95f1e42f0011e1330fe03a3bcbfb9 +Subproject commit 6f503d219b1274d48525f334ec57ff34127eecf4 From 2aafb907622c09e8a6d5caabccf1673ef7203e55 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 24 Nov 2013 00:29:10 +0000 Subject: [PATCH 00244/18836] Updated openstack/openstack Project: openstack/python-heatclient 03878de42612ae4d8b7985a433dd0f606da055cc null Updated from global requirements Change-Id: Ie988d2828e70c88e4e378500c34964ec65c87f65 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 2742b330102f..03878de42612 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 2742b330102f9135cefa17294bc7ac6e0618dcd5 +Subproject commit 03878de42612ae4d8b7985a433dd0f606da055cc From ef41f5a3f5d58eadad1831747682ca30b3b8df11 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 08:02:49 +0000 Subject: [PATCH 00245/18836] Updated openstack/openstack Project: openstack/glance cdf241f0f5b80bad2113dd2fedb26be9aff6eb87 null Fixes content-type checking for image uploading in API v1 and v2 wsgi.Request.get_content_type() need a list or set for allowed_content_types as parameter, but API controller passes request's content type as a string into it directly. This caused 'in' testing failure. Fixes bug: 1241387 Change-Id: I820ccce92e4ec1c94b5144309d6ebe2b57baaf55 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 6f503d219b12..cdf241f0f5b8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 6f503d219b1274d48525f334ec57ff34127eecf4 +Subproject commit cdf241f0f5b80bad2113dd2fedb26be9aff6eb87 From 4906cf2264dcb78a0b4fd19a35b2723435acd1d6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 14:05:23 +0000 Subject: [PATCH 00246/18836] Updated openstack/openstack Project: openstack/glance 4b44488d0527d220cb08ebc0617cb8a9adec1614 null Sync openstack.common.local from oslo `local` has a broken TLS symbol - strong_store, fixed in oslo some time ago in Ib544be1485823f6c619312fdee5a04031f48bbb4. All direct and indirect (lockutils and rpc) usages of strong_store might be potentially affected. Original change to Nova: If4dd973acc23921dbc2bc69bb76225deb2802dad Closes-Bug: #1254046 Change-Id: I934149092cacaaa78009565b6d8a6ba348c2dbe4 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cdf241f0f5b8..4b44488d0527 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cdf241f0f5b80bad2113dd2fedb26be9aff6eb87 +Subproject commit 4b44488d0527d220cb08ebc0617cb8a9adec1614 From 29d1f2655cf269d8c5a5e1e213a36a2b2a58d363 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 17:22:38 +0000 Subject: [PATCH 00247/18836] Updated openstack/openstack Project: openstack/requirements a0acd133f3a005c81e555eadde9ad0a7f0236c0e null Add Proboscis to keep Trove tests passing. Adding Proboscis here as its used by Trove integration tests. Change-Id: I076b52d893019609be689bf6c90fec48e152724a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index cb96d538d55c..a0acd133f3a0 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit cb96d538d55c7830a20b69cf270cb9d948f94b7d +Subproject commit a0acd133f3a005c81e555eadde9ad0a7f0236c0e From 7ff79acdeba73bbb8581523e4db2173d27b2388c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 17:22:38 +0000 Subject: [PATCH 00248/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 24a6cce10d7fe7bf57c8bf331c29c3b1cf10c20f null Support Ironic in devstack gate Now Devstack can deploy Ironic baremetal provisioning service, so it's possible to test it using gate tests. This patch enables Ironic in devstack gates if the DEVSTACK_GATE_IRONIC variable is set to 1. Change-Id: I56ea3a3e2576f5488a43ca4ece35a5a250cef04c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d6ca762f1275..24a6cce10d7f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d6ca762f12759453abaa40cb0702c2b9afe78fc9 +Subproject commit 24a6cce10d7fe7bf57c8bf331c29c3b1cf10c20f From 34fb1dd882a7b8d19d1ab0407e3127f667e1ced7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 20:37:19 +0000 Subject: [PATCH 00249/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c43b13edb7b814d6a8b6858c9baec5d92e9947a4 null Update tox.ini to usedevelop The 0.8 hacking tests were failing because it fails to open the sample files during import. Setting usedevelop=True in the tox.ini makes the tests run in the right directory. Change-Id: I7b8f531f669e38e1b009a50d2ed9e9c98cf82e53 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 31df452872c2..c43b13edb7b8 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 31df452872c2f00908d2048385c4cdc39e123633 +Subproject commit c43b13edb7b814d6a8b6858c9baec5d92e9947a4 From 8147ec9cf1a116b2eb4d17e4d5f1e1e68d474809 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 21:03:15 +0000 Subject: [PATCH 00250/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b2c39848d7810afd6c0cffeca83bd8003802e7e5 null Add --insecure to curl output if required When the --insecure option is given, the curl command did not have certificate verification turned off. Partial-Bug: #1249891 Change-Id: Ia4f21d03f060bac0db51a79b89b0246b2ee3d041 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c43b13edb7b8..b2c39848d781 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c43b13edb7b814d6a8b6858c9baec5d92e9947a4 +Subproject commit b2c39848d7810afd6c0cffeca83bd8003802e7e5 From d964b06f78668daa6dd8dbdf7217006626796120 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 21:05:35 +0000 Subject: [PATCH 00251/18836] Updated openstack/openstack Project: openstack/python-keystoneclient cacb4830d95d7c20363b93d3671e092942fe0c8b null Improved error message on connection failure Added message from thrown error to message generated when httpclient connection fails Closes-Bug: 1248257 Change-Id: Id47092f5775b97e8423e18c294f4e04872aa0b08 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b2c39848d781..cacb4830d95d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b2c39848d7810afd6c0cffeca83bd8003802e7e5 +Subproject commit cacb4830d95d7c20363b93d3671e092942fe0c8b From 4305d132bb403846f04ad8401d06da63f168dec3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 21:35:52 +0000 Subject: [PATCH 00252/18836] Updated openstack/openstack Project: openstack/python-keystoneclient e940932670679026dc63a1a8d2f571c4e3620c26 null Remove SERVICE_TOKEN and SERVICE_ENDPOINT env vars From the code itself: deprecated command line options for essex compatibility. To be removed in Grizzly release cycle. so this patch removes these deprecated env vars that have been moved into the OS_* namespace since Folsom, and updates the tests that probably should have been using the non-deprecated option anyway :) The fact these are still in there are causing some confusion, we actually had a bug report over in docs claiming OS_SERVICE_TOKEN should be replaced with SERVICE_TOKEN! Change-Id: I205748be225dbacc3a528724cf3722d8bf7f8d9f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index cacb4830d95d..e94093267067 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit cacb4830d95d7c20363b93d3671e092942fe0c8b +Subproject commit e940932670679026dc63a1a8d2f571c4e3620c26 From 4ca6f80615f40bcad55b2d48ff5f7ae6f269e679 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 25 Nov 2013 08:23:42 +1300 Subject: [PATCH 00253/18836] Updated openstack/openstack Project: openstack/requirements 9d67e81b4b9114b61f06fadb2fc11fb2045aa097 null Add solum for auto requirements updates. Change-Id: I1c0ae60510d801b87d5da40fdf76947c2c6f4d6b --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index a0acd133f3a0..9d67e81b4b91 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit a0acd133f3a005c81e555eadde9ad0a7f0236c0e +Subproject commit 9d67e81b4b9114b61f06fadb2fc11fb2045aa097 From 7a2aabd626c43dc6deacdc6d2f01ef85b1993647 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 24 Nov 2013 21:56:35 +0000 Subject: [PATCH 00254/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a217015427b19452fee87f7642cf34c30ca3f6f7 null Add testresources test requirement testresources wasn't a test requirement, so it couldn't be used in test code. Change-Id: I278e56f5158800e7873ad03a9d6a3db2ea8bad7c --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index e94093267067..a217015427b1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit e940932670679026dc63a1a8d2f571c4e3620c26 +Subproject commit a217015427b19452fee87f7642cf34c30ca3f6f7 From d50809ff930cc6eb1b4d6f3503814261100b0497 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 00:41:05 +0000 Subject: [PATCH 00255/18836] Updated openstack/openstack Project: openstack/glance ecf2ed21df38b45ba9ad6a7ce44ec75da247c5e0 null Log unhandled exceptions Enable logging of unhandled exceptions within the WSGI server. In the case of an internal server error a stacktrace will be logged if glance API or registry has the verbose option set to True. Partial-Bug: #1246968 Change-Id: I68390495331ba30dab1cd60584d0ed01357514ae --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4b44488d0527..ecf2ed21df38 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4b44488d0527d220cb08ebc0617cb8a9adec1614 +Subproject commit ecf2ed21df38b45ba9ad6a7ce44ec75da247c5e0 From 39d34e67094c7c9d092344a1f588b4df478b8dd1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 01:31:27 +0000 Subject: [PATCH 00256/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 04b10698fc9413575180d11c6cfe5efa5056501a null Remove service type restriction from keystone client help text The current output of "keystone help service-create" implies that the type is restricted to certain values. This commit updates the help text to make it more clear that the value isn't validated. Closes bug 1248658 Closes bug 1211292 Change-Id: Ice4bf0da135d371ab5b6339f7baac7309e9c40ce --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a217015427b1..04b10698fc94 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a217015427b19452fee87f7642cf34c30ca3f6f7 +Subproject commit 04b10698fc9413575180d11c6cfe5efa5056501a From 1635246100b3a603e3186c53e4d784f978446e17 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 01:36:40 +0000 Subject: [PATCH 00257/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 78dffb98f9867785f01ee1d01d17a0f37484f98e null Fix curl debug output for requests with a body Rather than output the request body as a separate line, make it part of the example curl command using the -d option. Partial-Bug: #1249891 Change-Id: Ie3fe4535f554333c67244a13c5698c025f000e7e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 04b10698fc94..78dffb98f986 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 04b10698fc9413575180d11c6cfe5efa5056501a +Subproject commit 78dffb98f9867785f01ee1d01d17a0f37484f98e From 5f796d0f0613bb36c94c3dbd896414c6a45bf100 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 01:39:39 +0000 Subject: [PATCH 00258/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8c8ed5f74f36aad814ee8f4a23711f0acfe5ac0b null Quote URL in curl output to handle query params Copy and pasting the generated curl output into a shell doesn't work when the URL includes an ampersand, as the URL isn't quoted. Closes-Bug: #1249891 Change-Id: Ic3d7682a2c034e89c3367c858ea33510f8cbc7d4 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 78dffb98f986..8c8ed5f74f36 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 78dffb98f9867785f01ee1d01d17a0f37484f98e +Subproject commit 8c8ed5f74f36aad814ee8f4a23711f0acfe5ac0b From beca01096e71061ecf6f48236b4ba83423d36654 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Fri, 22 Nov 2013 10:57:11 +0800 Subject: [PATCH 00259/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 640d6f4ff4d38704ea5f43f3196910ffff4e6c51 null Enable pep8 E711/E712/E721/H302 checking Change-Id: I229f1c15b46284fae94d4c786765baa18da0055f --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index f80b29a6c3cd..640d6f4ff4d3 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit f80b29a6c3cd2326d0e721701dfa7449c07267f8 +Subproject commit 640d6f4ff4d38704ea5f43f3196910ffff4e6c51 From 03bee19126ef8357551e09780015bb74c2c1d5ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 02:34:49 +0000 Subject: [PATCH 00260/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d55b2ba21df3e55632ecae69094d77b6e800db46 null Opt-out of service catalog Introducing a config option 'include_service_catalog' to indicate whether service catalog is needed. If the 'include_service_catalog' option is set to False, middleware will not ask for service catalog on token validation and will not set the X-Service-Catalog header. This option is backward compatible as it is default to True. DocImpact Fixed bug 1228317 Change-Id: Id8c410a7ae0443ac425d20cb9c6a24ee5bb2cb8d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8c8ed5f74f36..d55b2ba21df3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8c8ed5f74f36aad814ee8f4a23711f0acfe5ac0b +Subproject commit d55b2ba21df3e55632ecae69094d77b6e800db46 From e0ae1bfa52739ffb0bdb8b91579cb9adae974bec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 04:56:52 +0000 Subject: [PATCH 00261/18836] Updated openstack/openstack Project: openstack-dev/devstack ad2966d727df21653920d95dbf40711c2b8f2873 null Add hacking rules for shell scripts This is an attempt to collect the rules that we live by in devstack that are generally held. Writing these down help us figure out ways to put them into bash8 over time. These are a starting point for conversation. Change-Id: Id2b750665871ebbeddf4694ba080c75d2f6f443e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ed727dc6d94b..ad2966d727df 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ed727dc6d94b31b66997010666a83a540d98ff88 +Subproject commit ad2966d727df21653920d95dbf40711c2b8f2873 From 143b55fe91c98ece81d2c0a8fd2c4d178b8f55df Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 05:39:42 +0000 Subject: [PATCH 00262/18836] Updated openstack/openstack Project: openstack/python-heatclient 2e39c94ace08d6ff6bb45324c0465d70dd5fc534 null Revert "heatclient is not working with os-auth-token" This reverts commit 4eab568f79bdbfe4ba0d31038bf3c253d0858c59. The commit breaks the unit tests (and for some reason still passed the gate...?), and also doesn't fix the issues with auth_token, ref bug #1252248. So revert this patch, while I work on a more comprehensive fix to the auth_token issues. Change-Id: I34b9e808928d091384c4c466f14260252a45fd2e Closes-Bug: 1252313 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 03878de42612..2e39c94ace08 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 03878de42612ae4d8b7985a433dd0f606da055cc +Subproject commit 2e39c94ace08d6ff6bb45324c0465d70dd5fc534 From 8b60edc22ae59167b02e50abc9196da9f9fd1bc3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 06:05:47 +0000 Subject: [PATCH 00263/18836] Updated openstack/openstack Project: openstack/glance f93601759df5fa8f1f670eb1dacd815526094ced null Explicit listing of Glance policies in json file Most OpenStack components do list their policies in their policy.json but not Glance. It will let user directly know what options is available to them. Previously non-listed policy do follow the default rule now. List of available policies have been taken from Developer Guide page : http://docs.openstack.org/developer/glance/policies.html#constructing-a-policy-configuration-file Closes-Bug: #1254461 Change-Id: I833db8385c2d3e8962a9c19b77c94d962eac475e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ecf2ed21df38..f93601759df5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ecf2ed21df38b45ba9ad6a7ce44ec75da247c5e0 +Subproject commit f93601759df5fa8f1f670eb1dacd815526094ced From 515c7593a989d94dca3634119942179d418ee5a7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 09:42:28 +0000 Subject: [PATCH 00264/18836] Updated openstack/openstack Project: openstack/glance 14d8fe408abada19354ecedce0b0c1db02c9a701 null Add config option to limit image properties This patch adds the image_property_quota config option. This allows a deployer to limit the number of image properties allowed on an image. The default value is 128, as is currently the limit enforced by nova. Users will only be able to update an image if the result of the transaction would be under this limit. This behavior is intended to be similar to 'quota_metadata_items' in nova. This is for both Glance v1 and v2. Fixes bug 1251518 docImpact Change-Id: I4aa9504deae836404f11c9ada71a91f85caeba4c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f93601759df5..14d8fe408aba 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f93601759df5fa8f1f670eb1dacd815526094ced +Subproject commit 14d8fe408abada19354ecedce0b0c1db02c9a701 From 40fca61e0c0118e83d40988b6b23afc03949d845 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 25 Nov 2013 10:53:50 +0000 Subject: [PATCH 00265/18836] Updated openstack/openstack Project: openstack/requirements cab24fa2068b3d8df9c833b3e46e35263668f939 null Updated from global requirements Change-Id: Ib210d21cff44b0d52f4e79e65f70635a6f7e7a51 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9d67e81b4b91..cab24fa2068b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9d67e81b4b9114b61f06fadb2fc11fb2045aa097 +Subproject commit cab24fa2068b3d8df9c833b3e46e35263668f939 From a8b4144faf7ad17d03cc346eb1c60808a0c47932 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 10:53:51 +0000 Subject: [PATCH 00266/18836] Updated openstack/openstack Project: openstack/requirements ee45e5b693e7583f69573e302d7249b07ee3ef6b null Add both climate repos for auto reqs update Change-Id: I8096bbb8b073f6f51bc70d8496f54dc59c2b8d31 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index cab24fa2068b..ee45e5b693e7 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit cab24fa2068b3d8df9c833b3e46e35263668f939 +Subproject commit ee45e5b693e7583f69573e302d7249b07ee3ef6b From bcc29eea81239b1e3c3a20eabe926296fc4b27e6 Mon Sep 17 00:00:00 2001 From: Chang Bo Guo Date: Thu, 21 Nov 2013 03:06:02 -0800 Subject: [PATCH 00267/18836] Updated openstack/openstack Project: openstack/oslo.messaging c98d7edef877b3386634842c66a68a8b75e232b3 null Decouple from Oslo uuidutils module uuidutils module will be deprecated in Icehouse, So need replace it. This patch uses str(uuid.uuid4()) instead of method generate_uuid. Closes-Bug: #1253497 Change-Id: I35815544429c489096b4db3fa79a649f4cd9459f --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 7e1fddb2171f..c98d7edef877 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7e1fddb2171f4ce3ccceb507eea2ee413e81c66d +Subproject commit c98d7edef877b3386634842c66a68a8b75e232b3 From 84ff983755217ae2d852872e386a741543a39aa5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 15:12:29 +0000 Subject: [PATCH 00268/18836] Updated openstack/openstack Project: openstack-dev/devstack f35b4a75056b7019ebf30ac9775976f8ff43074f null fixup_stuff prettytable min version The minimum prettytable version is changed from 0.6 to 0.7 in the global requirements. If the system has an older prettytable version the fixup_stuff does not takes effect in time, because at fixup time the system has the old version. Ensure the fixup installs the minimum required version in time. Change-Id: If1737dacb25db73b68e707953d05576ad8a97da7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ad2966d727df..f35b4a75056b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ad2966d727df21653920d95dbf40711c2b8f2873 +Subproject commit f35b4a75056b7019ebf30ac9775976f8ff43074f From bf02ae15ac70b26bc3f12d78a4eacf027bdab255 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 15:58:07 +0000 Subject: [PATCH 00269/18836] Updated openstack/openstack Project: openstack-dev/devstack 1e624fae30d754021a380c2a69c925e3dc183890 null Additional ssh tests with tempest The run_ssh option is used on the default 'false', so several test case and validation step was disabled. It was disabled because: * Admin password injection with the cirros image is not supported. (We 'cannot' inject password/shadow to a ram disk.) * In the current system setup floating IP is required for connecting with neutron The run_ssh boolean option will be removed from tempest, it will be replaced with ssh_connect_method and ssh_auth_method. Since using a floating ip with nova flat network is not required in these case, the 'fixed'/private IPs (ssh_connect_method) will be used with nova network , and we will use the 'floating' IPs with neutron when the NAMESPACES are enabled(default). The default value of ssh_auth_method is keypair, it works in both cases. Change-Id: I3d47811d801985687526749a430ed6db64224f99 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f35b4a75056b..1e624fae30d7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f35b4a75056b7019ebf30ac9775976f8ff43074f +Subproject commit 1e624fae30d754021a380c2a69c925e3dc183890 From c9cff1661ef8814275d3475185576cfed168d5a7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 16:07:36 +0000 Subject: [PATCH 00270/18836] Updated openstack/openstack Project: openstack-dev/devstack f10e1b7e5ca1c80f122ddcee30afb728fa3a47cb null Handle Savanna service availability in tempest Change-Id: I51300304655803f114d3bb911086cd88aa09638f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1e624fae30d7..f10e1b7e5ca1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1e624fae30d754021a380c2a69c925e3dc183890 +Subproject commit f10e1b7e5ca1c80f122ddcee30afb728fa3a47cb From 0a75ffbaece15bc0f02e40b07c97305015d28f00 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 16:07:38 +0000 Subject: [PATCH 00271/18836] Updated openstack/openstack Project: openstack-dev/devstack 6f9f1416c91ed9f6b24cd0a5baad0910a6d3361d null Remove powervm nova virt driver support The powervm virt driver was removed from nova in a recent change. This functionality is no longer needed in devstack. Change-Id: Iec620938a8cce63e0830fc7b9e9a679b361b4389 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f10e1b7e5ca1..6f9f1416c91e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f10e1b7e5ca1c80f122ddcee30afb728fa3a47cb +Subproject commit 6f9f1416c91ed9f6b24cd0a5baad0910a6d3361d From 464689c09803abd8a980cccc8d87d003ec5caf85 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 16:26:21 +0000 Subject: [PATCH 00272/18836] Updated openstack/openstack Project: openstack-dev/devstack 94bfa18bd1a5f5623d7f8dc6cee014b38e069e40 null Add driver_cert wrapper for cinder This adds a simple wrapper to call tempest volume tests. The idea is to make it easy to execute and capture results from tempest.api.volume.test_* Concept is for drivers in Cinder to configure cinder.conf as needed and then run this script which will restart services and kick off the tempest tests, and capture the output to a logfile for submission. To run, 1. deploy devstack as normal with tempest included in enabled_services 2. modify cinder.conf appropriately for your driver 3. execute the script devstack/driver_certs/cinder_driver_cert.sh Change-Id: I98ec9e1e418a8416406db5e2e6ffd21992e392cf --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6f9f1416c91e..94bfa18bd1a5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6f9f1416c91ed9f6b24cd0a5baad0910a6d3361d +Subproject commit 94bfa18bd1a5f5623d7f8dc6cee014b38e069e40 From e47763bff8616188194ca7f7ca59ae6f22a6282f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 17:08:09 +0000 Subject: [PATCH 00273/18836] Updated openstack/openstack Project: openstack-dev/devstack 63343093826e6f1bae96f73f4dd7c8c7db3385fd null Keystone don't use deprecated token_format option devstack was setting the token_format option in the keystone configuration file. This option is deprecated so should not be used. Change-Id: I047de155f0d9d2a1c009533c2f97f505cc80c6de --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 94bfa18bd1a5..63343093826e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 94bfa18bd1a5f5623d7f8dc6cee014b38e069e40 +Subproject commit 63343093826e6f1bae96f73f4dd7c8c7db3385fd From 23b44ad00462389dfd461eeaa096bc203758e507 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 17:15:17 +0000 Subject: [PATCH 00274/18836] Updated openstack/openstack Project: openstack/python-neutronclient c67eeee942d062494038b0dcc348575b743242eb null Log reason for connection failed exception Change-Id: Idfdf43762fc3bd9abef33110cccd37d2d2f50df4 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 5b5aa1a7a757..c67eeee942d0 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 5b5aa1a7a7573f32afb4e992bcb732a6e39f4500 +Subproject commit c67eeee942d062494038b0dcc348575b743242eb From 03b16ca773e5f3eff809f49c0132fbb523d70985 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 18:42:00 +0000 Subject: [PATCH 00275/18836] Updated openstack/openstack Project: openstack-dev/pbr 4619347bb8f76611d3f4530def4a8ff38d43a0bf null Serve local mirror using apache There are enough behavioral differences between http and file urls for pypi mirrors that we should do the local mirror via apache. That way we're testing what we care about - consumption of changes in the mirror context - and not what we don't - how well pip deals with file urls. Change-Id: Icb16e8bbe77c03f224d06010eeb6bd0877b0d6ca --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 2c083424c96b..4619347bb8f7 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 2c083424c96bf3b4ac1d5d8bd5dda3db9478b476 +Subproject commit 4619347bb8f76611d3f4530def4a8ff38d43a0bf From a3e696eec447d9e19708d5effd680905543fec0e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 19:35:54 +0000 Subject: [PATCH 00276/18836] Updated openstack/openstack Project: openstack-dev/devstack 99da4af55ef0c451983bcc5d7f97e1e22da168ea null Robustify shocco install and config * shocco has some non-optional prereqs, make sure they are present if shocco is being installed * set the path to installed shocco correctly * add the working dir to .gitignore Change-Id: If786ea9e28d3595775f7b86d2fe760dff8047f49 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 63343093826e..99da4af55ef0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 63343093826e6f1bae96f73f4dd7c8c7db3385fd +Subproject commit 99da4af55ef0c451983bcc5d7f97e1e22da168ea From 0ea88c98ccdadb421c0372efe6ea3abc5c970454 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 25 Nov 2013 14:46:52 -0600 Subject: [PATCH 00277/18836] Updated openstack/openstack Project: openstack/python-openstackclient 935781fdf961d0501b7400acbe4c86bdd9f284f2 null Restore Object API name 'object-store' It's used in the service catalog, doh! Change-Id: If8f6db49c84756fd8e58cc68910160da4cd99b5d --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 9062811d10f2..935781fdf961 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 9062811d10f2ab660ce38f9bd20be9c52daa9479 +Subproject commit 935781fdf961d0501b7400acbe4c86bdd9f284f2 From 0a4d954e46e8ba10bf64b8aacbe90027875fb43a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 22:41:54 +0000 Subject: [PATCH 00278/18836] Updated openstack/openstack Project: openstack/glance 8d232f7860ec7027e27d5275234cb7a08a22c148 null Cleanup and make HACKING.rst DRYer Reference the OpenStack hacking guide in HACKING.rst and remove duplicate entries. Adds placeholder section for glance specific rules. Change-Id: I1bfff8c69c9370e2d648197b7e71e229695ef627 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 14d8fe408aba..8d232f7860ec 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 14d8fe408abada19354ecedce0b0c1db02c9a701 +Subproject commit 8d232f7860ec7027e27d5275234cb7a08a22c148 From 9e94242cb867c49a4b78f3b4fda93db5661d40f7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 25 Nov 2013 23:14:21 +0000 Subject: [PATCH 00279/18836] Updated openstack/openstack Project: openstack/glance 8a9cf72e749c9a25e99f347d5aea1a230b79c3fa null Log a message when image object not found in swift We should log when a request for an image object in swift returns a 404. Fix for bug 1227786. Change-Id: I27a970840cf448196245ba1e58523b9e0b1495f5 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8d232f7860ec..8a9cf72e749c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8d232f7860ec7027e27d5275234cb7a08a22c148 +Subproject commit 8a9cf72e749c9a25e99f347d5aea1a230b79c3fa From f4fddbc17cbf9d02e5abef62cdef90596d135be5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 01:13:32 +0000 Subject: [PATCH 00280/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 918360ea53fd64e1188991c779992ab041cc6346 null Run df after gate In order to make sure we aren't getting close to filling up disks lets run 'df -h' after every devstack run and log the output. Change-Id: Ia378cb68109af0af49e8fa45a784f54ef16f327c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 24a6cce10d7f..918360ea53fd 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 24a6cce10d7fe7bf57c8bf331c29c3b1cf10c20f +Subproject commit 918360ea53fd64e1188991c779992ab041cc6346 From 481426f9790563b6a06e8915e901d670a9b74c5f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 05:11:48 +0000 Subject: [PATCH 00281/18836] Updated openstack/openstack Project: openstack/python-novaclient 434d91cd5881d17aa8ac299ed2ae803e1d27295c null Fix inappropriate comment for flavor create api Change-Id: I7fa547925de5a194c10484d523006ca093518149 Fixes: bug #1253903 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 915b0a48dfed..434d91cd5881 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 915b0a48dfedd59e5a3e95c7b282851d43898766 +Subproject commit 434d91cd5881d17aa8ac299ed2ae803e1d27295c From 7074a6c6b401c410a63fa743fef3f9d8b80a68d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 08:04:33 +0000 Subject: [PATCH 00282/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0ee15bdf3b722c7db0e1914b7d2212308fe046a5 null Migrate the keystone.common.cms to keystoneclient - Add checking the openssl return code 2, related to following review https://review.openstack.org/#/c/22716/ - Add support set subprocess to the cms, when we already know which subprocess to use. Closes-Bug: #1142574 Change-Id: I3f86e6ca8bb7738f57051ce7f0f5662b20e7a22b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d55b2ba21df3..0ee15bdf3b72 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d55b2ba21df3e55632ecae69094d77b6e800db46 +Subproject commit 0ee15bdf3b722c7db0e1914b7d2212308fe046a5 From fe33b5b3826ccf8548e012d4d2deebb706981ff5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 08:36:04 +0000 Subject: [PATCH 00283/18836] Updated openstack/openstack Project: openstack/glance fc996908e6b836164ab4eb8d87d1c382fbf1dbde null Add upload policy for glance v2 api Related to bug 1250918 There currently exists no check in set_data function for glance api v2 in the policy layer. This patch adds upload_image policy. DocImpact Change-Id: Ibccc78f8bccff3baa5aca574cf17bd14c5403ca2 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8a9cf72e749c..fc996908e6b8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8a9cf72e749c9a25e99f347d5aea1a230b79c3fa +Subproject commit fc996908e6b836164ab4eb8d87d1c382fbf1dbde From 77e9f9462c188a84c40953f7d281ea625d6f676a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 11:53:02 +0000 Subject: [PATCH 00284/18836] Updated openstack/openstack Project: openstack-dev/devstack 5221163125f343e6934e5fdca9c64dede4e14fdd null edit-glance-manage-command-for-recreate-db As per https://bugs.launchpad.net/glance/+bug/1213197, and subsequent review at https://review.openstack.org/#/c/47161/ Glance-manage commands are proposed to be subcommands of 'db'. This would require change to the script to recreate_db which calls the db_sync command. Implements blueprint edit-glance-manage-command-for-recreate-db Change-Id: I9470709ec34896dba7a37fdff4791206bb5ef5ed --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 99da4af55ef0..5221163125f3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 99da4af55ef0c451983bcc5d7f97e1e22da168ea +Subproject commit 5221163125f343e6934e5fdca9c64dede4e14fdd From e3df49011f86cf5189f039497fb85c85ccd9c059 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 11:54:57 +0000 Subject: [PATCH 00285/18836] Updated openstack/openstack Project: openstack/glance b889924c870e46faf870b9df32a5f9edc2435d16 null Adding an image status transition diagram for dev doc Now there is no image status transition diagram in the dev doc, this patch will add one and keep the image source as a dot file so that it can be updated easily in the future. See http://www.graphviz.org to get more info about .dot file. Fixes bug 1244995 Change-Id: I076c461f688be93eab8d3d1fa541990d7b79da5e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index fc996908e6b8..b889924c870e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit fc996908e6b836164ab4eb8d87d1c382fbf1dbde +Subproject commit b889924c870e46faf870b9df32a5f9edc2435d16 From 8d10c2a98e5c706f4745bfb7c9cbf11fa99d843e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 12:11:06 +0000 Subject: [PATCH 00286/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 03d15198dfe1f4b1c68203bfc9d0ace85d5489dc null Encode the text before print it to console Closes-Bug: #1250490 Change-Id: I516806a0f8a136bb66c64dcdcd07cee6d297e619 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0ee15bdf3b72..03d15198dfe1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0ee15bdf3b722c7db0e1914b7d2212308fe046a5 +Subproject commit 03d15198dfe1f4b1c68203bfc9d0ace85d5489dc From 32700d903bf0e659d8bf5349e3d83314cf782daa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 13:04:12 +0000 Subject: [PATCH 00287/18836] Updated openstack/openstack Project: openstack-dev/pbr 1c6da2eecdff9ff914467542998cc2a059ed19f3 null Communicate to user when we skip a requirement We skip several requirements on python >= 2.6 because they are only needed on 2.6 but there is no good way to express that in requirements.txt. This can be confusing to users, because they may not be expecting such a thing and may think something broke. Print a message to the info log to that the user can see that we chose to not install their non-needed requirement. Change-Id: I11de12351123bbf406f77cf402feeab0e5dff26b --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 4619347bb8f7..1c6da2eecdff 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 4619347bb8f76611d3f4530def4a8ff38d43a0bf +Subproject commit 1c6da2eecdff9ff914467542998cc2a059ed19f3 From a11a867cd872e41b35dbceb52360e307c8cad0c6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 13:31:21 +0000 Subject: [PATCH 00288/18836] Updated openstack/openstack Project: openstack/python-glanceclient ab6eb00e64f376fc26baa299a4f51673aa3a7cbd null Make HACKING.rst DRYer Reference the OpenStack hacking guide in HACKING.rst and remove duplicated entries. Change-Id: I80099c4da8928874f4647ab6f306876db126b0a3 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 6807e3b24919..ab6eb00e64f3 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 6807e3b24919127866271844e88844df0e9326a5 +Subproject commit ab6eb00e64f376fc26baa299a4f51673aa3a7cbd From 4c87bdc1bbb7c9243273b61b19f32047f67274f7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 13:35:28 +0000 Subject: [PATCH 00289/18836] Updated openstack/openstack Project: openstack/python-glanceclient 5d658bf5a8765ae6549bb79809acaf529661d764 null python3: xrange no longer exists range now behaves like xrange did in Python 2. http://docs.python.org/3.1/whatsnew/3.0.html Change-Id: I71bef224fb6b0e972373a024f8b86355b5970827 Signed-off-by: Chuck Short --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index ab6eb00e64f3..5d658bf5a876 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit ab6eb00e64f376fc26baa299a4f51673aa3a7cbd +Subproject commit 5d658bf5a8765ae6549bb79809acaf529661d764 From 998c8d3b31b5731048dcb28f7c0950713e26ac84 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 14:40:42 +0000 Subject: [PATCH 00290/18836] Updated openstack/openstack Project: openstack/glance 8d8ddd50d0894ef9275f83074b590b55663d4616 null Remove lxml requirement Fixes bug 1252344 Change-Id: Iaa10b7c78bf03b00c84a27592265bb79203df376 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b889924c870e..8d8ddd50d089 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b889924c870e46faf870b9df32a5f9edc2435d16 +Subproject commit 8d8ddd50d0894ef9275f83074b590b55663d4616 From ada0022a7ce44799a29b4d75793529c7959a5e53 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 14:46:17 +0000 Subject: [PATCH 00291/18836] Updated openstack/openstack Project: openstack-dev/devstack 298f7d48432b6590da118551308359da56bd5cf7 null support memcache for keystone token backend Change-Id: I0c85a64932c39264b73cff4f9d952d0dbdf49e5b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5221163125f3..298f7d48432b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5221163125f343e6934e5fdca9c64dede4e14fdd +Subproject commit 298f7d48432b6590da118551308359da56bd5cf7 From bc1c83512be56e640417e4601a63b9e2919c5015 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 16:53:02 +0000 Subject: [PATCH 00292/18836] Updated openstack/openstack Project: openstack/glance c8dcacc454197fa3f837cfcaa483b4184666eb41 null Documentation for using policies for protected properties Add documentation for using policies to describe property protections. Related to bp api-v2-property-protection Change-Id: Ic1fc4d3d69dee7ba65462a5bda6cdbe1a266077e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8d8ddd50d089..c8dcacc45419 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8d8ddd50d0894ef9275f83074b590b55663d4616 +Subproject commit c8dcacc454197fa3f837cfcaa483b4184666eb41 From 3bfbaed78b76a76f80856cf21e8260ce870a85a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 18:48:49 +0000 Subject: [PATCH 00293/18836] Updated openstack/openstack Project: openstack-dev/devstack 386ef1f8ce0dfffe08bfab49f6ce4a97b5e57872 null Allow overriding USE_GET_PIP via env vars devstack-gate wants to pre-cache and then use get-pip, but we can't throw the flag currently. Make the flag default settable via env vars. Change-Id: I661b52670b6ce494666cbdd611e4eee6b96c8321 Partial-Bug: #1254275 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 298f7d48432b..386ef1f8ce0d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 298f7d48432b6590da118551308359da56bd5cf7 +Subproject commit 386ef1f8ce0dfffe08bfab49f6ce4a97b5e57872 From 537b7ae7ce7a979a55772d60619f6d470c34d8ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 18:49:35 +0000 Subject: [PATCH 00294/18836] Updated openstack/openstack Project: openstack-dev/devstack 9734405b992e0cf09ed8d4121967f1ed8f0a15e1 null Move neutron cache dir into a function Taking the model of Nova, this patch aims to move the cache directory management into a function with the goal to reuse it somewhere else like Grenade. Change-Id: I93df52f69ef339e6528b88d88d4ea70e0b725893 Signed-off-by: Emilien Macchi --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 386ef1f8ce0d..9734405b992e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 386ef1f8ce0dfffe08bfab49f6ce4a97b5e57872 +Subproject commit 9734405b992e0cf09ed8d4121967f1ed8f0a15e1 From a71ee1b6e90fe7f50a1f9de81f9df26c0db0d17a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 20:41:27 +0000 Subject: [PATCH 00295/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 77f1d8044a68fe6105eb6bb42d0a01b8b3783cd7 null Fix trustee/trustor definitions The trustee is the person consuming the trust, the trustor is the person who creates the trust. Change-Id: I4d6c4b4f14c0dfcb3b41cd3e37aecd01487442fd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 03d15198dfe1..77f1d8044a68 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 03d15198dfe1f4b1c68203bfc9d0ace85d5489dc +Subproject commit 77f1d8044a68fe6105eb6bb42d0a01b8b3783cd7 From d0bc49af01727e42f468e3d414ca7deef9425f02 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 20:42:18 +0000 Subject: [PATCH 00296/18836] Updated openstack/openstack Project: openstack/glance 0a5064dc1e62a5961443b2a671e4265bf9c0aefc null Add tests for glance/notifier/notify_kombu Add tests for glance/notifier/notify_kombu in RabbitStrategyTestCase class. Tests for: - _close() - _connect() - time.sleep() in reconnect() - processing KombuMaxRetriesReached error in _notify() Change-Id: I39805ce460ce2b71dcb05e63cb898c5569d726b0 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c8dcacc45419..0a5064dc1e62 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c8dcacc454197fa3f837cfcaa483b4184666eb41 +Subproject commit 0a5064dc1e62a5961443b2a671e4265bf9c0aefc From 9f2d2a0f17d10226a9b19c37cb713a8c5a8394df Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 21:50:22 +0000 Subject: [PATCH 00297/18836] Updated openstack/openstack Project: openstack/oslo.messaging f137822ab0da65d3d8aaa59fbbc45986bf3799e9 null Supply missing argument to raise_invalid_topology_version() Change-Id: I110255fd426e61840989a520a8f3708dc4d9b8ab --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index c98d7edef877..f137822ab0da 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit c98d7edef877b3386634842c66a68a8b75e232b3 +Subproject commit f137822ab0da65d3d8aaa59fbbc45986bf3799e9 From 01a39c4f8173588ad336fc3adf5ca19477869e17 Mon Sep 17 00:00:00 2001 From: Yves-Gwenael Bourhis Date: Tue, 26 Nov 2013 17:50:57 +0100 Subject: [PATCH 00298/18836] Updated openstack/openstack Project: openstack/django_openstack_auth db9f18c76ccb03ebd514b46a5056b401cc6d3628 null Fixed urls import "from django.conf.urls.defaults" is deprecated in django 1.5 (and does not work with django 1.6) fixed import Change-Id: I7a0f63de2b4c0f9fffe2c3ba6062fdd8a35ab111 Closes-Bug: #1251248 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index bceccf9516f6..db9f18c76ccb 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit bceccf9516f612b3fcf409cd1603260425b164ea +Subproject commit db9f18c76ccb03ebd514b46a5056b401cc6d3628 From 350383f44a16dd8130eba762567fe2484fe68ef3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 22:57:54 +0000 Subject: [PATCH 00299/18836] Updated openstack/openstack Project: openstack/glance 53b6c18a004445103dff09e0518234f8891d32fe null Use common db model class from Oslo Modified common model class - added common `models.ModelBase` and `models.TimestampMixin` classes as base class instead of object. Renamed base model class from `ModelBase` to `GlanceBase`. Removed duplicated code. blueprint db-use-oslo-common-code Change-Id: I6038adcfcb6b985736ac8d9374ac0a2fe1cdcc96 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0a5064dc1e62..53b6c18a0044 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0a5064dc1e62a5961443b2a671e4265bf9c0aefc +Subproject commit 53b6c18a004445103dff09e0518234f8891d32fe From b788b44f72f47f00d4f9f05db3039bee7b7eeb57 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 23:35:21 +0000 Subject: [PATCH 00300/18836] Updated openstack/openstack Project: openstack-dev/devstack 2c01a3e1e542258cf8c793ea62c95bb5497c7b02 null Shorten PKI token logging Log only the first 12 characters of auth-token for the Swift API, since PKI based auth-tokens from keystone can huge (>> 2K). Also tidy up a comment. Change-Id: Ib784e8ecdcb7e371fe03458c7fd82b4460fa82b9 Signed-off-by: Peter Portante --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9734405b992e..2c01a3e1e542 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9734405b992e0cf09ed8d4121967f1ed8f0a15e1 +Subproject commit 2c01a3e1e542258cf8c793ea62c95bb5497c7b02 From 76a9e32be8648c422c4d0a0b2675c69d5df77516 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 23:35:23 +0000 Subject: [PATCH 00301/18836] Updated openstack/openstack Project: openstack-dev/devstack 3ae26652af8e8c484a52c925553c8801d1a9a7e3 null Use the swift logging adapter for txn IDs Change-Id: I2b2308eb9606279cffc1965fc3b86e9597d63e87 Signed-off-by: Peter Portante --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2c01a3e1e542..3ae26652af8e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2c01a3e1e542258cf8c793ea62c95bb5497c7b02 +Subproject commit 3ae26652af8e8c484a52c925553c8801d1a9a7e3 From 17cf0453ca0b971736add790d98352043ee405b8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 26 Nov 2013 23:35:59 +0000 Subject: [PATCH 00302/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f252161bb3c2c48cbe9e9a61cb2ebf726f800e60 null Make HACKING.rst DRYer and turn into rst file Rename HACKING to HACKING.rst since it is a rst file and reference the OpenStack hacking guide and remove duplicated entries. Change-Id: I9994594c7f8cb0f011d949b273bea08c68985e16 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 77f1d8044a68..f252161bb3c2 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 77f1d8044a68fe6105eb6bb42d0a01b8b3783cd7 +Subproject commit f252161bb3c2c48cbe9e9a61cb2ebf726f800e60 From bc0fc752ceac041b5211ebdc88ec939ed2fe3149 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 01:02:43 +0000 Subject: [PATCH 00303/18836] Updated openstack/openstack Project: openstack/glance 9f70041f54a44f99738aea3e5da544d036c34b4c null Adds domain level support for tasks Includes:- - Domain Task class - Domain TaskFactory class - DB TaskRepo class - Necessary proxy classes for all of the above - Tasks related exceptions - Unit tests as applicable Partially implement blueprint async-glance-workers Change-Id: I619224bcc55b62303f3539454649528f2edc6e9d --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 53b6c18a0044..9f70041f54a4 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 53b6c18a004445103dff09e0518234f8891d32fe +Subproject commit 9f70041f54a44f99738aea3e5da544d036c34b4c From dc37e0653d0f928ef51781c1ad0c9b9f92875808 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 01:02:53 +0000 Subject: [PATCH 00304/18836] Updated openstack/openstack Project: openstack/glance ccb82b776aeb5eef0125b860539c49a2f6c8a1ee null Fixed quotes in _assert_tables() method We suppose, that for some reason we need double-quotes around the some table names (see change id Id93283905256247bdd2663b799d41a7925804542) but there is also can be normal case, when we have table names without quotes Related to blueprint db-use-oslo-common-code Change-Id: I834cafc6796d517d731c3324fff5008c08b31f7a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9f70041f54a4..ccb82b776aeb 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9f70041f54a44f99738aea3e5da544d036c34b4c +Subproject commit ccb82b776aeb5eef0125b860539c49a2f6c8a1ee From 5e8d301086b41e781a8755f6d047eb912f074dcf Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 18 Nov 2013 15:38:13 +0000 Subject: [PATCH 00305/18836] Updated openstack/openstack Project: openstack/python-heatclient 845018fbf3717d2758c8073d9da11a20882b31f9 null Remove --token-only option, it does nothing This option appears to do nothing at all, so remove it Change-Id: If0cd263403cd4786681a8642f7b2dba5a84358b5 Partial-Bug: #1252248 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 2e39c94ace08..845018fbf371 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 2e39c94ace08d6ff6bb45324c0465d70dd5fc534 +Subproject commit 845018fbf3717d2758c8073d9da11a20882b31f9 From dd659cb8a88757f3875a1ed3f2d5f985ea06f11b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 02:08:33 +0000 Subject: [PATCH 00306/18836] Updated openstack/openstack Project: openstack/python-novaclient b99b25a6f17c6226ac884f50eaff1200807e07b4 null Removes unnecessary pass Change-Id: Ic127765e549ccb172328b35a991b67afcdbb583a --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 434d91cd5881..b99b25a6f17c 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 434d91cd5881d17aa8ac299ed2ae803e1d27295c +Subproject commit b99b25a6f17c6226ac884f50eaff1200807e07b4 From 5ddfcea885f854421d6804de24412d798bea3ce1 Mon Sep 17 00:00:00 2001 From: wanghao Date: Tue, 26 Nov 2013 11:42:17 +0800 Subject: [PATCH 00307/18836] Updated openstack/openstack Project: openstack/python-cinderclient e8a0e6abdf29a85516474aadffdce4400e74dce9 null Fix inappropriate comment for set_metadata Fix inappropriate comment for the param of set_metadata Change-Id: I01495f59b11ed88389b0e0f2f5fb34289f64dbac Closes-Bug: 1254951 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index fb03281c9ebd..e8a0e6abdf29 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit fb03281c9ebd204131d2f1fca6e8cf924a4ffda9 +Subproject commit e8a0e6abdf29a85516474aadffdce4400e74dce9 From 324f558ff8836e3bf6812c428c337b3c74c1cb79 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 10:14:42 +0000 Subject: [PATCH 00308/18836] Updated openstack/openstack Project: openstack/glance 7ca0174d8c14252f705d3fd3a69325e5e4a65c58 null Add eclipse project files to .gitignore Like some of the other projects (nova, heat, oslo, cinder) git ignore eclipse project files. This will remove manual steps for people developing from eclipse. Change-Id: Ib908c8d419072b440f5ec647bea8f13b97e48f7c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ccb82b776aeb..7ca0174d8c14 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ccb82b776aeb5eef0125b860539c49a2f6c8a1ee +Subproject commit 7ca0174d8c14252f705d3fd3a69325e5e4a65c58 From 53c2abbb09aef91a542cebd6283d8916f0357f0a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 10:16:55 +0000 Subject: [PATCH 00309/18836] Updated openstack/openstack Project: openstack/python-swiftclient a253b5cecd95137069bdf40e4b18abada6f15a22 null Allow custom headers when using swift download (CLI) This fixes bug #1051046 A repeatable option, --header or -H, is added so a user can specify custom headers such as Range or If-Modified-Since when downloading an object with the swift CLI. Change-Id: I1f7dcf64cf625f2e5a4488c210894cfe6e0d5974 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 04e0cb27839c..a253b5cecd95 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 04e0cb27839cec474bce383d4364fd76dcb6e4b2 +Subproject commit a253b5cecd95137069bdf40e4b18abada6f15a22 From 4a7a9453279aae8571d2bdc8af72bcb924738a96 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 20 Nov 2013 14:31:40 +0100 Subject: [PATCH 00310/18836] Updated openstack/openstack Project: openstack/oslo.messaging 5912b58233a795d5c6e6a377441c609f15634cb0 null Add 'warning' as an alias to 'warn' The standard Python logging system uses 'warning' and not 'warn'. To ease compatibility with it, let's add 'warning' too. Change-Id: I7778d7960ca7a72be007cb083e5434ede6e3fe6e --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f137822ab0da..5912b58233a7 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f137822ab0da65d3d8aaa59fbbc45986bf3799e9 +Subproject commit 5912b58233a795d5c6e6a377441c609f15634cb0 From 743890b7eace0179e72f70ad454eb91ff81cdc8b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 15:56:37 +0000 Subject: [PATCH 00311/18836] Updated openstack/openstack Project: openstack/requirements 6437e41b2b1549705eef5c7893095a181439c853 null Set boto minimum version For supporting the S3 multipart upload in glance, set boto minimum version to 2.12.0. Implements: blueprint s3-multi-part-upload Change-Id: Id57a3887256a665455fd83d3e8e752a28c5e7659 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ee45e5b693e7..6437e41b2b15 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ee45e5b693e7583f69573e302d7249b07ee3ef6b +Subproject commit 6437e41b2b1549705eef5c7893095a181439c853 From 93aa64836369d2e99c96a2347f386481198a1363 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 15:59:35 +0000 Subject: [PATCH 00312/18836] Updated openstack/openstack Project: openstack/requirements 44d8755574996a27ec9b3736cee897c0a04ee6e3 null Add oslo-incubator to automatic update Change-Id: If422761221a21cfc0da08bd905c8e88f08a8fcce --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 6437e41b2b15..44d875557499 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 6437e41b2b1549705eef5c7893095a181439c853 +Subproject commit 44d8755574996a27ec9b3736cee897c0a04ee6e3 From 655579563e5661e3676240bd24147bac9ab32d29 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 16:16:05 +0000 Subject: [PATCH 00313/18836] Updated openstack/openstack Project: openstack/glance 2f97e120ec412f52de842d1389f0618b02a5eab2 null Verify for duplicate location+metadata instances Glance allow users to have duplicated locations for the same image. This could led to some confusion and bad UX. This patch introduces such check in the insert method and makes both extend and append use it to add new images. The patch also adds a new exception - DuplicateLocation - and handles it in the v2 of the API. When `DuplicateLocation` is raised, a BadRequest will be returned back to the client. A new test for this functionality was added as well. Change-Id: I32400d467408e3d56bbbdbb3379357f2ee812e56 Closes-bug: 1251244 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7ca0174d8c14..2f97e120ec41 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7ca0174d8c14252f705d3fd3a69325e5e4a65c58 +Subproject commit 2f97e120ec412f52de842d1389f0618b02a5eab2 From aa845de12e3dcdf090367454fca51252e95ae7f4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 27 Nov 2013 01:15:31 +0000 Subject: [PATCH 00314/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a732c39d3d0e42670bd437e9011aa4ddb84434dc null If running git clean after reset then retry * devstack-vm-gate-wrap.sh: If a git clean can not remove some files, for example because a previous command has not freed its open file handles, it will return nonzero. If this happens, wait a moment and try again in case this is only a briefly transient problem. Change-Id: I40ca9784f5e6e8bad07416f4fd1978bc7aecd494 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 918360ea53fd..a732c39d3d0e 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 918360ea53fd64e1188991c779992ab041cc6346 +Subproject commit a732c39d3d0e42670bd437e9011aa4ddb84434dc From dcf6297fb8c8bea766af7461621ec441b8ec0e7d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 17:58:23 +0000 Subject: [PATCH 00315/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 30ab23854c3411a0a4f03e5640b0dd596214e2e1 null Do not format messages before they are logged The python logging facility allows for the logging message to contain string formatting commands, and will format that string with any additional arguments provided. It will only perform this formatting if the logging level allows. So if you have: A. logging.debug("this %s that %s", this, that) B. logging.debug("this %s that %s" % (this, that)) Then A only formats the message if the debug logging level is set, where as B will always format the message. Since this filter is often on the fast-path for swift requests, it will help the small object case to avoid any extra possible work. Change-Id: I51414dc6577df50d5573a0f917e0656c4ae99520 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f252161bb3c2..30ab23854c34 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f252161bb3c2c48cbe9e9a61cb2ebf726f800e60 +Subproject commit 30ab23854c3411a0a4f03e5640b0dd596214e2e1 From ed59e9139669d05e78c4e102978ef0e20fd179a2 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Wed, 27 Nov 2013 10:25:16 +0000 Subject: [PATCH 00316/18836] Updated openstack/openstack Project: openstack/python-neutronclient 9a2754c766eea54945c5882a28f3080a0d15c096 null Ignores swap files generated during file editing Closes-Bug: #1255475 Change-Id: I22b6fa351dd3a991943f432c01785c706eff8397 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index c67eeee942d0..9a2754c766ee 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit c67eeee942d062494038b0dcc348575b743242eb +Subproject commit 9a2754c766eea54945c5882a28f3080a0d15c096 From 5b7e1318a1585e2fb3031886ad1b62a2fec75170 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 27 Nov 2013 20:45:21 +0000 Subject: [PATCH 00317/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 181d913ca1415aa1ad28fb1e4ddbdd08b72a155f null Allow specifying a timestamp when creating a sample Change-Id: Ic2947725edb5bf50ba9bfff14d4c0713e9aed3aa --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 640d6f4ff4d3..181d913ca141 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 640d6f4ff4d38704ea5f43f3196910ffff4e6c51 +Subproject commit 181d913ca1415aa1ad28fb1e4ddbdd08b72a155f From fe4207438c8db307ad8638604ead42944428154e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 00:20:24 +0000 Subject: [PATCH 00318/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 2950b30089ab7f38b70a9dd6b40cf0823d4ade3a null Allow alarm-threshold-update to upate generic attributes Fixes bug 1253989 Previously, generic (i.e. non-threshold-related) alarm attributes could not be updated with the alarm-threshold-update command. An attempt to do so failed semi-silently when a non-existent dict key was referenced. Now, all alarm attributes can be updated with this command. Change-Id: Iba3f21de879fb853575dcec1730de7873eab8afd --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 181d913ca141..2950b30089ab 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 181d913ca1415aa1ad28fb1e4ddbdd08b72a155f +Subproject commit 2950b30089ab7f38b70a9dd6b40cf0823d4ade3a From ab493d5f05794744673c46e6f67ebf00c0aec9db Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 00:20:28 +0000 Subject: [PATCH 00319/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 283281496039966eda4058328dea7785dc23d7fa null Fedora/RHEL DB updates for devstack_gate.sh If you're using Fedora or Red Hat in your jenkins server, It will always fail when check the database, because on Fedora, the path for postgres and mysql directories are different from Ubuntu. This will check which distro are being used and check the right path. Change-Id: Ib1df1c9be92ce5a506caa5b36b69dfab32d9a99f --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a732c39d3d0e..283281496039 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a732c39d3d0e42670bd437e9011aa4ddb84434dc +Subproject commit 283281496039966eda4058328dea7785dc23d7fa From 870e557ac65499856f7cd551b5def07fbff267b1 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 18 Nov 2013 18:53:56 +0000 Subject: [PATCH 00320/18836] Updated openstack/openstack Project: openstack/python-heatclient be6852bf323e55354c70b7b1fdfd90d4554f9534 null Pass only tenant name or ID to keystoneclient When creating the keystoneclient, we only need to pass the tenant ID or name, not both Change-Id: I0dd03759979026daba1be343f7194f9b7e15a589 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 845018fbf371..be6852bf323e 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 845018fbf3717d2758c8073d9da11a20882b31f9 +Subproject commit be6852bf323e55354c70b7b1fdfd90d4554f9534 From db46b4b796e0c72a50f11fe26c755a9812f9652e Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 19 Nov 2013 10:35:54 +0000 Subject: [PATCH 00321/18836] Updated openstack/openstack Project: openstack/python-heatclient 3dfc40eeed19c9fcdd1a9029e9419e96b8c6c273 null Cleanup exc.verbose after tests A couple of tests override the (module level) exc.verbose flag, but fail to reset it after the test, which leads to failures if a test expecting non-verbose exception format happens after the verbose test. Change-Id: Iac633707e74464f8d6509a0c5aa0cc62da00ce47 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index be6852bf323e..3dfc40eeed19 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit be6852bf323e55354c70b7b1fdfd90d4554f9534 +Subproject commit 3dfc40eeed19c9fcdd1a9029e9419e96b8c6c273 From 2683b8ce1a2a70dbff63a13343276c6e56870e3f Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 19 Nov 2013 14:56:16 +0000 Subject: [PATCH 00322/18836] Updated openstack/openstack Project: openstack/python-heatclient 456bad65bee372503e93f53e272d2e4b24ce9c9d null Use fixtures for all shell environment variables Currently only the variables related to the test are set, so any other OS_* variables in the local environment can affect the test results leading to confusing results. Setting all variables not passed into fake_env to None will delete them in the fixture, hence ensuring a consistent test environment. Change-Id: I24a07ef5fc89ca9fff121fe206b8e314f23c4402 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 3dfc40eeed19..456bad65bee3 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 3dfc40eeed19c9fcdd1a9029e9419e96b8c6c273 +Subproject commit 456bad65bee372503e93f53e272d2e4b24ce9c9d From c150af5dba4f94cb22177b6dc54e561f59285ec5 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 19 Nov 2013 16:06:18 +0000 Subject: [PATCH 00323/18836] Updated openstack/openstack Project: openstack/python-heatclient a7ba3c323b16227e0ba2527f21bc89625f125234 null Don't call credentials_headers() twice We don't need to call credentials_headers in the stack create/update code, as it's already called in the HTTPClient. This has the side- effect of simplifying the shell test, which currently has to mock header arguments to json_request, which are incorrect anyway because HTTPClient always sets X-Auth-Token if a token is passed in (as evidenced by bug #1250731) Change-Id: I6212cf5a50f5a8d919f743e23ece4bd1d0e1ad1c Partial-Bug: #1252248 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 456bad65bee3..a7ba3c323b16 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 456bad65bee372503e93f53e272d2e4b24ce9c9d +Subproject commit a7ba3c323b16227e0ba2527f21bc89625f125234 From 2d986dd0a32a21fa53baa790e48804cae03a3fc4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 01:01:46 +0000 Subject: [PATCH 00324/18836] Updated openstack/openstack Project: openstack/python-heatclient ab3c9dfd9d1c46d089b051e209105a3fda6eb53a null use correct url on Windows platform os.path.normpath is used to clean url. On windows platform, it returns url with "\" instead of "/", which is required in heat api in: /heat/heat/api/middleware/version_negotiation.py, path_info_peek method. Change-Id: Ic1a5fc5dd789a7996e08a85a9d8908267e203565 Closes-Bug: 1254657 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a7ba3c323b16..ab3c9dfd9d1c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a7ba3c323b16227e0ba2527f21bc89625f125234 +Subproject commit ab3c9dfd9d1c46d089b051e209105a3fda6eb53a From 2b3d2bc4190007bf476d33a40de5e86be0aa4b67 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 25 Nov 2013 18:08:01 +0800 Subject: [PATCH 00325/18836] Updated openstack/openstack Project: openstack/python-cinderclient 5aaa68f09e4457b78ef08e9bdb1476fc982392b0 null Fix typo in cinderclient sematics --> semantics hypen-separated --> hyphen-separated typicaly --> typically Change-Id: I5df277ef7036082d0e4b079c23d41da809e5270f Closes-Bug: #1254587 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index e8a0e6abdf29..5aaa68f09e44 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit e8a0e6abdf29a85516474aadffdce4400e74dce9 +Subproject commit 5aaa68f09e4457b78ef08e9bdb1476fc982392b0 From cd41de1220f7282795fb0daa3d263af20d9d41bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 08:47:39 +0000 Subject: [PATCH 00326/18836] Updated openstack/openstack Project: openstack/python-heatclient 47a3234e4ec0225473850abeeca515fc7df91908 null Fix shell operation with --os-auth-token Currently the --os-auth-token/env[OS_AUTH_TOKEN] case doesn't work, as we always expect a username/password to create the connection to keystone. This enables the client to be used with only a token and tenant (which is required for keystoneclient to retrieve the catalog) specified, e.g: heat --os-auth-url http://127.0.0.1:35357/v2.0/ \ --os-auth-token \ --os-tenant-id stack-list Change-Id: I478ce178f44e42c68153f1b347c6144f0a133f5b Partial-Bug: #1252248 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index ab3c9dfd9d1c..47a3234e4ec0 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit ab3c9dfd9d1c46d089b051e209105a3fda6eb53a +Subproject commit 47a3234e4ec0225473850abeeca515fc7df91908 From d0f4fa826ab7303d54e0f22f6c5ef969b74ff6a3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 08:58:51 +0000 Subject: [PATCH 00327/18836] Updated openstack/openstack Project: openstack/python-heatclient a46657a3e088f1596d8592cd8a7a4c5a54e5632b null test_shell test current not deprecated options Several tests are testing the old deprecated options, update to the current equivalents Change-Id: Ibc09ed44b72e07f94511a5dc4fc6c79a1ff6d400 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 47a3234e4ec0..a46657a3e088 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 47a3234e4ec0225473850abeeca515fc7df91908 +Subproject commit a46657a3e088f1596d8592cd8a7a4c5a54e5632b From 363f1df4b4d1be52fe58538d215998355f93a7c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 08:58:52 +0000 Subject: [PATCH 00328/18836] Updated openstack/openstack Project: openstack/python-heatclient afa6b7fa6a47d5a29df234d8de0ef461263edc7c null Make tokens work with --os-no-client-auth Currently --os-no-client-auth assumes you'll only ever want to pass a username and password to the standalone auth_password middleware, but it's also valid to pass a token and endpoint, which can then be used to either connect to a normal (non-standalone) Heat without needing the client to connect to keystone, or pass a token to custom auth middleware in standalone mode where tokens are accepted. e.g: heat --os-no-client-auth --heat-url http://127.0.0.1:8004/v1/ --os-auth-token stack-list Change-Id: Ie22c85ba5b3b987505f4d6204b4dd6ff03e0d912 Closes-Bug: #1252248 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a46657a3e088..afa6b7fa6a47 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a46657a3e088f1596d8592cd8a7a4c5a54e5632b +Subproject commit afa6b7fa6a47d5a29df234d8de0ef461263edc7c From 80a2bb36bc47ea681dff5d13b2a76767df51da13 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 10:31:03 +0000 Subject: [PATCH 00329/18836] Updated openstack/openstack Project: openstack/python-heatclient b0b085dfb380d455470534dcee3c3e99c980df45 null Honor endpoint_type when requesting keystone for a token The parameter 'endpoint_type' must be taken into account in case one has different public and internal Heat endpoint Change-Id: I63ffbec321e187f42405e1e70781065a274004d2 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index afa6b7fa6a47..b0b085dfb380 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit afa6b7fa6a47d5a29df234d8de0ef461263edc7c +Subproject commit b0b085dfb380d455470534dcee3c3e99c980df45 From 5e9319f79aaf7eb063f511e798379f8f4fc06ea1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 14:54:11 +0000 Subject: [PATCH 00330/18836] Updated openstack/openstack Project: openstack/python-neutronclient 9caf8d3f3489c796738d2fcc492110ed0b1b0d88 null [fwaas] Can now create disabled firewall rules Previously, the --disabled flag was ignored when creating firewall rules. This patch fixes that problem, closes the bug and adds a test. I changed update_dict so that values are sent on to the API call if they are not None (So False values are sent as well). Before this patch, when creating a resource, values were inserted into the API call only if their value was not None or False. This worked fine for values whose default value was False. 'enabled', however, has a default value of True. That means that sending enable=False wouldn't work. After the change to update_dict the issue, however, was that 'shared' and 'audited' were then always sent (Even if their default was False) but the unit tests weren't expecting a False value since it wasn't explicitly stated. Instead of changing the unit tests, the solution is to only send the value in the first place if it is not the default value, using argparse's default mechanism. If it is the default, then it is written as None and so is not sent, and not checked by the unit tests either. Closes-Bug: 1250028 Change-Id: I142089ffd612fb52a326e8951a385920af852a2c --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 9a2754c766ee..9caf8d3f3489 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 9a2754c766eea54945c5882a28f3080a0d15c096 +Subproject commit 9caf8d3f3489c796738d2fcc492110ed0b1b0d88 From 2242f79aa56a5a1622159153a77056947ff5bcd6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 28 Nov 2013 17:21:56 +0000 Subject: [PATCH 00331/18836] Updated openstack/openstack Project: openstack/python-neutronclient b298eb72d6946ee53643d89dcdaae50b79397d63 null Handle IpAddressInUse with client exception Nova is not able to reliably distinguish between port OverQuota 409 errors and IpAddressInUse 409 errors when setting up networks for instances. The client needs to provide a more granular exception so nova can translate the error to it's own set of exceptions. Also adds a test case for the exception_handler_v20 utility method which was lacking explicit test coverage before this change. Partial-Bug: #1247844 Change-Id: I71589097ae660c3385b3f4ff93ffae99ac7042b9 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 9caf8d3f3489..b298eb72d694 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 9caf8d3f3489c796738d2fcc492110ed0b1b0d88 +Subproject commit b298eb72d6946ee53643d89dcdaae50b79397d63 From 0ed825cf0ea851df3545b95c50e4f0f6c932c414 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 22:37:58 +0800 Subject: [PATCH 00332/18836] Updated openstack/openstack Project: openstack/python-swiftclient 0ef054585a93f80ba4bc72f953f832372e65db60 null Updates .gitignore To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: I48846345de6838735d2d2e46328698f6a526f397 Closes-Bug: #1255876 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index a253b5cecd95..0ef054585a93 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit a253b5cecd95137069bdf40e4b18abada6f15a22 +Subproject commit 0ef054585a93f80ba4bc72f953f832372e65db60 From 870ee6f1c335d36e58aaa1f4a0cdff467a1dc068 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 17 Nov 2013 07:14:47 -0500 Subject: [PATCH 00333/18836] Updated openstack/openstack Project: openstack-dev/pbr ff106c36a8370ff3757a57e800ba653a628be13f null Clean up integration script There are several things in the script that are no longer necessary. Remove them to clean things up so that we can reason about this script with less stress. Change-Id: I02863c8ab98d7e403fada2973a0b5807e1b75595 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 1c6da2eecdff..ff106c36a837 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 1c6da2eecdff9ff914467542998cc2a059ed19f3 +Subproject commit ff106c36a8370ff3757a57e800ba653a628be13f From d4babd0ba086cd24ea87a72e41705e3530801835 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 17 Nov 2013 07:24:41 -0500 Subject: [PATCH 00334/18836] Updated openstack/openstack Project: openstack-dev/pbr 29d3b6ba2dd92e060e35d5f28d3bc55b2376cc2f null Enable wheel processing in the tests In advance of enabling wheel processing in pbr overall, enable it in the integration testing. Change-Id: Ide460e000c872902590726639d42a5ecac9e4673 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index ff106c36a837..29d3b6ba2dd9 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit ff106c36a8370ff3757a57e800ba653a628be13f +Subproject commit 29d3b6ba2dd92e060e35d5f28d3bc55b2376cc2f From 6b23e73c3422a88282f64caf83d7e568240e4fa2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 29 Nov 2013 06:24:44 +0000 Subject: [PATCH 00335/18836] Updated openstack/openstack Project: openstack-dev/pbr de8d542f03da6e301052e62391743270655b2311 null Make sphinx builders configurable in LocalBuildDoc Sphinx builders were hard coded to be html and man in LocalBuildDoc before. This enables users to config a list of builders in setup.cfg as a comma seperated list, e.g. html,man,doctest Change-Id: I3528b208c7e719286fe8816acf65f8efdc5844c6 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 29d3b6ba2dd9..de8d542f03da 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 29d3b6ba2dd92e060e35d5f28d3bc55b2376cc2f +Subproject commit de8d542f03da6e301052e62391743270655b2311 From c94e8db34a1bf2878dfc8b2aadd66eb266b48ef8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 29 Nov 2013 10:31:24 +0000 Subject: [PATCH 00336/18836] Updated openstack/openstack Project: openstack/requirements 741bfc42b4cd504b8d83d8a4a6ff59354e000461 null Add sphinxcontrib-docbookrestapi Ceilometer would like to use this piece of software to generate its documentation on api-site.openstack.org. Change-Id: Iaa84962378eb1cee9edaccd1ba50b6ad020e1d2a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 44d875557499..741bfc42b4cd 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 44d8755574996a27ec9b3736cee897c0a04ee6e3 +Subproject commit 741bfc42b4cd504b8d83d8a4a6ff59354e000461 From b8061f3ad41320293df42cc674c8578591c552c4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 29 Nov 2013 10:41:42 +0000 Subject: [PATCH 00337/18836] Updated openstack/openstack Project: openstack/python-neutronclient 01982dfbdd790f1d4d6df4883c6c4ef890dd38f7 null Fix lb-healthmonitor-update to work with correct object Previously in case specified id was incorrect, client fetched healthmonitors trying to filter them by name which had no effect since healthmonitor object doesn't have name attribute. The patch fixes the behavior by making lb-healthmonitor-update rely on finding resource by id, not by name-or-id Change-Id: Iade1c3270ec6c60362dd9a9b5e2ffdb0ad9430c1 Closes-Bug: #1245859 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index b298eb72d694..01982dfbdd79 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit b298eb72d6946ee53643d89dcdaae50b79397d63 +Subproject commit 01982dfbdd790f1d4d6df4883c6c4ef890dd38f7 From dbf9efef35e930a38c56838fce2e85c2cc526417 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 27 Nov 2013 11:48:09 +0100 Subject: [PATCH 00338/18836] Updated openstack/openstack Project: openstack/oslo.messaging 010163d8eec0905d510bba851a8ed55c1863ca2e null notifier: add audit level This maps what is provided by the openstack.common.logging module. Change-Id: Id581c4c748e2763a2c9a3e576e3bd497595adbff --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 5912b58233a7..010163d8eec0 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 5912b58233a795d5c6e6a377441c609f15634cb0 +Subproject commit 010163d8eec0905d510bba851a8ed55c1863ca2e From 73c6fc27872eaf9aace4021cdfbbbbd599c7a8bb Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 29 Nov 2013 16:44:51 +0800 Subject: [PATCH 00339/18836] Updated openstack/openstack Project: openstack/glance 1408ff71f4d849c319866be92414361d8103acdd null Fix docstring on detail in glance/api/v1/images.py "Returns detailed information for all public, available images" is inappropriate on detail, because the private image can be returned also. Change-Id: Ib173a6813cb70270866476368ffa1ccbb77047aa Closes-Bug: #1256217 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 2f97e120ec41..1408ff71f4d8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 2f97e120ec412f52de842d1389f0618b02a5eab2 +Subproject commit 1408ff71f4d849c319866be92414361d8103acdd From 7a505a3879767a501a207fe80fba997bbd72b83d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 21 Nov 2013 18:29:39 +0100 Subject: [PATCH 00340/18836] Updated openstack/openstack Project: openstack/oslo.messaging f9ab2e105fc079d102ce18be1b767eeb44146a4c null Implement a log handler using notifier Change-Id: Iccac043d46a733e965b3310bbbe9c7d6c07a46ac Blueprint: logging-and-notification --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 010163d8eec0..f9ab2e105fc0 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 010163d8eec0905d510bba851a8ed55c1863ca2e +Subproject commit f9ab2e105fc079d102ce18be1b767eeb44146a4c From 383878a56b58b54705f557facb2c2ee570a29520 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 29 Nov 2013 20:58:14 +0000 Subject: [PATCH 00341/18836] Updated openstack/openstack Project: openstack/oslo.messaging 86b0750f3e349d7567fbdf94adb3999570af0d28 null Avoid storing configuration in notifier The notifier itself doesn't use the configuration. So let's not store it, that lights the dependency a bit on this configuration object. Blueprint: messaging-decouple-cfg Change-Id: Ic4b5ddd93ea0382bd8292f9e31b7dacba9b489d3 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f9ab2e105fc0..86b0750f3e34 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f9ab2e105fc079d102ce18be1b767eeb44146a4c +Subproject commit 86b0750f3e349d7567fbdf94adb3999570af0d28 From 29cc3aca8a9a475f2f5720a938023f3c91b8c264 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 29 Nov 2013 22:01:24 +0000 Subject: [PATCH 00342/18836] Updated openstack/openstack Project: openstack/python-swiftclient dbc6686b5ea4129e7bc8e41dd7f8f8313c179fbd null Add close to swiftclient.client.Connection Change-Id: I2f5fa9c46886607a9ba99e8915ea84ac4975d004 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 0ef054585a93..dbc6686b5ea4 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 0ef054585a93f80ba4bc72f953f832372e65db60 +Subproject commit dbc6686b5ea4129e7bc8e41dd7f8f8313c179fbd From c8ab3a923a06e11e4a6891dd1d4cef05c0fcace0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 30 Nov 2013 03:03:41 +0000 Subject: [PATCH 00343/18836] Updated openstack/openstack Project: openstack/glance bdbc76e39259ec0a9f8f7551f813d4394e301068 null Clean up duplicate code in v2.image_data.py glance/api/v2/image_data.py:ImageDataController.upload has two identical "except exception.StorageFull as e" clauses. One should be removed. Fixes bug #1256207 Change-Id: I42fc5126e493591045d09ffb9abbc4816e63ef60 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1408ff71f4d8..bdbc76e39259 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1408ff71f4d849c319866be92414361d8103acdd +Subproject commit bdbc76e39259ec0a9f8f7551f813d4394e301068 From 26d83257e93d7d69a1924e4abe95d73c4939abc6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 30 Nov 2013 10:31:40 +0000 Subject: [PATCH 00344/18836] Updated openstack/openstack Project: openstack-dev/pbr e859591e97fbeed673d1a8dc7491a713c5e41993 null Make ChangeLog more condensed Just duplicating the git log isn't particularly exciting. Make the ChangeLog a list of change subjects grouped by tag. New output can be seen here: http://paste.openstack.org/show/49999 Change-Id: I7bf4d89dcdba135de663d75895b30963f7a44662 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index de8d542f03da..e859591e97fb 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit de8d542f03da6e301052e62391743270655b2311 +Subproject commit e859591e97fbeed673d1a8dc7491a713c5e41993 From 572241d95256e2b71c2b67faacd13176b06d191a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 30 Nov 2013 10:31:43 +0000 Subject: [PATCH 00345/18836] Updated openstack/openstack Project: openstack-dev/pbr fc9ea6083714f4a0b29a7827441c6d314d880771 null Let git do mailmap mapping for us It turns out, git log already knows how to process mailmap files. Just defer to it and stop processing that in python. Change-Id: Ib3d6f85683fcbe8b5002117d2ee46dc3c008cae7 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index e859591e97fb..fc9ea6083714 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit e859591e97fbeed673d1a8dc7491a713c5e41993 +Subproject commit fc9ea6083714f4a0b29a7827441c6d314d880771 From 0788e58d875f366c152303d3a011f6208cec69f2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 30 Nov 2013 23:01:20 +0000 Subject: [PATCH 00346/18836] Updated openstack/openstack Project: openstack/python-cinderclient 37eeebe268c78fb834e708607983fd662e1394b4 null Fix string representation of VolumeBackupsRestore Change string representation of VolumeBackupsRestore to use volume_id rather than non-existent VolumeBackupsRestore id. Change-Id: I7b585d0de9b3b0511e7fd1a70b214090a17dfa93 Closes-Bug: #1255488 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 5aaa68f09e44..37eeebe268c7 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 5aaa68f09e4457b78ef08e9bdb1476fc982392b0 +Subproject commit 37eeebe268c78fb834e708607983fd662e1394b4 From c0c8055ed88167cbc08c2ad1ac21488187b4ddec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 1 Dec 2013 03:44:20 +0000 Subject: [PATCH 00347/18836] Updated openstack/openstack Project: openstack/python-neutronclient 607645a55073fd4eb7c4d9c1635051736dbaf350 null Convert xrange to range xrange is deprecated in python 3.3 and range provides the same functionality Closes-Bug: #1255788 Change-Id: Ia27c1e7508f712573aadeb4f80ce39d14ce20407 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 01982dfbdd79..607645a55073 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 01982dfbdd790f1d4d6df4883c6c4ef890dd38f7 +Subproject commit 607645a55073fd4eb7c4d9c1635051736dbaf350 From 244b6289591fe22f3b94995b60de236f7e4043ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 1 Dec 2013 16:31:37 +0000 Subject: [PATCH 00348/18836] Updated openstack/openstack Project: openstack-dev/devstack 4691f00058fe584e8d7e349a9599a807f3edb3bb null enhance logging for depend tracking mode Add some extra log, to make the console output more understandable Change-Id: If80cb9dba1031ad268bf9b6266ca83f93071a2ad --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3ae26652af8e..4691f00058fe 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3ae26652af8e8c484a52c925553c8801d1a9a7e3 +Subproject commit 4691f00058fe584e8d7e349a9599a807f3edb3bb From 39fe76c7a3b67cc815a2ed4ac861ba0d449546f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Dec 2013 01:12:34 +0000 Subject: [PATCH 00349/18836] Updated openstack/openstack Project: openstack-dev/devstack 8c57e28813fe5776283d68e303fa4e1c2c4ff298 null Fix neutron log format with colorization Closes-Bug: #1254817 Change-Id: I6de17ef15c18e2f8ab246934461a2b7c6ae4f95f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4691f00058fe..8c57e28813fe 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4691f00058fe584e8d7e349a9599a807f3edb3bb +Subproject commit 8c57e28813fe5776283d68e303fa4e1c2c4ff298 From 62c82948cf78269062f9a3d140e6f9336ac1d6c3 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 30 Sep 2013 10:35:55 +1000 Subject: [PATCH 00350/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2c5dcf9bf19d16e9ac8125ea571a94b4f37a3298 null Extract a base Session object A wrapper around a number of connection variables. This will be extended later with principals such as Kerberos authentication and http sessions. The intent is that this session object will become the basis for all other client library communications in OpenStack (as keystone wants to control things like authentication for everybody). Change-Id: I8ee728c49d554659d7057ebf17d0f8ceea4d7d8e Part of: blueprint auth-plugins --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 30ab23854c34..2c5dcf9bf19d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 30ab23854c3411a0a4f03e5640b0dd596214e2e1 +Subproject commit 2c5dcf9bf19d16e9ac8125ea571a94b4f37a3298 From a8eb40cf67ece98e3a01463432add698a9a89c5b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Dec 2013 02:00:42 +0000 Subject: [PATCH 00351/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 7abf8d2066b4236cc0638fd997f295ade66d5226 null Reorganize Service Catalog Currently each service catalog call handles it's own parsing and filtering. Modify this so that each function calls back to another public function ensuring that filtering and parsing is only handled once. This allows us to consolidate some helper methods into the base class and generally clean up. Change-Id: I15777436af06baea903182f4b3b5913e2890afd1 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2c5dcf9bf19d..7abf8d2066b4 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2c5dcf9bf19d16e9ac8125ea571a94b4f37a3298 +Subproject commit 7abf8d2066b4236cc0638fd997f295ade66d5226 From 1374397dc731ad65145bf14f3aad56e65c34fd3c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Dec 2013 04:19:30 +0000 Subject: [PATCH 00352/18836] Updated openstack/openstack Project: openstack/glance 530a1c8051a157d3953f742ecc2cfa73541dd0c0 null Don't use deprecated module commands The commands module was deprecated since version 2.6 and it has been removed in Python 3. Use the subprocess module instead. See http://docs.python.org/2/library/commands#module-commands Closes-Bug: #1248216 Change-Id: I0a89dbba374a28b16a6e24f2a1b05ce06e044de4 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index bdbc76e39259..530a1c8051a1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit bdbc76e39259ec0a9f8f7551f813d4394e301068 +Subproject commit 530a1c8051a157d3953f742ecc2cfa73541dd0c0 From 6b5ab563de1cb1211b005c141a33d3861d48fb57 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 27 Nov 2013 14:17:53 -0700 Subject: [PATCH 00353/18836] Updated openstack/openstack Project: openstack/python-openstackclient 5dcc3b6164fea72c236ec339938c0117b2330bb6 null Add return Closes-Bug: 1246356 Change-Id: I70999a91062b9c61e5f420b1ed33a45086b62fd4 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 935781fdf961..5dcc3b6164fe 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 935781fdf961d0501b7400acbe4c86bdd9f284f2 +Subproject commit 5dcc3b6164fea72c236ec339938c0117b2330bb6 From 8156c445efdd9f11f64154f8e43236f7800013d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Dec 2013 05:29:52 +0000 Subject: [PATCH 00354/18836] Updated openstack/openstack Project: openstack/python-novaclient 66d59d57b099009213d3f2bf915aec18523eaed5 null Allows users to retrieve ciphered VM passwords This patch allows users to retrieve VM encrypted passwords using the `nova get-password` command without specifying the private key. Change-Id: I13ea132160dca912c6c1643b1006377982b778a1 Implements: blueprint retrieve-ciphered-vm-password --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b99b25a6f17c..66d59d57b099 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b99b25a6f17c6226ac884f50eaff1200807e07b4 +Subproject commit 66d59d57b099009213d3f2bf915aec18523eaed5 From 6ff9ae79148d08c9b61b13304b1573bdb032385e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 2 Dec 2013 09:46:53 +0100 Subject: [PATCH 00355/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 7bf11bbef0bdb75c0b63c764c8c09b7000f59d35 null Change OpenStack Metering to OpenStack Telemetry With the project change, let's change the tool as well to use the new name. Change-Id: I90bcf55b54dc765abc377ced005cd7f2aab79c0e --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 2950b30089ab..7bf11bbef0bd 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 2950b30089ab7f38b70a9dd6b40cf0823d4ade3a +Subproject commit 7bf11bbef0bdb75c0b63c764c8c09b7000f59d35 From e6bc8923c6e75455a5697ee81c918eaf7b5b85a0 Mon Sep 17 00:00:00 2001 From: Gordon Chung Date: Fri, 29 Nov 2013 12:53:45 -0500 Subject: [PATCH 00356/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 125745366085b0072ad99bddc58f978978c2f96d null sync with oslo-incubator - py3 compatibility fixes - Only pass non-None sortby to PrettyTable.get_string fix synced with commit-id: 0d2546b228f13a42355bc54e82256bf17a2eb478 Change-Id: Ic70eba1a10339ad5407541446cd37c9229836965 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 7bf11bbef0bd..125745366085 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 7bf11bbef0bdb75c0b63c764c8c09b7000f59d35 +Subproject commit 125745366085b0072ad99bddc58f978978c2f96d From a7447674f540d3b5d7c436c1c4fecaaf73f1099b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Dec 2013 14:57:51 +0000 Subject: [PATCH 00357/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 35e20cbfb27b7df86a88ca6f106ee4d690fb2679 null Add HTTP proxy support to ceilometer client There is a need for HTTP Proxy support in Ceilometer client It's used in the case when Ceilometer API is not directly available Proxy url is taken from environment variables http_proxy or https_proxy Implements: blueprint proxy-support Change-Id: I839d704a7fa16521292205166d7cbea56497842b --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 125745366085..35e20cbfb27b 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 125745366085b0072ad99bddc58f978978c2f96d +Subproject commit 35e20cbfb27b7df86a88ca6f106ee4d690fb2679 From fe8acb406350c9ac15a66fdd140acfb129db2c61 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Dec 2013 19:04:08 +0000 Subject: [PATCH 00358/18836] Updated openstack/openstack Project: openstack-dev/devstack 8097838ab1221358da274c1d8d6f1c238e71a037 null Switch the base URL to git.openstack.org The git repositories on github for openstack are mirrors of the primary repositories, which are hosted on git.openstack.org, so switch as much as I can to using the primary, rather than the github mirror. Change-Id: Idcfda49a691582055256b830c61e098f4a271339 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8c57e28813fe..8097838ab122 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8c57e28813fe5776283d68e303fa4e1c2c4ff298 +Subproject commit 8097838ab1221358da274c1d8d6f1c238e71a037 From e273ecc31ecaad8a755a0b76a1c57249e24040ec Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 29 Nov 2013 10:02:55 -0500 Subject: [PATCH 00359/18836] Updated openstack/openstack Project: openstack/requirements cc7031c27e0f3cdcbbda49b6db0bb6bb543a49d8 null Align projects list with mirror-needing projects If projects.txt is going to be the basis for select-mirror in the gate, we should also list projects in projects.txt that need to be constrained by the mirror for their testing. In order to do that, we need to not try to unconditionally update setup.py, since devstack and devstack-gate do not have it. openstack/requirements itself also does not use the mirror, so remove it from the list. Change-Id: Iea33e8f4d5453bf413f3d479b85eaed99938b302 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 741bfc42b4cd..cc7031c27e0f 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 741bfc42b4cd504b8d83d8a4a6ff59354e000461 +Subproject commit cc7031c27e0f3cdcbbda49b6db0bb6bb543a49d8 From 91796dd532c42640113332807d4cc6cde3e79fc6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Dec 2013 23:51:46 +0000 Subject: [PATCH 00360/18836] Updated openstack/openstack Project: openstack/glance ae1a7262bc433711fba8d2cb8cebe0d66054131e null Enable F40X checking Clean up imports due to F401 and F403 checks. F401 'module' imported but unused F403 unable to detect undefined names with wildcard import Change-Id: I487edb157de1a6babc7ad8a3fb65f195e476c490 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 530a1c8051a1..ae1a7262bc43 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 530a1c8051a157d3953f742ecc2cfa73541dd0c0 +Subproject commit ae1a7262bc433711fba8d2cb8cebe0d66054131e From 3c4a358e6fa627db4253532fa041a0d9336e8b07 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Dec 2013 23:59:54 +0000 Subject: [PATCH 00361/18836] Updated openstack/openstack Project: openstack/glance 66286664fba72a1c1a6ddc1f6e7bd0c1740754b2 null Replace deprecated method assertEquals TestCase.assertEquals is deprecated since Python 2.7, so need use new method name assertEqual. See http://docs.python.org/2/library/unittest.html#deprecated-aliases Change-Id: Iae9074f2afe2a572b60f6192aa6c871db42360ec --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ae1a7262bc43..66286664fba7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ae1a7262bc433711fba8d2cb8cebe0d66054131e +Subproject commit 66286664fba72a1c1a6ddc1f6e7bd0c1740754b2 From aab8245ee9df3ad7049c3bf0d6b5b321560e43ca Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 2 Dec 2013 12:23:27 -0500 Subject: [PATCH 00362/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 17abb7b915e58122ab741606483361569ba5fcf2 null Warn user about unsupported API version Prints a warning when the user tries to use an unsupported API. Also provides a test case to check it still does fall back to 2.0. Change-Id: Idabd150f52d27a9d065cf570f6367459126f98be Closes-bug: #1256987 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 7abf8d2066b4..17abb7b915e5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 7abf8d2066b4236cc0638fd997f295ade66d5226 +Subproject commit 17abb7b915e58122ab741606483361569ba5fcf2 From ef0721e839c88be1ea7ec9a47a10aee273c2f46c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 01:20:48 +0000 Subject: [PATCH 00363/18836] Updated openstack/openstack Project: openstack/python-keystoneclient fda21360e8d9618fa4f409bee0f440190c03bef0 null keystoneclient requires an email address when creating a user python-keystoneclient v2.0 currently requires an email address, but Keystone doesn't require an email address any longer. Closes-Bug: #1252621 Change-Id: I4fe54aca9efcb0e5ab6ad901ee94796a04035224 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 17abb7b915e5..fda21360e8d9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 17abb7b915e58122ab741606483361569ba5fcf2 +Subproject commit fda21360e8d9618fa4f409bee0f440190c03bef0 From d382b69b2e800978848c2d74faf03a80964d37d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 01:20:49 +0000 Subject: [PATCH 00364/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2477c334a25ae93638a63b889fc06a0b56a58641 null Updates .gitignore Adding ignore for Eclipse IDE environment files These files .project and .pydevproject should be ignored while pushing to repositories. Change-Id: If249ec02eb770ab66d2216939a0747dfa51e701a Closes-Bug: #1256043 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index fda21360e8d9..2477c334a25a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit fda21360e8d9618fa4f409bee0f440190c03bef0 +Subproject commit 2477c334a25ae93638a63b889fc06a0b56a58641 From 7440ffd9e06cda23a98c300779c36750192c881b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 01:30:48 +0000 Subject: [PATCH 00365/18836] Updated openstack/openstack Project: openstack/python-swiftclient e100fd28ab9ea58100bc972750889ec434ad4e9f null Fix download bandwidth for swift command. We noticed a difference in download bandwidth while using authentication details and pre-auth information for download. Download using authentication details included authentication time into the download bandwidth at each call of the function. This time should have been excluded from download bandwidth. This patch set is adding a timer variable to the client library. That allows to accurately measure and store the time of each action. Then while printing the download bandwith in the swift command authentication time is excluded from bandwidth. Change-Id: I63df9023e169f637f120ae9e25dac9c90a4e75a0 Fixes: bug #1197443 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index dbc6686b5ea4..e100fd28ab9e 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit dbc6686b5ea4129e7bc8e41dd7f8f8313c179fbd +Subproject commit e100fd28ab9ea58100bc972750889ec434ad4e9f From 1f1d4f0b24e0d2292be6fe7bdac70c4713b92de3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 01:40:04 +0000 Subject: [PATCH 00366/18836] Updated openstack/openstack Project: openstack/python-glanceclient 57a2b43f6a672446c8ed5351fbc65235bfd7c08c null Readd missing Babel dependency after merge from Oslo(master/bdda833) The gettextutils now require Babel. Change-Id: I2c3c443eff63a1adc727b9f65a755a3977c85a90 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 5d658bf5a876..57a2b43f6a67 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 5d658bf5a8765ae6549bb79809acaf529661d764 +Subproject commit 57a2b43f6a672446c8ed5351fbc65235bfd7c08c From 185c23e9f31b802386d8027d09f18fcde401f571 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 02:08:26 +0000 Subject: [PATCH 00367/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 583b1dc50521c3434ecef97e686188332584e04b null Remove kernel-headers apt-get call Kernel-headers is no longer necessary since it's installed by devstack_gate.sh script. This will also add support to Fedora and other distros once apt-get isn't being called anymore. Change-Id: I36b9a126a62a0c80562b0c22a94af3ce08a9008e --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 283281496039..583b1dc50521 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 283281496039966eda4058328dea7785dc23d7fa +Subproject commit 583b1dc50521c3434ecef97e686188332584e04b From 6816a0f605c35078f6e43ffa5eead87e6d107632 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 03:51:47 +0000 Subject: [PATCH 00368/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b6becd0492c0b12445999fdf608ecd6a61a62c32 null Convert revocation list file last modified to UTC On a restart of a service using auth_token middleware, the last modified time of the revocation list file is checked to decide whether to get the fresh list from keystone. In server timezones that are ahead of UTC, this compares a local time with UTC. This means whenever a service is restarted it doesn't update the revocation list for the length of the timezone offset from UTC. This change converts the last modified time to UTC when it's first read, so the comparison is valid. Closes-bug: 1204000 Change-Id: I623b6273beb56f8da2a8649a10a64318da8cd6bc --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2477c334a25a..b6becd0492c0 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2477c334a25ae93638a63b889fc06a0b56a58641 +Subproject commit b6becd0492c0b12445999fdf608ecd6a61a62c32 From 719d116151abfdc5feb5b34b6c48625dadffdf84 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 03:54:45 +0000 Subject: [PATCH 00369/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 81460b55feb2ad4554a2dc466da3fbdb6919d9f8 null Fix typo in keystoneclient hypen-separated --> hyphen-separated initialzied --> initialized did't --> didn't sematics --> semantics Change-Id: I79841b76fdf7a267e325b8b9d917900ccb393c02 Closes-Bug: #1254660 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b6becd0492c0..81460b55feb2 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b6becd0492c0b12445999fdf608ecd6a61a62c32 +Subproject commit 81460b55feb2ad4554a2dc466da3fbdb6919d9f8 From 492b936c722e738f400c80f0ef7e17cdb0b7a470 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 05:20:14 +0000 Subject: [PATCH 00370/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8189e28f472301bb5eba5f267ae28ec3516a6770 null Remove unused simplejson requirement Closes-Bug: 1245556 Change-Id: I84107c7102d6f6a8ac264629ba52616531ef7288 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 81460b55feb2..8189e28f4723 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 81460b55feb2ad4554a2dc466da3fbdb6919d9f8 +Subproject commit 8189e28f472301bb5eba5f267ae28ec3516a6770 From 62d1d182172e4c81c61291d00108c8ad3f76b915 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 07:23:22 +0000 Subject: [PATCH 00371/18836] Updated openstack/openstack Project: openstack/glance 5b8474ef128057e5bb5e06bdc4c972e951f19c81 null Use assertEqual instead of assertEquals in unit tests The method assertEquals has been deprecated since python 2.7. http://docs.python.org/2/library/unittest.html#deprecated-aliases Also in Python 3, a deprecated warning is raised when using assertEquals therefore we should use assertEqual instead. Change-Id: Ic8f152766d70146300b74f3803d7dab1e4de50e2 Closes-Bug: #1256734 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 66286664fba7..5b8474ef1280 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 66286664fba72a1c1a6ddc1f6e7bd0c1740754b2 +Subproject commit 5b8474ef128057e5bb5e06bdc4c972e951f19c81 From 8a9f2114bee92a0c76d6a6e3471872e4ed0e3204 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 07:24:05 +0000 Subject: [PATCH 00372/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dd4ab80047a9efdbce61e3341f0551cb0c44f580 null Discover supported APIs Allow discovery of the API versions a server supports and create an appropriate client based on this. Implements: blueprint api-version-discovery Change-Id: I63e6759889066a784dc47e35152c82e1ead7951d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8189e28f4723..dd4ab80047a9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8189e28f472301bb5eba5f267ae28ec3516a6770 +Subproject commit dd4ab80047a9efdbce61e3341f0551cb0c44f580 From 62e4c4485116697fdea79f62f1cb6a4a52ae1e5c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 07:30:29 +0000 Subject: [PATCH 00373/18836] Updated openstack/openstack Project: openstack/glance 6d2b7ea3fc1316be6b528447d40af7d6073fc6d3 null DB migration changes to support DB2 as sqlalchemy backend Implements bp db2-database SQLAlchemy works in general, only changes needed to allow DB2 backend are these migration updates. The main difference with DB2 is around index creation and constraints updates. Change-Id: If5aa371328ef49ec93029ed15993871cfe5522cd --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5b8474ef1280..6d2b7ea3fc13 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5b8474ef128057e5bb5e06bdc4c972e951f19c81 +Subproject commit 6d2b7ea3fc1316be6b528447d40af7d6073fc6d3 From 10ff01002eb8d6aee60c2e76a701f51fe035de1f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 07:30:32 +0000 Subject: [PATCH 00374/18836] Updated openstack/openstack Project: openstack/glance 574936f650a144aad730cfa4d7501928ae0dd631 null Remove unused package in requirement.txt This patch is similar to https://bugs.launchpad.net/glance/+bug/1252344. Currently wsgiref/passlib package exist in requirement.txt, but I confirmed that they are unused in glance source by "grep" command. I removed them to clean up. Closes-bug: #1255826 Change-Id: Ibbc2f1d413efacd0c18ba16c9250ef08470667d1 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 6d2b7ea3fc13..574936f650a1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 6d2b7ea3fc1316be6b528447d40af7d6073fc6d3 +Subproject commit 574936f650a144aad730cfa4d7501928ae0dd631 From 3de97fe91d35ffa5618560a8e2845480f63c0cf1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 09:32:11 +0000 Subject: [PATCH 00375/18836] Updated openstack/openstack Project: openstack/python-cinderclient 15b10a05507e0b2a7730dc8c3d6d37174872b8bd null Update HACKING.rst with release note requirement New patches to python-cinderclient must now add an entry for release notes. Change-Id: Id7fe24f2cabf4145933e0babc6641d250165ce74 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 37eeebe268c7..15b10a05507e 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 37eeebe268c78fb834e708607983fd662e1394b4 +Subproject commit 15b10a05507e0b2a7730dc8c3d6d37174872b8bd From 37be1151e387314f0a08abadf3204b694069df43 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 09:32:15 +0000 Subject: [PATCH 00376/18836] Updated openstack/openstack Project: openstack/python-cinderclient 1aa375ae43ef212ed7bd0487d3d3267e1b931978 null Add assert to delete multiple test Make sure calls are made to delete both volumes. Also removed redundant fields in v1 fake volume. Closes-Bug: #1253142 Change-Id: I51078041c6d765f28edb155d44928286ee2b0dd6 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 15b10a05507e..1aa375ae43ef 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 15b10a05507e0b2a7730dc8c3d6d37174872b8bd +Subproject commit 1aa375ae43ef212ed7bd0487d3d3267e1b931978 From 47e7bda5b0d56b8e1ab931d975510224f258b7dc Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 2 Dec 2013 15:02:23 +0100 Subject: [PATCH 00377/18836] Updated openstack/openstack Project: openstack/oslo.messaging 2b9bafd269a34c2e0b434adf3331fa67b35b5a6d null Simplify common base exception prototype It seems there's no gain in trying to be smarter and different from the base Python Exception, so let's remove our custom code to be more compatible and friendly with all Python versions. Change-Id: I259783ef1f77c6661ea7dc2325605c8d6290b898 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 86b0750f3e34..2b9bafd269a3 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 86b0750f3e349d7567fbdf94adb3999570af0d28 +Subproject commit 2b9bafd269a34c2e0b434adf3331fa67b35b5a6d From b424d068d5323e51358adbd2da70b1c4bc40a1ed Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 13:34:30 +0000 Subject: [PATCH 00378/18836] Updated openstack/openstack Project: openstack/oslo.messaging fda06f68062fcd81817a48e0f8ad2fd1139a59dc null Remove useless global vars / import This removes a few import and global variables that are not used through the code. That cleans things a little. Change-Id: I7b30bb11e8ad3c2df01ca2107eff2444feed3fe2 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 2b9bafd269a3..fda06f68062f 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 2b9bafd269a34c2e0b434adf3331fa67b35b5a6d +Subproject commit fda06f68062fcd81817a48e0f8ad2fd1139a59dc From 1798ae176e76a63e3f1559abd3291b17cfb8d567 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 15:35:24 +0000 Subject: [PATCH 00379/18836] Updated openstack/openstack Project: openstack/python-novaclient 60b79db3079499b3fe6f1c5fe32ddb0e7d06a447 null Updates .gitignore To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: Ic3e09f8cf0be35c98d89d862d40121a09c7b2498 Closes-Bug: #1255876 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 66d59d57b099..60b79db30794 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 66d59d57b099009213d3f2bf915aec18523eaed5 +Subproject commit 60b79db3079499b3fe6f1c5fe32ddb0e7d06a447 From 3034b3792a140830c87da7bb11bb3d1f5f185842 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 15:35:26 +0000 Subject: [PATCH 00380/18836] Updated openstack/openstack Project: openstack/python-novaclient 5b3a94aba86391d29793b7cae46ce7dca39c2a1c null nova security-group-* should support uuid as input If we installed neutron, the security-group request will be handled by neutron, however neutron is using uuid as key for security-group, nova uses an int value as key, for current novaclient, it only support the security-group which key is int, so will raise exception for uuid input. Change-Id: Ia230d12a1b4905434024b1a5129aa91cff7e6a5b Closes-Bug: #1247728 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 60b79db30794..5b3a94aba863 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 60b79db3079499b3fe6f1c5fe32ddb0e7d06a447 +Subproject commit 5b3a94aba86391d29793b7cae46ce7dca39c2a1c From ac847a76437a87c61f9136f3de2a7f1b3d0b0405 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 16:36:23 +0000 Subject: [PATCH 00381/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ffc699c1acac8b228d2e96dc835ed44a8b6a81c6 null Add workaround for OSError raised by Popen.communicate() Python 2.6 can raise OSError when too much data is written to STDIN and the process died prematurely. In the case of keystoneclient this happens during the first cms_verify() call of a process. The calling logic expects a useful error message in order to refetch the CA or singing CERT, which is missing in the case of an OSError. So just fake it instead. Add basic unit tests to cover all of the public methods from keystone.common.cms, raising test coverage to 77%. Add unit test for this specific bug (test_cms_verify_token_no_oserror). Closes-Bug: LP Bug#1235252 Change-Id: I6e650ab9494c605b4e41c78c87a9505e09d5fc29 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dd4ab80047a9..ffc699c1acac 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dd4ab80047a9efdbce61e3341f0551cb0c44f580 +Subproject commit ffc699c1acac8b228d2e96dc835ed44a8b6a81c6 From f6d96aae6090dfed93a5cb56a86b8368346a01d0 Mon Sep 17 00:00:00 2001 From: Vincent Hou Date: Wed, 20 Nov 2013 04:34:38 -0500 Subject: [PATCH 00382/18836] Updated openstack/openstack Project: openstack/python-cinderclient e64973f9a70fba10b25645c74454fc3d744568bf null Add search_opts into the method list() for VolumeTypeManager Since the method base.ManagerWithFind.findall has been modified by adding the search_opts for all tenants support, the parameter search_opts should also be added to all the manager classes, which can be called whithin this method. volumetypemanager does not have this parameter for its method list(). Adding search_opts will resolve this issue. Closes-Bug: #1252665 Change-Id: I526500625f1b5483cb5d88ea15e6ac8485a66ae3 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 1aa375ae43ef..e64973f9a70f 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 1aa375ae43ef212ed7bd0487d3d3267e1b931978 +Subproject commit e64973f9a70fba10b25645c74454fc3d744568bf From 2f89027756db5fce5bd26bf5215c82dd863c83e6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 18:26:50 +0000 Subject: [PATCH 00383/18836] Updated openstack/openstack Project: openstack/python-novaclient 6724b2e30d1475999c46ce15f4ba3ce51614c1b3 null Fix the inappropriate comment for flavor Fix the inappropriate comment for delete and create flavor Change-Id: I29985e5f145cfe3d0e72d6ac684ae9c47ea89c7e Closes-Bug: #1255819 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5b3a94aba863..6724b2e30d14 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5b3a94aba86391d29793b7cae46ce7dca39c2a1c +Subproject commit 6724b2e30d1475999c46ce15f4ba3ce51614c1b3 From cf4c17a96e20b86a24291cceb3fed6635eb1e4c8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Dec 2013 19:29:00 +0000 Subject: [PATCH 00384/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 87bd569640b32c54ca38fb89e2e5987d4ade371c null Add Savanna testing support Introducing DEVSTACK_GATE_SAVANNA=0 by default. Change-Id: I8fa01e4b0e55344ff5f383184397f904bfaafb73 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 583b1dc50521..87bd569640b3 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 583b1dc50521c3434ecef97e686188332584e04b +Subproject commit 87bd569640b32c54ca38fb89e2e5987d4ade371c From c1eff1440f4124a6adda112dd45a557896c45b38 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 2 Dec 2013 22:50:15 +0000 Subject: [PATCH 00385/18836] Updated openstack/openstack Project: openstack/python-heatclient e259163d5632188065b2ad4bbb2065d4fd5fc91d null Revert "Don't call credentials_headers() twice" When we create or update a stack, when deferred_auth_method=password (which is the default in heat.conf), the client must pass the username and password, even if they don't need to for authentication (ie they're passing a token). Otherwise there's no username and password in the context to store, and the engine validation in heat/engine/service.py::_validate_deferred_auth_context fails. No such issue exists when deferred_auth_method=trusts, which is why this problem was missed during testing of the patch being reverted. Note some fixup in addition to the revert was required to make the tests pass, as ShellTestToken and ShellTestStandaloneToken now require username/password set in the fake env. This reverts commit a7ba3c323b16227e0ba2527f21bc89625f125234 Change-Id: I0e7bc3f748022c2bf5ef7ef6dfe4d97953e3fcab --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b0b085dfb380..e259163d5632 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b0b085dfb380d455470534dcee3c3e99c980df45 +Subproject commit e259163d5632188065b2ad4bbb2065d4fd5fc91d From 5b564c0e5ea85d00f30e2d62c00f340977e0ad3b Mon Sep 17 00:00:00 2001 From: Alex Meade Date: Fri, 22 Nov 2013 15:54:06 +0000 Subject: [PATCH 00386/18836] Updated openstack/openstack Project: openstack/glance 4e7d9cdaf9e6d1c260a61f232e4ec0e21819ac0e null Add config option to limit image tags This patch adds the image_tag_quota config option. This allows a deployer to limit the number of image tags allowed on an image for v2. The default value is 128. If an image is somehow over the limit, tags can still be removed but no more may be added. Fixes bug 1252337 docImpact Change-Id: I2036e2a88601d7c5aa85fad32d90fe0ed30b84c8 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 574936f650a1..4e7d9cdaf9e6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 574936f650a144aad730cfa4d7501928ae0dd631 +Subproject commit 4e7d9cdaf9e6d1c260a61f232e4ec0e21819ac0e From 216e4a736271ce264dfdb05a333618f849116fb8 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Tue, 3 Dec 2013 15:17:26 +0000 Subject: [PATCH 00387/18836] Updated openstack/openstack Project: openstack/oslo.messaging ab867fb7d021a8c5656964b3e5ba7ddbd00005e7 null Refactors boolean returns Return the boolean evaluation itself rather than a boolean after evaluation Change-Id: I6329d474c921e29eb3a690270de12d51cb863710 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index fda06f68062f..ab867fb7d021 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit fda06f68062fcd81817a48e0f8ad2fd1139a59dc +Subproject commit ab867fb7d021a8c5656964b3e5ba7ddbd00005e7 From 95df622deb67fff3f2dbb89b5630fa6d8ced4801 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 05:28:52 +0000 Subject: [PATCH 00388/18836] Updated openstack/openstack Project: openstack/oslo.messaging d5285e9bda83fa3be73f8d636fa1ddc5b3287455 null Unify different names between Python2/3 with six.moves Some modules use different names in Python2 and Python3. Use six.moves to make them work well in Python2 and Python3. This is changes mapping: six.moves Python 2 Python 3 reduce reduce() functools.reduce() Implements: blueprint make-python3-compatible Change-Id: I97971f2ab40385bfc2c73ae7e8a7620c4d64a03c --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index ab867fb7d021..d5285e9bda83 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit ab867fb7d021a8c5656964b3e5ba7ddbd00005e7 +Subproject commit d5285e9bda83fa3be73f8d636fa1ddc5b3287455 From fe1aeb6b9f0dfdbd94809e5fea978d23e589caf0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 05:28:53 +0000 Subject: [PATCH 00389/18836] Updated openstack/openstack Project: openstack/oslo.messaging 566c40e92dc6ad9a368d4e8df09ce9e784500160 null Remove vim header No need to set tabstop 189 times, this can be set in your vimrc file instead. Also if set incorrectly gate (pep8 check) will catch your mistakes. Change-Id: Ic6f0c0ef94e8194a5c121598305d1ec3c74e4843 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index d5285e9bda83..566c40e92dc6 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit d5285e9bda83fa3be73f8d636fa1ddc5b3287455 +Subproject commit 566c40e92dc6ad9a368d4e8df09ce9e784500160 From e0347aac758ec2bd2edb922668f31993a9bf5bd1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 05:28:54 +0000 Subject: [PATCH 00390/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 7095eaae76591a3d614bc298064f8b59929c0e09 null Use get-pip for pip installation Changes in devstack and nodepool will allow for pre-cached get-pip script to be used, instead of downloading from the internets. Enable the flag so that the cached script and the local mirror will be used for pip installation. Closes-Bug: #1254275 Change-Id: Ia5f69073f7f9bab9b5554185df5681fbd178b91d --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 87bd569640b3..7095eaae7659 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 87bd569640b32c54ca38fb89e2e5987d4ade371c +Subproject commit 7095eaae76591a3d614bc298064f8b59929c0e09 From f343bd82945971cba51ae1baf417dfed612ef2f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 05:36:40 +0000 Subject: [PATCH 00391/18836] Updated openstack/openstack Project: openstack-dev/devstack bddaf0afb6651d6245bae589532aa1d364321bb7 null Allow deploying keystone with SSL certificates Allow providing certificates through environment variables to be used for keystone, and provide the basis for doing this for other services. It cannot be used in conjunction with tls-proxy as the service provides it's own encrypted endpoint. Impletmenting: blueprint devstack-https Change-Id: I8cf4c9c8c8a6911ae56ebcd14600a9d24cca99a0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8097838ab122..bddaf0afb665 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8097838ab1221358da274c1d8d6f1c238e71a037 +Subproject commit bddaf0afb6651d6245bae589532aa1d364321bb7 From 76f74b76523fb774056baa4ed3a597cfe2a25d7b Mon Sep 17 00:00:00 2001 From: Khai Do Date: Wed, 30 Oct 2013 14:28:47 -0700 Subject: [PATCH 00392/18836] Updated openstack/openstack Project: openstack-dev/pbr 9625e23b86090de17e7402f3dbfbe41924f73ed8 null show diff between pip installed packages and requirements This change will display the difference between which python packages pip installed and the packages from the requirements lists. It will print the list of dependencies to the console (not including the directly declared dependencies from the requirements list). Closes-Bug: #1172417 Change-Id: I9363b50d6d7f5ef19c42bb2e30de45e352060ccd --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index fc9ea6083714..9625e23b8609 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit fc9ea6083714f4a0b29a7827441c6d314d880771 +Subproject commit 9625e23b86090de17e7402f3dbfbe41924f73ed8 From f31d3e179dd047eab83adc0d03a4f66d69033001 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 17 Nov 2013 07:28:27 -0500 Subject: [PATCH 00393/18836] Updated openstack/openstack Project: openstack-dev/pbr e7878f2171dc48c47110197cae9c27da44d4b4a3 null Use wheels for installation Add an option to pbr to use wheels when installing things from pip. The speed boost this gives is quite sexy, as it can avoid having to re-build C things all the time. Change-Id: Id9b9b21ef949ff44c7c962e81576266661264a13 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 9625e23b8609..e7878f2171dc 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 9625e23b86090de17e7402f3dbfbe41924f73ed8 +Subproject commit e7878f2171dc48c47110197cae9c27da44d4b4a3 From 9bf0008cf3d22cf82253bbe60f0b96f47f9ae603 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 06:03:09 +0000 Subject: [PATCH 00394/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b8be528d444a9a9ac920827126a45c1829a9d972 null "publicurl" should be required on endpoint-create publicurl field is required and cannot be empty when create a endpoint in keystone server.So the "--publicurl " also should set as mandatory in keystoneclient. Change-Id: Ia397c79a28dd3a6ddef141df0f7df30cc0bf7b6c Closes-Bug: #1246335 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ffc699c1acac..b8be528d444a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ffc699c1acac8b228d2e96dc835ed44a8b6a81c6 +Subproject commit b8be528d444a9a9ac920827126a45c1829a9d972 From 7d4abe3448d3a05e41c1ee4ee1c99fb843cadf1a Mon Sep 17 00:00:00 2001 From: Alex Meade Date: Mon, 25 Nov 2013 01:57:24 +0000 Subject: [PATCH 00395/18836] Updated openstack/openstack Project: openstack/glance b13e10b5e594c2ad807006e10efdd6c941403d2b null Add config option to limit image members This patch adds the image_member_quota config option. This allows a deployer to limit the number of image members allowed per image. The default value is 128, to be consistent with other quota defaults. Users will only be able to update an image if the result of the transaction would be under this limit. This is for both Glance v1 and v2 Fixes bug 1252459 docImpact Change-Id: I02f5e82ca4c4acf6cd7bc94f9b99086054a616c9 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4e7d9cdaf9e6..b13e10b5e594 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4e7d9cdaf9e6d1c260a61f232e4ec0e21819ac0e +Subproject commit b13e10b5e594c2ad807006e10efdd6c941403d2b From 74d2c7a0f1c267324f3a947ed7d4ccb02d3ab311 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 06:00:21 +0000 Subject: [PATCH 00396/18836] Updated openstack/openstack Project: openstack/keystone 56debcb5868873995a176b4cb208df7091b55a5b Merge "Fix typo in keystone" --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index b6b1e30d3b8d..56debcb58688 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit b6b1e30d3b8d8d89ddb6d26b201a2f767ef83663 +Subproject commit 56debcb5868873995a176b4cb208df7091b55a5b From a2ea050309ee245e801049b79d46aeeeaabb0078 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 07:05:13 +0000 Subject: [PATCH 00397/18836] Updated openstack/openstack Project: openstack/cinder 81ce121d782f9d419ff3eaa6f29f8b3df990e0c4 Merge "Change method name to test_get_volume_stats" --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index f021629df313..81ce121d782f 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit f021629df31328324ca429c29a827efab832eee0 +Subproject commit 81ce121d782f9d419ff3eaa6f29f8b3df990e0c4 From cfb1fc8d3d12daeb3774de7f61b261b58af55520 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Tue, 3 Dec 2013 12:32:40 +0000 Subject: [PATCH 00398/18836] Updated openstack/openstack Project: openstack/trove 5aaac4c6faa3d72ae1444c55dbd6cdae51f9403c Removes unused import statements --- trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove b/trove index e5481026d3bd..5aaac4c6faa3 160000 --- a/trove +++ b/trove @@ -1 +1 @@ -Subproject commit e5481026d3bd02b923cba6fa8dbcffaf77b2b6c3 +Subproject commit 5aaac4c6faa3d72ae1444c55dbd6cdae51f9403c From 3f2fe1c02689b4207ba2770f9146a845f3e47888 Mon Sep 17 00:00:00 2001 From: Sergio Cazzolato Date: Fri, 15 Nov 2013 23:18:59 -0500 Subject: [PATCH 00399/18836] Updated openstack/openstack Project: openstack/python-neutronclient 6d937f3e8591716058961782c1e012a4a8d7702a null Fix i18n messages in neutronclient Using tools/check_i18n.py to scan source directory, and fix most of the errors. - Message internationalization - First letter must be capital - Using comma instead of percent in LOG.xxx Partial-Bug: #1217100 Change-Id: I312f999f97e33d84c3f06fa1caacf32affc26a78 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 607645a55073..6d937f3e8591 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 607645a55073fd4eb7c4d9c1635051736dbaf350 +Subproject commit 6d937f3e8591716058961782c1e012a4a8d7702a From 0ffaafc0d5a2e9c5a0b92b13628e8ea461ea39c6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 06:14:36 +0000 Subject: [PATCH 00400/18836] Updated openstack/openstack Project: openstack/heat 62c84e7580a2ef705f4b6191a33457bc67766fc1 Merge "Openstack Trove (DBaaS) resource" --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 093e203c09fd..62c84e7580a2 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 093e203c09fd92f6838c1eb5d2a0b86aea8e5658 +Subproject commit 62c84e7580a2ef705f4b6191a33457bc67766fc1 From b988f0896885df28ee5647eae47d0b26b8f62942 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 09:52:15 +0000 Subject: [PATCH 00401/18836] Updated openstack/openstack Project: openstack/python-neutronclient 31653bd130529db630633cb2375fa7dca7d68a75 null Updates .gitignore To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: I9384015efdd1bc2a9bbfe6f25552cd909b155998 Closes-Bug: #1255876 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 6d937f3e8591..31653bd13052 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 6d937f3e8591716058961782c1e012a4a8d7702a +Subproject commit 31653bd130529db630633cb2375fa7dca7d68a75 From 920c923e06447976a094b021dcc28104144d3698 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 01:13:18 +0000 Subject: [PATCH 00402/18836] Updated openstack/openstack Project: openstack/horizon efc88d407822c292fdcbe05e6e0deab08d583ddb Merge "Inline Table editing" --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index 737ef39e087f..efc88d407822 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit 737ef39e087f08fc5a728c3f393f8c9d7753ce9c +Subproject commit efc88d407822c292fdcbe05e6e0deab08d583ddb From 5e377eb07af8d3db72855341e87e00e3440116f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 09:39:01 +0000 Subject: [PATCH 00403/18836] Updated openstack/openstack Project: openstack/nova 6728c7e353454e8605e68e27da59e676dd3dd064 Merge "VMware: add support for VM diagnostics" --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 96d828fb697a..6728c7e35345 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 96d828fb697a78042ac0117790f8bd70c6a691f6 +Subproject commit 6728c7e353454e8605e68e27da59e676dd3dd064 From 72d26709d3fb8e0b829c0c92540bb71ba4189470 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 10:36:08 +0000 Subject: [PATCH 00404/18836] Updated openstack/openstack Project: openstack/python-heatclient fa084b50fa3240b418065f7939ea216780fc1dbc null Fix i18n error when resource-name is non-english When executing commands about event and resource with non-english resource-name, error "'ascii' codec can't decode byte...." will occur. Root cause is that heatclient can not generate a correct encoded url. This Patch will use quote and safe_encode functions to implement a url-encode process. Closes-Bug: #1249234 Change-Id: I4261fdaf6ccc60aebdb9df236f4eedce0f9baa14 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index e259163d5632..fa084b50fa32 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit e259163d5632188065b2ad4bbb2065d4fd5fc91d +Subproject commit fa084b50fa3240b418065f7939ea216780fc1dbc From f99ad92032c00458cc7153a9da61af27edc69263 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 4 Dec 2013 06:44:33 +0000 Subject: [PATCH 00405/18836] Updated openstack/openstack Project: openstack/neutron dbd7e472ca28d22d694eeeba47e0738985583961 Imported Translations from Transifex --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index d90649f0e9c8..dbd7e472ca28 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit d90649f0e9c8babc4896550d312e4ea862e51a03 +Subproject commit dbd7e472ca28d22d694eeeba47e0738985583961 From f283d0eee129b1dca63d10320798ab83a8ee149d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 4 Dec 2013 09:18:49 +0100 Subject: [PATCH 00406/18836] Updated openstack/openstack Project: openstack/requirements 50c8c04dc25bddaa727d99a170086252ee95a740 null Allow Django 1.5 and 1.6 Prerequirement for https://review.openstack.org/#/c/58561/ Change-Id: I6b71d6e45b14a8c40ba7b3f82e8b0f7846e61ebe --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index cc7031c27e0f..50c8c04dc25b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit cc7031c27e0f3cdcbbda49b6db0bb6bb543a49d8 +Subproject commit 50c8c04dc25bddaa727d99a170086252ee95a740 From 8a9a5fa8e1acdc1ba1072ebc14326b2aeaad6ce9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 12:39:36 +0000 Subject: [PATCH 00407/18836] Updated openstack/openstack Project: openstack/requirements 0439b4fae62033ed22e4c35034c14149a1eee770 null Bump python-savannaclient version to >= 0.4.0 It includes support for all features that'll be released in i1. Change-Id: I7809389b4e1332ecc4e8a7122819b7411d8662cf --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 50c8c04dc25b..0439b4fae620 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 50c8c04dc25bddaa727d99a170086252ee95a740 +Subproject commit 0439b4fae62033ed22e4c35034c14149a1eee770 From 216d3f3c0323b56a8ba502143d07fe22fe82b8f4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 14:00:54 +0000 Subject: [PATCH 00408/18836] Updated openstack/openstack Project: openstack/glance 1ded23d6c314dac444f9b61d1b1bed8a37fd6c2c null Migrate to oslo.messaging Glance currently uses a custom notifier and it has been maintaining it for a long time. In a hope of reducing duplicated code and improving cross-project contributions, this patch replaces the old notifier with the one, recently developed, in oslo.messaging. The oslo.messaging project is a port of the old oslo-rpc code to a standalone, more stable and improved project. It brings all the benefits that oslo-rpc would've brought as well as an easier way to integrate with other projects. This patch also: - Reduces the code shipped along with Glance since all the code copied from oslo-incubator related to the notifier is not needed anymore. - Improves the stability of existing, broker based, notifications. - Brings HA support. - Keeps backward compatibility by translating the old `notifier_strategy` into oslo.messaging drivers. Changes to the code: - It is now necessary to pass the request context to the notification call. - Notifier package is no longer necessary. A notifier module was added instead. - New, notifier related, configurations were added. - A lot of code was removed Since there's still not an official release, requirements.txt points to the latest tarball created. A release for oslo.messaging is planned for Icehouse. docImpact Implements bp oslo-messaging Change-Id: I8cd84772bc5867e06b2a50ed7e15b9e86f0b94ad --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b13e10b5e594..1ded23d6c314 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b13e10b5e594c2ad807006e10efdd6c941403d2b +Subproject commit 1ded23d6c314dac444f9b61d1b1bed8a37fd6c2c From 73aeb3eb962219aed3ac276228cf281f9d17467d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 10:44:30 +0000 Subject: [PATCH 00409/18836] Updated openstack/openstack Project: openstack/ceilometer 83199dc852cae24f1e63a76bd757954a16990281 Merge "organise requirements files" --- ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer b/ceilometer index 29f2ffc7e511..83199dc852ca 160000 --- a/ceilometer +++ b/ceilometer @@ -1 +1 @@ -Subproject commit 29f2ffc7e511a152d6e8742cd233c3dc399b8fff +Subproject commit 83199dc852cae24f1e63a76bd757954a16990281 From ff8fd42f9107d3cf140b57f4a5b40bba7db2c2e6 Mon Sep 17 00:00:00 2001 From: Debasish Chowdhury Date: Sat, 30 Nov 2013 18:24:04 +0530 Subject: [PATCH 00410/18836] Updated openstack/openstack Project: openstack/python-troveclient 9c7120959eddcfc4b0ee31558a7af2275cb8d119 null Removes unused import statements Change-Id: If229aa3f6e1009e1abfba13aba3970bdf2dd3761 closes-bug: #1255885 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 2b4864ab6d16..9c7120959edd 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 2b4864ab6d168c1a60fd3ed6182794778bb800cc +Subproject commit 9c7120959eddcfc4b0ee31558a7af2275cb8d119 From d52f882f6d9aed8c84d7181be4d3f62f5bcb0bb6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 4 Dec 2013 16:10:34 +0000 Subject: [PATCH 00411/18836] Updated openstack/openstack Project: openstack/requirements 7945ab46defedc7d7e1675bfbcaf0da8b22ed7a6 null Revert "Allow Django 1.5 and 1.6" This reverts commit 50c8c04dc25bddaa727d99a170086252ee95a740. Change-Id: I6752e3213a462c9d23947b99b9f0adae46c9bd76 Closes-Bug:1257809 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0439b4fae620..7945ab46defe 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0439b4fae62033ed22e4c35034c14149a1eee770 +Subproject commit 7945ab46defedc7d7e1675bfbcaf0da8b22ed7a6 From a1f989c966c23175d8f523d56139e2b960bfdfec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Dec 2013 23:27:44 +0000 Subject: [PATCH 00412/18836] Updated openstack/openstack Project: openstack-dev/devstack 4650b8929ea4089e9515a1babfb788733373576b null Attempt to retrieve the vmdk descriptor data-pair VMDK formats such as monolithicFlat and vmfs require two files to be fully consumable by the Nova drivers (a descriptor-data pair: *.vmdk and *-flat.vmdk). On the upload of the descriptor (*.vmdk), upload_image.sh should attempt to retrieve the *-flat.vmdk. The same way, the descriptor should be retrieved when a flat disk is uploaded. On success, the upload script will be able to use the flat disk as the image content and the relevant descriptor settings as the image metadata. Change-Id: I9214754029c46dd60b9e7d606d84d8819a498a8d Closes-Bug: #1252443 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bddaf0afb665..4650b8929ea4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bddaf0afb6651d6245bae589532aa1d364321bb7 +Subproject commit 4650b8929ea4089e9515a1babfb788733373576b From 8f264c9835c1580496573d9a3ff8f882c39a6fdb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 00:19:49 +0000 Subject: [PATCH 00413/18836] Updated openstack/openstack Project: openstack-dev/devstack 02ef0dbfb04aaf3dea05977ffba381f8f6e55881 null add assertions for blind grep blind grep is error-prone. Add assertions for errors we can not handle Change-Id: Ibe19085545ecc848498506e8b8ee14e71825b273 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4650b8929ea4..02ef0dbfb04a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4650b8929ea4089e9515a1babfb788733373576b +Subproject commit 02ef0dbfb04aaf3dea05977ffba381f8f6e55881 From f9ce290128eb745d0e270e556d609aa7fe313847 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 02:25:12 +0000 Subject: [PATCH 00414/18836] Updated openstack/openstack Project: openstack-dev/devstack d94de1fd726dfcc272f9f464db67ac64cb7c4e1b null Fix noVNC git repo Recent change switched base git URL to git.openstack.org. However, noVNC is only hosted on GitHub. Change git repo URL for noVNC back to the GitHub one. Change-Id: Iaa9f570639301be1c29cc400c1c73afcbf637b70 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 02ef0dbfb04a..d94de1fd726d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 02ef0dbfb04aaf3dea05977ffba381f8f6e55881 +Subproject commit d94de1fd726dfcc272f9f464db67ac64cb7c4e1b From 2052fce96aa641e6f1dcdcdfd1878c87cc7102d2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 02:30:36 +0000 Subject: [PATCH 00415/18836] Updated openstack/openstack Project: openstack-dev/devstack e9ca36b3d92b6f7c0e8d7adf5d6c5e49cb14f86d null xenapi: enable user interaction with stack.sh In XenServer, devstack runs inside a virtual machine. This makes it hard for the user to interact with stack.sh should a parameter be missing. This change will create an upstart job (devstack) that runs stack.sh with console enabled so user can interact with it by running vncviewer or using XenCenter. Logging the output is also disabled, stamp files are used instead to detect the script run status in case install_os_domU.sh is used. As run.sh.log is removed, standard devstack logging should be used. The change also removes the environment settings from run.sh, as they are not needed, they should be specified in localrc. This way user cannot get different experiences by using unstack.sh/stack.sh or run.sh Also a proper unstack.sh is called instead of killing screen in run.sh Change-Id: I7eb12bd74746cc7a1db3aa9fd68ece645a50001d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d94de1fd726d..e9ca36b3d92b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d94de1fd726dfcc272f9f464db67ac64cb7c4e1b +Subproject commit e9ca36b3d92b6f7c0e8d7adf5d6c5e49cb14f86d From 445e1efa6e96c82c7a955dd08ca589a4b1284fd6 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 4 Dec 2013 16:59:05 +0200 Subject: [PATCH 00416/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b9e26c32ff9283860ba16e4594c2e25513cc2338 null Drop TEMPEST_LARGE_OPS_NUMBER by 33% to 100 The large-ops test was originally added to prevent regressions of bug 1199433. The number 150 was chosen somewhat arbitrarily because it never failed on the cloud that it was tested on. But as we add more clouds and AZs with different performance characteristics this test is starting to fail. Although failing this test at 150 is a sign that something is not performant and doesn't scale well, this test is just here as a regression test. Separate bugs will be opened up for nova and neutron about this issue. Partial-Bug: #1257626 Partial-Bug: #1250168 Change-Id: Ie11bf4264eb1b26bc2445a99de7267b07b8058ce --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 7095eaae7659..b9e26c32ff92 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 7095eaae76591a3d614bc298064f8b59929c0e09 +Subproject commit b9e26c32ff9283860ba16e4594c2e25513cc2338 From 1c6ddd54c0f9bf044dbd5a77a72d2e046d45a116 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 22:18:19 +0800 Subject: [PATCH 00417/18836] Updated openstack/openstack Project: openstack/python-glanceclient cd7f2cbd79df54ea41d9a075d904efc82bdcb440 null Updates .gitignore To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: I1f3ee52050ac6812c34357ad786fd8210f4238f2 Closes-Bug: #1255876 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 57a2b43f6a67..cd7f2cbd79df 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 57a2b43f6a672446c8ed5351fbc65235bfd7c08c +Subproject commit cd7f2cbd79df54ea41d9a075d904efc82bdcb440 From 50682c380d4827c24bdaadc1b517dbfb3f536544 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 22:13:47 +0800 Subject: [PATCH 00418/18836] Updated openstack/openstack Project: openstack/python-cinderclient 8fc5ae480eafffc7e1bea046ad9b8e06350b008e null Ignore swap files generated during file edting by vim To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with .*.sw? Change-Id: I11965d5fb22aeae622dad8bb29cf1f0533ed439a Closes-Bug: #1255876 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index e64973f9a70f..8fc5ae480eaf 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit e64973f9a70fba10b25645c74454fc3d744568bf +Subproject commit 8fc5ae480eafffc7e1bea046ad9b8e06350b008e From cd2219f1d650c22869f91a28337ad6d2b0a29dd4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 06:03:19 +0000 Subject: [PATCH 00419/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 49becbc0172c1080db40adf80124fd11438ad79c null Bump hacking to 0.8 hacking 0.8 brings us bunch of python 3 compat rules. Fix the python 3 compat issues to make this landable. Change-Id: I0fbefefce92b506146e2bb833ffb0bd984b1c097 Partial-Bug: #1257301 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b8be528d444a..49becbc0172c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b8be528d444a9a9ac920827126a45c1829a9d972 +Subproject commit 49becbc0172c1080db40adf80124fd11438ad79c From 594b60630cf9200de9c2049c707e60afcf7bc87d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 06:03:21 +0000 Subject: [PATCH 00420/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate eda76c139619fa0a2dacc8e213ffc3c92966a98a null Rip out the tempest coverage runs from devstack-gate The coverage extension has been removed from nova so there is no reason to keep the devstack-gate support around. Change-Id: Ic580c0523eff64d7f00d16da0f04c1616e30b9c8 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b9e26c32ff92..eda76c139619 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b9e26c32ff9283860ba16e4594c2e25513cc2338 +Subproject commit eda76c139619fa0a2dacc8e213ffc3c92966a98a From 61d6d8c4b2bdc6f3a6647bd5a5845f2fb6f14383 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Tue, 3 Dec 2013 13:01:50 -0800 Subject: [PATCH 00421/18836] Updated openstack/openstack Project: openstack/python-neutronclient 6d7d677f3eaad2152dfc1210056bbe59e69ce92a null Fix neutron port-create --no-security-groups Previously, this would pass in {'security_groups': null} to neutron-server which uses is_attr() in _ensure_default_security_group_on_port() which returns False as is_attr() now checks for None and not just ATTR_NOT_SPECIFIED. Change-Id: I033ce62dbb91597541a8c7f773b9819d69761860 Closes-bug: 1257473 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 31653bd13052..6d7d677f3eaa 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 31653bd130529db630633cb2375fa7dca7d68a75 +Subproject commit 6d7d677f3eaad2152dfc1210056bbe59e69ce92a From b44078507d73805b3cd06a4ec684a2a59226d4ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 07:08:25 +0000 Subject: [PATCH 00422/18836] Updated openstack/openstack Project: openstack/glance 5a51410592e65cfe9b8b8dcfe30279b7784ad0c7 null Set upload_image policy to control data upload There was no policy to control data upload. Up until today, the add_image policy was a all or nothing, from metadata to the actual data. Now, with the combination of add_image and upload_image an administrator will have finer control over the whole chain. Change-Id: I1a7966ffb5c63dd8239a54fe2963b031d9fe1f9a Closes-bug: #1254521 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1ded23d6c314..5a51410592e6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1ded23d6c314dac444f9b61d1b1bed8a37fd6c2c +Subproject commit 5a51410592e65cfe9b8b8dcfe30279b7784ad0c7 From b813abb147265f180559e7536a6473a83f2bb031 Mon Sep 17 00:00:00 2001 From: chenhaiq Date: Wed, 13 Nov 2013 17:11:02 +0800 Subject: [PATCH 00423/18836] Updated openstack/openstack Project: openstack/python-heatclient 6f3e0842e40c636ee6e99657fbf8f6162289d8b5 null Add --include-pass option for grizzly backwards compat Set X-Auth-User, X-Auth-Key on all stack commands to allow the latest python-heatclient to work on grizzly heat. Partial-Bug:1250731 Change-Id: I29d4785cf3520e809252b5aeab25cf471a88cde8 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index fa084b50fa32..6f3e0842e40c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit fa084b50fa3240b418065f7939ea216780fc1dbc +Subproject commit 6f3e0842e40c636ee6e99657fbf8f6162289d8b5 From c9e33f728c6e09c743dc1577ae2d77a7751f925b Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 5 Dec 2013 11:03:43 +1300 Subject: [PATCH 00424/18836] Updated openstack/openstack Project: openstack/python-heatclient fd6e99793088aadbae86d4a5c17249f81b6806bb null Add back --token-only for invocation compatibility This unused option should remain so that scripts that use it do not break. It is suppressed so it will not appear in the help. Closes-Bug:1250731 Change-Id: I1180d8797d1e4c79dba92952931311cce50a1d3f --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 6f3e0842e40c..fd6e99793088 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 6f3e0842e40c636ee6e99657fbf8f6162289d8b5 +Subproject commit fd6e99793088aadbae86d4a5c17249f81b6806bb From d0f13577737bc7baf57973983f28523a2fd70b20 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 08:35:59 +0000 Subject: [PATCH 00425/18836] Updated openstack/openstack Project: openstack/glance a3a29e686f75e3568f8d622a5386580e64fb7994 null Add documentation for some API parameters Add documentation for some parameters which can be present in glance-api.conf: * use_user_token * admin_user * admin_password * admin_tenant_name * auth_url * auth_region * auth_strategy Fix for bug 1256952. DocImpact Change-Id: Ia5b731cabaec961f3a4226d30abd3bca9bd87651 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5a51410592e6..a3a29e686f75 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5a51410592e65cfe9b8b8dcfe30279b7784ad0c7 +Subproject commit a3a29e686f75e3568f8d622a5386580e64fb7994 From ae8d128a17c5f593a9e61a51f8113842690cc503 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 09:10:27 +0000 Subject: [PATCH 00426/18836] Updated openstack/openstack Project: openstack/oslo.messaging e58636c26ac52f649bb73c20cf804f688940459f null Properly reconnect subscribing clients when QPID broker restarts When the QPID broker is restarted (or fails over), subscribed clients will attempt to re-establish their connections. In the case of fanout subscriptions, this reconnection functionality is broken. For version 1 topologies, the clients attempt to reconnect twice to the same exclusive address - which is illegal. In the case of version 2 topologies, the address parsing is broken and an illegal address is created on reconnect. This fix avoids the problem by removing the special-case reconnect code that manages UUID addresses; it is unnecessary as the QPID broker will generate unique queue names automatically when the clients reconnect. Closes-bug: #1251757 Change-Id: I6051fb503663bb8c7c5468db6bcde10f6cf1b318 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 566c40e92dc6..e58636c26ac5 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 566c40e92dc6ad9a368d4e8df09ce9e784500160 +Subproject commit e58636c26ac52f649bb73c20cf804f688940459f From 77e3ae553a6643235679751356aa86c4b1f7567a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 09:27:48 +0000 Subject: [PATCH 00427/18836] Updated openstack/openstack Project: openstack/oslo.messaging 3a2287c9e6a097e0ce67f9263bde0aabb117988f null Ensure context type is handled when using to_dict Handle the case where the context passed into def pack_context() is a dictionary. If a dictionary is passed in, we don't need to call to_dict before updating the msg. Closes-Bug: #1208971 Change-Id: I2ce0b28f97634e717868e0ee5525189338d4981c --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index e58636c26ac5..3a2287c9e6a0 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit e58636c26ac52f649bb73c20cf804f688940459f +Subproject commit 3a2287c9e6a097e0ce67f9263bde0aabb117988f From 60b7d77bfd360e861612798e17a28a5fdf9495fe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 12:12:56 +0000 Subject: [PATCH 00428/18836] Updated openstack/openstack Project: openstack-dev/devstack 72acdd93ef11f26d4bd474caa64ec1985843807f null Add new stack phase: post-extra The current existing phases "post-config" and "extra" are not sufficient to allow local.conf overrides to extra type services because they run after the services are installed and configured. This commit introduces a new phase called "post-extra" that runs after these existing phases. With this change, users are able to leverage local.conf to provide overridden options to services like Tempest. Change-Id: I5d758eebfda804dd1d8cbc3d5cc35ef4dcc8c96f Closes-Bug: #1249085 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e9ca36b3d92b..72acdd93ef11 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e9ca36b3d92b6f7c0e8d7adf5d6c5e49cb14f86d +Subproject commit 72acdd93ef11f26d4bd474caa64ec1985843807f From f6787a2765839a11f77365cfc88c8e1fde65fc6b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 12:12:58 +0000 Subject: [PATCH 00429/18836] Updated openstack/openstack Project: openstack-dev/devstack 278b44df908343b707910004f01187bb52c7605a null Do not create an unnecessary file "ml2" Previously when running devstack with Neutron ML2 plugin, an unnecessary file "ml2" is created in devstack directory. It is because when the first argument is not defined the second argument becomes the first one. This change moves the first "options" argument of populate_ml2_config to the last and checks the given options has a value before adding them to a file. Change-Id: I9ff40456798c42216d414d5f8d443e671ab7d497 Close-Bug: #1255853 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 72acdd93ef11..278b44df9083 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 72acdd93ef11f26d4bd474caa64ec1985843807f +Subproject commit 278b44df908343b707910004f01187bb52c7605a From 7cde2ae7a6fbcb0ee6c916aaef3cccbd749abce4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 12:13:01 +0000 Subject: [PATCH 00430/18836] Updated openstack/openstack Project: openstack-dev/devstack 010a2240662d3e6e3235f6daa5c446cabf4a5602 null Adds entries for missing parameters in PLUMgrid plugin Three configuration parameters were missing for the PLUMgrid plugin. In this patch all those three have been properly added. Change-Id: If070aa5eb35678d0984470ebcd43fd99e08bcc8a Closes-Bug: #1255808 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 278b44df9083..010a2240662d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 278b44df908343b707910004f01187bb52c7605a +Subproject commit 010a2240662d3e6e3235f6daa5c446cabf4a5602 From 03d9a69ee513b1ffa52be2d85324b21882382b9c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 12:16:50 +0000 Subject: [PATCH 00431/18836] Updated openstack/openstack Project: openstack-dev/devstack 63c19987df76e6f337461135f3fa62932aa0ea6f null split collector service the ceilometer collector service has been split into two: ceilometer-collector and ceilometer-agent-notification Change-Id: I6114fd7f3e063abfa74d48d402dc863bccd249b6 Blueprint: split-collector --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 010a2240662d..63c19987df76 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 010a2240662d3e6e3235f6daa5c446cabf4a5602 +Subproject commit 63c19987df76e6f337461135f3fa62932aa0ea6f From cc1077f0ff1ba54cef7aefa46ef73ae7cfa958e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 16:11:18 +0000 Subject: [PATCH 00432/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 87769ee4568dcddb604ef2b63dddf83149aac5da null Use assertIn where appropriate Change-Id: I641f1d840f276b65ae1449da3705a248e4592485 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 49becbc0172c..87769ee4568d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 49becbc0172c1080db40adf80124fd11438ad79c +Subproject commit 87769ee4568dcddb604ef2b63dddf83149aac5da From 05ad896388717605ab952c745b09485a0edea4f7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 17:10:57 +0000 Subject: [PATCH 00433/18836] Updated openstack/openstack Project: openstack-dev/devstack f7ab12db011d262ee0e41265f7ce40e6932ac2cc null Add marconi support to devstack Marconi has an optional dependency on keystone for authentication. This code was tested with everything enabled and also with the following localrc: STACK_USER=fedora SERVICE_TOKEN=secrete ADMIN_PASSWORD=secrete MYSQL_PASSWORD=secrete RABBIT_PASSWORD=secrete SERVICE_PASSWORD=secrete disable_all_services enable_service qpid enable_service key enable_service mysql enable_service marconi-server Implements blueprint marconi-devstack-integration Implements blueprint devstack-support Change-Id: I13495bcc5c5eb66cee641894e9f84a0089460c8b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 63c19987df76..f7ab12db011d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 63c19987df76e6f337461135f3fa62932aa0ea6f +Subproject commit f7ab12db011d262ee0e41265f7ce40e6932ac2cc From dc1f91b27d50cbb2444ae61be2e866b5fe09a226 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 17:11:04 +0000 Subject: [PATCH 00434/18836] Updated openstack/openstack Project: openstack/oslo.messaging 378506c79e53f5630677885245daa1e7e1fda473 null Add release notes for 1.3.0a2 Change-Id: If4cf83d605801047053530ca5c7970e30132b4b0 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 3a2287c9e6a0..378506c79e53 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 3a2287c9e6a097e0ce67f9263bde0aabb117988f +Subproject commit 378506c79e53f5630677885245daa1e7e1fda473 From 6021487b8c4fe7c759097fee3ee2aebf9258231f Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 3 Dec 2013 17:24:40 -0600 Subject: [PATCH 00435/18836] Updated openstack/openstack Project: openstack/python-openstackclient 74a27056b346e04dbad91fd632045223b16ef6ec null Update OSC's CommandManager subclass cliff.commandmanager.CommandManager gained an option, update openstackclient.common.commandmanager.ComamndManager to match. Also add CommandManager.get_command_groups() to return a list of the currently loaded command groups. I expect this to be useful in upcoming client diagnostic commands for plugins/extensions. If these turn out to be generally useful we'll propose them to upstream cliff. Change-Id: Ic15a7ca0ef975ca679e753be861be7c628b8e10c --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 5dcc3b6164fe..74a27056b346 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 5dcc3b6164fea72c236ec339938c0117b2330bb6 +Subproject commit 74a27056b346e04dbad91fd632045223b16ef6ec From 54a26345275792de1c0bc5b022dfd0cd143bb748 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 17:22:34 +0000 Subject: [PATCH 00436/18836] Updated openstack/openstack Project: openstack/python-openstackclient e06e1a2cce0dbe9f7fd7e64467af73e7456a2aa5 null Add missing requests and six requirements From global-requirements: requests>=1.1, six>=1.4.1 Change-Id: I536adc511931229a268ba81f81aef1aed59b33eb --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 74a27056b346..e06e1a2cce0d 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 74a27056b346e04dbad91fd632045223b16ef6ec +Subproject commit e06e1a2cce0dbe9f7fd7e64467af73e7456a2aa5 From 953ed4193d5e0b591f245d3e2deb744af1731056 Mon Sep 17 00:00:00 2001 From: Debasish Chowdhury Date: Thu, 5 Dec 2013 07:58:52 +0000 Subject: [PATCH 00437/18836] Updated openstack/openstack Project: openstack/python-troveclient e725a9ae3348f195812c149ba6ed9444e4ac3480 null Added a missing import statement Fix for trove cli failing Change-Id: I9313d9eb271ba0294f8ed5eb104245c2b9f6cf28 Closes-Bug: #1258037 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 9c7120959edd..e725a9ae3348 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 9c7120959eddcfc4b0ee31558a7af2275cb8d119 +Subproject commit e725a9ae3348f195812c149ba6ed9444e4ac3480 From a2cac8912a6cd09d2c502a3b76ff5296fd1a2f0e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 18:01:55 +0000 Subject: [PATCH 00438/18836] Updated openstack/openstack Project: openstack-dev/devstack 2095b097def79dedb005466b7f44a20c4cd80d55 null Fix savanna-dashboard git repo clone dest It breaks savanna d-g jobs due to the ERROR_ON_CLONE=True in d-g (enforce that nothing will be cloned during the installation). Change-Id: I0531e1baf7252c31eb63ee5b46c28d1dfa7d0a1b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f7ab12db011d..2095b097def7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f7ab12db011d262ee0e41265f7ce40e6932ac2cc +Subproject commit 2095b097def79dedb005466b7f44a20c4cd80d55 From 9dc21b22783270e75cb1d02eb511cfd8dcd46f22 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 18:02:04 +0000 Subject: [PATCH 00439/18836] Updated openstack/openstack Project: openstack-dev/devstack b20d4d124e5e3afb6ec4f4c7ec287928376a8581 null Generate glance image with SCSI bus type for ppc arch This patch fixes wrong assumptions for bus types of disk and cdrom on ppc64. Qemu driver assumes IDE bus type for cdrom device, which is not supported on ppc arch. Adds capability to add --property key-value to the glance image-create command. Using double brackets for portability reasons. Change-Id: I9f55fa0b6a894a93926e4f8c3d0ea410b5283f9c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2095b097def7..b20d4d124e5e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2095b097def79dedb005466b7f44a20c4cd80d55 +Subproject commit b20d4d124e5e3afb6ec4f4c7ec287928376a8581 From 4b441755257a689c767a6bd50341762915e997d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 18:13:18 +0000 Subject: [PATCH 00440/18836] Updated openstack/openstack Project: openstack-dev/devstack 522dae63ba5dbeec9504f453292e3bcb58361a93 null Updates .gitignore Closes-Bug: #1255854 Change-Id: I22b6fa351dd5b654783f432c01785c706eff8397 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b20d4d124e5e..522dae63ba5d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b20d4d124e5e3afb6ec4f4c7ec287928376a8581 +Subproject commit 522dae63ba5dbeec9504f453292e3bcb58361a93 From b8467d9ab72b0495b922bbb5dc24936f58635b7c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 18:13:21 +0000 Subject: [PATCH 00441/18836] Updated openstack/openstack Project: openstack-dev/devstack 3422668612f667ef3b8b04999562e0206dd07424 null Use fixed network for ssh when n-net is enabled Server rebuild test has stability issues with n-net + floating ip. Change-Id: I8a921fddbca49c8499938a25f9722ea40cee76cc --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 522dae63ba5d..3422668612f6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 522dae63ba5dbeec9504f453292e3bcb58361a93 +Subproject commit 3422668612f667ef3b8b04999562e0206dd07424 From da96d0d1ac2f71ed850c27aa67ab6d489e737bd5 Mon Sep 17 00:00:00 2001 From: Venkatesh Sampath Date: Tue, 29 Oct 2013 13:10:54 +0530 Subject: [PATCH 00442/18836] Updated openstack/openstack Project: openstack/glance c3ebafa79540c891288b4dbda8f44716e98ae9be null Introduce Task Info Table - move 'input', 'message' and 'result' columns to table 'task_info' - introduce migration script for the above db changes. - appropriate tests are included Co-authored-by: Nikhil Komawar partly implements bp async-glance-workers Change-Id: I9867d609f4729572b72a44d1f05e353acf6c98d9 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a3a29e686f75..c3ebafa79540 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a3a29e686f75e3568f8d622a5386580e64fb7994 +Subproject commit c3ebafa79540c891288b4dbda8f44716e98ae9be From 3b65ed74adce925f2517222a82ce47a7cb8bde95 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Dec 2013 23:34:31 +0000 Subject: [PATCH 00443/18836] Updated openstack/openstack Project: openstack/python-openstackclient b88a7b8cccbf3eba7abda3ef16ba47dd0b44c3a8 null Add module list command Lists versions of installed python modules (Origianlly proposed as 'version list') Change-Id: I76a51d3d6783f46ef2daa0a41626019a880a2a50 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index e06e1a2cce0d..b88a7b8cccbf 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit e06e1a2cce0dbe9f7fd7e64467af73e7456a2aa5 +Subproject commit b88a7b8cccbf3eba7abda3ef16ba47dd0b44c3a8 From 1fa2b28d9171acc29a8498df7d02f300537bd52e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 5 Dec 2013 13:10:37 -0800 Subject: [PATCH 00444/18836] Updated openstack/openstack Project: openstack-dev/pbr 31833080e011115b639ceb2016e5a19c90fafa2f null Build mirror using proper requirements. * tools/integration.sh: Use the --no-update flag to run-mirror to make sure that the repo checked out by devstack-gate is the repo used to build the mirror. Otherwise `git reset --hard remote/origin/master` is used which we do not want. Also, we can't update the requirements repo until integration.sh is working and for that we need to install d2to1 into the mirror. Usually this would require a requirements repo change, but chicken and egg. Force it in along with pip and setuptools instead. This can be removed when d2to1 is added to the requirements repo. Change-Id: Id5c2c902832e475f28310fdd547672464bf42c0c --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index e7878f2171dc..31833080e011 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit e7878f2171dc48c47110197cae9c27da44d4b4a3 +Subproject commit 31833080e011115b639ceb2016e5a19c90fafa2f From e651ad714f98c3c60b247fc8906296dfe2fb2860 Mon Sep 17 00:00:00 2001 From: Alex Meade Date: Sat, 2 Nov 2013 21:43:25 +0000 Subject: [PATCH 00445/18836] Updated openstack/openstack Project: openstack/glance a02ef859a6f7a32d14f2809edc77cb1cb9e957f6 null Move is_image_sharable to registry api When using the membership kwarg in is_image_sharable with the sqlalchemy driver, an AttributeError may be raised since the 'member' variable is not always defined. This function was copied throughout the db drivers and untested. This patch adds tests and moves the function to the v1 registry api, where it was the only place being used. Tests for this function in test_context were removed as it does not make sense to test this function there and allowed for the removal of the membership kwarg. Fixes bug 1247481 Change-Id: Ia77bc0a144831ddcf7e180afdb0842754ff3fcf2 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c3ebafa79540..a02ef859a6f7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c3ebafa79540c891288b4dbda8f44716e98ae9be +Subproject commit a02ef859a6f7a32d14f2809edc77cb1cb9e957f6 From c4e715766800e086ef3e8379184f9e6e14aeed17 Mon Sep 17 00:00:00 2001 From: Pablo Andres Fuente Date: Thu, 5 Dec 2013 13:41:04 -0300 Subject: [PATCH 00446/18836] Updated openstack/openstack Project: openstack/python-heatclient 4a4f9a69e54c84f8de3ae0d83187cd19499e4a40 null Change ID column of Event table to UUID If you are using a public Heat you can use the event ID in 'heat event-list' to measure how much activity the service provider has in their heat installation. To avoid this, the Id column of the Event table was changed from autoincremental integer to a uuid. Added some unit tests in order to ensure that events with integer or uuid id pass through the API, since we have a migration which will leave behind integer ids. Change-Id: I5693937b21acca6a3ddf6074f283a474684be3d2 Closes-Bug: #1249159 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index fd6e99793088..4a4f9a69e54c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit fd6e99793088aadbae86d4a5c17249f81b6806bb +Subproject commit 4a4f9a69e54c84f8de3ae0d83187cd19499e4a40 From 1a85717298965fe37594b6481fcd66cb23b4581e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 6 Dec 2013 13:24:17 +0000 Subject: [PATCH 00447/18836] Updated openstack/openstack Project: openstack-dev/devstack 271f38b313d031ca905b1d55459471820af70a71 null freshen the LDAP support * Build the base DN from a given domain name * Remove all hard-coded names to allow configuration of base DN * Fix manager DN (cn=Manager,dc=...) * Add ldap init_ldap() * Add support for clean.sh Change-Id: Ieb69be9740653645b8e000574ad3fe59a0f97540 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3422668612f6..271f38b313d0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3422668612f667ef3b8b04999562e0206dd07424 +Subproject commit 271f38b313d031ca905b1d55459471820af70a71 From 3cd2fa96c08952f88f8a03a34aec2d1c0a12a7c3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 6 Dec 2013 17:34:06 +0000 Subject: [PATCH 00448/18836] Updated openstack/openstack Project: openstack/oslo.messaging 875acfc29b0f9eb5880ca280eef8afcca18ad2e8 null Remove the partial implementation of ack_on_error The ack_on_error is not used by the abstraction layer, and only the rabbitmq implements it. This commit remove this feature, and next commit will add a new way for this. Partial implements blueprint notification-subscriber-server Change-Id: I17eb23f2e3e374630251576438011f186e5b2150 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 378506c79e53..875acfc29b0f 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 378506c79e53f5630677885245daa1e7e1fda473 +Subproject commit 875acfc29b0f9eb5880ca280eef8afcca18ad2e8 From 83b7ce2d0b304fed9f030fb5499eb7cde1c5f4df Mon Sep 17 00:00:00 2001 From: Vitaliy Kolosov Date: Mon, 16 Sep 2013 12:51:48 +0300 Subject: [PATCH 00449/18836] Updated openstack/openstack Project: openstack/glance 53fca479eafc9ad1a94ecede0edf9fdb1b749831 null Unittests added for glance/cmd/cache_manage.py Related to blueprint glance-cmd+unittests Unittests for all methods, that manage cache added: * list_cached * list_queued * queue_image * delete_cached_image * delete_all_cached_images * delete_queued_image * delete_all_queued_images Unittests for several internal methods added: catch_error; env; create_options; parse_options; lookup_command Change-Id: Id07bbecdc9877268a514e3a594699364dcc4618f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a02ef859a6f7..53fca479eafc 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a02ef859a6f7a32d14f2809edc77cb1cb9e957f6 +Subproject commit 53fca479eafc9ad1a94ecede0edf9fdb1b749831 From aaba9fa0f03cc4bc327e64cf4489d443539fce23 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 6 Dec 2013 19:28:17 +0000 Subject: [PATCH 00450/18836] Updated openstack/openstack Project: openstack-dev/devstack 02b57b6026bbcd7347ac113b95874e2e2dfac576 null Adding optional colorized log output for trove Change-Id: Ibdaed9c2d1527b4c38551efbc147597e2a668b1a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 271f38b313d0..02b57b6026bb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 271f38b313d031ca905b1d55459471820af70a71 +Subproject commit 02b57b6026bbcd7347ac113b95874e2e2dfac576 From 06f57686278f75f85fa37ed58ba4e90d33074b4c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 5 Dec 2013 16:49:32 -0800 Subject: [PATCH 00451/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 41162a8f1112b5ffbc3b46f32ee12a1d63ed5945 null Don't fix disks before rexecing Do _even less_ before the rexec. Only use the copy of devstack-gate in the workspace, don't put it in DEST (/opt/stack/...), that way it doesn't interfere with anything that happens with /opt later. Change-Id: Ie1a146c6948316593506c02026136e245dc4b31d --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index eda76c139619..41162a8f1112 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit eda76c139619fa0a2dacc8e213ffc3c92966a98a +Subproject commit 41162a8f1112b5ffbc3b46f32ee12a1d63ed5945 From 31d7ae78fda15b362df1073f2a0ae104538a4f98 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 6 Dec 2013 21:33:09 +0000 Subject: [PATCH 00452/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 323c5a66b7d04640592fc879c84be60ba7891d44 null Revert "Don't fix disks before rexecing" This reverts commit 41162a8f1112b5ffbc3b46f32ee12a1d63ed5945 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 41162a8f1112..323c5a66b7d0 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 41162a8f1112b5ffbc3b46f32ee12a1d63ed5945 +Subproject commit 323c5a66b7d04640592fc879c84be60ba7891d44 From df51208b754b3d1d2c3cc0f45aee9880414a6944 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 6 Dec 2013 22:47:15 +0000 Subject: [PATCH 00453/18836] Updated openstack/openstack Project: openstack/python-openstackclient cd870886fc20d531a2c3ddc9cfb0d8808fc5c375 null Update docs for plugins and release notes * Fill out the existing command and man page * Add a plugins page. * Begin the release notes for 0.3.0 Change-Id: I4527fed28a10a9d79fc8f6c1d925a4bf0d0a7a36 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index b88a7b8cccbf..cd870886fc20 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit b88a7b8cccbf3eba7abda3ef16ba47dd0b44c3a8 +Subproject commit cd870886fc20d531a2c3ddc9cfb0d8808fc5c375 From 22853784cdc9275532f866b6ff00ae852e4a68b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 6 Dec 2013 22:48:29 +0000 Subject: [PATCH 00454/18836] Updated openstack/openstack Project: openstack/python-openstackclient facdc8704e1bc552937657466529e41bc1b4120d null Bring RESTApi closer to ithe imminent keystoneclient.Session Prepare to use the (soon to be) common Session from keystoneclient * Rework RESTApi to eventually be a subclass of keystoneclient.Session Change-Id: I68e610f8b19a3f6267a93f7bf3de54a228be68aa --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index cd870886fc20..facdc8704e1b 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit cd870886fc20d531a2c3ddc9cfb0d8808fc5c375 +Subproject commit facdc8704e1bc552937657466529e41bc1b4120d From 86a3ba5bfa3dea1d86417a5b9c7dae2f3211b7be Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 6 Dec 2013 17:57:51 +0800 Subject: [PATCH 00455/18836] Updated openstack/openstack Project: openstack/python-novaclient dd4bc08dd9a571637734a92c9411c32ea1f36dcf null Fix incorrect help message on flavor_access action The help message of params "flavor" and "tenant" is incorrect on do_flavor_access_add and do_flavor_access_remove. Change-Id: I66c45316181307305a19aec25acefc019cd7bdfc Closes-Bug: #1258453 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6724b2e30d14..dd4bc08dd9a5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6724b2e30d1475999c46ce15f4ba3ce51614c1b3 +Subproject commit dd4bc08dd9a571637734a92c9411c32ea1f36dcf From 4413631520255d64e85cd58c4124f38985418e3a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Dec 2013 02:27:26 +0000 Subject: [PATCH 00456/18836] Updated openstack/openstack Project: openstack/python-novaclient c3c5de7efb3090f9d02dad2306e613769d4cb3e2 null Enable hacking check for Apache 2.0 license Removes H102 (license header not found) check from flake8 ignore list. Adds missing apache license headers. Change-Id: I109f23c6d8b2e3efb1dac7f764bd77e0d9d335f0 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index dd4bc08dd9a5..c3c5de7efb30 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit dd4bc08dd9a571637734a92c9411c32ea1f36dcf +Subproject commit c3c5de7efb3090f9d02dad2306e613769d4cb3e2 From ece1abd161af5d4242a5931c8b88b442ce710e5f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Dec 2013 07:21:20 +0000 Subject: [PATCH 00457/18836] Updated openstack/openstack Project: openstack-dev/devstack 9f2ec5299160dc26817c371d9d763a3f4212607f null Fix install_get_pip in order to work behind a proxy Proxy envvars are not passed to pip when sudo, we need to export them. Change-Id: I67622f5ea8ecb948006e032bdc395ecf36914146 Closes-Bug: #1258155 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 02b57b6026bb..9f2ec5299160 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 02b57b6026bbcd7347ac113b95874e2e2dfac576 +Subproject commit 9f2ec5299160dc26817c371d9d763a3f4212607f From 3776f6fe05d39c77a25eed3b860d8cc0699e5cc2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Dec 2013 10:06:06 +0000 Subject: [PATCH 00458/18836] Updated openstack/openstack Project: openstack/glance 5229f820a38df670e4548701dbd9368d6a498771 null Makes tasks owner not nullable in models.py The tasks table scheme in migration for adding tasks to Glance DB has a flag for disabling from setting a NULL owner. In order to keep the behavior consistent across the glance codebase, this patch adds owner as not nullable in the models.py. Fixes bug: 1257949 Change-Id: Id9fff4277f427b7d83d80b5a0a8029968f70e0df --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 53fca479eafc..5229f820a38d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 53fca479eafc9ad1a94ecede0edf9fdb1b749831 +Subproject commit 5229f820a38df670e4548701dbd9368d6a498771 From 445ca41c79ed3d99e2a26757b84da1069ecb3104 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Dec 2013 10:12:08 +0000 Subject: [PATCH 00459/18836] Updated openstack/openstack Project: openstack/python-swiftclient b0f794800ce3545d2295caf79cb2d9badd4676dc null Don't crash when header is value of None Before commit 7d88d14d (http://git.io/hhJWdQ) swifclient used to accept header value with the type None : {'Headers': None} It would just be happy with it with those None headers and not process them, reinstate the old behavior. Closes-Bug: 1256441 Change-Id: Ic7f80c38ef2ce9ef1687ed0d6d65521f2e754905 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index e100fd28ab9e..b0f794800ce3 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit e100fd28ab9ea58100bc972750889ec434ad4e9f +Subproject commit b0f794800ce3545d2295caf79cb2d9badd4676dc From 6a134c9c059bbd820bbd2c2518d2e7fc76265a5d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Dec 2013 10:12:21 +0000 Subject: [PATCH 00460/18836] Updated openstack/openstack Project: openstack/oslo.messaging f0d32ef5f0eb5e1defc095fc3bd7619194a0150b null Fixed misspellings of common words Fixed misspelling of common words found by the misspellings tool. Change-Id: I4dfa38e84e09fc08fdecf025663351ca62e09fd8 Closes-Bug: #1257531 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 875acfc29b0f..f0d32ef5f0eb 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 875acfc29b0f9eb5880ca280eef8afcca18ad2e8 +Subproject commit f0d32ef5f0eb5e1defc095fc3bd7619194a0150b From 10b658b67c2ad60a2f6bc82e61c5aca0cae9937c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Dec 2013 10:14:14 +0000 Subject: [PATCH 00461/18836] Updated openstack/openstack Project: openstack/oslo.messaging 1e8ef86626bea1c11797c2c84c66f47f393aaa12 null Add transport aliases We need to support deprecated transport driver configurations like: rpc_backend = nova.rpc.impl_kombu i.e. 'nova.rpc.impl_kombu' is a deprecated alias for 'rabbit'. Initially, we supported this by adding the aliases to each project's setup.cfg: oslo.messaging.drivers = nova.rpc.impl_kombu = oslo.messaging._drivers.impl_rabbit:RabbitDriver However, this means that code like this: url = str(TransportURL(conf)) generates a bogus URL string like: nova.rpc.impl_kombu://... We need to apply these transport aliases when we load drivers, but also when we create transport URLs from configuration containing potentially deprecated aliases. To enable that, add an aliases parameter to TransportURL(), TransportURL.parse() and get_transport(). blueprint: transport-aliases Change-Id: Ifce68ff62746c2a363c719417a2bd0a78ee025dd --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f0d32ef5f0eb..1e8ef86626be 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f0d32ef5f0eb5e1defc095fc3bd7619194a0150b +Subproject commit 1e8ef86626bea1c11797c2c84c66f47f393aaa12 From 15a13ae1f8355533855e9d3dd7bf07d621a459ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 8 Dec 2013 05:10:19 +0000 Subject: [PATCH 00462/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 96cf0deb43b714725d6078be6a020b101c3b2722 null Updates .gitignore To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: Iff581457cabe936b8b285142caff92fcc849f04a Closes-Bug: #1255876 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 87769ee4568d..96cf0deb43b7 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 87769ee4568dcddb604ef2b63dddf83149aac5da +Subproject commit 96cf0deb43b714725d6078be6a020b101c3b2722 From c1b6faa2ca702142ba82d7e7e3234c5c2c886d92 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 8 Dec 2013 13:27:40 +0000 Subject: [PATCH 00463/18836] Updated openstack/openstack Project: openstack/python-novaclient fdee7c18a67f5d2c19177b31619e1fde64eb9869 null Sets default service type for Nova V3 API Set the default service type when talking to the Nova V3 API to computev3 rather than compute. Although it is rather ugly to have a different service type for a different version of a service, this is necessary for the medium term because traditionally the compute service endpoint has pointed to the V2 API rather than the root and then version discovery done. This change allows progression of the V3 API support in novaclient and although devstack too currently points computev3 directly to the V3 API, the intent is to change this to point to the root and implement version discovery during the Icehouse development cycle. Longer term when the V2 API support is eventually removed we can reclaim the 'compute' service type and point it to the root. Partially implements blueprint v3-api Change-Id: If5d6a0d8af037cde7bf253d71aac2823b89f8066 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c3c5de7efb30..fdee7c18a67f 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c3c5de7efb3090f9d02dad2306e613769d4cb3e2 +Subproject commit fdee7c18a67f5d2c19177b31619e1fde64eb9869 From 002c8b578c0d89a46f3dced3415a4cb040ae750e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 8 Dec 2013 20:40:39 +0000 Subject: [PATCH 00464/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 49eb40ecf19cddd2dd2e193bc2ca0187c6965708 null use six.StringIO for compatibility with io.StringIO in python3 The newer version of six (1.4.1) provides six.StringIO which is a fake file object for textual data. It's an alias for cStringIO.StringIO, in python2 and io.StringIO in Python3. Change-Id: If1ccfca128385f976938f0f0c74573687faad9ac Signed-off-by: Chuck Short --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 96cf0deb43b7..49eb40ecf19c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 96cf0deb43b714725d6078be6a020b101c3b2722 +Subproject commit 49eb40ecf19cddd2dd2e193bc2ca0187c6965708 From b9c6ed1a82872c726a47358f5076dacf55ed7a5c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 02:32:39 +0000 Subject: [PATCH 00465/18836] Updated openstack/openstack Project: openstack-dev/devstack adc9fd18e516885f972be675ac1e5fa0f826fdf1 null Make tempest L3 capable plugin aware. With this patch, the public network config in tempest.conf will be done for the plugins that support L3. Change-Id: I820fe300fac45ff92d1281ff0c43ebc137783210 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9f2ec5299160..adc9fd18e516 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9f2ec5299160dc26817c371d9d763a3f4212607f +Subproject commit adc9fd18e516885f972be675ac1e5fa0f826fdf1 From e29064523e6c838d5503da8ae56b5b3ae9a07717 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 02:53:19 +0000 Subject: [PATCH 00466/18836] Updated openstack/openstack Project: openstack/python-novaclient 861fec2ed3c9d3897ba0833e19656707fbe0c459 null Fix inappropriate comment for delete FloatingIP There is an inappropriate comment for delete FloatingIP, fix it. Change-Id: Ib5ddabd3b227c8580e1b912b2bb98a3294ec3288 Closes-Bug: #1258034 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index fdee7c18a67f..861fec2ed3c9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit fdee7c18a67f5d2c19177b31619e1fde64eb9869 +Subproject commit 861fec2ed3c9d3897ba0833e19656707fbe0c459 From 71a383c8243507d75d6dcbdac586570973514f12 Mon Sep 17 00:00:00 2001 From: Chang Bo Guo Date: Sat, 7 Dec 2013 19:35:41 -0800 Subject: [PATCH 00467/18836] Updated openstack/openstack Project: openstack/oslo.messaging 2278ce0b95cc2d3c5fe5adae3a3055126a5b368f null Use six.moves.queue instead of Queue The Queue module has been renamed to queue in Python 3. Use six.moves.queue to fit the change. http://docs.python.org/2/library/queue.html#module-Queue Change-Id: I2940f34d161b2e3cbc5464619f76e6adea4ef9f6 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 1e8ef86626be..2278ce0b95cc 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 1e8ef86626bea1c11797c2c84c66f47f393aaa12 +Subproject commit 2278ce0b95cc2d3c5fe5adae3a3055126a5b368f From 2ee37d9130f5c5856f06685fdb24d30d7ef0e9d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 14:28:29 +0000 Subject: [PATCH 00468/18836] Updated openstack/openstack Project: openstack-dev/devstack c2fb94453d42813358c0afab6628df4a95c0620b null xenapi: display IP and DevStack result on console The devstack setup service can update /etc/issue, displaying the status of the installation and the VM's management IP. With this change, after the devstack service finsihed, the login prompt will look like this: OpenStack VM - Installed by DevStack Management IP: 10.219.3.108 Devstack run: SUCCEEDED DevStackOSDomU login: This helps people to log in to their system. Change-Id: Idd6bbd5faf9ced5618cd3e95191bfc3b89473fa2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index adc9fd18e516..c2fb94453d42 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit adc9fd18e516885f972be675ac1e5fa0f826fdf1 +Subproject commit c2fb94453d42813358c0afab6628df4a95c0620b From cbc2c04139afa60737c8dcb8a4957c17931f4af1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 16:18:52 +0000 Subject: [PATCH 00469/18836] Updated openstack/openstack Project: openstack-dev/devstack df8410c387034bec1b82c8f9d9fd949967f7080b null Setup user and endpoints for Savanna * create savanna user with admin role for auth token checks * create service data_processing * create savanna endpoint * use savanna user for auth token checks It's needed for running tempest tests. Change-Id: Iff26960746e36012c275f43c0de0dedcaebc8b0a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c2fb94453d42..df8410c38703 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c2fb94453d42813358c0afab6628df4a95c0620b +Subproject commit df8410c387034bec1b82c8f9d9fd949967f7080b From 299262c66ecfb56c319e88f22641cfe48d18fe11 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 18:24:04 +0000 Subject: [PATCH 00470/18836] Updated openstack/openstack Project: openstack/oslo.messaging 0d6d8588050df4135ccdd28575826982a955e1ae null Replace data structures' attribute with six module In Python 3, some data structures' attribute is different in Python 2. See http://pythonhosted.org/six/#object-model-compatibility This is change mapping: six Python 2 Python 3 six.next(it) it.next() next(it) six.iterkeys(dict) dict.iterkeys() dict.keys() six.itervalues(dict) dict.itervalues() dict.values() Implements: blueprint make-python3-compatible Change-Id: Ida48f39ff230860feee7305b93b134c625a21663 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 2278ce0b95cc..0d6d8588050d 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 2278ce0b95cc2d3c5fe5adae3a3055126a5b368f +Subproject commit 0d6d8588050df4135ccdd28575826982a955e1ae From ec1906fb0f5e5d5802c19d39dda99bc92f8aa869 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 18:24:05 +0000 Subject: [PATCH 00471/18836] Updated openstack/openstack Project: openstack/oslo.messaging 9798825811ad75711e15856f44ee3336805aa48e null Unify different names between Python2 and Python3 Some modules have different names in Python2 and Python3. This patch make them compatible with Python 3. * Use six.moves.filter instead of itertools.ifilter() in Python 2. * Use common.py3kcompat.urlutils instead of urllib and urlparse. Change-Id: Ia27ebf6057d91d0e129fbe90f995cfdaa89efa8a --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 0d6d8588050d..9798825811ad 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 0d6d8588050df4135ccdd28575826982a955e1ae +Subproject commit 9798825811ad75711e15856f44ee3336805aa48e From 9d3f3772da095bc10e5606fae91cb8e858851770 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 18:24:06 +0000 Subject: [PATCH 00472/18836] Updated openstack/openstack Project: openstack/oslo.messaging 77c319d9a996fbc34a57df138ac759791383f30d null Avoid creating qpid connection twice in initialization In current logic, class impl_qpid.Connnection constructor calls method connection_create twice indirectly. Let us avoid this. Change-Id: I7618cf3506d857579dc37b338690d05179ba272d --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 9798825811ad..77c319d9a996 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 9798825811ad75711e15856f44ee3336805aa48e +Subproject commit 77c319d9a996fbc34a57df138ac759791383f30d From 3d509e63a719b1590371b7e2eac3943226ce65de Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 18:24:51 +0000 Subject: [PATCH 00473/18836] Updated openstack/openstack Project: openstack/glance 5069130e4e8b789ef4cb389017868050301ca007 null RBD add() now returns correct size if given zero If the RBD store add() is provided with image_size of zero, it will calculate based on data provided and return the new size. Change-Id: I06375bcfef7808905b466432e5ca100c942297eb Closes-bug: 1256044 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5229f820a38d..5069130e4e8b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5229f820a38df670e4548701dbd9368d6a498771 +Subproject commit 5069130e4e8b789ef4cb389017868050301ca007 From 1087911d2711505a34f2123f224f14db22eaf319 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 18:24:54 +0000 Subject: [PATCH 00474/18836] Updated openstack/openstack Project: openstack/glance b7e40b2162b3a9d6ffde09c5fe6c559ef0428eff null Remove TestRegistryDB dependency on TestRegistryAPI TestRegistryDB does not set up the sqlalchemy db it uses with the db models. These tests only pass when run in conjunction with TestRegistryAPI because that test case does set up the db. TestRegistryDB should set up the DB as it needs to. Fixes bug 1247629 Change-Id: Ib0629634e567e1fb9b98dac50025f5309cd4efec --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5069130e4e8b..b7e40b2162b3 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5069130e4e8b789ef4cb389017868050301ca007 +Subproject commit b7e40b2162b3a9d6ffde09c5fe6c559ef0428eff From 6b13d9a92e9a8ba1d325684d91713ef78a90a25a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 18:30:45 +0000 Subject: [PATCH 00475/18836] Updated openstack/openstack Project: openstack/glance 82e13e2c43979ba789463cd16b13a0e820fd35ed null Refactor StorageQuotaFull test cases in test_quota There were two test cases in test_quota that shared the same name, but did almost the same thing. After a bit of digging, it looked like most of the test cases did the almost same thing, so I refactored the common bits and fixed the test case name duplication. Partial-Bug: #1259036 Change-Id: I828eea570d358d98520c7201454c03ba174a35ad --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b7e40b2162b3..82e13e2c4397 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b7e40b2162b3a9d6ffde09c5fe6c559ef0428eff +Subproject commit 82e13e2c43979ba789463cd16b13a0e820fd35ed From 374c89f23bb86dfebe8f14b10bbbe31b0329606a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 19:03:15 +0000 Subject: [PATCH 00476/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 365ef9093f5351fed514415aab8d98217b3ee50e null Use select-mirror in devstack-gate The select-mirror logic has grown more complex, but devstack-gate's mirror selection has not kept up. Instead of duplicating, just reuse the existing script. This change depends on: https://review.openstack.org/59196 https://review.openstack.org/58153 Change-Id: Icbc240b83961834083f6044b30abb7f1d7321306 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 323c5a66b7d0..365ef9093f53 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 323c5a66b7d04640592fc879c84be60ba7891d44 +Subproject commit 365ef9093f5351fed514415aab8d98217b3ee50e From 681990cf513ee77d8f8402c593f38eddc6b795e9 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 4 Dec 2013 17:20:28 -0600 Subject: [PATCH 00477/18836] Updated openstack/openstack Project: openstack-dev/devstack 2ac8b3f3c2ebe586802d7789cf152b13fe0d0497 null Fix a couple of INI whitespace bugs * iniset() bails if no section or option (attribute) is supplied * merge_config_file() properly skips lines with only whitespace * Also split the ini-tests into their own script Bug 1257954 Change-Id: Ie31c5bd0df8dfed129fbcf1e37228aaf25e9305d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index df8410c38703..2ac8b3f3c2eb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit df8410c387034bec1b82c8f9d9fd949967f7080b +Subproject commit 2ac8b3f3c2ebe586802d7789cf152b13fe0d0497 From 610d2a46db393669724dd0356592bb944dd2d72c Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Mon, 9 Dec 2013 13:39:56 +0000 Subject: [PATCH 00478/18836] Updated openstack/openstack Project: openstack/python-troveclient bbc9f049d7ea72a7abc391dedfef687fa8651da9 null Updates tox.ini to use new features Reasons: - tox update v1.6 Changes: - tox 1.6 allows us to skip the sdist step, which is slow. - It also allows us to override the install line. In this case, it's important as it allows us to stop getting pre-release software we weren't asking for. Original patch by Monty Taylor, talked about here: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html Change-Id: I3d857f8ef19b49e0a09b50a9eda7121b28329532 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index e725a9ae3348..bbc9f049d7ea 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit e725a9ae3348f195812c149ba6ed9444e4ac3480 +Subproject commit bbc9f049d7ea72a7abc391dedfef687fa8651da9 From e0c062732b0fd58742e1c37d53ac52d42f44f92b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 20:38:26 +0000 Subject: [PATCH 00479/18836] Updated openstack/openstack Project: openstack-dev/devstack a46750197b2ff130ca1474244523c74d687b7760 null Assign unique name to each fake nova-compute Without a unique name, the scheduler (and anything else, really) will consider each of these nova-compute processes as being one and the same, so only one entry in the services table, only one hypervisor seen by the scheduler, etc. Assigning unique names lets us simulate an arbitrary amount of nova-computes which is very handy for benchmarking the scheduler. Change-Id: Ie03aad81bd2a8e73b876a9eae934bc00bf2f71e9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2ac8b3f3c2eb..a46750197b2f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2ac8b3f3c2ebe586802d7789cf152b13fe0d0497 +Subproject commit a46750197b2ff130ca1474244523c74d687b7760 From 99859136f2f90d7d530fcac96303cc5aeb7eddc5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 20:38:28 +0000 Subject: [PATCH 00480/18836] Updated openstack/openstack Project: openstack/glance ab257fb761cc33d5d022ec33cc364dbb6df5ce39 null Added error logging for http store http store logs an error message when the remote location fails to return the image, returns invalid status or if it exceeds maximum redirects Change-Id: I43c74395bc4632a97761ae4c11474bfeb823c85a Closes-Bug: #1257234 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 82e13e2c4397..ab257fb761cc 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 82e13e2c43979ba789463cd16b13a0e820fd35ed +Subproject commit ab257fb761cc33d5d022ec33cc364dbb6df5ce39 From 7c0a7a52829f1f858bb5c8120d91895eb24d1f82 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Dec 2013 23:54:03 +0000 Subject: [PATCH 00481/18836] Updated openstack/openstack Project: openstack/python-troveclient 7499015e510fbd8f900581fabafdc586b097ab3c null Updates .gitignore to ignore *.egg* Reasons: - pbr-*.egg* is created during tox testing - To ignore any package being generated in future Changes: - *.egg* is added in .gitignore - python_troveclient.egg* is removed as *.egg* takes care of this too. Change-Id: Ib66bdca8d8d632e88e22cc533d7591613b87123b Closes-Bug: #1259221 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index bbc9f049d7ea..7499015e510f 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit bbc9f049d7ea72a7abc391dedfef687fa8651da9 +Subproject commit 7499015e510fbd8f900581fabafdc586b097ab3c From 1035eac638b28d43c9afbd2a0a2e1655989192f1 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 9 Dec 2013 11:34:57 -0800 Subject: [PATCH 00482/18836] Updated openstack/openstack Project: openstack/requirements 3c3e44a4aed5bcbe7762e2da67999905ef6e95f7 null Add django_openstack_auth to projects It should participate in requirements sync. Change-Id: Ie692b052d8d64e3ba6e9fdfab26782378a9f33bc --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7945ab46defe..3c3e44a4aed5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7945ab46defedc7d7e1675bfbcaf0da8b22ed7a6 +Subproject commit 3c3e44a4aed5bcbe7762e2da67999905ef6e95f7 From 6a31371a952d71edc51ba8f733e1c9373ecace85 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Dec 2013 00:19:00 +0000 Subject: [PATCH 00483/18836] Updated openstack/openstack Project: openstack/python-swiftclient 1f3ab4b41a9448b350301e0483ce26d21e60744b null Skip sniffing and reseting if retry is disabled Bypass sniffing entirely if retries has been disabled. Fix bug #1216981 Change-Id: I593bdc56ca139af5a7f2ca2783ef2de2a96c94fb Signed-off-by: Yuan Zhou --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index b0f794800ce3..1f3ab4b41a94 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit b0f794800ce3545d2295caf79cb2d9badd4676dc +Subproject commit 1f3ab4b41a9448b350301e0483ce26d21e60744b From 02628026fd8556766a722da26f5d2c08589cdf11 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Dec 2013 03:47:30 +0000 Subject: [PATCH 00484/18836] Updated openstack/openstack Project: openstack/glance 1bea78fd9ebcd3d3c4b07f8d38076c0cd9d5b23d null Glance image-list failed when image number exceed DEFAULT_PAGE_SIZE The root cause of the problem is that DB2 does not allow an empty string ('') for datetime field. So we set the default value of datetime as None. Fixes bug 1245947 Change-Id: Ie372efe70a068024298fbde4574e33e565cc6c9a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ab257fb761cc..1bea78fd9ebc 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ab257fb761cc33d5d022ec33cc364dbb6df5ce39 +Subproject commit 1bea78fd9ebcd3d3c4b07f8d38076c0cd9d5b23d From 1f4b07390f16234c1a53bd1f45336c77d19cab25 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Dec 2013 06:33:36 +0000 Subject: [PATCH 00485/18836] Updated openstack/openstack Project: openstack/glance 1f51bfbeb3fae953ff33e430987dc896a50ecb75 null Tests added for glance/cmd/cache_cleaner.py Integration test test_cache_cleaner_main added to cover chain of calls between glance/cmd/cache_cleaner.py and glance/image_cache module. Unit test test_cache_cleaner_main_runtime_exception_handling added to cover exception handling for main() method of cache_cleaner.py Change-Id: Ic05f35dd3f0a93d4331ccb5e470cdb71d9eab605 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1bea78fd9ebc..1f51bfbeb3fa 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1bea78fd9ebcd3d3c4b07f8d38076c0cd9d5b23d +Subproject commit 1f51bfbeb3fae953ff33e430987dc896a50ecb75 From 0c39ecbd523248c20675f19a1d9761ff10618404 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Mon, 9 Dec 2013 10:33:53 -0800 Subject: [PATCH 00486/18836] Updated openstack/openstack Project: openstack/swift 038878b1a4eeb8ec94faf3a6285b43beb49a190c clarify the current state of the DiskFile API --- swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift b/swift index 1f4ec235cdfd..038878b1a4ee 160000 --- a/swift +++ b/swift @@ -1 +1 @@ -Subproject commit 1f4ec235cdfd8c868f2d6458532f9dc32c00b8ca +Subproject commit 038878b1a4eeb8ec94faf3a6285b43beb49a190c From 06a1aa7997a5b9a83423627ac646089624eb15ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Dec 2013 10:48:23 +0000 Subject: [PATCH 00487/18836] Updated openstack/openstack Project: openstack/glance 8498e26e51397d8abb24e447952ee5b8258da12a null Enforce copy_from policy during image-update The enforcement of the copy_from policy is missing during update allowing every user to do this action no matter what is defined in the policy.json Change-Id: Iecf11bdf220b37d9ecbb6fc686214d14acf1d3dd Closes-bug: #1259241 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1f51bfbeb3fa..8498e26e5139 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1f51bfbeb3fae953ff33e430987dc896a50ecb75 +Subproject commit 8498e26e51397d8abb24e447952ee5b8258da12a From 49e141b35ff6de09a22e48a8d39eebe227af0144 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 00:18:49 +0000 Subject: [PATCH 00488/18836] Updated openstack/openstack Project: openstack/oslo.messaging db45e3be9f89473c95ef56593bb6ed9667052e47 null Updated from global requirements Change-Id: I79a5e54f094fc219d1f5f12745811c3824966309 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 77c319d9a996..db45e3be9f89 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 77c319d9a996fbc34a57df138ac759791383f30d +Subproject commit db45e3be9f89473c95ef56593bb6ed9667052e47 From 7727ae43d0e388ee518fc8457ee5b2980c4f01fc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Dec 2013 15:24:06 +0000 Subject: [PATCH 00489/18836] Updated openstack/openstack Project: openstack-dev/devstack 39807f461683fd3dfa87c4ea432cf48f1e70ee49 null XenAPI: Increase DomU's memory Devstack has been increasing in complexity, and if we use too much of our memory it can lead to fragmentation which in turn causes a DomU error and a failure of random tests. Change-Id: Ide9cc84625caed4e35a64a47ee1e92a6cd567651 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a46750197b2f..39807f461683 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a46750197b2ff130ca1474244523c74d687b7760 +Subproject commit 39807f461683fd3dfa87c4ea432cf48f1e70ee49 From fe2675b42455e27fc373e05d4dc33e9c066ebb0e Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 10 Dec 2013 08:30:09 -0800 Subject: [PATCH 00490/18836] Updated openstack/openstack Project: openstack/requirements 0e8862e958813a031fe7398440e8a3866b42a8e4 null Pin Sphinx to <1.2 1.2 was just released and has a bug that causes builds to fail with the error: error: 'source_dir' must be a directory name (got `...doc/source`) See: http://bugs.python.org/issue19570 and: https://bitbucket.org/birkenfeld/sphinx/pull-request/193/builddoc-shouldnt-fail-on-unicode-paths/diff Change-Id: I0487b4eca8f2755b882689289e3cdf429729b1fb --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3c3e44a4aed5..0e8862e95881 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3c3e44a4aed5bcbe7762e2da67999905ef6e95f7 +Subproject commit 0e8862e958813a031fe7398440e8a3866b42a8e4 From bf0612a5bb9d055e8beff2baa1de682ef668ea62 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Dec 2013 17:37:58 +0000 Subject: [PATCH 00491/18836] Updated openstack/openstack Project: openstack/glance 63ab7f0ae601b9cdcef2964ae20c51c31a4f63a2 null Remove duplicate method __getitem__ in quota/__init__.py Fixes bug 1259477 Change-Id: I19446881a5e23f0f72e0e383b3330ce851277f89 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8498e26e5139..63ab7f0ae601 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8498e26e51397d8abb24e447952ee5b8258da12a +Subproject commit 63ab7f0ae601b9cdcef2964ae20c51c31a4f63a2 From 6b2940a23e64bc73c37e0c648aec065394318f22 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Tue, 10 Dec 2013 11:43:59 +0200 Subject: [PATCH 00492/18836] Updated openstack/openstack Project: openstack/python-heatclient 89282eb2eb7686217ffd29c991631c462f077447 null Replace inheritance hierarchy with composition In the process of unification of the clients code we should use composition to allow easier replacement with common HTTPClient. Related to blueprint common-client-library-2 Change-Id: I1e4ec379e1f6289ed26a5a3157917d3d20a36bd6 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 4a4f9a69e54c..89282eb2eb76 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 4a4f9a69e54c84f8de3ae0d83187cd19499e4a40 +Subproject commit 89282eb2eb7686217ffd29c991631c462f077447 From 0c2514caf7df83e6531ba55c22f36768ad3f8646 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Dec 2013 21:25:43 +0000 Subject: [PATCH 00493/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 9e06327193e2aa23b488c3c566f13acd3f03de87 null Bump grenade master to use stable/havana. Now that we have cut Havana it is time to move on and use it (instead of Grizzly) for forward facing Icehouse testing. This is holding up Nova migration compaction at the moment. Change-Id: Ib64dafbd3aeb968fb71752a5a26fad105045f5f8 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 365ef9093f53..9e06327193e2 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 365ef9093f5351fed514415aab8d98217b3ee50e +Subproject commit 9e06327193e2aa23b488c3c566f13acd3f03de87 From 5c3c3839d376a1eae423ab19f7f5382510ca24fb Mon Sep 17 00:00:00 2001 From: Denis Makogon Date: Tue, 10 Dec 2013 18:49:20 +0200 Subject: [PATCH 00494/18836] Updated openstack/openstack Project: openstack/python-troveclient 69c865695f388141bcbf645e57771bcb3fcdb491 null Ignore fewer PEP8/flake8 rules Reasons: - code should be pythonicaly clean, that is why number of ignored rules should reduced Changes: - E125, F811, H102, H103, F201, H23, H302, F841, H301, H702, H703 rules are now enabled Change-Id: Ibf4025162244d3c2f1278b49a76ec1527a729042 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 7499015e510f..69c865695f38 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 7499015e510fbd8f900581fabafdc586b097ab3c +Subproject commit 69c865695f388141bcbf645e57771bcb3fcdb491 From 382daf7042826bc14313c109e92af0df51e1c5a2 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 22:21:52 +0000 Subject: [PATCH 00495/18836] Updated openstack/openstack Project: openstack/python-novaclient 71a9ac78a430b09567b50583bf74596d4b84f8c0 null Updated from global requirements Change-Id: I071601a07d74711828dc961b646dc066262698da --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 861fec2ed3c9..71a9ac78a430 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 861fec2ed3c9d3897ba0833e19656707fbe0c459 +Subproject commit 71a9ac78a430b09567b50583bf74596d4b84f8c0 From 7e69c18ed8de48688c9dd8f8474306b0bf629394 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 23:45:49 +0000 Subject: [PATCH 00496/18836] Updated openstack/openstack Project: openstack/python-openstackclient c645049c24340b49b30e5a41ba4566a2d2a9a3d0 null Updated from global requirements Change-Id: I065a67d560efca0907da9fcaa8d5ce4712dfa2c1 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index facdc8704e1b..c645049c2434 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit facdc8704e1bc552937657466529e41bc1b4120d +Subproject commit c645049c24340b49b30e5a41ba4566a2d2a9a3d0 From 576fe60b316da0ded1976e60bcb91d8a10fe692d Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Tue, 10 Dec 2013 13:58:57 -0800 Subject: [PATCH 00497/18836] Updated openstack/openstack Project: openstack/python-keystoneclient fd9673bd6a4a9acfccd1175826519a13a1036378 null Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2 Sync the global requirements to pin sphinx. This addresses an issue where Sphinx 1.2 is not building documents correctly and causing check/gate to fail. Change-Id: I92af6481d2fdfaea6eda4eaffb0388eeaea8cb9f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 49eb40ecf19c..fd9673bd6a4a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 49eb40ecf19cddd2dd2e193bc2ca0187c6965708 +Subproject commit fd9673bd6a4a9acfccd1175826519a13a1036378 From 27e64517a3724edd5199f8f145a1be9d3331e0f2 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Tue, 10 Dec 2013 14:06:45 -0800 Subject: [PATCH 00498/18836] Updated openstack/openstack Project: openstack/swift ddd8c7358dc6ba285f2f330998f97655575a5676 null Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2 Sync the global requirements to pin sphinx. This addresses an issue where Sphinx 1.2 is not building documents correctly and causing check/gate to fail. We also had to adjust the pip command used. Change-Id: I8894c0199db845e90e5086a7c0e6bb7c7a26b5a0 --- swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift b/swift index 038878b1a4ee..ddd8c7358dc6 160000 --- a/swift +++ b/swift @@ -1 +1 @@ -Subproject commit 038878b1a4eeb8ec94faf3a6285b43beb49a190c +Subproject commit ddd8c7358dc6ba285f2f330998f97655575a5676 From 02828ebed3c12718abe74dd5c97c5f37b9184258 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 00:19:00 +0000 Subject: [PATCH 00499/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 419c27fdff45a16dffbe72e738886e64fcc976ae null Updated from global requirements Change-Id: Ib7f6bee2eec3d3f98b50b275838c4525148afc31 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 35e20cbfb27b..419c27fdff45 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 35e20cbfb27b7df86a88ca6f106ee4d690fb2679 +Subproject commit 419c27fdff45a16dffbe72e738886e64fcc976ae From 4c046b74c1eea7abf300616b7ccfd6874c4ef689 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Dec 2013 03:57:36 +0000 Subject: [PATCH 00500/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 581265448cf40caddb71678a52335f8f0f49d45d null Properly handle Regions in keystoneclient Region name is taken as a parameter but is ignored in all communication with the service catalog. Currently region can be stored in the token data and then requests to url functions will return the appropriate region. This is the wrong approach because there is nothing specific to the token (or auth_data) that is region specific. Instead region information should be held by the client. Closes-Bug: 1147530 Closes-Bug: 1255992 Change-Id: I812aa89c8b4af28e294e63926a7f88e8246fffc5 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index fd9673bd6a4a..581265448cf4 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit fd9673bd6a4a9acfccd1175826519a13a1036378 +Subproject commit 581265448cf40caddb71678a52335f8f0f49d45d From a6f5012447ec77f8b389a144d6c30d18bf828b38 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 00:16:40 +0000 Subject: [PATCH 00501/18836] Updated openstack/openstack Project: openstack/django_openstack_auth ac3ac2d91841d5174fc1cbdf18e02350e8e9d09f null Updated from global requirements Change-Id: Idca967cc3e818774cbcf22da3670dfbf428f9e13 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index db9f18c76ccb..ac3ac2d91841 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit db9f18c76ccb03ebd514b46a5056b401cc6d3628 +Subproject commit ac3ac2d91841d5174fc1cbdf18e02350e8e9d09f From 89615581e315406e6af2108055b36f5fa78de4eb Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Mon, 9 Dec 2013 14:54:09 +0000 Subject: [PATCH 00502/18836] Updated openstack/openstack Project: openstack/python-novaclient 06b28391e7ba6a2e1852ed3c5f246f3043f27e85 null Updates tox.ini to use new features tox 1.6 allows us to skip the sdist step, which is slow. This does that. It also allows us to override the install line. In this case, it's important as it allows us to stop getting pre-release software we were not asking for. Original patch by Monty Taylor, talked about here: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html Change-Id: Iddf85d33b57f256d72756b516c23492e9600bedc --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 71a9ac78a430..06b28391e7ba 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 71a9ac78a430b09567b50583bf74596d4b84f8c0 +Subproject commit 06b28391e7ba6a2e1852ed3c5f246f3043f27e85 From db3d77dbd722b996fee0c29217858b2e702e5b08 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 11 Dec 2013 08:46:03 -0800 Subject: [PATCH 00503/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 1680ce3b3cd3fd519f12676c5d6f9e900c4c812b null Have tox install via setup.py develop tox 1.6 was released, which means that we can now take advantage of the feature we added to it - which is using setup.py develop to install the code into the virtualenv. The logic was taken from run_tests.sh - so the performance issues around using tox vs. using install_venv should now be gone. Additionally, override the tox pip install command to avoid using the "--pre" option which is the default in tox. "--pre" means "Include pre-release and development versions." By default, pip will only install stable versions of software, and that is the behavior we want. Change-Id: Ida5e440d1bdb9f8e9031277ea53a02d2ef171438 Co-Authored-By: Monty Taylor --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index ac3ac2d91841..1680ce3b3cd3 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit ac3ac2d91841d5174fc1cbdf18e02350e8e9d09f +Subproject commit 1680ce3b3cd3fd519f12676c5d6f9e900c4c812b From 49642b75b146f0adebde53a90f2b836db3302062 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Dec 2013 18:37:51 +0000 Subject: [PATCH 00504/18836] Updated openstack/openstack Project: openstack/python-novaclient dc1aeac79a214ad8cfe9306fc004bde11aae86a7 null Adds a --show option to the image-create subcommand Prints info about the new image when --show is used with the image-create subcommand. Change-Id: Id1fba67df9ff86cb1bbda3e241d1d03e01afbe2c Closes-Bug: 1248128 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 06b28391e7ba..dc1aeac79a21 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 06b28391e7ba6a2e1852ed3c5f246f3043f27e85 +Subproject commit dc1aeac79a214ad8cfe9306fc004bde11aae86a7 From 1f5bdd045fbbcc7ebeeda139f2e602b24e2fac54 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Dec 2013 18:37:53 +0000 Subject: [PATCH 00505/18836] Updated openstack/openstack Project: openstack/python-novaclient 726e46ef973244c9baac7966a8d429fd4ed2707b null Fix docstring on novaclient Something like this: 1. Modify "`Image` to add metadata to" to ""`Image` to delete metadata" on delete_meta() 2. Modify "The security group to delete" to "The security group to update" on update() 3. Remove the "password" from the description on update() Change-Id: I0120d84cc263d4eb58b692a5eb6f20ca0ef8264d Closes-Bug: #1258461 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index dc1aeac79a21..726e46ef9732 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit dc1aeac79a214ad8cfe9306fc004bde11aae86a7 +Subproject commit 726e46ef973244c9baac7966a8d429fd4ed2707b From bda59ab14e8c33b42eb7567fdc81c0e78c3a52cb Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Wed, 11 Dec 2013 10:46:16 +0000 Subject: [PATCH 00506/18836] Updated openstack/openstack Project: openstack/python-troveclient e728b04379a536c819c4836833970705d51c77bc null Changes trove_client.client.HTTPClient to trove_client.HTTPClient Reasons: - trove shell is not working. - troveclient.client is now imported as trove_client but while calling the method it has been called as trove_client.client Changes: - Changes trove_client.client.HTTPClient to trove_client.HTTPClient in troveclient/v1/client.py Change-Id: I12b0a0d9792f69ad04a17c36a8de134f233afc85 Closes-Bug: #1259882 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 69c865695f38..e728b04379a5 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 69c865695f388141bcbf645e57771bcb3fcdb491 +Subproject commit e728b04379a536c819c4836833970705d51c77bc From 8840043677931bcc709e92ba83f9b6b563c55fe3 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 00:19:05 +0000 Subject: [PATCH 00507/18836] Updated openstack/openstack Project: openstack/python-cinderclient 1cfd71c776a1519dbc97886433164a4b69abbe7f null Updated from global requirements Change-Id: I53edc66fe4d112ee6f341aa39943630a74c08a87 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 8fc5ae480eaf..1cfd71c776a1 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 8fc5ae480eafffc7e1bea046ad9b8e06350b008e +Subproject commit 1cfd71c776a1519dbc97886433164a4b69abbe7f From e86911ec4324274912bf55bcd34146b44055b7c7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Dec 2013 22:46:02 +0000 Subject: [PATCH 00508/18836] Updated openstack/openstack Project: openstack/python-novaclient 011884a13782d74e5af77b1a0b441317ba04ed17 null Enables E711,E721,E712 pep8 rules Updates tox.ini to reduce ignored rules. Updates novaclient/v1_1/shell.py and novaclient/v3/shell.py for E712 violation. Change-Id: Ibfd6a4ed19835e65cc9e27873699c31a801e99a8 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 726e46ef9732..011884a13782 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 726e46ef973244c9baac7966a8d429fd4ed2707b +Subproject commit 011884a13782d74e5af77b1a0b441317ba04ed17 From 960c5b7a333f17e8f7aa18f59b6c719096c9af34 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 00:33:12 +0000 Subject: [PATCH 00509/18836] Updated openstack/openstack Project: openstack-dev/devstack 732e3d489ef4cdd3fba1b095201468f59fd1f0d0 null Workaround Cinder "wishlist" bug 1255593 for multi-backend volume_clear Cinder currently only applies the volume_clear setting from the DEFAULT section of cinder.conf if you're using a single backend. The Cinder team has determined this is a 'wishlist' item to propagate volume_clear to each backend, but it does impact usability and performance. To improve the performance of running Tempest with multi-backends in the gate, workaround the bug in devstack. Related-Bug: #1255593 Change-Id: Ia0ff5422f53eeda9a3ac4336eefec3b9bdea6da2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 39807f461683..732e3d489ef4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 39807f461683fd3dfa87c4ea432cf48f1e70ee49 +Subproject commit 732e3d489ef4cdd3fba1b095201468f59fd1f0d0 From 655b83be75899587f3d2a3948f80e7f18951e29b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 23:44:49 +0000 Subject: [PATCH 00510/18836] Updated openstack/openstack Project: openstack/oslo.config 73d60b3771efe8c734ac68e99b96ea1645be101e null Updated from global requirements Change-Id: Ib90882a1b17b75a042fb8832e6b49d32d43c5cd4 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 03930e319655..73d60b3771ef 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 03930e31965524cb90279b5d9e793c6825791b54 +Subproject commit 73d60b3771efe8c734ac68e99b96ea1645be101e From ab012f77fa0290413339b2837f1b88202a147813 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 06:44:49 +0000 Subject: [PATCH 00511/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a79ef414cd8b500bfa96b747bd197a3e04f3e841 null allow configdrive vs. metadata server to be configured this gives us control of the config drive settings in devstack so that we can force it off, to ensure that we are using the metadata server instead for configuring the guests. Needed because neutron does some extra clever things with the metadata server setup which got broken because we were defaulting to config drive in all the runs. Depends-On: Ic2acb568b55a05b84120b181383ea45ea190dcad Change-Id: Ib203bb0c812939f32b36731464b18566a187c85a --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 9e06327193e2..a79ef414cd8b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 9e06327193e2aa23b488c3c566f13acd3f03de87 +Subproject commit a79ef414cd8b500bfa96b747bd197a3e04f3e841 From b0a468b5b476f71eba43390add8a641d8e23c56c Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 00:19:09 +0000 Subject: [PATCH 00512/18836] Updated openstack/openstack Project: openstack/python-glanceclient c1563a75e41575b76d707b70f34560f8314b97fa null Updated from global requirements Change-Id: Icb2526c2b9f300430b1a2b84189a0a3646bca627 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index cd7f2cbd79df..c1563a75e415 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit cd7f2cbd79df54ea41d9a075d904efc82bdcb440 +Subproject commit c1563a75e41575b76d707b70f34560f8314b97fa From a929c656f267a564afa0b3b8a8e2cfbf36b1cde0 Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Wed, 11 Dec 2013 15:00:29 -0500 Subject: [PATCH 00513/18836] Updated openstack/openstack Project: openstack/python-neutronclient 19e18422b17455b97904801352ba42212009f13a null Pin Sphinx to <1.2 in test-requirements Sphinx was pinned to <1.2 in neutron requirements and we also need to pin sphinx in neutronclient test-requirements. Change-Id: I923cd19b3c28f9784a746243a5b3f76f7c38524c --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 6d7d677f3eaa..19e18422b174 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 6d7d677f3eaad2152dfc1210056bbe59e69ce92a +Subproject commit 19e18422b17455b97904801352ba42212009f13a From 89a1a6ae8285747d67ee5ffa6bf26987dfd3775b Mon Sep 17 00:00:00 2001 From: Chang Bo Guo Date: Tue, 10 Dec 2013 15:52:03 -0800 Subject: [PATCH 00514/18836] Updated openstack/openstack Project: openstack-dev/pbr 7eceab8aa1dfb2b83b225eceb7be632c830cd3fd null Pin sphinx to <1.2 There is a bug in sphinx 1.2 that breaks doc builds. See requirements commit 0e8862e958813a031fe7398440e8a3866b42a8e4 for details. Related-Bug: 1259511 Change-Id: I4a13685c4efe6ea80ef69e879bb2adc104fa564f --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 31833080e011..7eceab8aa1df 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 31833080e011115b639ceb2016e5a19c90fafa2f +Subproject commit 7eceab8aa1dfb2b83b225eceb7be632c830cd3fd From 867f91eb6e9e672a41d9503e415aef1bf618c45e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 08:48:56 +0000 Subject: [PATCH 00515/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6d069cbd697cd38018b062302d1f57c0f5e44044 null update documentation with specific of rax setup because I spent way too long figuring this out, here is the patch to describe what the various settings need to be to make this work with rax cloud and upstream nova-client. Change-Id: I7de5d18ff3d850507103ef5f896e79e0ab1c39b4 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a79ef414cd8b..6d069cbd697c 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a79ef414cd8b500bfa96b747bd197a3e04f3e841 +Subproject commit 6d069cbd697cd38018b062302d1f57c0f5e44044 From c12446f5be4f838465cfc57b308c230f26b8edbe Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Wed, 11 Dec 2013 16:17:16 -0800 Subject: [PATCH 00516/18836] Updated openstack/openstack Project: openstack/python-swiftclient 50ad1e0b14b93873cbab6f0f7a8cc70da23bd36f null Fix Sphinx version issue Change-Id: Ib72ebf210486972538f5d2ef7eb225d57f84eeac --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 1f3ab4b41a94..50ad1e0b14b9 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 1f3ab4b41a9448b350301e0483ce26d21e60744b +Subproject commit 50ad1e0b14b93873cbab6f0f7a8cc70da23bd36f From 5ddd8ef28d7e30b6d014519de29211db658d1af1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 08:48:58 +0000 Subject: [PATCH 00517/18836] Updated openstack/openstack Project: openstack/python-swiftclient 38ae02928ddc72a1d8ed5a36c3de0eaa69111c32 null Fixes python-swiftclient debugging message Appends the container's name to the URL displayed, to be used to replay the queries with curl. Replaying the curl commands displayed by "swift --debug list " now works properly. Example: $ swift --debug list test-container ... DEBUG:swiftclient:REQ: curl -i http://10.0.48.134:8080/v1/AUTH_6c554b8dd3d74e44878eddb92caf8687/test-container?format=json -X GET -H ... ... Change-Id: I7ec33d185fedc44a529c016d38f841fde39d20d0 Closes-Bug: #1238612 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 50ad1e0b14b9..38ae02928ddc 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 50ad1e0b14b93873cbab6f0f7a8cc70da23bd36f +Subproject commit 38ae02928ddc72a1d8ed5a36c3de0eaa69111c32 From 82f4be66f472b7a1180815f940f405d87473646b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 08:58:50 +0000 Subject: [PATCH 00518/18836] Updated openstack/openstack Project: openstack-dev/devstack c6d96fa296e7a85c298df202e5ffd745b62a5365 null Qemu emulator requires at least 128MB of memory to boot on ppc64 The default nano and micro flavors need more memory to boot on ppc64. New flavors are 128MB and 256MB, respectively. Trailing spaces removed, again. Change-Id: Ic6740bda959754380982e67f753876dc6d984685 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 732e3d489ef4..c6d96fa296e7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 732e3d489ef4cdd3fba1b095201468f59fd1f0d0 +Subproject commit c6d96fa296e7a85c298df202e5ffd745b62a5365 From 1bcc8cb10e982b584fd59a7eab609796271715eb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 09:31:35 +0000 Subject: [PATCH 00519/18836] Updated openstack/openstack Project: openstack-dev/devstack 78411958fd086acc0270c2380dd61f03ebd1f451 null Added keystone auth port to the nova config Added the $KEYSTONE_AUTH_PORT to the keystone_authtoken section of the create_nova_conf function. This is required as without it nova doesn't communicate to the keystone server. Generating an "Unauthorised (HTTP 401)" page when acceesing /admin/. Change-Id: Ibf4d9d1c21081a1e3de4ea765f4db6de5fbdb237 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c6d96fa296e7..78411958fd08 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c6d96fa296e7a85c298df202e5ffd745b62a5365 +Subproject commit 78411958fd086acc0270c2380dd61f03ebd1f451 From 9adac9ec6ddceb5c1fe7f1757a0c0d1af084d450 Mon Sep 17 00:00:00 2001 From: "Mark J. Washenberger" Date: Wed, 11 Dec 2013 15:03:11 -0800 Subject: [PATCH 00520/18836] Updated openstack/openstack Project: openstack/glance 9edcf16604cefcbee6b0651b407391d016302af2 null Pin sphinx to <1.2 Change-Id: I582ba0dbaa884783c7e7e3a5907410f6aaa80934 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 63ab7f0ae601..9edcf16604ce 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 63ab7f0ae601b9cdcef2964ae20c51c31a4f63a2 +Subproject commit 9edcf16604cefcbee6b0651b407391d016302af2 From b649242125ae0e1776752953b94550f5a9efd0aa Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 10 Dec 2013 23:44:54 +0000 Subject: [PATCH 00521/18836] Updated openstack/openstack Project: openstack/oslo.messaging 33202134bdb4c31f99a2d9a49ad2660122c0b979 null Updated from global requirements Change-Id: Iec5cac6baeba71e6724fd6270f3d5dd87f1e730d --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index db45e3be9f89..33202134bdb4 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit db45e3be9f89473c95ef56593bb6ed9667052e47 +Subproject commit 33202134bdb4c31f99a2d9a49ad2660122c0b979 From 0ce9db8cd83e58c89dd30a6ea5a89c19b692d41c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 18:09:56 +0000 Subject: [PATCH 00522/18836] Updated openstack/openstack Project: openstack/python-troveclient 1724271ccb36c5d71f420477a8dd05b9273f3a0d null Add -U to pip install command in tox.ini Ask pip to upgrade packages in the virtualenv so that a long-lived virtualenv is still kept up to date as external dependencies change. Change-Id: Id1e83aa5dd7c39d4827baeb39827b0ddeb8b6d4a --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index e728b04379a5..1724271ccb36 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit e728b04379a536c819c4836833970705d51c77bc +Subproject commit 1724271ccb36c5d71f420477a8dd05b9273f3a0d From 55d814bc83a2149ce80395a71836b106a75150c3 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 12 Dec 2013 18:09:57 +0000 Subject: [PATCH 00523/18836] Updated openstack/openstack Project: openstack/python-troveclient 176f4b6498291b802f6a73c3bc29bf42f0b9ff15 null Updated from global requirements Change-Id: Ibca24abb665e28ebcb2010d036467c3cec7c7541 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 1724271ccb36..176f4b649829 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 1724271ccb36c5d71f420477a8dd05b9273f3a0d +Subproject commit 176f4b6498291b802f6a73c3bc29bf42f0b9ff15 From 4217fb54acaceb1edd5a6423e1a69ef7d643a6be Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 18:29:46 +0000 Subject: [PATCH 00524/18836] Updated openstack/openstack Project: openstack/python-troveclient 30c174840b01babb74a6805ef9da85252ccc7b5a null Fixed misspellings of common words Fixed misspelling of common words found by the 'misspellings' tool. Closes-Bug: #1257531 Change-Id: Ic6bedbce3a242d6e1340ecc442d29605af8be9a4 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 176f4b649829..30c174840b01 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 176f4b6498291b802f6a73c3bc29bf42f0b9ff15 +Subproject commit 30c174840b01babb74a6805ef9da85252ccc7b5a From a2ae007ec21eecbdcc6bc7e164c145540a1195e3 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Wed, 11 Dec 2013 11:25:58 +0100 Subject: [PATCH 00525/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 7fa59bda16d9721c61fa214ee809938e123158f1 null Improve description of some commands Change description of sample-list and statistics commands to not refer to the meter as "this meter(s)". Change-Id: Ib8301361f43f8e08ef9975a609548afffba1ba41 Closes-Bug: #1259853 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 419c27fdff45..7fa59bda16d9 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 419c27fdff45a16dffbe72e738886e64fcc976ae +Subproject commit 7fa59bda16d9721c61fa214ee809938e123158f1 From aee7c2093f50b9ed6abc501a18efd4cc59976879 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 19:29:12 +0000 Subject: [PATCH 00526/18836] Updated openstack/openstack Project: openstack-dev/devstack ae3f3356267ed1afad498ff78704636a15eecec6 null Fix the amount of workers spawned for non proxies We were running as auto so swift would spawn a lot of processes consuming memory and CPU which are not really neeeded in a devstack env (and bad for the jenkins vm). Closes-Bug: 1259548 Change-Id: I6b5266186168fe99568dda5453b436c2f9cfedb3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 78411958fd08..ae3f3356267e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 78411958fd086acc0270c2380dd61f03ebd1f451 +Subproject commit ae3f3356267ed1afad498ff78704636a15eecec6 From 913369042045ef77473614cfdfcb631239246d53 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 19:31:12 +0000 Subject: [PATCH 00527/18836] Updated openstack/openstack Project: openstack/python-troveclient 186cec44d1e31c3769b3b031ccf7b1fec97ee09d null Fixes trove help command Reason: - trove help output misplaces the position of " ..." from bottom to top. - This behavior is because of formatting done to Print positionals before optionals. Changes: - Sequence fixed in trove help output. Change-Id: I8aff2eec9f915a7ec1960b67ee7ba8423624aad6 Closes-Bug: #1260332 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 30c174840b01..186cec44d1e3 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 30c174840b01babb74a6805ef9da85252ccc7b5a +Subproject commit 186cec44d1e31c3769b3b031ccf7b1fec97ee09d From 60935508dbe160ddcffb02146911287a7633f4b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 19:47:03 +0000 Subject: [PATCH 00528/18836] Updated openstack/openstack Project: openstack/python-cinderclient 1c3c79b19e07fce542ca1a49ea194ff9437bca64 null Reset-state and snapshot-reset-state for multiple objects This allows a user to call reset-state or snapshot-reset-state on a list of objects. The behavior is modeled after a similar change to delete multiple volumes. $ cinder reset-state good_volume good_volume_2 Error behavior is as follows: One success/one failure: $ cinder reset-state good_volume asdf Reset state for volume asdf failed: No volume with a name or ID of 'asdf' exists. One failure: $ cinder reset-state asdf ERROR: Reset state for volume asdf failed: No volume with a name or ID of 'asdf' exists. Two failures: $ cinder reset-state asdf qwert Reset state for volume asdf failed: No volume with a name or ID of 'asdf' exists. Reset state for volume qwert failed: No volume with a name or ID of 'qwert' exists. ERROR: Unable to reset the state for any of the specified volumes. Related-Bug: 1241941 Closes-Bug: 1256069 Change-Id: Id0a36fb7de0d69be0dac98ea04e4708775250b7a --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 1cfd71c776a1..1c3c79b19e07 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 1cfd71c776a1519dbc97886433164a4b69abbe7f +Subproject commit 1c3c79b19e07fce542ca1a49ea194ff9437bca64 From a1306d680f1d33ba779abc2103ebab326d18e72e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 19:47:05 +0000 Subject: [PATCH 00529/18836] Updated openstack/openstack Project: openstack/python-cinderclient b6f9364f54bec2bf096fa9c79095212aa46142cb null Fix broken argument name in v2 volume extend routine The new_size attribute was misspelled, causing the volume extend operation to fail with: ERROR: 'Namespace' object has no attribute 'new_size' This happens only with the v2 API, v1 works fine. Change-Id: Icb6b5008dad229f21e7906d9b5342d41f5e760cd Closes-Bug: #1259552 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 1c3c79b19e07..b6f9364f54be 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 1c3c79b19e07fce542ca1a49ea194ff9437bca64 +Subproject commit b6f9364f54bec2bf096fa9c79095212aa46142cb From d2e960454c5a289bfc248062c2f04468050c7d38 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 20:55:41 +0000 Subject: [PATCH 00530/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 011950efc2d8b388b02bce35812f19c942bd1e81 null Updates tox.ini to use new features tox 1.6 allows us to skip the sdist step, which is slow. This does that. It also allows us to override the install line. In this case, it's important as it allows us to stop getting pre-release software we weren't asking for. Original patch by Monty Taylor, talked about here: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html Change-Id: Idcc32f7191df85eaac35f4f07256847b677b27fe --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 7fa59bda16d9..011950efc2d8 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 7fa59bda16d9721c61fa214ee809938e123158f1 +Subproject commit 011950efc2d8b388b02bce35812f19c942bd1e81 From 56ede40370fb242182fc5937c1cc3239e3c5662a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Dec 2013 20:55:43 +0000 Subject: [PATCH 00531/18836] Updated openstack/openstack Project: openstack-dev/devstack faaa9bc118c54e5c0c0a330de3555205b68996d8 null Define Q_L3_ENABLED=True for MidoNet plugin Change-Id: Iabf7a5ff2e53b1822a327600da9acac8cf6a59f7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ae3f3356267e..faaa9bc118c5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ae3f3356267ed1afad498ff78704636a15eecec6 +Subproject commit faaa9bc118c54e5c0c0a330de3555205b68996d8 From 1f0e2702b999b050df7c99b9161320bfb7605940 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Dec 2013 00:40:10 +0000 Subject: [PATCH 00532/18836] Updated openstack/openstack Project: openstack-dev/devstack 965991cdfa30cb3f9459333b011f0f6836f5324d null Adds python2 to general packages to be installed devstack works only for python2 python3 will break the install. This commit adds python2 to the general dependencies of ubuntu Change-Id: I7721ff85a63f635ff798407a5ee1d6766405c683 Closes-Bug: #1188215 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index faaa9bc118c5..965991cdfa30 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit faaa9bc118c54e5c0c0a330de3555205b68996d8 +Subproject commit 965991cdfa30cb3f9459333b011f0f6836f5324d From 8623d609037648e5d2f84d7b58141c1f9b008442 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Dec 2013 02:03:18 +0000 Subject: [PATCH 00533/18836] Updated openstack/openstack Project: openstack-dev/devstack 7f285840dda144088908b3d274d431d9a3a42bae null Neutron/NVP plugin: fix 'ip link' usage Closes-bug: #1258141 Change-Id: Id26eca6c3174a108d1822440956ab7f66cc3ebd3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 965991cdfa30..7f285840dda1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 965991cdfa30cb3f9459333b011f0f6836f5324d +Subproject commit 7f285840dda144088908b3d274d431d9a3a42bae From 85070c1cf3d3899d7bf81f6f20c2f26a448814d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Dec 2013 02:58:28 +0000 Subject: [PATCH 00534/18836] Updated openstack/openstack Project: openstack/python-novaclient d10f7007b97e1b24ef2fb7ef506d1e039abe6667 null Remove the release.rst file It has not been updated in a long time and does not seem to be used Closes-Bug: #1257295 Change-Id: Ie798cc5e6c64db6afcaf22102c74e8be12d3c6a2 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 011884a13782..d10f7007b97e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 011884a13782d74e5af77b1a0b441317ba04ed17 +Subproject commit d10f7007b97e1b24ef2fb7ef506d1e039abe6667 From ea01c7c628ae5d31a026a552c62ee8e7d246d4a6 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 12 Dec 2013 14:27:47 +0100 Subject: [PATCH 00535/18836] Updated openstack/openstack Project: openstack/requirements dd43194703817ab19b8760d541300814a3a33ee1 null Add oslo.rootwrap to global requirements Per-project rootwraps (cinder-rootwrap, nova-rootwrap, neutron-rootwrap) are being replaced by the common oslo-rootwrap (oslo.rootwrap package). As a first step in the migration, oslo.rootwrap needs to get installed as a runtime dependency. Change-Id: I90d5ca8504855edac8a09492203100ba7f708d80 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0e8862e95881..dd4319470381 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0e8862e958813a031fe7398440e8a3866b42a8e4 +Subproject commit dd43194703817ab19b8760d541300814a3a33ee1 From 1849b7d9cfd7e0ea1b0605d198c4639c96b17b9b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Dec 2013 07:46:01 +0000 Subject: [PATCH 00536/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 53c1c419df9a2832e6edf0a3c0e16d6877d3db14 null Allow commit title messages to end with a period. Match what we have in keystone (http://git.io/BNnRcw) Closes-Bug: 1259488 Change-Id: I6baa0504b9df1f5094df1249d7d902f2188fd95a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 581265448cf4..53c1c419df9a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 581265448cf40caddb71678a52335f8f0f49d45d +Subproject commit 53c1c419df9a2832e6edf0a3c0e16d6877d3db14 From d132e4b03ab9cfc9a22e449729b57fbfccb3ea87 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Dec 2013 07:46:50 +0000 Subject: [PATCH 00537/18836] Updated openstack/openstack Project: openstack/glance e117e128e2985ca72a72fe2a3de7ca858dd68fb5 null Replace startswith by more precise store matching Currently a source is considered valid if it only starts with a specific set of word. For example swift is a valid location scheme, so is swiftpe or swiftopenstack with the current implementation. This commit compare the scheme of the location - all of it - to a given set of supported schemes Change-Id: Ie827c3c3f36fbf958a1270039cab28d4c5fc4fe1 Closes-Bug: #1257496 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9edcf16604ce..e117e128e298 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9edcf16604cefcbee6b0651b407391d016302af2 +Subproject commit e117e128e2985ca72a72fe2a3de7ca858dd68fb5 From dbd19c9146a596d5a57af3b11457f3025a51de9f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Dec 2013 08:04:36 +0000 Subject: [PATCH 00538/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ef0f14b2d57b0399c6d59fdde3b96b695e00ea5c null Adding an option to use qpid instead of rabbit or zeromq Patch 1/2 rabbit and zeromq doesn't work very well on power, and there's no option to pass to Jenkins to use qpid (which works fine on power) Change-Id: Iaf2dc45130e525bf3e2e23395e5e7c8c9fa29e1b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6d069cbd697c..ef0f14b2d57b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6d069cbd697cd38018b062302d1f57c0f5e44044 +Subproject commit ef0f14b2d57b0399c6d59fdde3b96b695e00ea5c From 86fdef6d8042b7f6fb1043a5c8827eebf7477b90 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Dec 2013 11:46:02 +0000 Subject: [PATCH 00539/18836] Updated openstack/openstack Project: openstack/glance d43284c11013c0e1523fa8a0733cd108a2277aa1 null Fix simple-db image filtering on extra properties This fixes a bug in simple DB that causes filtering of images based on extra-properties to fail. The current code works only when an image has no extra-properties or exactly one. The current test suite doesn't include a test that tries to filter images based on more than one extra-property. Also, added both functional and unit tests to test image list with filters using more than one extra-property. Fixes bug: 1259227 Change-Id: I4c0d294585235dacbf154bf0df5d1e7c4a172cdd --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e117e128e298..d43284c11013 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e117e128e2985ca72a72fe2a3de7ca858dd68fb5 +Subproject commit d43284c11013c0e1523fa8a0733cd108a2277aa1 From a7e3a1df6ae5fd9367264896c3839fa9e58a7506 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Thu, 12 Dec 2013 13:18:11 +1100 Subject: [PATCH 00540/18836] Updated openstack/openstack Project: openstack/python-heatclient b14697ea3fada6e9f6725fa14e9c669beebd8875 null Add support for resource_types This adds the following commands: $ heat resource-type-list $ heat resource-type-show Change-Id: Ifa70da5bc56a5f2979697a9ce2c41fa9a5c1f947 Closes-bug: #1260130 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 89282eb2eb76..b14697ea3fad 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 89282eb2eb7686217ffd29c991631c462f077447 +Subproject commit b14697ea3fada6e9f6725fa14e9c669beebd8875 From eea514dcc1fc7eb2672d13f01afb5e48e669f412 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Wed, 27 Nov 2013 18:09:17 +0000 Subject: [PATCH 00541/18836] Updated openstack/openstack Project: openstack/python-troveclient 30587ea4485e1f12c8116e7f3b26a08e3054409b null Updates README with new trove help options Reasons: - trove help section is an old one. Changes: - Updates the trove help section. - Updates Command-line API options with the latest options. - Updates shell.py for typos. Closes-Bug: #1255613 Change-Id: If992d1a68a331ba50de06326b16ee86734abe52b --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 186cec44d1e3..30587ea4485e 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 186cec44d1e31c3769b3b031ccf7b1fec97ee09d +Subproject commit 30587ea4485e1f12c8116e7f3b26a08e3054409b From 7ebba84ecfbd9621cb1f08cb4ba7544fa99f3962 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Dec 2013 23:18:08 +0000 Subject: [PATCH 00542/18836] Updated openstack/openstack Project: openstack-dev/devstack 2403943d6a04f5705d89c37f74008e95e806434c null Eradicate last of underscores in options The --ip_range in stack.sh remains due to nova-manage needing to be fixed. (Rebased 05Dec2013) Change-Id: Ic0f93d41b6edfdc5deb82ae820e2c0c5a8bce24e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7f285840dda1..2403943d6a04 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7f285840dda144088908b3d274d431d9a3a42bae +Subproject commit 2403943d6a04f5705d89c37f74008e95e806434c From 5ede4cd944ca26cc4a1664d56deb047d5aa81aff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 01:00:58 +0000 Subject: [PATCH 00543/18836] Updated openstack/openstack Project: openstack/glance aa67b518618c72cc4ecd908e61928e5d0bbd4a07 null assertEquals is deprecated, use assertEqual instead Change-Id: Ie67c4c84eb74d7ed27b3c6c253239aaa1aff4862 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d43284c11013..aa67b518618c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d43284c11013c0e1523fa8a0733cd108a2277aa1 +Subproject commit aa67b518618c72cc4ecd908e61928e5d0bbd4a07 From 17999969cb98aa20f9c7cfb9888ba13ce86de17c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 02:23:18 +0000 Subject: [PATCH 00544/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a85afa87d880ba9252a16368e8b8b1e2cfe805eb null Sync with latest module from oslo - This add a few bugfixes for py3 support. Change-Id: Ieb73d5f799423fa8abf71634c86601ba6d32df2f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 53c1c419df9a..a85afa87d880 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 53c1c419df9a2832e6edf0a3c0e16d6877d3db14 +Subproject commit a85afa87d880ba9252a16368e8b8b1e2cfe805eb From bd578ff742b8b5cbc4150305923615fe8c9f35ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 02:26:59 +0000 Subject: [PATCH 00545/18836] Updated openstack/openstack Project: openstack/python-novaclient 65f9b9b61ea2af5c3f9f20e3f81a69a470ac26c1 null Allow graceful shutdown on Ctrl+C Currently it prints a stacktrace and exits. This patch makes it print a message and exit gracefully. Closes-Bug: #1256732 Change-Id: I59ae8d09be43cd3e56dbe9bed4f6f328377dcc13 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d10f7007b97e..65f9b9b61ea2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d10f7007b97e1b24ef2fb7ef506d1e039abe6667 +Subproject commit 65f9b9b61ea2af5c3f9f20e3f81a69a470ac26c1 From 396c1a5b9915056f1ee51769a442f309f3462911 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 04:20:08 +0000 Subject: [PATCH 00546/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 74c57be4e8e88f2ac6eb0513c788494a9c88af34 null Encode exception on ceilometer-client for UnicodeDecodeError Current ceilometer client did not handle output exception which is encoded, this patch implements the shell encoding for exception output. Change-Id: I3cddb277868e39765eccd68dc256f07e15a4207b --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 011950efc2d8..74c57be4e8e8 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 011950efc2d8b388b02bce35812f19c942bd1e81 +Subproject commit 74c57be4e8e88f2ac6eb0513c788494a9c88af34 From 29b69b4f3715a3c2f3068fd7a12a5371579d6182 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 06:03:42 +0000 Subject: [PATCH 00547/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 30883dd16a9974fb23115f6fc6c010136652a1fd null Python3: replace urllib by six.moves.urllib This makes the code compatible with both Python 2 and 3. Change-Id: I721a5567842f2df6ce2a8af501787204daba3082 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a85afa87d880..30883dd16a99 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a85afa87d880ba9252a16368e8b8b1e2cfe805eb +Subproject commit 30883dd16a9974fb23115f6fc6c010136652a1fd From 80a44041c60c9d721a84585bae5fc77b448deda2 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Fri, 13 Dec 2013 13:38:55 +0100 Subject: [PATCH 00548/18836] Updated openstack/openstack Project: openstack/requirements 6cbf9104a0d26f95cfe5cdd7d86ee76f5d485ba1 null HTTPretty: update to 0.7.1 The 0.7.1 release has a fix for the parse_querystring function, which raised a TypeError on Python 3.3. See: https://github.com/gabrielfalcao/HTTPretty/commit/5c6e776 This helps fix some tests on Python3.3 in python-keystoneclient. Change-Id: If14a0afe9d42602e978377d6f6ee830affe0cc41 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index dd4319470381..6cbf9104a0d2 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit dd43194703817ab19b8760d541300814a3a33ee1 +Subproject commit 6cbf9104a0d26f95cfe5cdd7d86ee76f5d485ba1 From ac2d44d3ac04c68ac3ced56f977abb1d780a4c49 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 09:25:06 +0000 Subject: [PATCH 00549/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 58c9c61598ef96a23016fc219a1fe36ead6b88b1 null Don't save mysql logs Currently a full tempest run produces 600MiB of _compressed_ log data, of which 324MiB are mysql logs. This is because devstack configures the mysql slow query log to log every query. This seems like an excessive level of debugging for the gate, so lets not save those logs. Change-Id: Ib4cdfc929b93b289916295ff365a46979555a574 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ef0f14b2d57b..58c9c61598ef 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ef0f14b2d57b0399c6d59fdde3b96b695e00ea5c +Subproject commit 58c9c61598ef96a23016fc219a1fe36ead6b88b1 From 6c027219e9099038d2238e97d28964230fe15586 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 09:37:38 +0000 Subject: [PATCH 00550/18836] Updated openstack/openstack Project: openstack/python-swiftclient 0ae2b58f2dcb7eda076ddfc22b67d721d274e2bb null Enable usage of proxies defined in environment (http(s)_proxy). As far as proxies usage is concerned, keystone-client API and swift-client API behave differently because the former uses python Request library while the latter uses raw httplib. As a result, Keystone authentication honors environment variables http_proxy, https_proxy and no_proxy while Swift doesn't. This patch, which code is mainly borrowed from Python Requests, makes Swift data connections and Swift authentication connections behaving homogeneously. Change-Id: Ic8a0089c35c458d7ed96e572e22429014298fe4c --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 38ae02928ddc..0ae2b58f2dcb 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 38ae02928ddc72a1d8ed5a36c3de0eaa69111c32 +Subproject commit 0ae2b58f2dcb7eda076ddfc22b67d721d274e2bb From 2fd1cceb716fcd1ee1de1b32a8045d6d34a43c69 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 14:44:33 +0000 Subject: [PATCH 00551/18836] Updated openstack/openstack Project: openstack-dev/devstack 998cc16a8d8be65725c328aff97b8f4d4f0708a8 null Handle the case of pipe char in value for iniset iniset did not handle the case of "|" in the value to be injected. Fix this by replacing | with \000 (NULL). Fixes bug #1258050 Change-Id: I8882c2f3f177ebdfa0c66270dbbc7fd50f30b065 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2403943d6a04..998cc16a8d8b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2403943d6a04f5705d89c37f74008e95e806434c +Subproject commit 998cc16a8d8be65725c328aff97b8f4d4f0708a8 From d2569b72819f151531c54341d6658cb4d7c1b680 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 14:49:43 +0000 Subject: [PATCH 00552/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 59a3566e718353af15268c17ea31da76b7a04aa8 null Update .gitignore Remove files we don't generate in the sources. Closes-Bug: #1255876 Change-Id: I27f09156876f9a86071b29835688c9860e7d5107 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 74c57be4e8e8..59a3566e7183 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 74c57be4e8e88f2ac6eb0513c788494a9c88af34 +Subproject commit 59a3566e718353af15268c17ea31da76b7a04aa8 From cd0afa6fa3b62a688b1a68eb47db4360d5a9ea14 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 14:49:45 +0000 Subject: [PATCH 00553/18836] Updated openstack/openstack Project: openstack/glance 92fc2776343b1daa7169be3d8e2e41bb5e0d62b5 null Fix and enable gating on H702 Formatting operations should be outside of localization, otherwise translation lookup will never find a translated string as a match. This also fixes H701 alongway. Change-Id: I6708e0f5b11841b18ba9042ac4958643f91396dd --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index aa67b518618c..92fc2776343b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit aa67b518618c72cc4ecd908e61928e5d0bbd4a07 +Subproject commit 92fc2776343b1daa7169be3d8e2e41bb5e0d62b5 From 27eceebb175421bdd5db2383445299b13bb27ae9 Mon Sep 17 00:00:00 2001 From: Chang Bo Guo Date: Tue, 10 Dec 2013 04:44:43 -0800 Subject: [PATCH 00554/18836] Updated openstack/openstack Project: openstack-dev/pbr 00fbbd128c50fba75c7cfe6829a1fa8ca8240a14 null Fix typos in documents Fix typos detected by toolkit misspellings. * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Closes-Bug: #1257295 Change-Id: Ibb5917ab5af541a381630bd013b05d22badd4364 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 7eceab8aa1df..00fbbd128c50 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 7eceab8aa1dfb2b83b225eceb7be632c830cd3fd +Subproject commit 00fbbd128c50fba75c7cfe6829a1fa8ca8240a14 From c1f4d41ba72c2767cf4f92626e3664c7ce182615 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 17:16:17 +0000 Subject: [PATCH 00555/18836] Updated openstack/openstack Project: openstack/python-novaclient b1df922450094062ae9b9b0588cf258fa605a592 null Enables H306 pep8 rules Updates tox.ini to reduce ignored rules. Updates code for H306 violation. Change-Id: I9beea02510a1122afb55ad3df3b37f770fe05134 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 65f9b9b61ea2..b1df92245009 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 65f9b9b61ea2af5c3f9f20e3f81a69a470ac26c1 +Subproject commit b1df922450094062ae9b9b0588cf258fa605a592 From 93eddad59ed8bcbccf7c476e9e6ad70d2714a9d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 18:10:13 +0000 Subject: [PATCH 00556/18836] Updated openstack/openstack Project: openstack/python-novaclient 02074d5d4df1b1f5cbe989ef429b1df683721994 null Enables H403 pep8 rules Updates tox.ini to reduce ignored rules. Updates code for H403 violation. Change-Id: Iee7b34a27c62ce8cb0f26166b3c16e3386e2fecd --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b1df92245009..02074d5d4df1 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b1df922450094062ae9b9b0588cf258fa605a592 +Subproject commit 02074d5d4df1b1f5cbe989ef429b1df683721994 From 57a54602b31a962d33b03639a518b71d3fc56f2b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Dec 2013 23:23:03 +0000 Subject: [PATCH 00557/18836] Updated openstack/openstack Project: openstack/python-neutronclient 39b15671f8e33e3d9eafe73648ee771c7eedb1d5 null Add -U to pip install command in tox.ini Ask pip to upgrade packages in the virtualenv so that a long-lived virtualenv is still kept up to date as external dependencies change. Change-Id: I0256cf4cc3aa7675956762dcf056e2709d36813a --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 19e18422b174..39b15671f8e3 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 19e18422b17455b97904801352ba42212009f13a +Subproject commit 39b15671f8e33e3d9eafe73648ee771c7eedb1d5 From 1873434c73b9887ccf10d0fb06a8efe1a57bd8cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 15 Dec 2013 18:18:53 +0000 Subject: [PATCH 00558/18836] Updated openstack/openstack Project: openstack-dev/devstack d15512431b0db98314e1e97a5420744b45128426 null Allow heat tests to use already uploaded test image If $HEAT_FETCHED_TEST_IMAGE is set then tempest is configured to use the image named $HEAT_FETCHED_TEST_IMAGE for any orchestration tests which require an image. Fallback to checking $HEAT_CREATE_TEST_IMAGE and invoking diskimage-builder if necessary. The intent is to use Fedora 20 as the test image for gating since this image has heat-cfntools already installed. Change-Id: I177ae091a641ba99fd4c618e30a39c5148ae617f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 998cc16a8d8b..d15512431b0d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 998cc16a8d8be65725c328aff97b8f4d4f0708a8 +Subproject commit d15512431b0db98314e1e97a5420744b45128426 From 94bec79bc0f207f58860ecbd78086969bffc36f6 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 15 Dec 2013 23:42:59 +0000 Subject: [PATCH 00559/18836] Updated openstack/openstack Project: openstack/python-heatclient 201668fe0590f3cac332c791dc858fcb61ef41e3 null Updated from global requirements Change-Id: I1a4a15eb557cd0d3810738a2cec7fbe22b41ba33 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b14697ea3fad..201668fe0590 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b14697ea3fada6e9f6725fa14e9c669beebd8875 +Subproject commit 201668fe0590f3cac332c791dc858fcb61ef41e3 From 1c100b2ac85bbdf1b16ee0d488820b27598bd4cc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 15 Dec 2013 23:53:35 +0000 Subject: [PATCH 00560/18836] Updated openstack/openstack Project: openstack/python-heatclient bc11c74fe0dfad0e426d4c0eeb334a18846f3984 null Updates tox.ini to use new features Reasons: - tox update v1.6 Changes: - tox 1.6 allows us to skip the sdist step, which is slow. - It also allows us to override the install line. In this case, it's important as it allows us to stop getting pre-release software we weren't asking for. Original patch by Monty Taylor, talked about here: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html Change-Id: Ib51796afbfdffb5a879046ca1b94a55b1f6ef6f1 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 201668fe0590..bc11c74fe0df 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 201668fe0590f3cac332c791dc858fcb61ef41e3 +Subproject commit bc11c74fe0dfad0e426d4c0eeb334a18846f3984 From dc779c40caf4e82f548d9802c401b60af6b4058d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Dec 2013 02:06:36 +0000 Subject: [PATCH 00561/18836] Updated openstack/openstack Project: openstack/python-heatclient b4476d7590f230febeff3153d9acf32710f3a7cd null Deprecate mox in favor of mox3 Instead of having to use both mox and mox3, just pick mox3. Change-Id: I98fde1a748da97db2a8e6ac99d5354b44edb1c28 Signed-off-by: Chuck Short --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index bc11c74fe0df..b4476d7590f2 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit bc11c74fe0dfad0e426d4c0eeb334a18846f3984 +Subproject commit b4476d7590f230febeff3153d9acf32710f3a7cd From dd01ab9ab29f8d7e3723f6384533fda603ac6153 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Dec 2013 03:28:13 +0000 Subject: [PATCH 00562/18836] Updated openstack/openstack Project: openstack-dev/devstack ec16d0ffd5e780eefe69848134fb7b402bb2707d null Fixed check method of $USE_GET_PIP '[[ -n "$USE_GET_PIP" ]]' always TRUE because $USE_GET_PIP is '0' or '1'. Change-Id: I73c4c6befe2126882ef21991b2a3fe712b2ac388 Closes-Bug: #1259824 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d15512431b0d..ec16d0ffd5e7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d15512431b0db98314e1e97a5420744b45128426 +Subproject commit ec16d0ffd5e780eefe69848134fb7b402bb2707d From deda481f16828a476fa06a49e7af7e5a759de08d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Dec 2013 04:01:16 +0000 Subject: [PATCH 00563/18836] Updated openstack/openstack Project: openstack/glance f54de77ee5cee25e9626f668332f0f852f5308f4 null Remove unused exceptions Removed the exception classes in the following because not referenced anywhere. -MissingArgumentError -NotAuthorized Change-Id: I9f8d8e865447d772a9c09141b96075620c6d1b07 Closes-Bug: #1259818 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 92fc2776343b..f54de77ee5ce 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 92fc2776343b1daa7169be3d8e2e41bb5e0d62b5 +Subproject commit f54de77ee5cee25e9626f668332f0f852f5308f4 From 94e24dc1945316e5a4c3205b65cdd8a90b622e32 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Dec 2013 09:02:09 +0000 Subject: [PATCH 00564/18836] Updated openstack/openstack Project: openstack/python-swiftclient 3580bd90d09568ffb2ffeb56f6160684171001e0 null Updates tox.ini to use new features tox 1.6 allows us to skip the sdist step, which is slow. This does that. It also allows us to override the install line. In this case, it's important as it allows us to stop getting pre-release software we were not asking for. Original patch by Monty Taylor, talked about here: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html Change-Id: Id751f7d5d40a80d348a5f5936539d9462b40b14b --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 0ae2b58f2dcb..3580bd90d095 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 0ae2b58f2dcb7eda076ddfc22b67d721d274e2bb +Subproject commit 3580bd90d09568ffb2ffeb56f6160684171001e0 From b836c7d1da12adba83e36834897ba8f9f33bb2c7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Dec 2013 10:29:18 +0000 Subject: [PATCH 00565/18836] Updated openstack/openstack Project: openstack/python-heatclient 619995a3b508ada07f9f454918598c3d9d3d4381 null Use jsonutils from oslo incubator Partial-Bug: #1261224 Change-Id: I9a1e4e661e11a423586869ca504c41028934f8de --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b4476d7590f2..619995a3b508 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b4476d7590f230febeff3153d9acf32710f3a7cd +Subproject commit 619995a3b508ada07f9f454918598c3d9d3d4381 From f052adfcd37984c0dbd5f5b610259ee733a2e380 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Dec 2013 21:45:26 +0000 Subject: [PATCH 00566/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8339aec3e86fde7c6e211ad26dd12892a8847e78 null Fix --debug handling in the shell This sets the debug level globally on root logger so that every debug calls are logged. Change-Id: Ia8d61f213b2bc6c4bcb1038e7ff6ac0104581b4b Closes-Bug: #1259210 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 30883dd16a99..8339aec3e86f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 30883dd16a9974fb23115f6fc6c010136652a1fd +Subproject commit 8339aec3e86fde7c6e211ad26dd12892a8847e78 From 3c9726ff60f34c9a32ae13be2d8666f8bc83375f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 00:40:02 +0000 Subject: [PATCH 00567/18836] Updated openstack/openstack Project: openstack-dev/devstack 6ef165cd7ae274b95eb46c8f5543726c4fcc811c null Make rejoin-stack.sh resume file logging if enabled This patch ensures that screen will resume logging to files after rejoin-stack.sh when SCREEN_LOGDIR is set. Change-Id: I4c3eae0df7755b700dd8acf4bf14b7e383372ca3 Closes-bug: 1192568 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ec16d0ffd5e7..6ef165cd7ae2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ec16d0ffd5e780eefe69848134fb7b402bb2707d +Subproject commit 6ef165cd7ae274b95eb46c8f5543726c4fcc811c From 5545c8952d8791708ba992c6af7dd4d996a49f19 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 01:31:53 +0000 Subject: [PATCH 00568/18836] Updated openstack/openstack Project: openstack-dev/devstack ba3c63640469e86a7a30032f76de455fc211fca7 null Support oslo-rootwrap in lib/cinder Make lib/cinder support both cinder-rootwrap (current case) and oslo-rootwrap (future case) to handle the Cinder transition towards oslo-rootwrap usage peacefully. Related blueprint: https://blueprints.launchpad.net/cinder/+spec/cinder-oslo-rootwrap Change-Id: I663986304bd74cb6d72d51c553540fb5f9db1d1d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6ef165cd7ae2..ba3c63640469 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6ef165cd7ae274b95eb46c8f5543726c4fcc811c +Subproject commit ba3c63640469e86a7a30032f76de455fc211fca7 From 6d5f9ed2dc40b6e246f1f6f85c42d454a80bd79e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 01:32:21 +0000 Subject: [PATCH 00569/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d22733174a6fccbe8b82601d20fbe88c7d8f9851 null Cover the tempest user in select_mirror * devstack-vm-gate-wrap.sh: Add the same mirror configuration for the tempest account as is set for root, jenkins and stack users. Closes-Bug: #1260371 Change-Id: I9be4bdfb9d8d1966e8ddfbeaec75c98e475026e6 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 58c9c61598ef..d22733174a6f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 58c9c61598ef96a23016fc219a1fe36ead6b88b1 +Subproject commit d22733174a6fccbe8b82601d20fbe88c7d8f9851 From 6cc19b700c8da3bf8fe8c4fd64eb858ca45497fb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 01:34:01 +0000 Subject: [PATCH 00570/18836] Updated openstack/openstack Project: openstack/glance 45dcdfb529f73023a20e291a5a62e3e516ab3b52 null Enable tasks REST API for async worker - add REST API layer for async worker(tasks) to support tasks operations. - update to include sparse task for tasks.index - add domain proxies for handling authorization, policy enforce, notification while processing task requests. - add Task domain entity and TaskFactory to create new Task domain entity objects. - add integration test for testing tasks api Co-authored-by: Fei Long Wang Partially implement blueprint async-glance-workers Change-Id: I072cbf351c06f59a7702733b652bfa63e5abbaa6 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f54de77ee5ce..45dcdfb529f7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f54de77ee5cee25e9626f668332f0f852f5308f4 +Subproject commit 45dcdfb529f73023a20e291a5a62e3e516ab3b52 From 66ef1b3fa7603023febcafc584e5d3c900e8e7b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 03:54:07 +0000 Subject: [PATCH 00571/18836] Updated openstack/openstack Project: openstack/python-cinderclient 78a09e94d316656702b0ac0191fb385e0e8430bb null Updates tox.ini to use new features Reasons: - tox update v1.6 Changes: - tox 1.6 allows us to skip the sdist step, which is slow. - It also allows us to override the install line. In this case, it's important as it allows us to stop getting pre-release software we weren't asking for. Original patch by Monty Taylor, talked about here: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html Change-Id: I8a8fdd420eceb5b702e7d9eedd8b5be341d3f56e --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index b6f9364f54be..78a09e94d316 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit b6f9364f54bec2bf096fa9c79095212aa46142cb +Subproject commit 78a09e94d316656702b0ac0191fb385e0e8430bb From 2cb6ab38b7a4957359eedd57cf7407fdffbc0092 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 05:02:35 +0000 Subject: [PATCH 00572/18836] Updated openstack/openstack Project: openstack/glance 59d149aad7fea3b91e9fb25d21fa5de5e41f8fee null Forbidden update message diffs images/tasks/member On an forbidden update, the message returned to the user is not tied to the type of object modified by the operation. For example: a forbidden image member update will return `You are not permitted to modify 'status' on this image.` instead of image_member. This patch fixes the issue for images, image members and tasks. Change-Id: Ie9774807f0190a517a619aeb56c1398741ac4407 Closes-Bug: #1250228 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 45dcdfb529f7..59d149aad7fe 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 45dcdfb529f73023a20e291a5a62e3e516ab3b52 +Subproject commit 59d149aad7fea3b91e9fb25d21fa5de5e41f8fee From 6461df19a9192ddf14e3d870b457e6b7b4252403 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Sat, 14 Dec 2013 16:33:29 +0800 Subject: [PATCH 00573/18836] Updated openstack/openstack Project: openstack/python-heatclient 992d6f5350952fc6501184b02c477134048952d6 null Supports bash_completion for heatclient bash_completion feature can improve CLI user experience, projects like nova, keystone, and cinder already support it. NOTE: this patch just provides simple functionality, which means cache for IDs and names is not used (like nova). Closes-Bug: #1260939 Change-Id: I327e884e1c5907c9ff6f31131c70aee659cca58e --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 619995a3b508..992d6f535095 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 619995a3b508ada07f9f454918598c3d9d3d4381 +Subproject commit 992d6f5350952fc6501184b02c477134048952d6 From dcddb7985579b166facb334b447886db9b12cee2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 07:14:51 +0000 Subject: [PATCH 00574/18836] Updated openstack/openstack Project: openstack/python-cinderclient a2b9bdd36c318ad6a5481f4fae789e5a7f8222dd null Discrepancy between README.rst and cinder help 1) --version in README should be --os-volume-api-version 2) CINDER_URL should be OS_AUTH_URL Change-Id: I409634f3025463f2ae9419ddd0d99fa50554a04d Closes-Bug: 1251385 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 78a09e94d316..a2b9bdd36c31 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 78a09e94d316656702b0ac0191fb385e0e8430bb +Subproject commit a2b9bdd36c318ad6a5481f4fae789e5a7f8222dd From f3755e5176892c95410046cc338731bfa03041f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 07:27:16 +0000 Subject: [PATCH 00575/18836] Updated openstack/openstack Project: openstack/glance 34c8b210c6af3d9fd53e0162ed2c175ee9337efd null Cleanly fail when location URI is malformed At the moment when a malformed URI is passed at either image creation or update Glance fails with an Error 500. This commit allows Glance to fails cleanly with a 400 BadStoreUri. Change-Id: Iffe9be3b65758d18c7e7f96b3ceb3399b9748b63 Closes-bug: #1257498 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 59d149aad7fe..34c8b210c6af 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 59d149aad7fea3b91e9fb25d21fa5de5e41f8fee +Subproject commit 34c8b210c6af3d9fd53e0162ed2c175ee9337efd From 2ad2a2af9bc63c0502f1aaebd1cab6c63836e027 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 07:27:22 +0000 Subject: [PATCH 00576/18836] Updated openstack/openstack Project: openstack/glance 06848e59c015a7af527d6af1d17c14c586206289 null V2: disallow image format update for active status The V2 API doesn't not allow empty `container_format` and `disk_format` when creating a new image. Currently, it is possible to update these properties after data have been saved to the image which is contradictory with the previous statement. This change disallows modifications of these properties for images with a status different than `queued`. Change-Id: I98c22197ba6d96470976718d48ac53748a19ffc6 Closes-Bug: #1249412 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 34c8b210c6af..06848e59c015 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 34c8b210c6af3d9fd53e0162ed2c175ee9337efd +Subproject commit 06848e59c015a7af527d6af1d17c14c586206289 From 634e3ff819390da214ae4708adfb26fc945cd600 Mon Sep 17 00:00:00 2001 From: Chris Yeoh Date: Wed, 4 Dec 2013 00:34:08 +1030 Subject: [PATCH 00577/18836] Updated openstack/openstack Project: openstack/python-novaclient 9329f435bfa555046c05bed8f73f02ace71c21a8 null Adds flavor support for Nova V3 API The first part of adding flavor support for the Nova V3 API (support for flavor-access API calls is still to come). Restructures v1_1 testcases so as much as possible so they can be reused for the V3 version of the tests. If it looks too ugly an alternative would be to just cut and paste the fakes and test from v1_1 to v3, which is simpler to understand but comes at the cost of duplicated code. The upside though is it would be much easier to remove v1_1/v2 support in the future. Partially implements blueprint v3-api Change-Id: Ic7cb3c43db02c07d37aea2675b310aaa50639c40 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 02074d5d4df1..9329f435bfa5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 02074d5d4df1b1f5cbe989ef429b1df683721994 +Subproject commit 9329f435bfa555046c05bed8f73f02ace71c21a8 From d47d6ea7684873d7c3281d2d72a8a9620afa1b23 Mon Sep 17 00:00:00 2001 From: Chris Yeoh Date: Wed, 4 Dec 2013 23:09:57 +1030 Subject: [PATCH 00578/18836] Updated openstack/openstack Project: openstack/python-novaclient 72b1862c97afbfc5bcd90a2568afc0c7aacf4d79 null Adds flavor access support for Nova V3 API Adds the remaining flavors support for the Nova V3 API. Partially implements blueprint v3-api Change-Id: I46cdec8999f74af37a9ca4280d123907124bad39 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9329f435bfa5..72b1862c97af 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9329f435bfa555046c05bed8f73f02ace71c21a8 +Subproject commit 72b1862c97afbfc5bcd90a2568afc0c7aacf4d79 From 21b973f977fa26b488bb6f01c93d36f509b99553 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Mon, 16 Dec 2013 16:18:01 +0100 Subject: [PATCH 00579/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 6c746f369173a6d944c48128b0822395f665364d null Fix alarm-combination-update operator argument Fix the shell argument for alarm-combination-update for operator. Change-Id: I4d04204213c8f17213adde2c02d8517b9565c0c3 Closes-Bug: bug #1260817 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 59a3566e7183..6c746f369173 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 59a3566e718353af15268c17ea31da76b7a04aa8 +Subproject commit 6c746f369173a6d944c48128b0822395f665364d From 49ac5f531d60c2ede9b82261866b730590f072d9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 09:08:59 +0000 Subject: [PATCH 00580/18836] Updated openstack/openstack Project: openstack-dev/devstack 5fc612bbf25f808567b360f2f946436bce16906d null Default to /24 prefix for floating IP range with neutron When running Tempest parallel tests with neutron, several long-running tests might create routers and floating IPs, which will result in IP allocations over the public network. Increasing the public network size should ensure tests do not fail due to IP address shortage; this patch also updates the public network gateway IP address. Related-Bug: 1253966 Change-Id: Ie075b3c4d14a07b06c42fd29b09770dd1972aa45 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ba3c63640469..5fc612bbf25f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ba3c63640469e86a7a30032f76de455fc211fca7 +Subproject commit 5fc612bbf25f808567b360f2f946436bce16906d From d98da279787de2a144bdd5e15c2e767c94c7a933 Mon Sep 17 00:00:00 2001 From: anusha-rayani-7 Date: Tue, 17 Dec 2013 03:55:01 -0500 Subject: [PATCH 00581/18836] Updated openstack/openstack Project: openstack/python-heatclient 9c232eaf7604b19550107a660bd830844020f08d null Misc typos in Heat client Closes-Bug: #1256000 Change-Id: I1f607dd2c0499c1824442542a17e17bef8a0f020 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 992d6f535095..9c232eaf7604 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 992d6f5350952fc6501184b02c477134048952d6 +Subproject commit 9c232eaf7604b19550107a660bd830844020f08d From b4616cada656925259ad6590c630f20ee990ca1a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 15:19:16 +0000 Subject: [PATCH 00582/18836] Updated openstack/openstack Project: openstack-dev/devstack b2d40cf18b997a8bee818c70e965974df56f063c null Add pip folder to ignore list Change-Id: I26da80b9e09774b9940d382a32cf69e75c61a527 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5fc612bbf25f..b2d40cf18b99 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5fc612bbf25f808567b360f2f946436bce16906d +Subproject commit b2d40cf18b997a8bee818c70e965974df56f063c From 54d43c31fab11265e0a2b79ba774b5fd8572fbc2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 15:31:33 +0000 Subject: [PATCH 00583/18836] Updated openstack/openstack Project: openstack-dev/devstack 19bff77d20dcc22cdfe403cdc35c19117ee51393 null Fix Issues in Marconi integration This patch fixes a couple of issues, that prevents marconi from running on devstack. Change-Id: I47060a0334ad6f90f1402b34c83bb6ad22f723d4 Closes-Bug: #1260820 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b2d40cf18b99..19bff77d20dc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b2d40cf18b997a8bee818c70e965974df56f063c +Subproject commit 19bff77d20dcc22cdfe403cdc35c19117ee51393 From 7ff6ee299101ab45e066597c1a9252e270c1e237 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 15:31:58 +0000 Subject: [PATCH 00584/18836] Updated openstack/openstack Project: openstack/python-novaclient 915442404fc560554d24d3c9435b20837ff825eb null Stop using deprecated keyring backends keyring.backend.* was deprecated in python-keyring 1.1 and we already require keyring 1.6.1. This also makes novaclient compatible with python-keyring 3.0 which removes the deprecated paths. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728470#10. Change-Id: I4919ac515e589fddc6044c0cd2f4cbc06c2ec91f Co-Authored-By: Sebastian Ramacher --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 72b1862c97af..915442404fc5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 72b1862c97afbfc5bcd90a2568afc0c7aacf4d79 +Subproject commit 915442404fc560554d24d3c9435b20837ff825eb From 555877a77fa5a9d8ee489c277c9f7900daa0a70f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 15:35:07 +0000 Subject: [PATCH 00585/18836] Updated openstack/openstack Project: openstack/python-novaclient 95afa98d14f6464ce688d615acfc7f5e8b64d53e null Adds agent support for Nova V3 API Adds support and tests for the os-agents extension for the Nova V3 API Partially implements blueprint v3-api Change-Id: I53f8a1cbab6f4dee10fb823bc51ae90baa97fa7a --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 915442404fc5..95afa98d14f6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 915442404fc560554d24d3c9435b20837ff825eb +Subproject commit 95afa98d14f6464ce688d615acfc7f5e8b64d53e From 81fbd9da36be9a2bda6e884205f8c5e84e3be945 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 15:42:02 +0000 Subject: [PATCH 00586/18836] Updated openstack/openstack Project: openstack/python-novaclient ffc479752a67e71415e46b67b5707c7d219dd160 null Remove commands not supported by Nova V3 API Remove commands which are no longer supported by the Nova V3 API and that we will definitely not be proxying to another service. Removes: - cloudpipe-list - cloudpipe-create - cloudpipe-configure - coverage-start - coverage-stop - coverage-report - coverage-reset Partially implements blueprint v3-api Change-Id: I366cd0233977c1b506d55de280188ecccda8188f --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 95afa98d14f6..ffc479752a67 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 95afa98d14f6464ce688d615acfc7f5e8b64d53e +Subproject commit ffc479752a67e71415e46b67b5707c7d219dd160 From 24d8a7ed6a413f22812eb9c7fefd10b4e885eb46 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 17:40:11 +0000 Subject: [PATCH 00587/18836] Updated openstack/openstack Project: openstack-dev/devstack 2d947c47c6d9edd2fbb50db13d40cefb19a20db5 null add libxslt1-dev to tempest required files tempest actually needs a pretty new lxml, which means it's going to build it from source. To do that it needs libxslt1-dev to compile. We should be good and let devstack do this out of the box so it works on minimal environments. Change-Id: Ia527905c1c15fb8c6793f0ce543ad05e25a88179 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 19bff77d20dc..2d947c47c6d9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 19bff77d20dcc22cdfe403cdc35c19117ee51393 +Subproject commit 2d947c47c6d9edd2fbb50db13d40cefb19a20db5 From cf5481f4622ed97c60a5bba3ca21804d1d49008c Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 17 Dec 2013 09:20:59 -0600 Subject: [PATCH 00588/18836] Updated openstack/openstack Project: openstack/python-openstackclient 4595ca136523e6f3f28595e5a7d038beaacc0c44 null Remove mox3 requirement mox3 is only used got py3 testing when converting tests from mox, all OSC tests are new so we don't need it. Change-Id: I2fae539e99143f91048c95d1e46cfbd7b0e9bdb0 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index c645049c2434..4595ca136523 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit c645049c24340b49b30e5a41ba4566a2d2a9a3d0 +Subproject commit 4595ca136523e6f3f28595e5a7d038beaacc0c44 From a19452b63d96182119b6fd0923edf514a0c7f41a Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 17 Dec 2013 09:22:17 -0600 Subject: [PATCH 00589/18836] Updated openstack/openstack Project: openstack/python-openstackclient de27c1b455624b6123b26bfdd022d2763c541a25 null Release notes for 0.3.0 release Change-Id: I6f025b745378613eb674e13dd503e57d049a3e50 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 4595ca136523..de27c1b45562 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 4595ca136523e6f3f28595e5a7d038beaacc0c44 +Subproject commit de27c1b455624b6123b26bfdd022d2763c541a25 From 60630d256e24cf85fe9f75f9323ec2a5dbb55530 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 18:48:02 +0000 Subject: [PATCH 00590/18836] Updated openstack/openstack Project: openstack-dev/devstack e78ec469ccc70cb4c75cd9a3175c124baadb06a4 null Add ability to configure tempest tests based on network extensions This patch introduces a Devstack variable to specify which network extensions are enabled; this is useful for configuring tempest runs when third-party plugins that do not support certain extensions. Closes-bug: #1247778 Closes-bug: #1231152 Change-Id: Iee170993cb164502774f9ac4201b963d9a2715ba --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2d947c47c6d9..e78ec469ccc7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2d947c47c6d9edd2fbb50db13d40cefb19a20db5 +Subproject commit e78ec469ccc70cb4c75cd9a3175c124baadb06a4 From b4b0787659e9b2924f48558e710a99c3d381a65b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 19:00:23 +0000 Subject: [PATCH 00591/18836] Updated openstack/openstack Project: openstack-dev/devstack 457a30a1cb92e6fef0176cafc12f12e4b6e44bab null Add Fedora 20 to IMAGE_URLS Fedora 20 is only added to IMAGE_URLS if $HEAT_FETCHED_TEST_IMAGE contains the exact known image name This image is used for running heat tempest tests which require an image which has heat-cfntools installed. Change-Id: Ic6cdea932a5d5f3de138da96d27e407775b3e84b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e78ec469ccc7..457a30a1cb92 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e78ec469ccc70cb4c75cd9a3175c124baadb06a4 +Subproject commit 457a30a1cb92e6fef0176cafc12f12e4b6e44bab From df971c2e6ccbc2bc553fa01745a346ca0fa3c690 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 19:22:11 +0000 Subject: [PATCH 00592/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 5ce4a4b9a170f74aa5c198555594887cfa87fa85 null Display message on HTTP 400 This patch parses the faultstring given by the server on 400 errors if available. Change-Id: Ieae2f0b39fed2c45f276d6c931bebfebab9f696e Closes-Bug: bug #1260394 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 6c746f369173..5ce4a4b9a170 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 6c746f369173a6d944c48128b0822395f665364d +Subproject commit 5ce4a4b9a170f74aa5c198555594887cfa87fa85 From 47a8e1e887c042fa6ac1797e63fe883c50414e2d Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Mon, 16 Dec 2013 17:21:25 +0100 Subject: [PATCH 00593/18836] Updated openstack/openstack Project: openstack/oslo.messaging e57a15deb8540b9b1c27395176ff69b77c77606d null Remove eventlet related code in amqp driver Because driver should rely on executor and not directly on eventlet, delete eventlet related code. This also drop the old driver API. This is the amqp part. Change-Id: Ic6060058dafa4dabbc5e8c68bf231c818a7fec25 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 33202134bdb4..e57a15deb854 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 33202134bdb4c31f99a2d9a49ad2660122c0b979 +Subproject commit e57a15deb8540b9b1c27395176ff69b77c77606d From bad3e6e41286b65ca5f64e3d6c4965dfa16c75bc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 22:34:00 +0000 Subject: [PATCH 00594/18836] Updated openstack/openstack Project: openstack/oslo.messaging aa2d689f97fec9cf93f1b333dab5bd6cfda4d0e5 null Add Sample priority With the routing notifier we can now issue high-frequency notifications and not worry about clogging up the queue. The Sample priority will be used for this situation. Change-Id: Ia4aa77b7aa4ca9458e97ca3ed81101d92934b691 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index e57a15deb854..aa2d689f97fe 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit e57a15deb8540b9b1c27395176ff69b77c77606d +Subproject commit aa2d689f97fec9cf93f1b333dab5bd6cfda4d0e5 From 4d2e64a40f7875fd06e1a70496caaddbb7d2a2c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 22:35:20 +0000 Subject: [PATCH 00595/18836] Updated openstack/openstack Project: openstack/oslo.messaging 351118f577b1dfa3ef28cbb4ddfc092e47e38d9a null Fix syntax of relative imports for Python3 In Python 3, relative imports must be written "from .module import name": http://docs.python.org/3.0/whatsnew/3.0.html#removed-syntax Change-Id: I2ec8a7330e63ea64d291f2f37f0c01cdf765d4f7 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index aa2d689f97fe..351118f577b1 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit aa2d689f97fec9cf93f1b333dab5bd6cfda4d0e5 +Subproject commit 351118f577b1dfa3ef28cbb4ddfc092e47e38d9a From 4033b2c34f5d22ad88f58fc9a018fbe5e2c2aafb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 22:49:04 +0000 Subject: [PATCH 00596/18836] Updated openstack/openstack Project: openstack/oslo.messaging 64f91d30a8ad870e433c0dab2fe51db24769aeec null sysnchronize oslo-incubator modules Update to get jsonutils compatible with Python 3. The babel Python module is now required by gettextutils, and gettextutils is imported by excutils. Change-Id: Ifa6d6b29e2af58dfcfda1ab7efdb2f32cf9de655 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 351118f577b1..64f91d30a8ad 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 351118f577b1dfa3ef28cbb4ddfc092e47e38d9a +Subproject commit 64f91d30a8ad870e433c0dab2fe51db24769aeec From ec17a12df5fcff322003c912478e6e553fec9ca1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Dec 2013 23:59:04 +0000 Subject: [PATCH 00597/18836] Updated openstack/openstack Project: openstack-dev/devstack e48811f01769e7e4e090473fe721773a2e7a1478 null Match RHEL Beta release strings RHEL7 (in beta) has "Beta" after the release number and before the code-name. Add a number-match to the regex so everything between that match and the codename in parenthesis is considered the release. Change-Id: I992f20eedcefc6aeed6bd3ad57fc4cf20c8ef15d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 457a30a1cb92..e48811f01769 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 457a30a1cb92e6fef0176cafc12f12e4b6e44bab +Subproject commit e48811f01769e7e4e090473fe721773a2e7a1478 From 19818fee24ef90428bb8cc9304b26b84c37fddf1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Dec 2013 00:04:07 +0000 Subject: [PATCH 00598/18836] Updated openstack/openstack Project: openstack-dev/devstack fedaf6f2465911cfbcef62712e12c4ac39b096b7 null Stop Neutron advanced service external processes Some of Neutron advanced services (LBaaS, VPNaaS, ....) creates external processes and they should be stopped in unstack. This commit defines neutron__stop functions for all services and implements the cleanup logics if necessary. Also cleanup_neutron removes netns used by LBaaS haproxy. Change-Id: Ied3a2c374ffcb6b59ecaf1027fb6e6083eded2ae --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e48811f01769..fedaf6f24659 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e48811f01769e7e4e090473fe721773a2e7a1478 +Subproject commit fedaf6f2465911cfbcef62712e12c4ac39b096b7 From ee4af3321460704b30cb47a5198748f1d0820003 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Dec 2013 00:21:21 +0000 Subject: [PATCH 00599/18836] Updated openstack/openstack Project: openstack/requirements d344abba01a317176ca37483284dabd684d4316b null Add python-ironicclient to global requirements Change-Id: I256853221b75063a634c39fa98ef2b9d2cfdae45 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 6cbf9104a0d2..d344abba01a3 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 6cbf9104a0d26f95cfe5cdd7d86ee76f5d485ba1 +Subproject commit d344abba01a317176ca37483284dabd684d4316b From 5eea282a48e69fae31e20aa8e52c5fa10abba9c6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Dec 2013 03:32:04 +0000 Subject: [PATCH 00600/18836] Updated openstack/openstack Project: openstack/glance 9ff915a262c1eb80a2b938ee20b3d72b51f80365 null Return 204 when image data does not exist Currently a GET on image-data in glance v2 returns 404 when data does not exist. But according to the API docs the HTTP status code returned in this case should be 204. This fix makes Glance return the right HTTP status code. Change-Id: I34cf68e96f631f05cff349329245f74aee42397c Closes-Bug: #1251055 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 06848e59c015..9ff915a262c1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 06848e59c015a7af527d6af1d17c14c586206289 +Subproject commit 9ff915a262c1eb80a2b938ee20b3d72b51f80365 From 5b4c6fd98303a57e14b5127c1314fdfb82f86782 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Dec 2013 18:24:32 +0000 Subject: [PATCH 00601/18836] Updated openstack/openstack Project: openstack/glance 0d0bbfbdca41c9f3bc691c7fe11cf38f7dbdb790 null Fixes HTTP 500 when updating image with locations for V2 Based on current implement, user will run into 500 error during updating locations for a queued image. The root cause is we're trying to calculate the overall size with current image size and the number of locations. This fix will get the correct image size from backend store if current image size is not available. Fixes bug 1257507 Change-Id: Ia4ac73e36211d475752ee9f4995fc3768fb2981a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9ff915a262c1..0d0bbfbdca41 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9ff915a262c1eb80a2b938ee20b3d72b51f80365 +Subproject commit 0d0bbfbdca41c9f3bc691c7fe11cf38f7dbdb790 From 41718ccf196a16b286f126ce6183fb4cc5abf3a8 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Mon, 16 Dec 2013 19:00:53 -0600 Subject: [PATCH 00602/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c768d868a73ca9a46467173c3d12867cace2d216 null Change assertEquals to assertIsNone Some tests were using assertEquals where they should have used assertIsNone. assertEquals doesn't distinguish False from None. Change-Id: Id7dc1075fbaaa9a6dbff5b05ab587df39c79c180 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8339aec3e86f..c768d868a73c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8339aec3e86fde7c6e211ad26dd12892a8847e78 +Subproject commit c768d868a73ca9a46467173c3d12867cace2d216 From 817cf7942016f32950be76f336f07d2783a1eaa5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Dec 2013 19:43:16 +0000 Subject: [PATCH 00603/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 8fb1a5f93e4f9842b7d9d7a70318249dfa322cd6 null Don't fix disks before rexecing Do _even less_ before the rexec: the only action done is to update $WORKSPACE/devstack-gate to the Zuul ref before doing the re-exec (into the just-updated copy). Change-Id: I74cb58ba35c4eeee6786a30ac35263758856f6f9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d22733174a6f..8fb1a5f93e4f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d22733174a6fccbe8b82601d20fbe88c7d8f9851 +Subproject commit 8fb1a5f93e4f9842b7d9d7a70318249dfa322cd6 From 90628c68bf235fc8d2d171d5b4f8bd415058c9c3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Dec 2013 20:22:12 +0000 Subject: [PATCH 00604/18836] Updated openstack/openstack Project: openstack/python-glanceclient 87c6d2dfb6b05c3a09ec7aa528f86488fd371ab0 null SSL: Handle wildcards in Subject Alternative Names Closes-Bug: #1259528 Change-Id: Iedc2b98d47f1f9433a4cfd77e07f7f86bae806c1 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index c1563a75e415..87c6d2dfb6b0 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit c1563a75e41575b76d707b70f34560f8314b97fa +Subproject commit 87c6d2dfb6b05c3a09ec7aa528f86488fd371ab0 From 845ed4449396bfc074fa71ee614682d2508b325b Mon Sep 17 00:00:00 2001 From: JUN JIE NAN Date: Mon, 16 Dec 2013 14:07:24 +0800 Subject: [PATCH 00605/18836] Updated openstack/openstack Project: openstack/python-novaclient f3d6f1d22ca178b4f18406702b8ad9e8082e413e null Fixed autodoc can't import/find class error The right module name should be `novaclient.v1_1.servers' instead of `novaclient'. Similar fix on `images', `flavors' and `exceptions'. Removed `ipgroups' and `backup_schedules' since they do not exist any more. Closes-Bug: #1056478 Change-Id: Id35f9c275fb36f3651a0bb2b0eb03c43f0aaeec1 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ffc479752a67..f3d6f1d22ca1 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ffc479752a67e71415e46b67b5707c7d219dd160 +Subproject commit f3d6f1d22ca178b4f18406702b8ad9e8082e413e From 860892569bbad91f027fda30277226e9ff5dcdd7 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 18 Dec 2013 16:15:26 -0500 Subject: [PATCH 00606/18836] Updated openstack/openstack Project: openstack/python-novaclient 7e50eae5ac662609d0cecb4ede4fe38d256b5cd2 null remove duplicate six import apparently we had a duplicate import of six, noticed by pyflakes in my buffer when loading up the file. Change-Id: I2f5e03d1862711c7214c1e33b4500693aaabf567 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index f3d6f1d22ca1..7e50eae5ac66 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit f3d6f1d22ca178b4f18406702b8ad9e8082e413e +Subproject commit 7e50eae5ac662609d0cecb4ede4fe38d256b5cd2 From 6d4bfcde2d562808eb3baf8a13ce71a1b93ccbd9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 00:48:14 +0000 Subject: [PATCH 00607/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 624826435362069782b59cf45a6846a5ddc9421b null Use Fedora 20 for DEVSTACK_GATE_TEMPEST_HEAT_SLOW This adds a Fedora 20 image name to $HEAT_FETCHED_TEST_IMAGE so that tempest is configured to use it for orchestration tests requiring an image. Fedora 20 has heat-cfntools pre-installed, so there is no current need to run diskimage-builder during the gate run. A separate change to devstack/stackrc will add the actual URL to IMAGE_URLS which corresponds to this image name. Change-Id: Iddfc6629f7c0108cb2a19c09e719ed839989bdb5 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 8fb1a5f93e4f..624826435362 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 8fb1a5f93e4f9842b7d9d7a70318249dfa322cd6 +Subproject commit 624826435362069782b59cf45a6846a5ddc9421b From 215417584955a83cb7e54cc1bec66cd0dd0f4f89 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 01:47:31 +0000 Subject: [PATCH 00608/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4d0d57f51a227f75aea16fb81bbede2e583aede2 null Use the ephemeral disk on rackspace performance nodes They don't come with swap, so match what we do for HP. Change-Id: I4f81608c962bb7c1a03e7b5597759c1f40c0971c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 624826435362..4d0d57f51a22 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 624826435362069782b59cf45a6846a5ddc9421b +Subproject commit 4d0d57f51a227f75aea16fb81bbede2e583aede2 From 6131cf7aebbf14e764d1d7d5a0b0f67b1dc163ce Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 18 Dec 2013 17:35:42 -0500 Subject: [PATCH 00609/18836] Updated openstack/openstack Project: openstack/python-novaclient 6ea070d62e252bf181145ccc78923a60bb6a0c2b null add support for nova ssh user@host the nova ssh command is convenient, but it is lacking some basic niceties that everyone is used to with ssh, for instance actually doing user@host to connect to an environment. This adds support for "nova ssh user@host" to work as one would expect. The functionality is added to both v1.1 and v3 clients. Tests for this, and other ssh behavior are added to the v1.1 tree (the v3 test_shell.py has not synced over yet). Change-Id: Ic4081f85c848507ebdc5e228ac345faf19127168 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 7e50eae5ac66..6ea070d62e25 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 7e50eae5ac662609d0cecb4ede4fe38d256b5cd2 +Subproject commit 6ea070d62e252bf181145ccc78923a60bb6a0c2b From adb386805c17332a7cb66f97ba340c1366c299d6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 05:18:00 +0000 Subject: [PATCH 00610/18836] Updated openstack/openstack Project: openstack/glance 448ef4a89906f3c78a5eb7631fcfbaabb4738441 null remove hardcode of usage Refine the definition of USAGE in control.py Change-Id: I0f515565455e867384ae179a8eca8e35cb0ff3ad --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0d0bbfbdca41..448ef4a89906 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0d0bbfbdca41c9f3bc691c7fe11cf38f7dbdb790 +Subproject commit 448ef4a89906f3c78a5eb7631fcfbaabb4738441 From 281d45f12cbb9e3d18ef08ee407b763c78557655 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 05:18:08 +0000 Subject: [PATCH 00611/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6ad5f2f4cc99b4d76cf0839cad09f9f8912d0542 null Avoid meaningless comparison that leads to a TypeError The "requests" module tries to do this comparison in raise_for_status(): 400 <= self.status_code < 500 with "self.status_code" being "None". In Python2, it's a valid comparison, but in Python3, it triggers a TypeError. We fix it by giving a valid default value to "self.status_code". Change-Id: I9ea9ecfb698546a7f6526464aa528441bb7c1ccd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c768d868a73c..6ad5f2f4cc99 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c768d868a73ca9a46467173c3d12867cace2d216 +Subproject commit 6ad5f2f4cc99b4d76cf0839cad09f9f8912d0542 From 34311fba3013848af93be57857b078d4a1b91509 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Thu, 19 Dec 2013 02:38:37 +0100 Subject: [PATCH 00612/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient d663570b775bf429c9f6b183d1e7809e4d4a1b2d null Python 3: use six.moves.zip() rather than itertools.izip() This ensures compatibility with both Python 2 and Python 3. Change-Id: Id9838b7517f939e5ee3e3a8c37ae5ec2e9b1d18b --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 5ce4a4b9a170..d663570b775b 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 5ce4a4b9a170f74aa5c198555594887cfa87fa85 +Subproject commit d663570b775bf429c9f6b183d1e7809e4d4a1b2d From d6bffa47cdd901fc3a6ad052dd2fd22f62a28692 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 17:02:25 +0000 Subject: [PATCH 00613/18836] Updated openstack/openstack Project: openstack/python-novaclient 606f9ff1c70eb1834a33a52914c4f8f607c09de2 null Adds images support for Nova V3 API Adds support for basic image querying from the image server rather than the Nova API. The Nova V3 API no longer supports image querying directly, but in order to support convenience functions such as specifying images by name rather than ID, it is necessary to have some basic image query support. image delete and image meta manipulation is no longer supported by the client as these features can be accessed directly through the glance client Partially implements blueprint v3-api Change-Id: I9050845d631e9dfc2e110327221d154b8924cd65 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6ea070d62e25..606f9ff1c70e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6ea070d62e252bf181145ccc78923a60bb6a0c2b +Subproject commit 606f9ff1c70eb1834a33a52914c4f8f607c09de2 From 4bcda8fb739a09c7a26ebde598e70409432f7eaa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 18:23:52 +0000 Subject: [PATCH 00614/18836] Updated openstack/openstack Project: openstack/python-glanceclient e7b7cfe2f3545af6e2aeaba5e38063b19aef83b9 null Replace inheritance hierarchy with composition In the process of unification of the clients code we should use composition to allow easier replacement with common HTTPClient. Related to blueprint common-client-library-2 Change-Id: I5addc38eb2e2dd0be91b566fda7c0d81787ffa75 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 87c6d2dfb6b0..e7b7cfe2f354 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 87c6d2dfb6b05c3a09ec7aa528f86488fd371ab0 +Subproject commit e7b7cfe2f3545af6e2aeaba5e38063b19aef83b9 From fdcc8945ec7164d7bab6f14f7ad4f96ab5b55037 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 20:42:17 +0000 Subject: [PATCH 00615/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4bd81aa20401a682ac466b285869b2b07fde4b2f null Preserve testr temp files If testr is killed before it finishes running, it saves its output in a temp file. If something times out this file may provide insight into what was making it slow, so preserve the temp file. Related-Bug: #1258682 Change-Id: I5cd1bc2326998bf3a1c29cd3773bf583f04ef3d5 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4d0d57f51a22..4bd81aa20401 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4d0d57f51a227f75aea16fb81bbede2e583aede2 +Subproject commit 4bd81aa20401a682ac466b285869b2b07fde4b2f From dfe05beebbd981511c884c2741702d5336a94856 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 20:58:14 +0000 Subject: [PATCH 00616/18836] Updated openstack/openstack Project: openstack/python-heatclient b3012daf5e153d669215ce7ca2205b1412fe9f14 null Sync base and exceptions from oslo In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: Ic19d3eb47b94acec4ed86e95b04ffe7cca0792dc --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 9c232eaf7604..b3012daf5e15 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 9c232eaf7604b19550107a660bd830844020f08d +Subproject commit b3012daf5e153d669215ce7ca2205b1412fe9f14 From 0aba2ebcccbafac51427c0fcb753ffdb1514ee23 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 20:58:16 +0000 Subject: [PATCH 00617/18836] Updated openstack/openstack Project: openstack/python-heatclient 6e38bc0f737b9f06363ddeb2526a901a06165a0f null Reuse BaseManager and Resource from oslo In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: I44a1344e3eb40220d8b795fd05e44623195116a2 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b3012daf5e15..6e38bc0f737b 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b3012daf5e153d669215ce7ca2205b1412fe9f14 +Subproject commit 6e38bc0f737b9f06363ddeb2526a901a06165a0f From a576ae472cfadfc53c44e4711e351ba05d6ef006 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 22:30:39 +0000 Subject: [PATCH 00618/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 0006d51a5b8ace2dfa7cf291cbbc191e01367bd3 null Replace DEVSTACK_GATE_ZEROMQ for DEVSTACK_GATE_MQ_DRIVER Patch 2/2 this remove permanently the var DEVSTACK_GATE_ZEROMQ It's necessary update jenkins job builder to reflect this change otherwise, it will fail. Depends on change 59995. Change-Id: Id4c280ecbb0320c5218e8018461637aa67bf47f6 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4bd81aa20401..0006d51a5b8a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4bd81aa20401a682ac466b285869b2b07fde4b2f +Subproject commit 0006d51a5b8ace2dfa7cf291cbbc191e01367bd3 From 45b809ccdfcf822f66788cbb57ab337defc7eb95 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Dec 2013 22:59:40 +0000 Subject: [PATCH 00619/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e59dbd4b709ecec18ee50e3584c49591f4ec1eea null Fix broken HEAT_FETCHED_TEST_IMAGE The value should not have .qcow2 appended to the end. This prevents heat-slow tests from running in experimental. Change-Id: If42d421942e4371d11019079933f67687196362a --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 0006d51a5b8a..e59dbd4b709e 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 0006d51a5b8ace2dfa7cf291cbbc191e01367bd3 +Subproject commit e59dbd4b709ecec18ee50e3584c49591f4ec1eea From d40f0da7e0eaac0ebe364e58c59c151a6766640b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 00:49:15 +0000 Subject: [PATCH 00620/18836] Updated openstack/openstack Project: openstack-dev/devstack 03af3f180251e19eff2cdab317e3019d8af75e58 null Remove duplicate debug option from keystone-all The keystone server was started with the options like keystone-all ... -d --debug ... The -d and --debug options are the same so one of them is redundant. This will make it less confusing if someone removes --debug and thinks that debug is off, but debug is still on because they didn't notice there was an extra -d. Change-Id: I1ac977e6b12f1cc44f02b636c1bfb5c115b5b3e4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fedaf6f24659..03af3f180251 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fedaf6f2465911cfbcef62712e12c4ac39b096b7 +Subproject commit 03af3f180251e19eff2cdab317e3019d8af75e58 From 5ca0bf426efd880a9e648b7e2d8378efb601d761 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 02:18:07 +0000 Subject: [PATCH 00621/18836] Updated openstack/openstack Project: openstack/requirements bca38ffae11b054c06cac0a10417637f5cae5ee0 null Allow Falcon versions <0.2.0 Falcon 0.1.7 includes a bug fix wrt accept header parsing, that is needed by Marconi. I would like to allow future releases in the 0.1.x series in order to pick up bug fixes like this without having to update global reqs each time. Change-Id: I8352e406a1f7b28a53b3aef6c8b9b99f86120d55 Partial-Bug: #1261904 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d344abba01a3..bca38ffae11b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d344abba01a317176ca37483284dabd684d4316b +Subproject commit bca38ffae11b054c06cac0a10417637f5cae5ee0 From bf9bee0c171a9678b5a5b00b9e208852d5333a8c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 03:35:38 +0000 Subject: [PATCH 00622/18836] Updated openstack/openstack Project: openstack/python-heatclient 3bbcfb534b7f3a14938ae7e0fe3d7c07ccb20e44 null Allow the environment file to be specified via URL Environment files could be provided only as local files. Now `--environment-file` option accepts both local files and urls. Change-Id: I11717275fe3ca18d0849bc34d5bd30879388cb7e Closes-Bug: #1233914 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 6e38bc0f737b..3bbcfb534b7f 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 6e38bc0f737b9f06363ddeb2526a901a06165a0f +Subproject commit 3bbcfb534b7f3a14938ae7e0fe3d7c07ccb20e44 From 58e546bf31d8a0d1671630f8c5cc209772d84bf2 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Thu, 19 Dec 2013 20:06:54 -0700 Subject: [PATCH 00623/18836] Updated openstack/openstack Project: openstack/python-openstackclient 12f31eed2f9f12e7fd60c238a338bb45eaee3516 null Closes-Bug: #1262321 Remove the unimplemented post_process method call Change-Id: Iaed526cc25a651008a66ad7f0050070ab2b4c595 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index de27c1b45562..12f31eed2f9f 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit de27c1b455624b6123b26bfdd022d2763c541a25 +Subproject commit 12f31eed2f9f12e7fd60c238a338bb45eaee3516 From 524f61d2b6d75f94b21c3aa4f6b00162fd0da120 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 05:07:21 +0000 Subject: [PATCH 00624/18836] Updated openstack/openstack Project: openstack/python-heatclient e9897ff9b99aa7876fcd5dcc64f3d8115eb01922 null Show better error when json fail to parse template Change-Id: I0d888fc180dd118c50b93ce4393f06d89780a0c5 Partial-Bug: 1261224 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 3bbcfb534b7f..e9897ff9b99a 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 3bbcfb534b7f3a14938ae7e0fe3d7c07ccb20e44 +Subproject commit e9897ff9b99aa7876fcd5dcc64f3d8115eb01922 From c7b9ce3472d9b164c3adba1f1bff6675a1749890 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 05:07:37 +0000 Subject: [PATCH 00625/18836] Updated openstack/openstack Project: openstack/python-novaclient 6ba47b96a79ae220ea1bbff7fdcc217fdaf9f8a4 null Adds basic servers support for the Nova V3 API Ports servers support from the v1_1 directory omitting functionality which is no longer supported directly in the V3 API such as: - floating ip - add/remove/list of security groups - disk config related functionality Makes the appropriate modifications required for parameter name changes between the V2 and V3 API Booting an instance is not yet supported as this will require more extensive changes as image listing services are no longer proxied through the Nova V3 API Partially implements blueprint v3-api Change-Id: I1116e8d8ebc73176223f4135168cc4ab5d904356 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 606f9ff1c70e..6ba47b96a79a 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 606f9ff1c70eb1834a33a52914c4f8f607c09de2 +Subproject commit 6ba47b96a79ae220ea1bbff7fdcc217fdaf9f8a4 From ab20a401638d96072ff50827b1ed8734948d9070 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 13:28:15 +0000 Subject: [PATCH 00626/18836] Updated openstack/openstack Project: openstack/django_openstack_auth d1177f99cbf819f9f2bfdc00fcf5a2bcfcb99b44 null Support Django 1.4, 1.5 and 1.6 The default session serializer switched to JSONSerializer in Django-1.6. Unfortunately, it can't serialize arbitrary objects (such as datetime instances), there we have to stay with PickleSerializer (compare with https://docs.djangoproject.com/en/1.6/topics/http/sessions/#write-your-own-serializer). Sets Django==1.4 for the py27dj14 tox testenv. Don't relax the version requirements just yet. Change-Id: Ifb5a68950fa6a4a652a0fb0cb81048d89763ec3f --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 1680ce3b3cd3..d1177f99cbf8 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 1680ce3b3cd3fd519f12676c5d6f9e900c4c812b +Subproject commit d1177f99cbf819f9f2bfdc00fcf5a2bcfcb99b44 From 0e4851ce76a165ac2b10c87192b3d3ae2d84cf42 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 13:37:21 +0000 Subject: [PATCH 00627/18836] Updated openstack/openstack Project: openstack/django_openstack_auth ba7654339b2b208b39cbe59ee5c1cc53c106e3ce null Require user to be logged in when switching regions Moved bug to django_openstack_auth Fixes bug #1255305 Change-Id: Ic92d29eedeebca20a06e53d79ba70b3dfd0993b5 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index d1177f99cbf8..ba7654339b2b 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit d1177f99cbf819f9f2bfdc00fcf5a2bcfcb99b44 +Subproject commit ba7654339b2b208b39cbe59ee5c1cc53c106e3ce From 4080b29c192d497a9fc1d70b0d7b59f764007371 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 17 Dec 2013 15:30:51 +1000 Subject: [PATCH 00628/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a8adb476f76688106b2ac30ad5eca55e8a5efd3c null Remove debug specific handling I think debug handling was initially done this way for CLI handling where we wanted to make sure only the correct information was printed to the console. However as logging.basicConfig sets up a stream handler on the root logging object I can't see any purpose to the debug handling in the actual HTTPClient. Further than this it is completely wrong that a client library is messing with it's logging level, this should be handled by an application. The debug flag is maintained and deprecated in HTTPClient and removed from the session object. There has been no release since the addition of session so there is no problem with compatibility. Change-Id: Ib00f3d93d099ed1a9dd25f17121610a7289f0061 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6ad5f2f4cc99..a8adb476f766 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6ad5f2f4cc99b4d76cf0839cad09f9f8912d0542 +Subproject commit a8adb476f76688106b2ac30ad5eca55e8a5efd3c From c2a205bda209cbd479e96d2ac643031ecd827707 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 14:35:54 +0000 Subject: [PATCH 00629/18836] Updated openstack/openstack Project: openstack/python-novaclient ef364b35bf0151f0e74cae4a726259e78456b037 null Adds availability zone support for Nova V3 API Adds support and tests for the os-availability-zones extension for the Nova V3 API. Also implements sorting for zone host display which was applied to the v1_1 version, but not the v3 version in I9ab25ef52d6d19b45a39f04cbcde864ee225b4cc Partially implements blueprint v3-api Change-Id: I8daa2503a2dc8767e9157bdfa6c9adaedfc8f3c0 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6ba47b96a79a..ef364b35bf01 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6ba47b96a79ae220ea1bbff7fdcc217fdaf9f8a4 +Subproject commit ef364b35bf0151f0e74cae4a726259e78456b037 From 81be6e309e9684dd75b6955ddcad28b2193676ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 14:37:21 +0000 Subject: [PATCH 00630/18836] Updated openstack/openstack Project: openstack/python-novaclient 9c8fc1a1ad2f4dfd787aef7674b08a5146cff056 null Adds first part of quotas support for Nova V3 API Adds support and tests for the os-quotas extension for the Nova V3 API. Note that compared to the V2 version this removes the ability to set quotas which are not relevant to the V3 API (eg injected file quotas are not relevant because the os-personalities extension has been removed) Partially implements blueprint v3-api Change-Id: Ifa1c77428424bedf7fb88ef6d7b3843376799d24 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ef364b35bf01..9c8fc1a1ad2f 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ef364b35bf0151f0e74cae4a726259e78456b037 +Subproject commit 9c8fc1a1ad2f4dfd787aef7674b08a5146cff056 From fbc6925d874fc05f32fb723feb5fc23b8cbbc0e3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 15:49:18 +0000 Subject: [PATCH 00631/18836] Updated openstack/openstack Project: openstack/python-keystoneclient bb606a441a016d7f0b709012bba1597448cebfc7 null Rename instead of writing directly to revoked file Make the operation more atomic with multiple writers. Closes-Bug: 1261554 Change-Id: I990a2ba28d9a2a1d01300dcd33266956d059afa3 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a8adb476f766..bb606a441a01 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a8adb476f76688106b2ac30ad5eca55e8a5efd3c +Subproject commit bb606a441a016d7f0b709012bba1597448cebfc7 From 791dd9fd5e3945c4a02f5dfada51529fdfb0627f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 17:01:46 +0000 Subject: [PATCH 00632/18836] Updated openstack/openstack Project: openstack/glance 5e05014c6198eb290ac901c8c3e1c645e6a30538 null Filter out deleted images from storage usage All database API's currently include deleted images in the calc of storage usage. This is not an issue when deleted images don't have locations. However, there are cases where a deleted image has deleted locations as well and that causes the current algorithm to count those locations as if they were allocating space. Besides this bug, it makes sense to not load deleted / killed / pending_delete images from the database if we're actually not considering them as valid images. The patch also filters out deleted locations. NOTE: In the case of locations, it was not possible to add a test for the deleted locations because it requires some changes that are not worth in this patch. In order to mark a location as deleted, it's necessary to go through the API and use a PATCH operation. Since this is a database test, it doesn't make much sense to add API calls to it. Calling the image_destroy function with an empty location list will remove all the locations which won't help testing that specific case. I'll work on a better solution for that in a follow-up patch. DocImpact Change-Id: I82f08a8f522c81541e4f77597c2ba0aeb68556ce Closes-Bug: #1261738 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 448ef4a89906..5e05014c6198 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 448ef4a89906f3c78a5eb7631fcfbaabb4738441 +Subproject commit 5e05014c6198eb290ac901c8c3e1c645e6a30538 From f19c719e8606ea965d1614de654c20ec8defe58f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 18:58:11 +0000 Subject: [PATCH 00633/18836] Updated openstack/openstack Project: openstack/python-novaclient 15e2bca055d39b5d745e6b674878e7d293938e04 null Adding additional tests for novaclient ssh There's a few gaps in the testing regime for do_ssh, specifically around IPv6, specifying identity files, and additional args. This patch attempts to address these. Change-Id: I590fd7ffe1e3470c8507d7f7fb2abcfdb6162561 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9c8fc1a1ad2f..15e2bca055d3 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9c8fc1a1ad2f4dfd787aef7674b08a5146cff056 +Subproject commit 15e2bca055d39b5d745e6b674878e7d293938e04 From 31af3f62a7f03340f30d24e1165a1e246a2b4d3b Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Thu, 19 Dec 2013 17:03:18 +0800 Subject: [PATCH 00634/18836] Updated openstack/openstack Project: openstack/oslo.config 74cd448be10ffcaf1ee7e0f8afd00e2180f6397a null Added support of operator '==' Implemented method __eq__ for cfg.Opt. Change-Id: Ia6a3d82d19b7d239ffc0b42a47e1ce7383f10564 Partial-Bug: 1262148 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 73d60b3771ef..74cd448be10f 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 73d60b3771efe8c734ac68e99b96ea1645be101e +Subproject commit 74cd448be10ffcaf1ee7e0f8afd00e2180f6397a From dd093f6057373acefc62f913e65dc44e75df390d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 22:46:52 +0000 Subject: [PATCH 00635/18836] Updated openstack/openstack Project: openstack/glance 071ba55f13d8c0513df2ce75015e7528eeecfd9c null Refine output of glance service managment Make the output message easier to be understood, and keep consistent with the normal output of /etc/init.d/XXX XXX Change-Id: I9f63d4138282b9a4833e3ce02ffd8ce97bd2decc --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5e05014c6198..071ba55f13d8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5e05014c6198eb290ac901c8c3e1c645e6a30538 +Subproject commit 071ba55f13d8c0513df2ce75015e7528eeecfd9c From 6235498d51d08837cfd0c4af206f50f1f5d7f425 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Dec 2013 23:38:10 +0000 Subject: [PATCH 00636/18836] Updated openstack/openstack Project: openstack/python-glanceclient ac6c0d8742c058bc8fd8ca7269faf8d45e2bee40 null Fix extra new line that break from progress bar The new line should be writed to stdout only when there is a progress bar displayed. Change-Id: If0e62cd5a3734ed67d66d285267c101b7caeea77 Closes-Bug: #1253042 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index e7b7cfe2f354..ac6c0d8742c0 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit e7b7cfe2f3545af6e2aeaba5e38063b19aef83b9 +Subproject commit ac6c0d8742c058bc8fd8ca7269faf8d45e2bee40 From 969e994dfb527f3ae9db23ddbcfb42d93b00e899 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 03:53:18 +0000 Subject: [PATCH 00637/18836] Updated openstack/openstack Project: openstack/python-novaclient 5b7c7ac04645a32752927f8edd68e4865bfba068 null Adds second part of quotas support for Nova V3 API Adds support and tests for the os-quota-class-sets extension for the Nova V3 API. Note that compared to the V2 version this removes the ability to set quotas which are not relevant to the V3 API (eg injected file quotas are not relevant because the os-personalities extension has been removed). Partially implements blueprint v3-api Change-Id: I3e7f36407f2f59737ecbce2c8ce014cef623ecdc --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 15e2bca055d3..5b7c7ac04645 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 15e2bca055d39b5d745e6b674878e7d293938e04 +Subproject commit 5b7c7ac04645a32752927f8edd68e4865bfba068 From fdd630963e3244c4ad3cb5efdd3605e2bed24315 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 03:53:19 +0000 Subject: [PATCH 00638/18836] Updated openstack/openstack Project: openstack/python-novaclient 4cff481baa85a1472b0d5556f588dd53c36bd089 null Adds services support for Nova V3 API Adds support and tests for the os-services extension for the Nova V3 API Partially implements blueprint v3-api Change-Id: Ic64e465e24a6e840c567677d4f2ea9d63b742ccd --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5b7c7ac04645..4cff481baa85 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5b7c7ac04645a32752927f8edd68e4865bfba068 +Subproject commit 4cff481baa85a1472b0d5556f588dd53c36bd089 From 4b5c2bee557734d139aa503d0ce0b47430b61571 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 03:53:20 +0000 Subject: [PATCH 00639/18836] Updated openstack/openstack Project: openstack/python-novaclient 865399f72fc445692936cbad4cf98e140633eae6 null Adds hypervisor support for Nova V3 API Adds support and tests for the os-hypervisors extension for the Nova V3 API. Note that compared to the V2 API it separates the search function into search by hypervisor name and a new list servers by hypervisor as this better first the changes in the V3 API. The listing of servers by hypervisor command is preserved, though reworked to use the new interfaces. Partially implements blueprint v3-api Change-Id: I472f9acad895dcf842e93d2de27530652f73867e --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 4cff481baa85..865399f72fc4 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 4cff481baa85a1472b0d5556f588dd53c36bd089 +Subproject commit 865399f72fc445692936cbad4cf98e140633eae6 From f3bed75d128f3f734eeb9cc044670581aff8341a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 09:07:28 +0000 Subject: [PATCH 00640/18836] Updated openstack/openstack Project: openstack/python-swiftclient 2d15780a468d1894602333182d56589039bdb93a null Fix help of some optional arguments Some positional arguments are optional but the help indicate they are mendatory and can be confuse for an user. swift delete [object] swift post [object] Change-Id: I7be525905b51d3ef160b0f47194e817b5cba0f9b --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 3580bd90d095..2d15780a468d 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 3580bd90d09568ffb2ffeb56f6160684171001e0 +Subproject commit 2d15780a468d1894602333182d56589039bdb93a From bd4e38942a1980472fc1b7f169b78d101da0ac0a Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Fri, 20 Dec 2013 11:55:08 +0900 Subject: [PATCH 00641/18836] Updated openstack/openstack Project: openstack-dev/devstack bff001456cc5a804f752722d1c406bbb880dd542 null config: get_meta_section() misunderstands the beginning of metasection For example, the line, "if [[ -n $no_proxy ]]; then" is misparsed as the beginning of metasection because get_meta_section() misses escaping of "|" unlike get_meta_section_files(). This patch adds necessary escape as "|" -> "\|". Change-Id: Ic14b2ac167037c4f5db89492f0e8a4c5b13c7b6d Closes-Bug: #1262960 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 03af3f180251..bff001456cc5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 03af3f180251e19eff2cdab317e3019d8af75e58 +Subproject commit bff001456cc5a804f752722d1c406bbb880dd542 From 8b3807cd291fe3011cbe0da7e708406fad61926a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 12:26:31 +0000 Subject: [PATCH 00642/18836] Updated openstack/openstack Project: openstack-dev/devstack bb35bf9772983b58202a9e8bc3f83dabbe1bfbf1 null Fix bad copy and paste in lib/swift Change-Id: I3b7526b52867525b1d7aa634aa8163c520a92f97 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bff001456cc5..bb35bf977298 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bff001456cc5a804f752722d1c406bbb880dd542 +Subproject commit bb35bf9772983b58202a9e8bc3f83dabbe1bfbf1 From efaa534fa36d1dc62d5ab073a0beeea8a6647dfb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 12:26:33 +0000 Subject: [PATCH 00643/18836] Updated openstack/openstack Project: openstack-dev/devstack 5ce0ac72d9731da1bfffa801f265f84aa22e173e null Explicily enable the stores used by devstack Devstack currently relies on the default value of the `known_stores` configuration option. This patch enables explicitly the default stores used by devstack. The real fix for the issue below will land in Glance. However, since the default stores will be FS and HTTP we need devstack to enable Swift's as well, which is required in the gates, hence this patch. Partially-fixes: #1255556 Change-Id: Id9aab356b36b2150312324a0349d120bbbbd4e63 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bb35bf977298..5ce0ac72d973 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bb35bf9772983b58202a9e8bc3f83dabbe1bfbf1 +Subproject commit 5ce0ac72d9731da1bfffa801f265f84aa22e173e From a4998bc88094aca627bb5d4a74c3ae38cbb3a9dc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 12:26:40 +0000 Subject: [PATCH 00644/18836] Updated openstack/openstack Project: openstack-dev/devstack 9f30dff3afa986f460156eb42a31f651cacd20a0 null Fix the option of a2ensite command devstack fails with trema when execute "sudo a2ensite sliceable_switch" command, without ".conf" filename extension with Apache2.4, Apache2.22. With Apache 2.2, it successes. Because in the versions which newer than version 2.2, file checking of a2ensite command is more severe. So, a2ensite command forbid "sliceable_switch" without "/conf". Added ".conf" filename extension. Change-Id: I29a03cb59ee493345b7df0f1a9189eb3516c86e2 Closes-Bug: #1263017 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5ce0ac72d973..9f30dff3afa9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5ce0ac72d9731da1bfffa801f265f84aa22e173e +Subproject commit 9f30dff3afa986f460156eb42a31f651cacd20a0 From 9f7c2b865edf0237f8fe85b92b5a31332a7ef43d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 12:26:43 +0000 Subject: [PATCH 00645/18836] Updated openstack/openstack Project: openstack-dev/devstack 0501326ac67c47ed9b7e5251fba9f885baa2f129 null Use final release of Fedora 20 for heat test image The image file has not changed, but the URL now points to the release directory for Fedora 20. Change-Id: Ie1a9bcc7da634996b25ef7f6fc694398c632549d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9f30dff3afa9..0501326ac67c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9f30dff3afa986f460156eb42a31f651cacd20a0 +Subproject commit 0501326ac67c47ed9b7e5251fba9f885baa2f129 From ece2861b0bf94787cced510ce3948cef0ce0a241 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 12:26:45 +0000 Subject: [PATCH 00646/18836] Updated openstack/openstack Project: openstack-dev/devstack 7b527b2efc8ea938e3cbfe56b7ca3cb8c647163a null HEAT_FETCHED_TEST_IMAGE may not be defined in some cases. Some scripts that source stackrc use set -u, which will error when unknown variables are accessed Change-Id: I5af2d58475e1793dfa728b7ce9180fcbba1145e9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0501326ac67c..7b527b2efc8e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0501326ac67c47ed9b7e5251fba9f885baa2f129 +Subproject commit 7b527b2efc8ea938e3cbfe56b7ca3cb8c647163a From 8baa8d6043f2257c50c84cc5c8eb311c826d59f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 12:26:47 +0000 Subject: [PATCH 00647/18836] Updated openstack/openstack Project: openstack-dev/devstack bc22aeb4bc6a37ea02e2c97936c2005614af6e75 null XenAPI: Update DomU to Ubuntu Saucy Driven by a race condition in LVM being hit in the tempest tests. This is a locking race between a file lock and a semaphore which is fixed in 2.02.96-5. Change-Id: I8a8c215c90a0602288292ffd06b7694d2db6219e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7b527b2efc8e..bc22aeb4bc6a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7b527b2efc8ea938e3cbfe56b7ca3cb8c647163a +Subproject commit bc22aeb4bc6a37ea02e2c97936c2005614af6e75 From ea5d379c5d3635c8c2f2bc9d5835437e3e807607 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Dec 2013 22:58:19 +0000 Subject: [PATCH 00648/18836] Updated openstack/openstack Project: openstack/python-novaclient 72f625855616c77eef18f7a4a89810d1c88c69dc null Adds aggregates support for Nova V3 API Adds support and tests for the os-aggregates extension for the Nova V3 API. Partially implements blueprint v3-api Change-Id: Ibe251f083ea444fb46aac9cc5cf08784b5826ad7 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 865399f72fc4..72f625855616 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 865399f72fc445692936cbad4cf98e140633eae6 +Subproject commit 72f625855616c77eef18f7a4a89810d1c88c69dc From 16a95cab726628eedacc39812d0a248c01b8c680 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 18 Dec 2013 14:58:31 +0100 Subject: [PATCH 00649/18836] Updated openstack/openstack Project: openstack/oslo.messaging 062c8ac7dd15d723f250987d2650c7d55e490ace null Replace dict.iteritems() with six.iteritems() dict.iteritems() was replaced with dict.items() in Python 3. Use the six.iteritems() function to get code compatible with Python 2 and Python 3. Change-Id: I0c8ecc3ae540ffaf4c6b159e09ca16ccf365973d --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 64f91d30a8ad..062c8ac7dd15 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 64f91d30a8ad870e433c0dab2fe51db24769aeec +Subproject commit 062c8ac7dd15d723f250987d2650c7d55e490ace From d7099497dc3fc29223dddd5e382a682ef8b09827 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 02:03:52 +0000 Subject: [PATCH 00650/18836] Updated openstack/openstack Project: openstack/python-glanceclient 2b5eae5bc170f33041e558875e95bd72a5da8c61 null Updates tox.ini to use new features Reasons: - tox update v1.6 Changes: - tox 1.6 allows us to skip the sdist step, which is slow. - It also allows us to override the install line. In this case, it's important as it allows us to stop getting pre-release software we weren't asking for. Original patch by Monty Taylor, talked about here: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html Change-Id: Idbf8e08383232ae0af5b245c1abe91a7f852bfcf --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index ac6c0d8742c0..2b5eae5bc170 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit ac6c0d8742c058bc8fd8ca7269faf8d45e2bee40 +Subproject commit 2b5eae5bc170f33041e558875e95bd72a5da8c61 From cf4ab510b8521f684455586f6fc0e1f8cd6748bd Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 17 Dec 2013 12:53:22 +0100 Subject: [PATCH 00651/18836] Updated openstack/openstack Project: openstack/python-neutronclient 60800b13cf45336bdab132f225bbae8cc289ae14 null Remove a debugging print statement This seems useless, and it's a syntax error in Python3. Change-Id: I699186b73b2208cccb958335d55912066172f4ff --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 39b15671f8e3..60800b13cf45 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 39b15671f8e33e3d9eafe73648ee771c7eedb1d5 +Subproject commit 60800b13cf45336bdab132f225bbae8cc289ae14 From 4a83b45bc4750aa93244091a7638cd3defb55fc2 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Mon, 23 Dec 2013 00:38:52 +0000 Subject: [PATCH 00652/18836] Updated openstack/openstack Project: openstack/glance 70cb81e929fe11ab3164a6bc80cd85cb73d47232 null Make Glance code base H201 compliant Add Exception to all except without any specific exception class so the code can be H201 compliant Change-Id: Ibd09e69f70c76837c72023ae87cbbe75c5eb1276 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 071ba55f13d8..70cb81e929fe 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 071ba55f13d8c0513df2ce75015e7528eeecfd9c +Subproject commit 70cb81e929fe11ab3164a6bc80cd85cb73d47232 From 5eb7df2ea68f579ed00b8c95101b610a19b9b59f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 04:57:17 +0000 Subject: [PATCH 00653/18836] Updated openstack/openstack Project: openstack/glance 677bc5c51c5a28d62d4eccca5f618b080e51f380 null Merge duplicate function test_update_add_property() test_update_add_property was defined twice, overriding the previous definition. Merge the two implementations Change-Id: Iaa52ec16f9c4d88040b72f6cda031cacd94a3756 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 70cb81e929fe..677bc5c51c5a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 70cb81e929fe11ab3164a6bc80cd85cb73d47232 +Subproject commit 677bc5c51c5a28d62d4eccca5f618b080e51f380 From 94c92fefa1b6cbe91069073fbada82bbfa298335 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 05:10:08 +0000 Subject: [PATCH 00654/18836] Updated openstack/openstack Project: openstack/python-glanceclient 14b74573f11eff95d2f9cc8461890c14b53b14fe null Fix and enable gating on H306 H306 - module imports should be in alphabetical order Change-Id: I1f8fc25b0e6ca23c21c90bda420f42a45141c2e2 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 2b5eae5bc170..14b74573f11e 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 2b5eae5bc170f33041e558875e95bd72a5da8c61 +Subproject commit 14b74573f11eff95d2f9cc8461890c14b53b14fe From 30bcdda6709cc8754c859fa3e48294ad76d9ef23 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 10:58:26 +0000 Subject: [PATCH 00655/18836] Updated openstack/openstack Project: openstack/requirements e6404f199e7b24b3a481126df9d83af978997726 null Update python-troveclient version Reasons: - openstack pypi contains new version - 1.0.3; - current version in requirements 1.0.0. Changes: - updating python-troveclient version from 1.0.0 to 1.0.3 Change-Id: Ic725596f50aee5fdb7c7c974deae73d42b7bb780 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index bca38ffae11b..e6404f199e7b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit bca38ffae11b054c06cac0a10417637f5cae5ee0 +Subproject commit e6404f199e7b24b3a481126df9d83af978997726 From dd07f3be1096a4414e4026977d010fcf52948ab5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 14:16:23 +0000 Subject: [PATCH 00656/18836] Updated openstack/openstack Project: openstack/python-novaclient 287bb0cfcc2b3ce847ce85b1eeb36fa424aef396 null Adds certificates support for Nova V3 API Adds support and tests for the os-certificates extension for the Nova V3 API Partially implements blueprint v3-api Change-Id: I9a75bf04a7047af6c501af2df72de4b8ce3462b0 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 72f625855616..287bb0cfcc2b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 72f625855616c77eef18f7a4a89810d1c88c69dc +Subproject commit 287bb0cfcc2b3ce847ce85b1eeb36fa424aef396 From e792088b66980703036edc759b95120d3720d296 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 14:16:25 +0000 Subject: [PATCH 00657/18836] Updated openstack/openstack Project: openstack/python-novaclient 13e37ede5b46a72a43c6370c4cf78be8132c753f null Adds keypairs support for the Nova V3 API Adds support and tests for the keypairs extension for the Nova V3 API. The V3 version of the keypair extension has been made part of the core V3 API and as a result no longer has the "os-" prefix in the url. Differences between the V2 and V3 API are described here: https://wiki.openstack.org/wiki/NovaAPIv2tov3 Partially implements blueprint v3-api Change-Id: Id4a77e1e4565f63ecdf7753d3c224975519fc07c --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 287bb0cfcc2b..13e37ede5b46 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 287bb0cfcc2b3ce847ce85b1eeb36fa424aef396 +Subproject commit 13e37ede5b46a72a43c6370c4cf78be8132c753f From aeae2a052cc4586cd8e8f07f6fb190413181a14e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 14:53:33 +0000 Subject: [PATCH 00658/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 96c98b794c8de758ed977ecdd5117e5c3d7b199a null Always dump errors to console When a job fails you would like to look in the logs for ERRORs but you can't since there are so many bogus ERRORs masked by the whitelist. Now you will see the non-whitelisted errors in the logs on failure. Change-Id: I9ae041c218782b9b4431c8d89febdedd377bfbc9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e59dbd4b709e..96c98b794c8d 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e59dbd4b709ecec18ee50e3584c49591f4ec1eea +Subproject commit 96c98b794c8de758ed977ecdd5117e5c3d7b199a From 65fb07f620896a5540747cb0b554a83536f2e079 Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Sun, 22 Dec 2013 20:31:07 +0000 Subject: [PATCH 00659/18836] Updated openstack/openstack Project: openstack/glance 317ad31637322397f2907e16fa576d6964990f26 null Make Glance code base H102 compliant Add the Apache headers where it was missing so the Glance code base can be H102 compliant Change-Id: If19841d1752f7ec364098333429ce090374e79cd Closes-bug: #1263537 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 677bc5c51c5a..317ad3163732 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 677bc5c51c5a28d62d4eccca5f618b080e51f380 +Subproject commit 317ad31637322397f2907e16fa576d6964990f26 From 86b35f8b0d8354d331c362d9d6ce8c19e0185687 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 16:48:09 +0000 Subject: [PATCH 00660/18836] Updated openstack/openstack Project: openstack/glance c692fb98e0b074a39d6c60a52249ed6537d4ccac null Rename duplicate test_add_copy_from_upload_image_unauthorized Rename 2nd implementation of test_add_copy_from_upload_image_unauthorized to test_add_copy_from_upload_image_unauthorized_with_body, as it also passes a body as part of the test. Change-Id: If080f51bfbc3f51257977bcffa01b07d7f06e45b --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 317ad3163732..c692fb98e0b0 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 317ad31637322397f2907e16fa576d6964990f26 +Subproject commit c692fb98e0b074a39d6c60a52249ed6537d4ccac From 47d27d8da2a1017f6e9162c3c107d9cf9a8b3352 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 17:53:20 +0000 Subject: [PATCH 00661/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 513ae88e97e0b93f2641b5a1d1d3ccb48ba66597 null Timeout devstack/tempest internally Abort the run of the gate script within the wrap script after a specified time (60 minutes by default). The wrap script will be able to proceed to copy log files as usual in case of a timeout. Remove xtrace option that slipped in during earlier devstack-gate testing. Change-Id: I000fae1365534b204ab27f2014ba64eabafc7584 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 96c98b794c8d..513ae88e97e0 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 96c98b794c8de758ed977ecdd5117e5c3d7b199a +Subproject commit 513ae88e97e0b93f2641b5a1d1d3ccb48ba66597 From 7077ff7040b34f3de6ae01188cd4b5c1b6e260e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 18:53:36 +0000 Subject: [PATCH 00662/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ab4eec59a1410ce1da11aaad8b73c6149aaf208d null Remove strange duplication of setup_host and output Looking at the history, it's possible this was a revert commit gone awry. Or part of it used to be needed for some reason but isn't now. Change-Id: I32d98f7275dbca6da08094716c9b9b2ac683ec3c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 513ae88e97e0..ab4eec59a141 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 513ae88e97e0b93f2641b5a1d1d3ccb48ba66597 +Subproject commit ab4eec59a1410ce1da11aaad8b73c6149aaf208d From 9b5efdf553297eec24fbc74f0d9ea986fcb2f2df Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 21:08:48 +0000 Subject: [PATCH 00663/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6cd988dfef0342eb4bfb3d883ebc58a67c380c2b null prune grenade service lists to things we can upgrade We should only install services in grenade that we know how to upgrade, otherwise we can run into an issue where we install a service on the old side, it injects some code using entry points into other projects, we don't upgrade it, it breaks that service from upgrading. aka: ceilometer. We really should have a policy that we only enable services in grenade that we are going to upgrade. It also calls out nicely which services those *aren't*. This patch also does some normalization of the service lists since we no longer need to support folsom, so cinder and swift should always be enabled. There is probably a more clever service selector that could be done here, but this is at least more straight forward for reviewing. Change-Id: I4e3975d74082f99b8f13d99a0865886b0e462ae3 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ab4eec59a141..6cd988dfef03 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ab4eec59a1410ce1da11aaad8b73c6149aaf208d +Subproject commit 6cd988dfef0342eb4bfb3d883ebc58a67c380c2b From 72f5e10310f0541db7656f99e25cb8c7e0af64c8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Dec 2013 21:14:53 +0000 Subject: [PATCH 00664/18836] Updated openstack/openstack Project: openstack/python-novaclient 242ab3ca953b46eb2aeef1a1c181765c9b4c4a99 null Removed duplicated import sys is imported twice so removed the second import. Change-Id: I50531edf856d42ec9b10732eff18a97d0cb3e9cc --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 13e37ede5b46..242ab3ca953b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 13e37ede5b46a72a43c6370c4cf78be8132c753f +Subproject commit 242ab3ca953b46eb2aeef1a1c181765c9b4c4a99 From 2b7cb2a9014faf8eed36aa7d4035ebdc1eff2cae Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Sun, 22 Dec 2013 07:59:37 -0800 Subject: [PATCH 00665/18836] Updated openstack/openstack Project: openstack-dev/devstack 6fbb28d021d168271bb2a0643059e8c65c8ce74b null Neutron: create network resources when agents are started Creating network resources before the agents start with the ml2 plugin might result in bnding failures for some resources such as DHCP ports because the resources are created before the agents report to the server. This patch should ensure all agents have started and reported their state to the server before creating network resources. Change-Id: Ifafb73bd3c5409a555a573ad9a94b96d79061c38 Related-Bug: #1253896 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bc22aeb4bc6a..6fbb28d021d1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bc22aeb4bc6a37ea02e2c97936c2005614af6e75 +Subproject commit 6fbb28d021d168271bb2a0643059e8c65c8ce74b From 7dc4f0e50a26dbea040d8b77a63594139c1d9db2 Mon Sep 17 00:00:00 2001 From: Vadim Rovachev Date: Fri, 13 Dec 2013 14:44:10 +0400 Subject: [PATCH 00666/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 5fd27ebedeae3d77406fa4fb30f891961da043e6 null Added ceilometer-anotification to enabled services Added ceilometer-anotification to enabled services for the master branch It's necessary for the correct work of ceilometer after merge: https://review.openstack.org/#/c/58600/ Change-Id: Ida6440c2682c2b12dc8d4572a4d2a828e83c9f75 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6cd988dfef03..5fd27ebedeae 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6cd988dfef0342eb4bfb3d883ebc58a67c380c2b +Subproject commit 5fd27ebedeae3d77406fa4fb30f891961da043e6 From d3d19d4f714ae71a4e8f75065ce663cf5e45a3e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Dec 2013 06:48:05 +0000 Subject: [PATCH 00667/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 63571eed8af331e5bb650699921696960db19ace null Fix copying of select-mirror outputs. The Jenkins user was attempting to write to ~stack and failing because it does not have permission to do so. Use more sudo to get around that. Additionally move the fix for /etc/hosts into setup_host instead of setup_workspace. This will make the use of sudo quieter as it will be able to resolve $HOSTNAME earlier. Change-Id: I8e6bd821ceac9d0614c068dc7ce7a6657329d84c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 5fd27ebedeae..63571eed8af3 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 5fd27ebedeae3d77406fa4fb30f891961da043e6 +Subproject commit 63571eed8af331e5bb650699921696960db19ace From 56bad1862382879dc2983c6867d8fb0f4657a90e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Dec 2013 14:50:13 +0000 Subject: [PATCH 00668/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 9bb37850ca7f86b9bdf512b082a01ecece7fb70b null don't use ec2 devstack exercises for validation we have tempest for this, and boto isn't that stable of a library. fixes the current gate wedge. Change-Id: Ie1ff921f51c0d2bc6283a31a09ebfdfc7d573d0f --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 63571eed8af3..9bb37850ca7f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 63571eed8af331e5bb650699921696960db19ace +Subproject commit 9bb37850ca7f86b9bdf512b082a01ecece7fb70b From 2ba94e1c5740875e7bf969db1634ffa7adf042d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Dec 2013 15:04:21 +0000 Subject: [PATCH 00669/18836] Updated openstack/openstack Project: openstack/glance b36b4d6cb603a98e13a3a345bb03a0c8c9c6088d null Adding missing copy_from policy from policy.json The current policy.json file is missing the copy_from policy in order to be exhaustive. DocImpact Change-Id: Ibc0d1fa7626629c28c514514a985a6b89db2ac69 Closes-bug: #1258999 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c692fb98e0b0..b36b4d6cb603 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c692fb98e0b074a39d6c60a52249ed6537d4ccac +Subproject commit b36b4d6cb603a98e13a3a345bb03a0c8c9c6088d From ca944033b26f9c8eb8bf08737f6a3db7ea414480 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 24 Dec 2013 11:17:49 -0800 Subject: [PATCH 00670/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b3d93e5995db637d3aa6605504efa3b027c61238 null Move workspace setup to functions.sh And add a test script that exercises the logic of the git repo checkout functions. Current test errors are annotated and commented out. Change-Id: I2e04787999a64cd8aaa238ce0374898032a9d8bd --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 9bb37850ca7f..b3d93e5995db 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 9bb37850ca7f86b9bdf512b082a01ecece7fb70b +Subproject commit b3d93e5995db637d3aa6605504efa3b027c61238 From 0e1546e4408ccc934625b8f4a69be7c3b7843458 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Dec 2013 01:49:29 +0000 Subject: [PATCH 00671/18836] Updated openstack/openstack Project: openstack/python-neutronclient 2026ffdc6c82135b64b3ccd569a4a442e170ca53 null Remove start index 0 in range() Remove the useless arg ("start index" = 0) in files, since its default value is 0, to make code cleaner. Fixes bug #1261580 Change-Id: Ieeace91e8cbd540ddccd8288002331a6e5a70c58 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 60800b13cf45..2026ffdc6c82 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 60800b13cf45336bdab132f225bbae8cc289ae14 +Subproject commit 2026ffdc6c82135b64b3ccd569a4a442e170ca53 From fc6cae4cc28385f44979d73fde5879863c2ea795 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Dec 2013 01:59:24 +0000 Subject: [PATCH 00672/18836] Updated openstack/openstack Project: openstack/python-novaclient 708af32f03660499239cb79f1c7bf1d1caf89268 null Fix "device" as the optional para on volume-attach Attach a volume to a server without device name, the client returned the error msg: "error: too few arguments". But for server, we can attach a volume to a server without the device name. Change-Id: Ia2743c6e3956cae6591ecd414baf89b0dbcf532b Closes-Bug: #1257137 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 242ab3ca953b..708af32f0366 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 242ab3ca953b46eb2aeef1a1c181765c9b4c4a99 +Subproject commit 708af32f03660499239cb79f1c7bf1d1caf89268 From 01441f16c9d9edab291a24e46e5f31afaf5898fc Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 24 Dec 2013 14:54:55 -0800 Subject: [PATCH 00673/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4d2f0e7c8572c9587e51ebfbd940c95c10e754a5 null Fix workspace setup Stable branch overrides for client testing, devstack-gate alternate-branch testing, and grenade old/new branch selection are all actually the same thing. Update setup_project to reflect that, fixing all known bugs in the process. Note that some jobs will need to be updated to pass in OVERRIDE_ZUUL_BRANCH. Change-Id: I6613715439bed9914b8444e335fac5eab4d14075 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b3d93e5995db..4d2f0e7c8572 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b3d93e5995db637d3aa6605504efa3b027c61238 +Subproject commit 4d2f0e7c8572c9587e51ebfbd940c95c10e754a5 From d737a1bbfbd100377a1ef23403f603329d8fd995 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Dec 2013 11:20:10 +0000 Subject: [PATCH 00674/18836] Updated openstack/openstack Project: openstack/python-swiftclient 20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3 null Add --object-name Add parameter --object-name, which: 1) Sets target object name when upload single file 2) Sets object prefix when upload a directory Change-Id: Idc4357c3355e66d31c100540b901e70db20b03c3 Closes-Bug: 1012979 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 2d15780a468d..20cd3402b2f7 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 2d15780a468d1894602333182d56589039bdb93a +Subproject commit 20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3 From ef124fbf8ccdf8796433dab4cc3badb3b5b26e1e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Dec 2013 13:06:27 +0000 Subject: [PATCH 00675/18836] Updated openstack/openstack Project: openstack/glance 091f7e6553e51350add09edf1c441171715008d6 null Adds guard against upload contention Protect against concurrent image uploads by allowing the initial request to proceed and succeed and subsequent concurrent requests to fail. We now allow the upload activation to specify what state it expects to transition to 'active' from. If by the time the db is updated the transition has already occured i.e. another upload has succeeded, the upload will fail and data will be cleaned up. Fixes: bug 1241025 Change-Id: Ie532b61484bec660910fb9a37429397bde8ef11f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b36b4d6cb603..091f7e6553e5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b36b4d6cb603a98e13a3a345bb03a0c8c9c6088d +Subproject commit 091f7e6553e51350add09edf1c441171715008d6 From 6fa7c2c1236a6783f858a6c26a6a9e8354e901ba Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 25 Dec 2013 16:15:38 +0000 Subject: [PATCH 00676/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 830cf239cda3bcff01c7adbdf5cc712b3551b1bf null Revert "Fix workspace setup" This reverts commit 4d2f0e7c8572c9587e51ebfbd940c95c10e754a5 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4d2f0e7c8572..830cf239cda3 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4d2f0e7c8572c9587e51ebfbd940c95c10e754a5 +Subproject commit 830cf239cda3bcff01c7adbdf5cc712b3551b1bf From b31aedf862ec4641869516c55d37767dc4e206d9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 26 Dec 2013 06:30:27 +0000 Subject: [PATCH 00677/18836] Updated openstack/openstack Project: openstack/glance 62fc2290c7ccf4f2459a85fa5c0dfbca45b3769e null Fixed wrong string format in glance.api.v2.image_data Closes bug 1264089 Change-Id: If6d72406b0e717f0f944a0b9d1ab4a0fc9301e6a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 091f7e6553e5..62fc2290c7cc 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 091f7e6553e51350add09edf1c441171715008d6 +Subproject commit 62fc2290c7ccf4f2459a85fa5c0dfbca45b3769e From d52020de48a2745f44b1376c84f85a70c6ee534f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 26 Dec 2013 08:37:18 +0000 Subject: [PATCH 00678/18836] Updated openstack/openstack Project: openstack/glance 28dabf1a44902df4c6857df9d30317317e78ef5c null Cleanup: remove unused code from store_utils store_utils.py contains several methods not used anywhere in the codebase. This patch removes the unused code. Change-Id: I8faa87e1dcce053b19a37c19856eb53529e0ec78 Closes-Bug: #1262051 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 62fc2290c7cc..28dabf1a4490 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 62fc2290c7ccf4f2459a85fa5c0dfbca45b3769e +Subproject commit 28dabf1a44902df4c6857df9d30317317e78ef5c From a2cfa9464c876cf4c7d372d42f402f17fab32fe1 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 24 Dec 2013 14:54:55 -0800 Subject: [PATCH 00679/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a8aabdb966f5d4061b9049358276309d05ddb8c0 null Fix workspace setup Stable branch overrides for client testing, devstack-gate alternate-branch testing, and grenade old/new branch selection are all actually the same thing. Update setup_project to reflect that, fixing all known bugs in the process. Note that some jobs will need to be updated to pass in OVERRIDE_ZUUL_BRANCH. This is an update to the previously reverted change to add testing and a fix for an issue seen in production. The resulting code is actually simpler, but it is worth noting that the check to ensure that at some point the ZUUL_REF for the project was checked out has been removed. Change-Id: Ie0c4b30878896684cc2faf02dee1ea222594ae6d --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 830cf239cda3..a8aabdb966f5 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 830cf239cda3bcff01c7adbdf5cc712b3551b1bf +Subproject commit a8aabdb966f5d4061b9049358276309d05ddb8c0 From f33d1dd164825e680b9f2e8b06a23384be5521c1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Dec 2013 07:05:15 +0000 Subject: [PATCH 00680/18836] Updated openstack/openstack Project: openstack/glance 7673e29027d1259b866a45fac052dc4d08e98a49 null Remove duplicate method implementations in ImageLocationsProxy Change-Id: I85f55fbaa290956ad03edbc8d019f73daa02d0a9 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 28dabf1a4490..7673e29027d1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 28dabf1a44902df4c6857df9d30317317e78ef5c +Subproject commit 7673e29027d1259b866a45fac052dc4d08e98a49 From e6086fae87d4cc6bab0c1d5bfa199ef32fbc3abf Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Wed, 25 Dec 2013 09:30:05 -0700 Subject: [PATCH 00681/18836] Updated openstack/openstack Project: openstack/python-openstackclient 202c3e375bf3ac528a5e8e1a1d1d83d45b57b9bf null Closes-Bug: #1262322 Make links clickable Change-Id: I61302ff5274cdaa09801cb9b0dc9bfd353ac687f --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 12f31eed2f9f..202c3e375bf3 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 12f31eed2f9f12e7fd60c238a338bb45eaee3516 +Subproject commit 202c3e375bf3ac528a5e8e1a1d1d83d45b57b9bf From 67ca8c5f75f0c6312cb85ffa57ca880bd4310c4a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 01:21:40 +0000 Subject: [PATCH 00682/18836] Updated openstack/openstack Project: openstack/requirements fd8bc4ae87e53762e85697393937a639ce2db8f0 null Add oauthlib library to replace oauth2 The current oauth library (oauth2) is unmainted and has security issues, as mentioned in: https://bugs.launchpad.net/keystone/+bug/1240382 The better choice would be to use oauthlib. This patch is to add oauthlib. When we fully remove oauth2 from keystone, we can remove oauth2 from requirements. Change-Id: I1c14c71fb37d8e164585d785c7755eccb4c9c51e --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e6404f199e7b..fd8bc4ae87e5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e6404f199e7b24b3a481126df9d83af978997726 +Subproject commit fd8bc4ae87e53762e85697393937a639ce2db8f0 From 3d7f64f7a2664c3004c3496ae2bc4efc0b4466c5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 03:39:11 +0000 Subject: [PATCH 00683/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 859a7815cd6d84b771e253f79b4e2a650617be4f null Add service catalog to domain scoped token fixture This was simply forgotten previously and testing that required a service catalog was done with the project token. This has led to some problems of not testing the domain paths correctly. Fix the one test that was incorrectly relying on an empty service catalog being returned from a domain scoped token. Change-Id: I66e3a9302d6a73ba17d4ed45f2366d9bb91461ab --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index bb606a441a01..859a7815cd6d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit bb606a441a016d7f0b709012bba1597448cebfc7 +Subproject commit 859a7815cd6d84b771e253f79b4e2a650617be4f From 1b1d5d57fa85e7359560e9355699a55286390277 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 03:47:22 +0000 Subject: [PATCH 00684/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 91c8a0a2a0d11a9259ebf1c5b997416fb14c95c3 null Fix missed management_url setter in v3 client Setting management_url is intended to mean that this is an overriding URL not one received from the service catalog. This was fixed for project scoped tokens but was missed from domain scoped tokens. Change-Id: I8484f4a26a5695ef7ae962918ad442fe20bd2caa Related Change: I2fa41e2ae1b853bbb254698cf94b9314eb0f0903 Related-Bug: #1252927 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 859a7815cd6d..91c8a0a2a0d1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 859a7815cd6d84b771e253f79b4e2a650617be4f +Subproject commit 91c8a0a2a0d11a9259ebf1c5b997416fb14c95c3 From fff3a5d6f5d1a6a30b96e475bb91d39aa377ef60 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 04:13:12 +0000 Subject: [PATCH 00685/18836] Updated openstack/openstack Project: openstack/glance b5b0d555ba6c51f497f628427ad2f3857af0b8d4 null Add db2 communication error code when check the db connection Closes-Bug: #1244092 The oslo patch set is 3acd57c2825a8bf6660c3124f12794414622eb26 Change-Id: Ic5244cab4e517f740b398138d4da877affe46ab3 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7673e29027d1..b5b0d555ba6c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7673e29027d1259b866a45fac052dc4d08e98a49 +Subproject commit b5b0d555ba6c51f497f628427ad2f3857af0b8d4 From 56386e9c7afac0d07e7a99a93e19d470a04d331d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 04:13:20 +0000 Subject: [PATCH 00686/18836] Updated openstack/openstack Project: openstack/glance 7a5fdec15d7834e71626998d5a5dd6a301d2bc8c null Correct URL in v1 test_get_images_unauthorized The test code in unit/v1/test_api.py:TestGlanceAPI.test_get_images_unauthorized requests for the wrong URL - instead of requesting for "/images" it requests for "/images/detail" (making it identical to the test_get_images_unauthorized test). Change-Id: I308e73966bcbb27287012d7b5dcdcc9d2a9f2e18 Closes-Bug: #1264428 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b5b0d555ba6c..7a5fdec15d78 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b5b0d555ba6c51f497f628427ad2f3857af0b8d4 +Subproject commit 7a5fdec15d7834e71626998d5a5dd6a301d2bc8c From 65a4ddee38a67b7071b3e02008c637e0f6bea2b8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 06:41:34 +0000 Subject: [PATCH 00687/18836] Updated openstack/openstack Project: openstack/glance 3b6b5eb4887a9d1788f182dba81593fe0bf94fab null Use uuid instead of uuidutils Each project should directly use the standard uuid module. uuidutils will be deprecated/removed in this cycle. This patch replaces every uuidutils.generate_uuid() with str(uuid.uuid4()) and uuidutils.is_uuid_like() with utils.is_uuid_like(). Change-Id: I43642d4f1e137c14134b3d544e367b504b9851ac Closes-Bug: #1253497 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7a5fdec15d78..3b6b5eb4887a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7a5fdec15d7834e71626998d5a5dd6a301d2bc8c +Subproject commit 3b6b5eb4887a9d1788f182dba81593fe0bf94fab From 3842ae4e178006a846360d6665dae34dcc62d42d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 18:45:11 +0000 Subject: [PATCH 00688/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 705813e4d475386d1a83a4055cb58abf29a85e4b null Don't install pre-release software with tox Override the tox pip install command to avoid using the "--pre" option which is the default in tox. "--pre" means "Include pre-release and development versions." By default, pip will only install stable versions of software, and that is the behavior we want. Change-Id: Ida5e440d1bdb9f8e9031277ea53a02d2ef171438 Co-Authored-By: Monty Taylor --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 91c8a0a2a0d1..705813e4d475 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 91c8a0a2a0d11a9259ebf1c5b997416fb14c95c3 +Subproject commit 705813e4d475386d1a83a4055cb58abf29a85e4b From 2a98971d3bf4227dfa0f0a1476347b3335d9e524 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 19:02:14 +0000 Subject: [PATCH 00689/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 77996277c956c2d78170009cb425878cae8cc67a null Rename tokenauth to authtoken in the doc Change-Id: Iedacd3ac76999570d5507953b9665948a3e3888f Signed-off-by: Emilien Macchi --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 705813e4d475..77996277c956 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 705813e4d475386d1a83a4055cb58abf29a85e4b +Subproject commit 77996277c956c2d78170009cb425878cae8cc67a From 711bb54367e30097fa7ca2c6439952864c70bafe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 19:02:16 +0000 Subject: [PATCH 00690/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 9a0fa4eb56360f1fcd0cfbac3975c065cd021ff8 null HTTPretty: update to 0.7.1 The 0.7.1 release has a fix for the parse_querystring function, which raised a TypeError on Python 3.3. See: https://github.com/gabrielfalcao/HTTPretty/commit/5c6e77615f4083b9daf4a0148349f3185dcaff05 This helps fix some tests on Python3.3. Change-Id: I8f28c5dfdcb25b2c131a4b8866547025064caac6 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 77996277c956..9a0fa4eb5636 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 77996277c956c2d78170009cb425878cae8cc67a +Subproject commit 9a0fa4eb56360f1fcd0cfbac3975c065cd021ff8 From 68fbb319035a0c4fd143cc80081b410ef5ccbfbb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Dec 2013 19:02:17 +0000 Subject: [PATCH 00691/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 85cfce17f5e1e74dd10f8d7a4bdcbc8a8422bb32 null Move redirect handling to session Particularly 305 is expected to be handled by the tests so we need to handle this centrally if we want to have session and non-session clients to work the same way. Change-Id: Id4ec35ddd8b8304d24df9e6cd2ab995d123ef125 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 9a0fa4eb5636..85cfce17f5e1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 9a0fa4eb56360f1fcd0cfbac3975c065cd021ff8 +Subproject commit 85cfce17f5e1e74dd10f8d7a4bdcbc8a8422bb32 From 0b7a60f423ed1e44c15f514589af3b72904adacc Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Fri, 27 Dec 2013 10:32:11 +0800 Subject: [PATCH 00692/18836] Updated openstack/openstack Project: openstack/python-cinderclient 12ee7b72ff823df92e06df847c2f5c3e2dc152b3 null Fix inappropriate comment for volume update api Change-Id: Id7a436cc864772bd2662fce0ef80d647c9e3dcf0 Closes-Bug: #1264415 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index a2b9bdd36c31..12ee7b72ff82 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit a2b9bdd36c318ad6a5481f4fae789e5a7f8222dd +Subproject commit 12ee7b72ff823df92e06df847c2f5c3e2dc152b3 From 0b40131eaabda692af7618497e297c69bc24f8f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Dec 2013 02:22:58 +0000 Subject: [PATCH 00693/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ce6c54de91f7c129cea11a7648f8668b2f24bca9 null Make _get_utf8_value Python3 compliant This function now works with both Python 2 and 3. Thanks to Victor Stinner for helping with this. Change-Id: I1644db7705f7818471d06fb74a4b9a91956e6b58 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 85cfce17f5e1..ce6c54de91f7 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 85cfce17f5e1e74dd10f8d7a4bdcbc8a8422bb32 +Subproject commit ce6c54de91f7c129cea11a7648f8668b2f24bca9 From a2a517295e34235a9d31a791e2c8366555dfada4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Dec 2013 07:38:50 +0000 Subject: [PATCH 00694/18836] Updated openstack/openstack Project: openstack/glance ec33e62a1540aa08ef89a917423231008a14d544 null Enable H233/H301/H302 tests that are ignored at the moment * H233 use of print operator * H301 one import per line * H302 import only modules Change-Id: I752c3c117e2575b30cc96d68c18df365d595588e Closes-bug: #1263535 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3b6b5eb4887a..ec33e62a1540 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3b6b5eb4887a9d1788f182dba81593fe0bf94fab +Subproject commit ec33e62a1540aa08ef89a917423231008a14d544 From 45288c3bb8c2e3c44b00beae03f9098f5119154b Mon Sep 17 00:00:00 2001 From: Yanis Guenane Date: Sun, 22 Dec 2013 06:56:48 +0000 Subject: [PATCH 00695/18836] Updated openstack/openstack Project: openstack/glance ec08ca1a872477c1907362dcfd665808ebf75db1 null Make code base E125 and E126 compliant This commit makes the glance code base E125 and E126 compliant : * E125 continuation line does not distinguish itself from next logical line * E126 continuation line over-indented for hanging indent Change-Id: I7120149bedb665fb66320498fe98948602a6cd52 Closes-bug: #1263437 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ec33e62a1540..ec08ca1a8724 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ec33e62a1540aa08ef89a917423231008a14d544 +Subproject commit ec08ca1a872477c1907362dcfd665808ebf75db1 From 20188e6df5912ab6230866594490eb01902e5fc6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Dec 2013 20:18:10 +0000 Subject: [PATCH 00696/18836] Updated openstack/openstack Project: openstack/requirements df444f161d085478bc32ac529062afeabcfc3faa null Unpin keyring, just skip keyring 2.0 As per bug 1197988, keyring 2.1 has the bug fixed, so unpin keyring. Change-Id: I9e60e134bed338781cc5a14ee8caae4bc93a538c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index fd8bc4ae87e5..df444f161d08 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit fd8bc4ae87e53762e85697393937a639ce2db8f0 +Subproject commit df444f161d085478bc32ac529062afeabcfc3faa From cdae48e7c4b5d4fa55ac5f84fb0a4811ff5d0cb1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 31 Dec 2013 06:01:32 +0000 Subject: [PATCH 00697/18836] Updated openstack/openstack Project: openstack/glance f950af8e4f5faf2b8ea95f03fa27c16d00855cbc null Empty files shouldn't contain copyright nor license http://docs.openstack.org/developer/hacking/#openstack-licensing Change-Id: I29a1a4bdd023adc219a1927180a4c37a735ec6dc --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ec08ca1a8724..f950af8e4f5f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ec08ca1a872477c1907362dcfd665808ebf75db1 +Subproject commit f950af8e4f5faf2b8ea95f03fa27c16d00855cbc From 2cafbe99bd3d7b738935565b765c72bc37e3790b Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 30 Dec 2013 16:15:23 +0800 Subject: [PATCH 00698/18836] Updated openstack/openstack Project: openstack/python-heatclient 84ac309a7a98ca2fe9c45943832365f8c25cf6a4 null Fix inappropriate error message on event-list "Stack not found" as the error message is incorrect while describing events of an exist stack with non-existent resource. We should just use the message that the server sent the client. Closes-Bug: #1264944 Change-Id: I213474577512e9a56d8c2802e90d76b9c4324c13 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index e9897ff9b99a..84ac309a7a98 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit e9897ff9b99aa7876fcd5dcc64f3d8115eb01922 +Subproject commit 84ac309a7a98ca2fe9c45943832365f8c25cf6a4 From 491d3f709bed94f998aadd4b1cce473877c9dcb0 Mon Sep 17 00:00:00 2001 From: "Igor A. Lukyanenkov" Date: Tue, 3 Dec 2013 15:47:58 +0400 Subject: [PATCH 00699/18836] Updated openstack/openstack Project: openstack/python-cinderclient 1fc1b4bea1f813ec54fc448aad3794ca78507a11 null Fix RateLimit.__repr__ - self.method is undefined Using self.verb instead of self.method, unit tests added to cover this fix. Closes-bug: #1258489 Change-Id: I4a84179ff96c50b230afcaea7a19fb54613577fb --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 12ee7b72ff82..1fc1b4bea1f8 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 12ee7b72ff823df92e06df847c2f5c3e2dc152b3 +Subproject commit 1fc1b4bea1f813ec54fc448aad3794ca78507a11 From d184c9c643cf4ddf1c0a3e9325bf1fbe97cc34d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 31 Dec 2013 20:41:38 +0000 Subject: [PATCH 00700/18836] Updated openstack/openstack Project: openstack/python-cinderclient a33240f578af528b01561bf1a5bdcfd632809ab8 null Updates .gitignore for environment files Adding ignore for Eclipse IDE environment files These files .project and .pydevproject should be ignored while pushing to repositories. Change-Id: I44dbdaae71c3ed37c11122f1795d36c401dd431a Closes-Bug: #1256043 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 1fc1b4bea1f8..a33240f578af 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 1fc1b4bea1f813ec54fc448aad3794ca78507a11 +Subproject commit a33240f578af528b01561bf1a5bdcfd632809ab8 From 20b2264fe20ed22e8782a0e76c9e14bb97796c8d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 1 Jan 2014 13:28:24 +0000 Subject: [PATCH 00701/18836] Updated openstack/openstack Project: openstack-dev/devstack 62c0cfa5d99b0c4f8d2d069e0edbccd37933bdf2 null Mute false alarm when installing docker In install_docker.sh, we will restart docker service, then connect to /var/run/docker.sock with retry mechanism. At the first contacting with /var/run/docker.sock, when docker service is not ready, it may complain some error. Mute this false alarm. Change-Id: If00a18d2e3ddee951662e272d47ae84215f16ad2 Closes-Bug: #1252087 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6fbb28d021d1..62c0cfa5d99b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6fbb28d021d168271bb2a0643059e8c65c8ce74b +Subproject commit 62c0cfa5d99b0c4f8d2d069e0edbccd37933bdf2 From 3c517130f4f365827a2aa1a7db813afa549d7d23 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 1 Jan 2014 13:28:32 +0000 Subject: [PATCH 00702/18836] Updated openstack/openstack Project: openstack-dev/devstack 15d2526db91ed34bff85280d482d5a6303db5756 null Neutron: Define a utility function to add neutron service class When enabling neutron service (i.e. enable_service q-xxx), related code unconditionally adds a necessary plugin class to Q_SERVICE_PLUGIN_CLASSES. Which may cause duplication in Q_SERVICE_PLUGIN_CLASSES when Q_SERVICE_PLUGIN_CLASSES is explicitly specified in localrc. As a result, neutron server fails to start. This patch introduces a utility function to add service class, and check duplication. Closes-Bug: #1261291 Change-Id: Id2880c7647babfccc3e8d9fc60dd93c4b3997ed9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 62c0cfa5d99b..15d2526db91e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 62c0cfa5d99b0c4f8d2d069e0edbccd37933bdf2 +Subproject commit 15d2526db91ed34bff85280d482d5a6303db5756 From 87bf71051f22ae76487adf506fefbc9a6e930050 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 03:39:06 +0000 Subject: [PATCH 00703/18836] Updated openstack/openstack Project: openstack-dev/devstack 8928ce12b6c6ddf74b6942463fcaf16b9fd74844 null Set default_network in tempest.conf This is to support testing of change Ia78582cac3790653c2281a5b63d953cd46d5c290 in Tempest. Change-Id: Ibb812e2598fb11b7eef21a0868ee9baeea73186c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 15d2526db91e..8928ce12b6c6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 15d2526db91ed34bff85280d482d5a6303db5756 +Subproject commit 8928ce12b6c6ddf74b6942463fcaf16b9fd74844 From 26eb807ce1ec763306700c8fdaa74de122b51036 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 06:09:46 +0000 Subject: [PATCH 00704/18836] Updated openstack/openstack Project: openstack/glance 8c27e5592e324f7a68bc9db6a1f1b15c6f7c64c2 null Refactor tests.unit.utils:FakeDB.reset glance.tests.unit.utils:FakeDB uses glance.db.simple.api which has already implemented reset() functionality, the redundant code in FakeDB should be removed. Change-Id: I140e932e9cc531900cee503e20d3549549b13d27 Closes-Bug: #1264204 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f950af8e4f5f..8c27e5592e32 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f950af8e4f5faf2b8ea95f03fa27c16d00855cbc +Subproject commit 8c27e5592e324f7a68bc9db6a1f1b15c6f7c64c2 From e76100aae37df72c27c2934e72a956359016b75e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 06:09:54 +0000 Subject: [PATCH 00705/18836] Updated openstack/openstack Project: openstack/glance 1ee0a46f4fa21222a5e8f445313067c5f909028c null Fix and enable gating on H306 Fix fallout of Hacking check: Imports should be in alphabetical order Change-Id: I179711c8448208592490ffa47d51419779940014 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8c27e5592e32..1ee0a46f4fa2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8c27e5592e324f7a68bc9db6a1f1b15c6f7c64c2 +Subproject commit 1ee0a46f4fa21222a5e8f445313067c5f909028c From 48549e814632c39dc9351ad4f0b6bbddc8a6f2dd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 09:26:48 +0000 Subject: [PATCH 00706/18836] Updated openstack/openstack Project: openstack/glance 41a4e4d72c399d1d32239c08671e130f6df582fb null Remove the redundant code In methods 'version_control' and 'db_sync' in glance/db/sqlalchemy/migration.py, there are redundant code 'sql_connection = CONF.sql_connection'. The 'sql_connection's are local variable and not used. Change-Id: Ie8a12e6f385f7103463172ed9acde1de0336a6d4 Closes-Bug:#1264056 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1ee0a46f4fa2..41a4e4d72c39 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1ee0a46f4fa21222a5e8f445313067c5f909028c +Subproject commit 41a4e4d72c399d1d32239c08671e130f6df582fb From bdc0724c1ce0a0d19dcb35f320f745d6b83c9f09 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 12:13:41 +0000 Subject: [PATCH 00707/18836] Updated openstack/openstack Project: openstack/glance 4e28e4d9dcdafd9636107fe97bb0bb44f98902ab null Disallow negative image sizes Currently Glance v1 allows creation of images with negative sizes when the source URL provided by the --location parmeter does not exist at the time of creation. There is already a check to verify whether or not an image size can be converted to an int but the check doesn't verify whether or not the resulting value is >= 0. This commit supplements that check to disallow negative values for the size parameter. Change-Id: I47511f3e34cf5adfdf944747d94285ecbbda4249 Closes-Bug: #1260738 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 41a4e4d72c39..4e28e4d9dcda 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 41a4e4d72c399d1d32239c08671e130f6df582fb +Subproject commit 4e28e4d9dcdafd9636107fe97bb0bb44f98902ab From dbcad456baa07a7e969d0b703fda0d7c3c0d9c84 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 18:07:56 +0000 Subject: [PATCH 00708/18836] Updated openstack/openstack Project: openstack/python-keystoneclient cc0233907bf13dd8288836303c5510b6d411ba9c null Use testresources for example files The example files were loaded at import time rather than used as a test fixture. Change-Id: I3c1ac4db4b269725bf83904c1568a86b45eb7e55 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ce6c54de91f7..cc0233907bf1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ce6c54de91f7c129cea11a7648f8668b2f24bca9 +Subproject commit cc0233907bf13dd8288836303c5510b6d411ba9c From 39a32df39a5625b406e789368f979939e4c271be Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 18:07:57 +0000 Subject: [PATCH 00709/18836] Updated openstack/openstack Project: openstack-dev/devstack a42984e1a228cdfb13f3537d03ace5dc2df69364 null Migrating trove to entry points partially implements blueprint entrypoints-for-binscripts Change-Id: Iaafde0ab7f27598d566fc008fba7eddc582139c9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8928ce12b6c6..a42984e1a228 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8928ce12b6c6ddf74b6942463fcaf16b9fd74844 +Subproject commit a42984e1a228cdfb13f3537d03ace5dc2df69364 From 804aa5522f7c782f2e949db71f8a0ee8725bb032 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 18:08:04 +0000 Subject: [PATCH 00710/18836] Updated openstack/openstack Project: openstack-dev/devstack ed55010af8b5464c8f6f25ba369b535ca9663899 null Change the libvirtd log level to DEBUG Gate tests fail sometimes due to libvirt problems, but it is difficult to investigate their reasons or workarounds because there is not any log about libvirt. This patch changes the log level of libvirtd to DEBUG for investigating libvirt problems. Change-Id: Ib6559ff978fa813d0332f2339d241dd3437196ee Related-Bug: #1254872 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a42984e1a228..ed55010af8b5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a42984e1a228cdfb13f3537d03ace5dc2df69364 +Subproject commit ed55010af8b5464c8f6f25ba369b535ca9663899 From c1f435467730663007ac9af54f0a5bfd3d172631 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 18:08:12 +0000 Subject: [PATCH 00711/18836] Updated openstack/openstack Project: openstack-dev/devstack 1b3a158b28bce51168c9a9b523babea43858762d null Correct glance db_sync command Closes-Bug: #1263431 Change-Id: I30a53adfdd8e00a9995595af2e090190bac241a0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ed55010af8b5..1b3a158b28bc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ed55010af8b5464c8f6f25ba369b535ca9663899 +Subproject commit 1b3a158b28bce51168c9a9b523babea43858762d From e1c53822afc80d2b1f6c5cbe4dce92c4b4c3fed7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 18:08:19 +0000 Subject: [PATCH 00712/18836] Updated openstack/openstack Project: openstack-dev/devstack 161f1d70ee6c6b2224a2c1bbb85924348ea32ced null XenAPI: Fix bug with Xen ext4-using guests Ubuntu saucy is using ext4, which means it hits a barrier bug with certain versions of Xen, leading to a read only filesystem. This is bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/824089 Change-Id: I9a72b203d473dc555324d44ad7c240c80dccda15 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1b3a158b28bc..161f1d70ee6c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1b3a158b28bce51168c9a9b523babea43858762d +Subproject commit 161f1d70ee6c6b2224a2c1bbb85924348ea32ced From e2e2c8a37a15f516129e81f403cc83ad4f7f122c Mon Sep 17 00:00:00 2001 From: amcrn Date: Thu, 19 Dec 2013 19:37:04 -0800 Subject: [PATCH 00713/18836] Updated openstack/openstack Project: openstack/python-troveclient c9861b232bd354d498a3ed07497b80e37488e452 null Correct database-create Name Help Text Changes "Name of the backup" to "Name of the database" for database-create's field Change-Id: Id50ae583a4c39ffaff086288470b5c2d2503a67f Closes-Bug: #1252293 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 30587ea4485e..c9861b232bd3 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 30587ea4485e1f12c8116e7f3b26a08e3054409b +Subproject commit c9861b232bd354d498a3ed07497b80e37488e452 From 1f2797713b2df975e8ffa0ca8dad9a34f47009cc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 21:22:48 +0000 Subject: [PATCH 00714/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3f1cd0ef3739bd08da6a5e0ff40f39822a6fb212 null Correctly handle auth_url/token authentication Previously the client assumed that if a user passed a token then this token should be used for everything. This assumption is correct for the endpoint/token case but not in the auth_url/token case where you will want to fetch a new token. This is needed in the case where you want to use an existing token to fetch a token that is re-scoped or activate a trust. There are still problems such as if you use auth_url/token authentication then when the token expires it will try to refresh it, but authenticating with a token will not extend the token expiry. Closes-Bug: #1257541 Change-Id: I1c35600ca5437da44071dcea5361bfb42f6b72a3 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index cc0233907bf1..3f1cd0ef3739 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit cc0233907bf13dd8288836303c5510b6d411ba9c +Subproject commit 3f1cd0ef3739bd08da6a5e0ff40f39822a6fb212 From a39565a8a62dfff37c696a8d08f6374cfd41ff99 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 21:22:55 +0000 Subject: [PATCH 00715/18836] Updated openstack/openstack Project: openstack/python-novaclient 9521c636463a0c9eff694e57dcdc1007e05269dd null Expose the rebuild preserve-ephemeral extension This new extension permits preserving the ephemeral partition if the Nova hypervisor supports that. This is primarily useful when Cinder is not available to provide preservation of state while replacing the image in use. One common situation for that is Nova Baremetal. DocImpact Blueprint: baremetal-preserve-ephemeral Partial-Bug: #1174154 Co-Authored-By: Robert Collins Change-Id: Ib1511653904d4f95ab03fb471669175127004582 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 708af32f0366..9521c636463a 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 708af32f03660499239cb79f1c7bf1d1caf89268 +Subproject commit 9521c636463a0c9eff694e57dcdc1007e05269dd From 5c90029349189fc6b758ce9dcc578da8aa79f1ce Mon Sep 17 00:00:00 2001 From: Wu Wenxiang Date: Wed, 1 Jan 2014 11:19:04 +0800 Subject: [PATCH 00716/18836] Updated openstack/openstack Project: openstack/python-glanceclient 80cf47e229cae248ee9b8cdb8d28d6206f8db3b0 null Remove unused imports Remove unused imports in doc/source/conf.py Change-Id: Ie5f914ca21ee4229686deec01acd788acd4946b7 Closes-Bug: #1265265 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 14b74573f11e..80cf47e229ca 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 14b74573f11eff95d2f9cc8461890c14b53b14fe +Subproject commit 80cf47e229cae248ee9b8cdb8d28d6206f8db3b0 From a3268f16cc3eea494daca6532e3e826cc9484aec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 2 Jan 2014 21:23:06 +0000 Subject: [PATCH 00717/18836] Updated openstack/openstack Project: openstack/python-novaclient 49be47367f59f792b62c54d3582a90479c6923ce null Nova aggregate-details should be more human friendly 'nova aggregate-details' shows Hosts, Availability Zone and Metadata in the python unicode notation. + Adds some tests about aggregates ported from v1 to the v3 shell Change-Id: I69d80b2e76833d78248dee782ae5e53f42a4f4a9 Closes-Bug: #1132961 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9521c636463a..49be47367f59 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9521c636463a0c9eff694e57dcdc1007e05269dd +Subproject commit 49be47367f59f792b62c54d3582a90479c6923ce From 3ae4672ee1ca581530e912a364cea0330fdf3225 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 3 Jan 2014 01:11:19 +0000 Subject: [PATCH 00718/18836] Updated openstack/openstack Project: openstack-dev/devstack 0150d7eb2a160635a47a626f7c9968a8e0dc0254 null Ensure hostname resolves correctly rabbitmq hangs on startup if the unqualified hostname for the system doesn't resolve properly. This change ensures that the hostname is added to /etc/hosts so that will never happen with devstack. Change-Id: I2c250f38f9feb18d1a59f3a457c6d01c1d98499c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 161f1d70ee6c..0150d7eb2a16 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 161f1d70ee6c6b2224a2c1bbb85924348ea32ced +Subproject commit 0150d7eb2a160635a47a626f7c9968a8e0dc0254 From 01967c7fa37abdd58177a81e2d2915fbd9ed873f Mon Sep 17 00:00:00 2001 From: JUN JIE NAN Date: Mon, 23 Dec 2013 06:54:13 +0800 Subject: [PATCH 00719/18836] Updated openstack/openstack Project: openstack/python-heatclient 39ca592c557ccd315cd21afb90757b2cbafdc9e5 null Fixed typo error OS_IMAGE_URL OS_IMAGE_URL is not coorect, replaced it with HEAT_URL and did according changes. Change-Id: I0c06dfe6c013a358a46eab2ce4e9b7a44d98672d --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 84ac309a7a98..39ca592c557c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 84ac309a7a98ca2fe9c45943832365f8c25cf6a4 +Subproject commit 39ca592c557ccd315cd21afb90757b2cbafdc9e5 From 5822ec4221468be7f457e48b04b4f6f5bf5bfe23 Mon Sep 17 00:00:00 2001 From: JUN JIE NAN Date: Mon, 23 Dec 2013 10:20:58 +0800 Subject: [PATCH 00720/18836] Updated openstack/openstack Project: openstack/python-heatclient e2d7ebff7ebde4d5d7f64440c1d550153466768b null Wrapped some long lines Some lines has been wrapped some not. So wrapped the left long lines. Change-Id: I67b40e580b53cb7dca40112b3a3c112c359893dd --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 39ca592c557c..e2d7ebff7ebd 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 39ca592c557ccd315cd21afb90757b2cbafdc9e5 +Subproject commit e2d7ebff7ebde4d5d7f64440c1d550153466768b From f71931e51483666794ff7009ec459ffc4131f162 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Fri, 22 Nov 2013 16:19:50 +0200 Subject: [PATCH 00721/18836] Updated openstack/openstack Project: openstack/glance 048a40c0b5e9c57839c8e07d3c2ba4a707796366 null Use common Oslo database session Use common oslo database code for work with session, connection, engines instead of glance implementations. Work with config options modified due to new common code config. Removed unused glance code and tests for it. Details: glance/cmd/manage.py - removed load load the glance-registry config. We load sql connection in common code now. glance/db/sqlalchemy/api.py - removed functions _wrap_db_error(), _is_db_connection_error(), _get_maker(), get_engine(), _ping_listener() and config `sql_connection_opt`. We have all these thigs in module `glance.openstack.common.db.sqlalchemy`. - modified functions setup_db_env(), add_cli_options(), clear_db_env(). - functions _get_session() and get_engine() now call same functions from module `glance.openstack.common.db.sqlalchemy`. - replaced sqlalchemy exception `sqlalchemy.exc.IntegrityError` to database duplicate exception - `db_exc.DBDuplicateEntry`. Removed redundant tests - we use common code , so a lot of features was already tested in Oslo. Global variable _ENGINE was replaced by common function get_engine(). DocImpact New database config options came from Oslo. See Table below ------------------------------------------------------------------- Database config options ([group] option) -----------------------------|------------------------------------- Glance | Oslo -----------------------------|------------------------------------- [DEFAULT] sql_connection | [database] connection [DEFAULT] sql_idle_timeout | [database] idle_timeout [DEFAULT] sql_max_retries | [database] max_retries [DEFAULT] sql_retry_interval | [database] retry_interval [DEFAULT] db_auto_create | NONE [DEFAULT] sqlalchemy_debug | [database] connection_debug [DEFAULT] use_tpool | [database] use_tpool NONE | [database] slave_connection NONE | [database] min_pool_size NONE | [database] max_pool_size NONE | [database] slave_connection NONE | [database] min_pool_size NONE | [database] max_pool_size NONE | [database] max_overflow NONE | [database] connection_trace NONE | [database] pool_timeout ------------------------------------------------------------------- blueprint db-use-oslo-common-code Change-Id: I3ff976545b1a82ff8df780e34128fcaf6f892b8c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4e28e4d9dcda..048a40c0b5e9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4e28e4d9dcdafd9636107fe97bb0bb44f98902ab +Subproject commit 048a40c0b5e9c57839c8e07d3c2ba4a707796366 From abbf98ed01aa58f147c798631acd9f70848268ce Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 3 Jan 2014 05:12:16 +0000 Subject: [PATCH 00722/18836] Updated openstack/openstack Project: openstack/glance ceeb44f9d77ddbc483bec2c8e49eae1a5dcf06d2 null Define sheepdog_port as an integer value It really is an integer value, and there is no magic string that can be set for collie either (according to the man page) Change-Id: I9af7c4208480f92378b7f70ab54c8a1e600dd4ff --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 048a40c0b5e9..ceeb44f9d77d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 048a40c0b5e9c57839c8e07d3c2ba4a707796366 +Subproject commit ceeb44f9d77ddbc483bec2c8e49eae1a5dcf06d2 From 7ae5a3a67b1ec12a9cf1f63617e98a595d353c6b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 3 Jan 2014 09:09:19 +0000 Subject: [PATCH 00723/18836] Updated openstack/openstack Project: openstack/glance 3ac094c8fb4c4f4fc1b1951b4321fbec40569056 null Set image size after updating/adding locations Based on current implement, the image size won't be updated if user update/add locations against a queued image. This fix will set the image size based on given location. Closes-Bug: #1261624 Change-Id: I265c6a92274ab2f94e005a1ab50e01d2f0c2143e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ceeb44f9d77d..3ac094c8fb4c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ceeb44f9d77ddbc483bec2c8e49eae1a5dcf06d2 +Subproject commit 3ac094c8fb4c4f4fc1b1951b4321fbec40569056 From 52383c7ce3643709b5e5f98f3731e16abb5ffbba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 3 Jan 2014 11:47:28 +0000 Subject: [PATCH 00724/18836] Updated openstack/openstack Project: openstack/python-novaclient ab32e406c80c14aa9b7aaf13d1678b168b8272a4 null Replace some utils.bool_from_str with strutils Instead of using novaclient.utils' bool_from_str, use bool_from_string from the oslo incubating strutils Notes: 0. utils.bool_from_str was strict, only accepted a small set of values, while strutils.bool_from_string is not strict by default, anything not true is false 1. bool_from_string accepts on/off, which bool_from_str did not Change-Id: I04744844b55697819289def081d3c9117ed0713f --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 49be47367f59..ab32e406c80c 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 49be47367f59f792b62c54d3582a90479c6923ce +Subproject commit ab32e406c80c14aa9b7aaf13d1678b168b8272a4 From c0852576229a6be473fbddc93f9bd22bfa78ec29 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 2 Jan 2014 14:45:49 +0100 Subject: [PATCH 00725/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 23867699786b23f0f9ed85d6d440dc29f4f3f7cb null Add oslo.rootwrap to the devstack gate oslo.rootwrap recently graduated but was not made part of the devstack-gate. This change is part of a series of changes affecting devstack-gate, config and devstack which will collectively fix this. Change-Id: If1973847028a0b033f90d5e18d1875fe6cc4e88a --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a8aabdb966f5..23867699786b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a8aabdb966f5d4061b9049358276309d05ddb8c0 +Subproject commit 23867699786b23f0f9ed85d6d440dc29f4f3f7cb From 6254b98f5981849246e9f45082af170829c930a0 Mon Sep 17 00:00:00 2001 From: Mark McClain Date: Fri, 3 Jan 2014 16:58:01 -0500 Subject: [PATCH 00726/18836] Updated openstack/openstack Project: openstack/python-neutronclient df68d75f6693a9d29b04deb07c119386541a5415 null Make compatible with Cliff (1.5.2) The most recent version of cliff changes the way formatters work. This temporarily disables the custom formatter to get the gate working again. Partial-Bug: #1265926 Change-Id: Id0fe9ca3ddf0326a88055f8767de4cbe4cadb950 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 2026ffdc6c82..df68d75f6693 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 2026ffdc6c82135b64b3ccd569a4a442e170ca53 +Subproject commit df68d75f6693a9d29b04deb07c119386541a5415 From 552650926a8c1de8034cb1fbdc3f3bf495d4de12 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 4 Jan 2014 16:28:10 +0000 Subject: [PATCH 00727/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a361fdb079c9c62099086959587485a59e3eef76 null Remove the 'cmp' keyword from a call to 'sort()' This keyword does not exist in Python 3, and 'key' should be used instead. Change-Id: I0f92a1e3d389b491bf138c215e11e68fddc15477 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3f1cd0ef3739..a361fdb079c9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3f1cd0ef3739bd08da6a5e0ff40f39822a6fb212 +Subproject commit a361fdb079c9c62099086959587485a59e3eef76 From 966b69a420f923f87b7a3210604351c9ada9d131 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 5 Jan 2014 15:47:18 +0000 Subject: [PATCH 00728/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6cd7b4b26ecfaef53efdaac2dd685c23c49cd502 null Update requirements Updated requirements from commit hash 97620646d . Change-Id: Id10bc656100770bf567f3d34e8e0872867f2d551 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a361fdb079c9..6cd7b4b26ecf 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a361fdb079c9c62099086959587485a59e3eef76 +Subproject commit 6cd7b4b26ecfaef53efdaac2dd685c23c49cd502 From d0f79c0b8e95be27e9ea51fafa076b173bcac17c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 5 Jan 2014 21:26:17 +0000 Subject: [PATCH 00729/18836] Updated openstack/openstack Project: openstack/python-novaclient 81e630cbcc8422dea77299be0116a8959210ba4e null Allow empty response in service-list If a user runs 'nova service-list --binary something-weird', where something-weird is a binary that is not listed the result is a confusing IndexError. That is because the result is expected to always have at least one result. Part of the reason for that is that the fake client does not make it easy to simulate an empty response in tests. That is why there is no regression test associated with this bug-fix. That is also why I am marking thas as Partial-Bug, as this corrects the symptom, but it does not prevent it from regressing. Change-Id: I3e6798d63a662c245196b3bf95bb7e1b0ea9c3a4 Partial-Bug: #1260504 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ab32e406c80c..81e630cbcc84 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ab32e406c80c14aa9b7aaf13d1678b168b8272a4 +Subproject commit 81e630cbcc8422dea77299be0116a8959210ba4e From 649352ddb59d0ffd98b1ce0abf70ee7b11a9914f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 6 Jan 2014 00:35:26 +0000 Subject: [PATCH 00730/18836] Updated openstack/openstack Project: openstack/python-heatclient b6f81d5124a254d7de5b5a8dc1bb4a5d8be15276 null Sort resource-type-list output Change-Id: I98cfe080ae59cc610132cd0bc734447280b2d61b --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index e2d7ebff7ebd..b6f81d5124a2 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit e2d7ebff7ebde4d5d7f64440c1d550153466768b +Subproject commit b6f81d5124a254d7de5b5a8dc1bb4a5d8be15276 From 86f27b76c58c0c8bea532c4de8cf0d3efa881b6b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 6 Jan 2014 01:35:01 +0000 Subject: [PATCH 00731/18836] Updated openstack/openstack Project: openstack/glance f7a1443248baa4a73e83284090cc3141f19f190a null Enable gating on F811 (duplicate function definition) Change-Id: Ifbf233ccbb7cc012d5dae50f9b303cfca592788d --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3ac094c8fb4c..f7a1443248ba 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3ac094c8fb4c4f4fc1b1951b4321fbec40569056 +Subproject commit f7a1443248baa4a73e83284090cc3141f19f190a From 197bef6c58c0638c88b5d27e8f05f507553c11bc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 6 Jan 2014 07:40:30 +0000 Subject: [PATCH 00732/18836] Updated openstack/openstack Project: openstack/python-novaclient 2a7caa8bdb5649f1be29188b572b4f8c241ad841 null Adds simple tenant usage support for the Nova V3 API Adds support and tests for the os-simple-tenant-usage extension for the Nova V3 API. There are no differences between the V2 and V3 API and this change adds the client code to enable the usage command. Note that with nomenclature change from tenant to project occuring in Nova there will be a difference between the V2 and V3 API in the future. Differences between the V2 and V3 API are described here: https://wiki.openstack.org/wiki/NovaAPIv2tov3 Partially implements blueprint v3-api Change-Id: Iddf6211c9c87cbb191d9a5d5a65710b343c30e67 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 81e630cbcc84..2a7caa8bdb56 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 81e630cbcc8422dea77299be0116a8959210ba4e +Subproject commit 2a7caa8bdb5649f1be29188b572b4f8c241ad841 From c70b0ebf6c0e171ae8f2af2ca45b591b8136c497 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 6 Jan 2014 13:05:08 +0000 Subject: [PATCH 00733/18836] Updated openstack/openstack Project: openstack/python-heatclient 9c3d003fea7d5e8a9fcf9e5655e684baa5921657 null Fix help formatting for resource-template Only the keys, not the functions should be printed, or the output text is confusing Closes-Bug: #1265194 Change-Id: Iaeb6e44ce0988d165609d261ab640b82db4a7ea4 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b6f81d5124a2..9c3d003fea7d 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b6f81d5124a254d7de5b5a8dc1bb4a5d8be15276 +Subproject commit 9c3d003fea7d5e8a9fcf9e5655e684baa5921657 From aeb84eff8a604ae701a2fc4d39541af3d8035ad9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 6 Jan 2014 15:34:49 +0000 Subject: [PATCH 00734/18836] Updated openstack/openstack Project: openstack-dev/devstack 68f142324d213ec97dbb6af0f0d4e513b7e85fdd null Handle more nicely when role root is already here When using postgresql we were handling the fallback if the role root was already here but this was still printing an error message, try to make it a bit smarter. Closes-Bug: #1265477 Change-Id: Ib3768dd182ab968e81038f900550f641b9a2af5c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0150d7eb2a16..68f142324d21 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0150d7eb2a160635a47a626f7c9968a8e0dc0254 +Subproject commit 68f142324d213ec97dbb6af0f0d4e513b7e85fdd From 26d6d8e83b88030b38e55aa673bb1d4cba9e51b1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 6 Jan 2014 17:59:40 +0000 Subject: [PATCH 00735/18836] Updated openstack/openstack Project: openstack/python-troveclient 55e4638e0f838a0967e02f1986bde4665625899d null Add type to volume.total for Mgmt Instance Get Change-Id: Icf2b35d152e59f5045717f2a682f89fec23e707e Implements: blueprint add-volume-total-attribute --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index c9861b232bd3..55e4638e0f83 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit c9861b232bd354d498a3ed07497b80e37488e452 +Subproject commit 55e4638e0f838a0967e02f1986bde4665625899d From 4a60679320e5684be0c3fb9c71e07ff0204009ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 7 Jan 2014 09:31:34 +0000 Subject: [PATCH 00736/18836] Updated openstack/openstack Project: openstack/python-cinderclient 2d155ecb07d1fa1f8c64948b34b4ca12c40c6c2e null Updates .gitignore Remove files we don't generate in the sources. Closes-Bug: #1256043 Closes-Bug: #1257279 Change-Id: I18552182958448baa040c988b02affc231cbf62b --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index a33240f578af..2d155ecb07d1 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit a33240f578af528b01561bf1a5bdcfd632809ab8 +Subproject commit 2d155ecb07d1fa1f8c64948b34b4ca12c40c6c2e From c414f41cc8361e59c004e509731a88b59fd87c99 Mon Sep 17 00:00:00 2001 From: llg8212 Date: Thu, 26 Dec 2013 19:07:27 +0800 Subject: [PATCH 00737/18836] Updated openstack/openstack Project: openstack/glance e896c69f6e57802f525da7fb6f5201daf23cd810 null Remove unused imports in glance There are some unused import in glance, such as 'import domain' in v2.image_data.py. Change-Id: I9c3f06bfde4dbf130dd8525fc00b3f73c30ab4d7 Closes-Bug:#1264245 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f7a1443248ba..e896c69f6e57 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f7a1443248baa4a73e83284090cc3141f19f190a +Subproject commit e896c69f6e57802f525da7fb6f5201daf23cd810 From d9a0e84d143d41fb66740634f6fcd470b7458c93 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 7 Jan 2014 12:14:23 +0000 Subject: [PATCH 00738/18836] Updated openstack/openstack Project: openstack/glance 9c990236eb72ac7156046177aa671a1767d8497b null Remove return stmt of add,save and remove method Remove the add and save method's return statement in the ImageMemberRepo class, as the same as ImageRepo class. Also modify authorization.py and policy.py and the related unittest. Closes-Bug: #1254210 Change-Id: I472cd15af8648beea10abc595e905618091f3dab --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e896c69f6e57..9c990236eb72 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e896c69f6e57802f525da7fb6f5201daf23cd810 +Subproject commit 9c990236eb72ac7156046177aa671a1767d8497b From dee74e9b16dfb87f474bc07e9f3f02dea31f2fd4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 7 Jan 2014 12:38:45 +0000 Subject: [PATCH 00739/18836] Updated openstack/openstack Project: openstack/glance 61a715e17e8d6e6dbe60d35447c70fba990bd2e9 null Migrate json to glance.openstack.common.jsonutils Every call to json.loads/json.dumps have been changed to jsonutils.loads/jsonutils.dumps respectively. Import json has been removed also replaced by import glance.openstack.common.jsonutils 654d80b416dc5f413cb791aa838ec8688bf7da44 Create openstack.common.jsonutils Change-Id: I8ef580e5eb91526dfaef37050ce1f5c6d88d56b5 Closes-bug: #1257922 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9c990236eb72..61a715e17e8d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9c990236eb72ac7156046177aa671a1767d8497b +Subproject commit 61a715e17e8d6e6dbe60d35447c70fba990bd2e9 From 553e8ccb79d30927f47634c96ebc9e8d3693eaf8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 7 Jan 2014 13:36:00 +0000 Subject: [PATCH 00740/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6c5860a73d0bdd7348103ee472a8d35fb1401b19 null Fix error in v3 credentials create/update The v3 credentials passes data associated with the credential in a "data" key, but the underlying API expects "blob", which is also what is documented in the API spec. Currently any attempt to create a credential with a type of 'ec2' will fail with 'Invalid blob in credential' So s/data/blob to fix. Change-Id: I0858e8c39653477eb554ee9d15fb4f2dde2b195c Closes-Bug: #1259461 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6cd7b4b26ecf..6c5860a73d0b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6cd7b4b26ecfaef53efdaac2dd685c23c49cd502 +Subproject commit 6c5860a73d0bdd7348103ee472a8d35fb1401b19 From 05b9e53b09906193e1f4a411d4d4fe4259b748cd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 7 Jan 2014 13:36:03 +0000 Subject: [PATCH 00741/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8c73dd2e49f5b4322f5dc372e4715a8ab9480ee6 null v3 test utils, don't modify input parameter As mentioned in https://review.openstack.org/#/c/61046/ for test_update, we should not modify the input req_ref in test_create instead we should make a copy Change-Id: I649433596a3ebbf2133eb724f09eb4bd470b7cdd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6c5860a73d0b..8c73dd2e49f5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6c5860a73d0bdd7348103ee472a8d35fb1401b19 +Subproject commit 8c73dd2e49f5b4322f5dc372e4715a8ab9480ee6 From 6d12552212a0a449a4f04fe8d6c6410ca387017c Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Tue, 7 Jan 2014 03:46:11 +0900 Subject: [PATCH 00742/18836] Updated openstack/openstack Project: openstack/python-novaclient d664f0f672b3989b43586d6b88949c4133b9ba24 null Remove class_name parameter from quota_class class_name parameter is not used in both Nova v1.1/v3 API. Nova considers the part of url as class_name. For example, bar is considered as class_name in the following case: curl -i 'http://localhost:8774/v3/os-quota-class-sets/bar' -X PUT .. This patch removes this unused paramter from quota_class. Change-Id: Id4eba5b2a17506bc04ea23ef1097ef9cdb9caf8a --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 2a7caa8bdb56..d664f0f672b3 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 2a7caa8bdb5649f1be29188b572b4f8c241ad841 +Subproject commit d664f0f672b3989b43586d6b88949c4133b9ba24 From d6c51daaca3f791da403e9df09bf7c72a16b4392 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 7 Jan 2014 21:45:51 +0000 Subject: [PATCH 00743/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0b25aa7c80e1686be848b8dbde3b7a02d53b0a72 null Whitelist external netaddr requirement * tox.ini(testenv.install_command): Use the --allow-external and --allow-insecure options so that pip 1.5 and later will assent to retrieve the netaddr package even though it's not hosted on PyPI. The --allow-insecure option is aliased to a clearer --allow-unverified wording in 1.5, but the old form is being used to avoid breaking users of 1.4.x and will be valid at least through 1.6.x according to comments in the pip source. Change-Id: I7c29467ebdddee7a6c68ec3fd13579e4f0c40d30 Closes-Bug: #1266513 Co-Authored-By: Jeremy Stanley --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8c73dd2e49f5..0b25aa7c80e1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8c73dd2e49f5b4322f5dc372e4715a8ab9480ee6 +Subproject commit 0b25aa7c80e1686be848b8dbde3b7a02d53b0a72 From 1e32398ab087eba696ebfec3b543cc901b359d75 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 7 Jan 2014 23:50:50 +0000 Subject: [PATCH 00744/18836] Updated openstack/openstack Project: openstack/python-novaclient 77a9574238d416b59b7d38ca69fc7ca22c1479b6 null Code cleanup: use oslo's to_slug() instead of slugify() The bash completion code is the sole user of the slugify() function in utils, which is substantially similar to to_slug() provided in strutils from oslo. Change-Id: Ib4eb7e4c0fa0e9bc5c4a0856f6391911d8f8fd3b Closes-bug: #1266118 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d664f0f672b3..77a9574238d4 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d664f0f672b3989b43586d6b88949c4133b9ba24 +Subproject commit 77a9574238d416b59b7d38ca69fc7ca22c1479b6 From c306f895e4ec85a1cf90d94bbbe0a63f02fe4a2b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 8 Jan 2014 00:45:42 +0000 Subject: [PATCH 00745/18836] Updated openstack/openstack Project: openstack/python-heatclient f8e6422ea001b35caab54b8c4b58e0668e07c85d null Increase test_resources coverage Get it up from 61% to 88%. Change-Id: I8bdcd94df63466c96b76b963b9d9a12657c8beaa --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 9c3d003fea7d..f8e6422ea001 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 9c3d003fea7d5e8a9fcf9e5655e684baa5921657 +Subproject commit f8e6422ea001b35caab54b8c4b58e0668e07c85d From c888b04fa7401b0f945e42d01aa0a285f103c47b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 8 Jan 2014 05:47:08 +0000 Subject: [PATCH 00746/18836] Updated openstack/openstack Project: openstack/python-heatclient 2d3ea2e70a54b1dce6106be62a6f9216e974d6f9 null Updates .gitignore Remove files we don't generate in the sources. Change-Id: If544e0048a43ea0533ae068d3802e5bc1b62f826 Closes-Bug: #1256043 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index f8e6422ea001..2d3ea2e70a54 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit f8e6422ea001b35caab54b8c4b58e0668e07c85d +Subproject commit 2d3ea2e70a54b1dce6106be62a6f9216e974d6f9 From c0edc5b546b9ad359d98a3f122741cbf69920f4e Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Fri, 11 Oct 2013 11:16:24 +0800 Subject: [PATCH 00747/18836] Updated openstack/openstack Project: openstack/oslo.config 47b49e8b6bc0775205005150fbbe0854d0d41980 null Utilizes assertIsNone and assertIsNotNone Using assertEqual/assertNotEqual to test if an element is or is not None is too python2.4. Our unit testing framework supports assertIsNone and assertIsNotNone which were created for these types of tests. Change-Id: I969ee943e31b4fa0291f6cb9e21e2f654e88e66e --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 74cd448be10f..47b49e8b6bc0 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 74cd448be10ffcaf1ee7e0f8afd00e2180f6397a +Subproject commit 47b49e8b6bc0775205005150fbbe0854d0d41980 From 849495020f365ecf88fb977fa6ad463ed94a17a5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 8 Jan 2014 16:40:34 +0000 Subject: [PATCH 00748/18836] Updated openstack/openstack Project: openstack/python-openstackclient e821a6b97fcc5484ceae3f228f851be30a26ed76 null Add support for specifying custom domains Add the ability to pass user_domain_id / user_domain_name, domain_id / domain_name, and project_domain_id / project_domain_name to keystone. These parameters are the first step needed to getting multi-domain support working via the CLI. Closes-Bug: #1198171 Change-Id: I81a8534913978ff1cce01ec02741ae477e8c5fa4 Signed-off-by: Paul Belanger Signed-off-by: Bo Tang --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 202c3e375bf3..e821a6b97fcc 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 202c3e375bf3ac528a5e8e1a1d1d83d45b57b9bf +Subproject commit e821a6b97fcc5484ceae3f228f851be30a26ed76 From 9ade67934f95ba67c8f2bc8ebfd3b0bc0c21a1ee Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Fri, 15 Nov 2013 16:02:46 +0800 Subject: [PATCH 00749/18836] Updated openstack/openstack Project: openstack/python-glanceclient 336feeb5236d549cde44053dfe1a3693e22cd111 null Get better format for long lines with PrettyTable Based on current implement, the cli output format will be bad if the lines are too long. This issue can be fixed by setting 'max_width'. However, there is a bug against it, see https://code.google.com/p/prettytable/source/browse/trunk/CHANGELOG?r=85 line 3. So the requirements.txt is updated as well. docImpact Fixes bug 1251283 Change-Id: I0d4192ad9d10a3d6d47a8319463a5edb57719a68 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 80cf47e229ca..336feeb5236d 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 80cf47e229cae248ee9b8cdb8d28d6206f8db3b0 +Subproject commit 336feeb5236d549cde44053dfe1a3693e22cd111 From bc500f78af8ca1d0585b9914985eeb3413f1e3ab Mon Sep 17 00:00:00 2001 From: Eric Guo Date: Thu, 2 Jan 2014 19:54:41 +0800 Subject: [PATCH 00750/18836] Updated openstack/openstack Project: openstack/oslo.messaging 84d5786f1aa6c0c7571f4273c2fbf8bd9ea7b9fb null Remove copyright from empty files According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Closes-Bug: #1262424 Change-Id: I22d5881537cff120ae10b2fb3141c427d621214b --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 062c8ac7dd15..84d5786f1aa6 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 062c8ac7dd15d723f250987d2650c7d55e490ace +Subproject commit 84d5786f1aa6c0c7571f4273c2fbf8bd9ea7b9fb From 3d8d7ff2f8389ace031531171f8688c63012e791 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 8 Jan 2014 18:35:26 +0000 Subject: [PATCH 00751/18836] Updated openstack/openstack Project: openstack/oslo.messaging 04cb7223a54af96ac6b93e07d835512a0b3eb512 null Fix exception deserialiation on Python 3 Builtin exceptions are now in the builtins module, the exceptions module has been removed. Fix also the unit test for tracebacks, Unicode representation doesn't start with "u" prefix anymore (u'...'). Change-Id: I422be457e23066699950c9a3999878ecf65f1b3f --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 84d5786f1aa6..04cb7223a54a 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 84d5786f1aa6c0c7571f4273c2fbf8bd9ea7b9fb +Subproject commit 04cb7223a54af96ac6b93e07d835512a0b3eb512 From bdd798c8bf22793a22c74d71707def53de6ba385 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 8 Jan 2014 18:37:39 +0000 Subject: [PATCH 00752/18836] Updated openstack/openstack Project: openstack/oslo.messaging f3e03c9fff423b839fa0060ccd5ce4800c6763f6 null Minor Python 3 fixes basestring does not exist anymore in Python 3: use six.string_types instead. In "try: .../except Exception as err: ...", err is a local variable, it does no more exist after the except block. Copy the exception in a new cls_error variable to fix Python 3 support. Extract of Python 3 documentation: "When an exception has been assigned using as target, it is cleared at the end of the except clause. (...) Exceptions are cleared because with the traceback attached to them, they form a reference cycle with the stack frame, keeping all locals in that frame alive until the next garbage collection occurs." http://docs.python.org/3.3/reference/compound_stmts.html#try Change-Id: I2efb14b3838f78d1ed5e09b3ccd4e796a3448aee --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 04cb7223a54a..f3e03c9fff42 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 04cb7223a54af96ac6b93e07d835512a0b3eb512 +Subproject commit f3e03c9fff423b839fa0060ccd5ce4800c6763f6 From e8b016474e1fb6bb51fa8533dbf62a1083b0ac56 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 8 Jan 2014 18:56:11 +0000 Subject: [PATCH 00753/18836] Updated openstack/openstack Project: openstack/glance 20ad8fda83bb8ed76d28a5ec162e59e522c43f10 null Consider @,! in properties protection rule as a configuration error In roles based property protection, if '@' and '!' are in the same rule then the glance api will not start considering this an Invalid Configuration. DocImpact Closes-bug: #1260333 Change-Id: I1d304f5c505ae9e2486ff653dda205fc2d851c2b --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 61a715e17e8d..20ad8fda83bb 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 61a715e17e8d6e6dbe60d35447c70fba990bd2e9 +Subproject commit 20ad8fda83bb8ed76d28a5ec162e59e522c43f10 From b7450995b4343bc4910c1a485802314f718f31f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 08:17:55 +0000 Subject: [PATCH 00754/18836] Updated openstack/openstack Project: openstack/python-neutronclient 3b03b2a38dcadadd82cf0a378561bf40265e0a64 null Remove an unused imported module The urlparse module is imported in neutronclient/client.py but not used, so we can safely remove it. Change-Id: Ia9e950e754d00ee4f28172f3e685b892748991e2 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index df68d75f6693..3b03b2a38dca 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit df68d75f6693a9d29b04deb07c119386541a5415 +Subproject commit 3b03b2a38dcadadd82cf0a378561bf40265e0a64 From fac52eda054f3de5c09b45289e38240ba85fb523 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 08:17:57 +0000 Subject: [PATCH 00755/18836] Updated openstack/openstack Project: openstack/python-neutronclient 6b44e6060ebec3671cce72ba450d100ee8c987fa null Misc typo in neutronclient Added a missing description for parameter node in the docstring of function _from_xml_node Change-Id: I4534dbf43e45b94d44d0c53d910987b8fad1cbdf Closes-Bug: #1255994 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 3b03b2a38dca..6b44e6060ebe 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 3b03b2a38dcadadd82cf0a378561bf40265e0a64 +Subproject commit 6b44e6060ebec3671cce72ba450d100ee8c987fa From 316524f25ece00bcd359cd1688621d1a67948d13 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 09:29:26 +0000 Subject: [PATCH 00756/18836] Updated openstack/openstack Project: openstack/python-heatclient d7737df71cf0d4a671d66b0dea7ef3daaf36627b null Added API reference document The API reference document is missing so addded it and enabled pep8 check for conf.py. Change-Id: I04236c5427d7ac624781fbfc920a79f855d8cd75 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 2d3ea2e70a54..d7737df71cf0 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 2d3ea2e70a54b1dce6106be62a6f9216e974d6f9 +Subproject commit d7737df71cf0d4a671d66b0dea7ef3daaf36627b From e010e409572735b47789ba936f0e226f38a7632c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 09:37:44 +0000 Subject: [PATCH 00757/18836] Updated openstack/openstack Project: openstack/python-heatclient 629c4bc88f58ad01a7eb4d2abb262ca8a276a6b3 null Remove vim header Vim settings can be done in your vimrc file, there is no need to add them in each source files. Also if set incorrectly, gate (pep8 check) will catch your mistakes. NOTE: openstack.common files are left untouched because they should be fixed in oslo. Change-Id: I96fe6479e64a13766e7a974727405423a66cd496 Closes-Bug: #1229324 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index d7737df71cf0..629c4bc88f58 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit d7737df71cf0d4a671d66b0dea7ef3daaf36627b +Subproject commit 629c4bc88f58ad01a7eb4d2abb262ca8a276a6b3 From 17fd543c863cfaf61df5dd2da194fa7d234214a5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 09:37:45 +0000 Subject: [PATCH 00758/18836] Updated openstack/openstack Project: openstack/python-heatclient e21952806ae46bcb1a2f906a09182d648cf5e7fe null Enable deleting multiple stacks with single call Now "heat stack-delete" can only delete one stack in one request, this patch enhances this command to allow deletion of multiple stacks with single call. Change-Id: Id48bfdbbcd565435725c8a4adf1196dcbb93f9df Closes-Bug: #1256971 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 629c4bc88f58..e21952806ae4 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 629c4bc88f58ad01a7eb4d2abb262ca8a276a6b3 +Subproject commit e21952806ae46bcb1a2f906a09182d648cf5e7fe From 8b2ce1a58ab523dc2baa1c490501c979fbfa42b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 09:37:46 +0000 Subject: [PATCH 00759/18836] Updated openstack/openstack Project: openstack/python-heatclient 97d945e87995e61920227e5664ee3c55290c6052 null Remove ununsed httplib2 requirement This is not needed anymore since the logging is handled by six.moves/httplib. Change-Id: I4315860648258fb760ea22ca09d0083d7c9afb6c Closes-Bug: #1266584 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index e21952806ae4..97d945e87995 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit e21952806ae46bcb1a2f906a09182d648cf5e7fe +Subproject commit 97d945e87995e61920227e5664ee3c55290c6052 From 6928248d74197d9acc3772a00562119629ca8931 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 16:06:28 +0000 Subject: [PATCH 00760/18836] Updated openstack/openstack Project: openstack/python-troveclient da441ca247fc90d7a266b2fa9e33c6d62b9e656f null Adding pagination support for backups * add a _pagination method to base Manager * switched existing paginated list to use the new method * removed description from backup list and added updated Implements: blueprint paginate-backup-list Change-Id: If33c55a35bae8ebd6ed654af5ce6dfd7f9e40096 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 55e4638e0f83..da441ca247fc 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 55e4638e0f838a0967e02f1986bde4665625899d +Subproject commit da441ca247fc90d7a266b2fa9e33c6d62b9e656f From 054f9b49c8f67c1c2aa71cb632531403427054b3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 17:50:06 +0000 Subject: [PATCH 00761/18836] Updated openstack/openstack Project: openstack/python-glanceclient c473f19fc97e8adff836f666760ebcaa85fa2010 null Fix glanceclient http.py string formatting error * Fix "TypeError: not all arguments converted during string formatting" * Add a UT case to cover the path where the bug is in Change-Id: I91a137c5c3a9a3cc603804bef5eaea14ae281c08 Closes-Bug: #1265730 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 336feeb5236d..c473f19fc97e 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 336feeb5236d549cde44053dfe1a3693e22cd111 +Subproject commit c473f19fc97e8adff836f666760ebcaa85fa2010 From 6c10d61fff372a6c462c186dfb273925ed9c491f Mon Sep 17 00:00:00 2001 From: Aswad Rangnekar Date: Tue, 7 Jan 2014 22:20:22 -0800 Subject: [PATCH 00762/18836] Updated openstack/openstack Project: openstack/glance ec979d5b112e2d23eb428cdfaf467d64cfa79499 null Fix typo in gridfs store Closes-Bug: #1266986 Change-Id: Ic69ef987b785d0db25e2fea2a745f3d00780241a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 20ad8fda83bb..ec979d5b112e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 20ad8fda83bb8ed76d28a5ec162e59e522c43f10 +Subproject commit ec979d5b112e2d23eb428cdfaf467d64cfa79499 From e53e43537d062047183e528cc845662eb90d01a9 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 9 Jan 2014 11:28:57 -0800 Subject: [PATCH 00763/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a05063abedb5ea7e5f6fdcf48f7ca2c447de2814 null Drop large-ops test down to 50 instances from 100 It turns out the variance in cloud instances is very high, especially when comparing different cloud providers and regions. This test was originally added as a regression test for the nova-network issues with rootwrap. At which time this test wouldn't pass for 30 instances. So 50 is still a valid regression test. Change-Id: I20a158cdd043d53be0b96437826559a71f7698bf --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 23867699786b..a05063abedb5 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 23867699786b23f0f9ed85d6d440dc29f4f3f7cb +Subproject commit a05063abedb5ea7e5f6fdcf48f7ca2c447de2814 From d80613988e0d007b602fc460806a6c6a529683de Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 9 Jan 2014 21:22:02 +0000 Subject: [PATCH 00764/18836] Updated openstack/openstack Project: openstack/python-keystoneclient fdb5740ecf72f44f09328e3dac2a073ec2fe62f9 null Prevent dictionary size from changing while iterating over its items In Python 3, dict.items() returns 'a dict_item'. Iterating over it while deleting some of the dictionary elements is forbidden. We have to iterate over a list to avoid getting this error: RuntimeError: dictionary changed size during iteration Change-Id: I43401e6eb9a31148fda4677644bf99e1b739d0dd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0b25aa7c80e1..fdb5740ecf72 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0b25aa7c80e1686be848b8dbde3b7a02d53b0a72 +Subproject commit fdb5740ecf72f44f09328e3dac2a073ec2fe62f9 From 6aa155d220dcc61fba01ba7df5f182cfc4588478 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 01:38:29 +0000 Subject: [PATCH 00765/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f942df2f5ffb3762ac5b08f1ce1553296b3a93ae null Rename using-api.rst to using-api-v2.rst Renaming file for consistency, since using-api-v3.rst is being written there: https://review.openstack.org/#/c/63408 Minor changes have been made to indicate that the file documents the keystone v2 API. Change-Id: I694b658a8b59d21615af5d88edc0f7b394ebbe7b Partial-Bug: #1260527 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index fdb5740ecf72..f942df2f5ffb 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit fdb5740ecf72f44f09328e3dac2a073ec2fe62f9 +Subproject commit f942df2f5ffb3762ac5b08f1ce1553296b3a93ae From 49d9516cf751da188c4c1f745fcc800467a410d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 01:38:31 +0000 Subject: [PATCH 00766/18836] Updated openstack/openstack Project: openstack/oslo.messaging 21443273beaa2115f15c441e38dc832ede22ae7e null fix test_rabbit for Python 3 Replace range() with list(range()), range() returns a read-only "range" object in Python 3. Change-Id: If92e60b426ccbba574e63e1603cc3d7507df6c98 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f3e03c9fff42..21443273beaa 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f3e03c9fff423b839fa0060ccd5ce4800c6763f6 +Subproject commit 21443273beaa2115f15c441e38dc832ede22ae7e From 65768b0af001b418323216ef04e54ff8b02c1de2 Mon Sep 17 00:00:00 2001 From: ls1175 Date: Fri, 20 Dec 2013 10:40:22 +0800 Subject: [PATCH 00767/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 994ceae9a90c9fd87f3dc400b83df82503c5c5a7 null Fix the ceilometerlient log curl request incorrectly Have installed ceilometer on Ubuntu 12.04 (LTS) and added the keystone endpoint with the url (publicurl,internalurl and adminurl)like:http://192.168.83.7:8777/refer to the "OpenStack Installation Guide for Ubuntu 12.04 (LTS)". When using "ceilometer --debug meter-list",the ceilometerclient log request url with a double slash after 8777. Change-Id: I467704b1fe1d38fe0f0e928bd6f6efe3d8925845 Closes-bug: #1262498 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index d663570b775b..994ceae9a90c 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit d663570b775bf429c9f6b183d1e7809e4d4a1b2d +Subproject commit 994ceae9a90c9fd87f3dc400b83df82503c5c5a7 From 10e98aba1c7c7db2f7566240f518a7869cf7ba49 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 05:37:23 +0000 Subject: [PATCH 00768/18836] Updated openstack/openstack Project: openstack-dev/devstack bd499587945e6f811126eed36337cb14b3d6fcd0 null Add oslo.rootwrap to devstack gate oslo.rootwrap recently graduated but was not made part of the devstack-gate. This change is part of a series of changes affecting devstack-gate, config and devstack which will collectively fix this: https://review.openstack.org/#/q/status:open+topic:rootwrap-gate,n,z This should probably be merged once the config and devstack-gate changes are in, so that it can be self-testing. Change-Id: I7b1332c8004845a0dd76e27d871370d41d4524ac --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 68f142324d21..bd499587945e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 68f142324d213ec97dbb6af0f0d4e513b7e85fdd +Subproject commit bd499587945e6f811126eed36337cb14b3d6fcd0 From 56e2c8155b80b3ea681ff824be3ee7d8e4395046 Mon Sep 17 00:00:00 2001 From: Sahid Orentino Ferdjaoui Date: Tue, 7 Jan 2014 09:13:53 +0000 Subject: [PATCH 00769/18836] Updated openstack/openstack Project: openstack/python-novaclient 4f92f7ba02c5eb2d418de9e1b50030cf68acc6d7 null Using floating-ip-{associate|disassociate} This patch implements a blueprint to add more consistency into nova command, especially for the subcommand "floating-ip-*" Currently when we want to associate or disassociate an ip with nova we have to use add-floating-ip and remove-floating-ip. This is not consitent with the actual scheme of the subcommands: example: nova image-* nova flavor-* nova floating-ip-* + In the client v1.1 this patch displays a deprecated message when printing the help message for add-floating-ip and remove-floating-ip. + In the client v3 this patch do nothing because all floating ip commands are being removed. $:~/python-novaclient$ nova help | grep floating add-floating-ip DEPRECATED, use floating-ip-associate instead. floating-ip-associate Associate a floating IP address to a server. floating-ip-bulk-create Bulk create floating ips by range. floating-ip-bulk-delete Bulk delete floating ips by range. floating-ip-bulk-list List all floating ips. floating-ip-create Allocate a floating IP for the current tenant. floating-ip-delete De-allocate a floating IP. floating-ip-disassociate Remove a floating IP address from a server. floating-ip-list List floating ips for this tenant. floating-ip-pool-list List all floating ip pools. remove-floating-ip DEPRECATED, use floating-ip-disassociate instead. Implements: blueprint commands-floating-ip Change-Id: I5337d0f1ce5ec4826da6ecd2b6ae4ae7b97801e0 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 77a9574238d4..4f92f7ba02c5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 77a9574238d416b59b7d38ca69fc7ca22c1479b6 +Subproject commit 4f92f7ba02c5eb2d418de9e1b50030cf68acc6d7 From 274197a6756585ea168069300adbe7b6de3114ec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 06:12:40 +0000 Subject: [PATCH 00770/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient d8ffceeeb7abc732ac63afb417e065f765c82465 null Use Resource() class from common Oslo code In the process of unification of the clients code we should reuse common functionality from Oslo. Resource() class from ceilometer duplicates Oslo funclionality, so we replace it with inheritance Change-Id: I4e4b83252cdc87e8484d15e351cd5dab08f3ed8a --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 994ceae9a90c..d8ffceeeb7ab 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 994ceae9a90c9fd87f3dc400b83df82503c5c5a7 +Subproject commit d8ffceeeb7abc732ac63afb417e065f765c82465 From 5291dd65f36dc16e55df1e404a531ea9acd96498 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 06:12:49 +0000 Subject: [PATCH 00771/18836] Updated openstack/openstack Project: openstack/python-novaclient 5a65f40d1f51697245fc672a8493470588cc5a33 null Removes vim configuration headers - Removes vim headers: It's not needed to set tabstop tons of times, this can be done by setting vimrc. - I did not update files in common/* and install_venv_common.py because these files are sync with oslo. Note: http://lists.openstack.org/pipermail/openstack-dev/2013-October/017353.html Closes-Bug: #1265474 Change-Id: Ia09dc2c908187a756bf55eaba74655484304517d --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 4f92f7ba02c5..5a65f40d1f51 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 4f92f7ba02c5eb2d418de9e1b50030cf68acc6d7 +Subproject commit 5a65f40d1f51697245fc672a8493470588cc5a33 From 3ecbeec7193d17f7fcf18faf70c4dd983071839b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 08:59:06 +0000 Subject: [PATCH 00772/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b1ba3f341933d9e79a9e00679948eceba002472b null Gather horizon/apache2 logs Change-Id: I18ca79e9155e465089c670d474385c22ea40fc37 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a05063abedb5..b1ba3f341933 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a05063abedb5ea7e5f6fdcf48f7ca2c447de2814 +Subproject commit b1ba3f341933d9e79a9e00679948eceba002472b From 823222748b8f27ec262905d82f0ba9e3c05b51a8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 09:02:48 +0000 Subject: [PATCH 00773/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dd22fc130fbeca3363b81e934d0e5f231a650917 null Do not try to call decode() on a text string This fixes a call to 'isinstance' that only worked on Python2. Closes-Bug: #1265879 Change-Id: I886da95f1ad2a8314de92be8aecb354ee3124e6d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f942df2f5ffb..dd22fc130fbe 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f942df2f5ffb3762ac5b08f1ce1553296b3a93ae +Subproject commit dd22fc130fbeca3363b81e934d0e5f231a650917 From f58348af4e08ab3dd3212ae929043cf81a0a0d1f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 09:07:12 +0000 Subject: [PATCH 00774/18836] Updated openstack/openstack Project: openstack/oslo.config 9972082433e594a61df70a18609380c509c43cbe null Fix spelling errors in docstrings and comments Change-Id: I20f133769b953fd3c0ab3d6904c9d7f773052214 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 47b49e8b6bc0..9972082433e5 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 47b49e8b6bc0775205005150fbbe0854d0d41980 +Subproject commit 9972082433e594a61df70a18609380c509c43cbe From 663a13921df9ee39dc52c2441ffcd588b827fea0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 09:27:16 +0000 Subject: [PATCH 00775/18836] Updated openstack/openstack Project: openstack/glance edd355a694307f7182a67d9742504a2cf9ca50e0 null replace type calls with isinstance In store/__init__.py, there are two uses of the "type" method to check type compatibility. It is better to use the "isinstance" method since it will work for subtypes as well. Change-Id: I20958aa449822cac2cb03e12557fded3f45a9e05 Closes-Bug: #1267074 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ec979d5b112e..edd355a69430 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ec979d5b112e2d23eb428cdfaf467d64cfa79499 +Subproject commit edd355a694307f7182a67d9742504a2cf9ca50e0 From a1ee0b3f2ff22b3bd1d376b6811ced9216b4b076 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 09:27:23 +0000 Subject: [PATCH 00776/18836] Updated openstack/openstack Project: openstack/glance 8efd443e0dd92b3e008f65f12fe1ae423853b6c4 null fix comments and docstrings misspelled words Change-Id: I355b6fedf372b1273ceaebe22e8e890aa9c913c9 Closes-bug: #1267103 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index edd355a69430..8efd443e0dd9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit edd355a694307f7182a67d9742504a2cf9ca50e0 +Subproject commit 8efd443e0dd92b3e008f65f12fe1ae423853b6c4 From b366996eeb8bd31773c539d7958cbf7b36092d9d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 17:07:12 +0000 Subject: [PATCH 00777/18836] Updated openstack/openstack Project: openstack/python-openstackclient 6ad05112f47cee2f2f5e8310dc9e05de33263b0c null Displaying curl commands for nova and cinder calls When using the -v option, displays curl equivalent commands and http messages exchanged with the nova and cinder API servers. Displays the same messages as those displayed with the --debug option of python-novaclient and python-cinderclient. Implements: blueprint curl-commands-in-debugging-messages for nova and cinder related calls Change-Id: Ibc8ef79d874334585b81d652b9c7df9e874fffa9 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index e821a6b97fcc..6ad05112f47c 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit e821a6b97fcc5484ceae3f228f851be30a26ed76 +Subproject commit 6ad05112f47cee2f2f5e8310dc9e05de33263b0c From 441dc5d0c7f489c41987e99547bc14cd2d7f5e22 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 17:27:48 +0000 Subject: [PATCH 00778/18836] Updated openstack/openstack Project: openstack/python-openstackclient b00bbaa062e90124f4c6542e522d96b7da1d6468 null Fix errant underscores Change-Id: I71b8c8df14b85e3042220e3593a9732ee6cefe15 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 6ad05112f47c..b00bbaa062e9 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 6ad05112f47cee2f2f5e8310dc9e05de33263b0c +Subproject commit b00bbaa062e90124f4c6542e522d96b7da1d6468 From 74be7e6035252c19ca546b905db98ad722c49db6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 17:27:50 +0000 Subject: [PATCH 00779/18836] Updated openstack/openstack Project: openstack/python-openstackclient a53ed797b7778e05e6dfc21305d632fe66618dbf null Fix image set properties error Change-Id: Ia290935c8a040221caf1a46ca29a7bb2e5df1ce6 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index b00bbaa062e9..a53ed797b777 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit b00bbaa062e90124f4c6542e522d96b7da1d6468 +Subproject commit a53ed797b7778e05e6dfc21305d632fe66618dbf From 138bcc7432d3082e4d9085304c0417dff62d90cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 17:28:39 +0000 Subject: [PATCH 00780/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 931b2d36e7ed2a812355779779efedbafdc1d6e4 null Add unit tests for generic/shell.py blueprint generic-shell-unittest Change-Id: I234c58d6e0dfa6402633f5f4f2149e7b1b9d36f2 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dd22fc130fbe..931b2d36e7ed 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dd22fc130fbeca3363b81e934d0e5f231a650917 +Subproject commit 931b2d36e7ed2a812355779779efedbafdc1d6e4 From 8d63bb24fcfac730dbed82d371d70c82cc1a3be2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 17:31:07 +0000 Subject: [PATCH 00781/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 84c9182ab3f544dba93e1353385354c7eb72ddaa null Fix auth_token middleware test invalid cross-device link issue Fixes path of temporary files, containing token revocation lists, which weren't in the appropriate directory. File renaming now works properly since source and destination files are in the same directory, and therefore on the same partition. Added to .gitignore temporary files generated during tests, that are not being removed at the end of test. Change-Id: I21ff81419313f4205ebe552556e27b86135fd096 Closes-Bug: #1265190 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 931b2d36e7ed..84c9182ab3f5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 931b2d36e7ed2a812355779779efedbafdc1d6e4 +Subproject commit 84c9182ab3f544dba93e1353385354c7eb72ddaa From 9b9e03f63a7840cf68fbc1ab6b810fa41ecec655 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 10 Jan 2014 17:32:12 +0000 Subject: [PATCH 00782/18836] Updated openstack/openstack Project: openstack/glance f19bfe2364bd2ab8bf20f30359fc93d3e449e3a9 null Add config option to limit image locations This patch adds the image_location_quota config option. This allows a deployer to limit the number of image locations allowed on an image. The default value is 10. Users will only be able to update an image if the result of the transaction would be under this limit. This behavior is intended to be similar to 'quota_metadata_items' in Nova. We have implemented the same limit for image properties, members and tags, see: https://review.openstack.org/#/c/56981/ https://review.openstack.org/#/c/59563/ https://review.openstack.org/#/c/58056/ docImpact Closes-Bug: #1259031 Change-Id: I0e0033a1d11be267144e8e10b730bb6331263d4c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8efd443e0dd9..f19bfe2364bd 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8efd443e0dd92b3e008f65f12fe1ae423853b6c4 +Subproject commit f19bfe2364bd2ab8bf20f30359fc93d3e449e3a9 From 206993d09c87f94b792cfba283f43c4090e09095 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Thu, 9 Jan 2014 10:35:00 -0700 Subject: [PATCH 00783/18836] Updated openstack/openstack Project: openstack/django_openstack_auth b2eab841d98072942a09c565ff3d07f12811132b null updating version specification Updating the way versioning is done to line up with other projects in openstack. This change makes it so a commit will no longer be required update the version of this package, now tagging will handle updating the version. Change-Id: I4b5a1674cbeedba5b2afe3aef64dd10156022ff7 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index ba7654339b2b..b2eab841d980 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit ba7654339b2b208b39cbe59ee5c1cc53c106e3ce +Subproject commit b2eab841d98072942a09c565ff3d07f12811132b From ee25b5973056ac0be63739c9ecdd7a4824281567 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 03:56:04 +0000 Subject: [PATCH 00784/18836] Updated openstack/openstack Project: openstack/python-glanceclient 36c3b0f3ce3b56ede4bd5b39d045459ee62c35ad null Sync apiclient and py3kcompat from oslo In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: If261bce6f2f7676484594c45970d6dd8e676ca79 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index c473f19fc97e..36c3b0f3ce3b 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit c473f19fc97e8adff836f666760ebcaa85fa2010 +Subproject commit 36c3b0f3ce3b56ede4bd5b39d045459ee62c35ad From b206f2fea74d0ac190ef6f40cb838f01287a30d3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 03:56:05 +0000 Subject: [PATCH 00785/18836] Updated openstack/openstack Project: openstack/python-glanceclient bd78a903911e7fe36cd078d1a787cfb953a63e4b null Reuse Resource from oslo In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: I3d82621cced57ad7bc14a2a40e4bef7522f233da --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 36c3b0f3ce3b..bd78a903911e 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 36c3b0f3ce3b56ede4bd5b39d045459ee62c35ad +Subproject commit bd78a903911e7fe36cd078d1a787cfb953a63e4b From ba5ec6dd675991e7ff3bcf73e547a3bb2eda6bf4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 04:22:56 +0000 Subject: [PATCH 00786/18836] Updated openstack/openstack Project: openstack/glance b512b3c3214ce7d38ac22e361d856b83f73ecfd1 null Sync with oslo-incubator (git 6827012) This syncs the common/ modules with oslo-incubator, which brings a few hacking fixes and py3k compat fixes. Change-Id: I948aafebd25ae0b3aad119c41d0a121c8b9c5ae8 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f19bfe2364bd..b512b3c3214c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f19bfe2364bd2ab8bf20f30359fc93d3e449e3a9 +Subproject commit b512b3c3214ce7d38ac22e361d856b83f73ecfd1 From 2feeeaf9d8ebd9b99938a38b57e16e60d8abce83 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 04:23:04 +0000 Subject: [PATCH 00787/18836] Updated openstack/openstack Project: openstack/python-glanceclient 9dd03ce9ce6fa4087e6066fad26d71fab79a8ebe null Python 3: use six.iteritems() instead of iteritems() six.iteritems() replaces dictionary.iteritems() on Python 2 and dictionary.items() on Python 3. Change-Id: Ie5efa65c0a992e8136087a7b78ab8e8ce967326e --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index bd78a903911e..9dd03ce9ce6f 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit bd78a903911e7fe36cd078d1a787cfb953a63e4b +Subproject commit 9dd03ce9ce6fa4087e6066fad26d71fab79a8ebe From c38f9614672ecf7ff7f4fc4a719e0bff2281812f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 05:44:14 +0000 Subject: [PATCH 00788/18836] Updated openstack/openstack Project: openstack-dev/devstack 64305a6c45d89e1e4905352d46fb10a6b9a7c448 null Enable multi-threaded nova-conductor Just like I09f4c6f57e71982b8c7fc92645b3ebec12ff1348, enable multi-threaded nova-conductor. This feature was merged into nova in I8698997d211d7617ee14a1c6113056a694d70620. Change-Id: Id7042284e81bd64092a400d24a3170ce07beb08c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bd499587945e..64305a6c45d8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bd499587945e6f811126eed36337cb14b3d6fcd0 +Subproject commit 64305a6c45d89e1e4905352d46fb10a6b9a7c448 From f97064e36a1019248889cc77ed08b15819a6a26e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 07:14:03 +0000 Subject: [PATCH 00789/18836] Updated openstack/openstack Project: openstack/glance c23d0f729228b1f884e6796720d706abd77dc1dd null Added unit tests for api/middleware/cache_manage.py blueprint glance-cache+unittests Change-Id: I4382bb37795d42f43e3ddf9f95f13bb76400e1bb --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b512b3c3214c..c23d0f729228 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b512b3c3214ce7d38ac22e361d856b83f73ecfd1 +Subproject commit c23d0f729228b1f884e6796720d706abd77dc1dd From 19221efa304548d1da54e9baa1fd46f27d7f0924 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 07:36:30 +0000 Subject: [PATCH 00790/18836] Updated openstack/openstack Project: openstack/oslo.messaging 0fd4923e2f65341055afa8f24e35a0e03dec235e null Fix try/except syntax for Python 3 "except (IOError, errors):" fails with a TypeError if errors is a tuple on Python 3, whereas it was accepted in Python 2. Change-Id: I65cfb60af87e76fdf2d37043fb106adbd4586fb9 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 21443273beaa..0fd4923e2f65 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 21443273beaa2115f15c441e38dc832ede22ae7e +Subproject commit 0fd4923e2f65341055afa8f24e35a0e03dec235e From e7b7f547047c039d7f4cdc20785d0c25269fbb5b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 07:36:32 +0000 Subject: [PATCH 00791/18836] Updated openstack/openstack Project: openstack/glance d4fac6c804a5863bf2bffc139b34c277d805ee35 null Oslo sync to recover from db2 server disconnects A checkout listener can be added to sqlalchemy to be able to handle database disconnect pessimistically and avoid an error in the event of a DB restart or simply a temp connection issue due to network glitches. At the moment only mysql is enabled with this feature. This patch enables db2 as well. Oslo version in change I5563360b43c4b648f5b035099b0e1d2e71d32503 Partial-Bug: #1231657 Change-Id: I218ef9836f2e0f135897007d2e53354eb1248422 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c23d0f729228..d4fac6c804a5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c23d0f729228b1f884e6796720d706abd77dc1dd +Subproject commit d4fac6c804a5863bf2bffc139b34c277d805ee35 From b3590664ab13291402d31be5a01df0902ec4e212 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 07:36:40 +0000 Subject: [PATCH 00792/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7f3e866a15125dbda8b124a45cd6032d5b009a37 null Fix test_notifier_logger for Python 3 * Get the current line at runtime, don't hardcode the line number * Only strip last character of the filename if it ends with ".pyc" or ".pyo". On Python 3, import automatically replaces .pyc and .pyo with .py. * Use threading.current_thread().ident to get the identifier of the current thread. The get_ident() function is available in thread module in Python 2, but in threading module in Python 3. And on Python 3, logging.thread symbol does not exist anymore. Change-Id: I3f248bb860caafaf38eefcf440d36b9bebc8f05e --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 0fd4923e2f65..7f3e866a1512 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 0fd4923e2f65341055afa8f24e35a0e03dec235e +Subproject commit 7f3e866a15125dbda8b124a45cd6032d5b009a37 From 5491214b848063ed9599bfb3f393ecb4ba0f35c6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 08:12:28 +0000 Subject: [PATCH 00793/18836] Updated openstack/openstack Project: openstack-dev/devstack f864ffcea83ca2533c116cff25b47ed7175afd63 null bash8: fix bash8 warning This patch removes the following bash8 warnings. > /devstack/ $ ./run_tests.sh > Running bash8... > E003: Indent not multiple of 4: ' wget -c $image_url -O $FILES/$IMAGE_FNAME' > - functions: L1367 > E003: Indent not multiple of 4: ' if [[ $? -ne 0 ]]; then' > - functions: L1368 > E003: Indent not multiple of 4: ' echo "Not found: $image_url"' > - functions: L1369 > E003: Indent not multiple of 4: ' return' > - functions: L1370 > E003: Indent not multiple of 4: ' fi' > - functions: L1371 > E003: Indent not multiple of 4: ' `"should use a descriptor-data pair."' > - functions: L1423 > E003: Indent not multiple of 4: ' `" Attempt to retrieve the *-flat.vmdk: $flat_url"' > - functions: L1438 > E003: Indent not multiple of 4: ' `" Attempt to retrieve the descriptor *.vmdk: $descriptor_url"' > - functions: L1477 > E003: Indent not multiple of 4: ' warn $LINENO "Descriptor not found $descriptor_url"' > - functions: L1492 > E003: Indent not multiple of 4: ' descriptor_found=false' > - functions: L1493 > E003: Indent not multiple of 4: ' fi' > - functions: L1501 > E003: Indent not multiple of 4: ' fi' > - functions: L1502 > E003: Indent not multiple of 4: ' #TODO(alegendre): handle streamOptimized once supported by the VMware driver.' > - functions: L1503 > E003: Indent not multiple of 4: ' vmdk_disktype="preallocated"' > - functions: L1504 > 14 bash8 error(s) found Change-Id: Icf2cddf283192a50253ccfa697c2d32eec75b4ba Closes-Bug: #1267716 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 64305a6c45d8..f864ffcea83c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 64305a6c45d89e1e4905352d46fb10a6b9a7c448 +Subproject commit f864ffcea83ca2533c116cff25b47ed7175afd63 From 6b64b3d6b14af74e949a37c3e63c9526dd85d97b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 08:12:35 +0000 Subject: [PATCH 00794/18836] Updated openstack/openstack Project: openstack-dev/devstack eb68676e460834831b0b72348f9e016b3341f3aa null Handle trove service availabilty in tempest. Partially implements blueprint: trove-tempest Change-Id: I5413a7afeffe670f6972b41d61dd27ed05da5ba2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f864ffcea83c..eb68676e4608 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f864ffcea83ca2533c116cff25b47ed7175afd63 +Subproject commit eb68676e460834831b0b72348f9e016b3341f3aa From 20eeaea977807f8ac9b0c2c531d72d0d6a2e1115 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 09:18:21 +0000 Subject: [PATCH 00795/18836] Updated openstack/openstack Project: openstack-dev/devstack c8c0ead4cacc512e78be66c11ce98fa22fb77a64 null Add support for Fedora 20 The list of RPM packages have been updated to support the recently released Fedora 20 distribution. Closes-Bug: #1263291 Co-Authored: Alvaro Lopez Ortega Change-Id: Ia66abef1a1a54e6d5ee6eebc12908cef3f1d211d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index eb68676e4608..c8c0ead4cacc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit eb68676e460834831b0b72348f9e016b3341f3aa +Subproject commit c8c0ead4cacc512e78be66c11ce98fa22fb77a64 From a1e18f0bdb2743142d10d5bbaaccbca8bd5da4f3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 13:16:21 +0000 Subject: [PATCH 00796/18836] Updated openstack/openstack Project: openstack/python-novaclient 220c10d75b1907015c865369e949df6c31ff312e null Support list deleted servers for admin Nova api supported a parameter named 'deleted' which allow Admin to list deleted servers. This patch make novaclient support this. Change-Id: Ifc492fd0ba9d885e37c04c165d6397832ae6ebe0 Closes-Bug: #1266631 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5a65f40d1f51..220c10d75b19 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5a65f40d1f51697245fc672a8493470588cc5a33 +Subproject commit 220c10d75b1907015c865369e949df6c31ff312e From 8dc96517aa17580b3a0fbb1842cef3866aff8934 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 15:46:54 +0000 Subject: [PATCH 00797/18836] Updated openstack/openstack Project: openstack/glance 42c27ddbed4d4a769055f5f7af915753e04d1933 null Align glance-api.conf rbd option defaults with config DocImpact: The example glance-api.conf set different defaults than what was hardcoded in the code. Change code defaults to those in the config. Preparation for generating glance-api.conf with oslo.config generator. Change-Id: I424e6c5984dbdf5082852c40d97ab1e1a04926ea --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d4fac6c804a5..42c27ddbed4d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d4fac6c804a5863bf2bffc139b34c277d805ee35 +Subproject commit 42c27ddbed4d4a769055f5f7af915753e04d1933 From aa7cfe8e4da35cc8b9a74c776e346d9756a1a8e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 15:47:54 +0000 Subject: [PATCH 00798/18836] Updated openstack/openstack Project: openstack/python-novaclient 16c5337e7937c49521f029450e24034f80b42a6a null Ensure that nova client prints dictionaries and arrays correctly Print the dictionaries and arrays without the unicode tags. The patch also updated tests that did not return valid data. Change-Id: Ia787f98a9510b68beb3ceaf00c285ca5c934f5c0 Closes-bug: #1265002 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 220c10d75b19..16c5337e7937 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 220c10d75b1907015c865369e949df6c31ff312e +Subproject commit 16c5337e7937c49521f029450e24034f80b42a6a From 0b80c7cd85c9d5034172b77884cf93a17a7d6304 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 17:06:08 +0000 Subject: [PATCH 00799/18836] Updated openstack/openstack Project: openstack/oslo.messaging 4f431ea65265687370cc6277b1913428d6309f61 null Fix spelling errors in comments Change-Id: I9f7de85912c687d37661c3301b5898960082fc13 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 7f3e866a1512..4f431ea65265 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7f3e866a15125dbda8b124a45cd6032d5b009a37 +Subproject commit 4f431ea65265687370cc6277b1913428d6309f61 From 95c2d287cb95e1995f324a3da490b0893bc117e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 17:21:07 +0000 Subject: [PATCH 00800/18836] Updated openstack/openstack Project: openstack/python-glanceclient d309da1bb28e2d8b8c4d66d2eded8545953dc7bf null Python3: use six.StringIO rather than StringIO.StringIO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s an alias for StringIO.StringIO in Python 2 and io.StringIO in Python 3. Change-Id: I1c2f1412c586d5d8e0aa866a28232747056e0ca7 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 9dd03ce9ce6f..d309da1bb28e 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 9dd03ce9ce6fa4087e6066fad26d71fab79a8ebe +Subproject commit d309da1bb28e2d8b8c4d66d2eded8545953dc7bf From c7745027d2c7dabcfb72d35fdca0de634bca02fc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 17:21:08 +0000 Subject: [PATCH 00801/18836] Updated openstack/openstack Project: openstack/python-glanceclient cfb05136ee6fce7a7008d5ab3861f7d50cf61f2a null Python3: use six.StringIO rather than StringIO.StringIO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s an alias for StringIO.StringIO in Python 2 and io.StringIO in Python 3. Change-Id: I5316eaffa2d9d2d5679b85a901933ef0fbfcc2f7 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index d309da1bb28e..cfb05136ee6f 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit d309da1bb28e2d8b8c4d66d2eded8545953dc7bf +Subproject commit cfb05136ee6fce7a7008d5ab3861f7d50cf61f2a From fc916d75b7607a0499246a2d46a8b14f5d29d7ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 17:35:04 +0000 Subject: [PATCH 00802/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 1b2b0ae7659ccf78d719b3a0f519b8ab2b105d51 null Controllable redirect handling The requests library handles redirects as a browser would, which has the problem that forwarding a POST will convert it to a GET. This is not necessarily intuitive for an API. Handle all redirection manually and provide some control over how far redirection can go. Closes-Bug: 1267286 Change-Id: I24596a9c39cc29db28a66c3053ef3954b33abf90 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 84c9182ab3f5..1b2b0ae7659c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 84c9182ab3f544dba93e1353385354c7eb72ddaa +Subproject commit 1b2b0ae7659ccf78d719b3a0f519b8ab2b105d51 From 328fa04bbb1c7eb1ea7a6d0c8b916c409529a1c4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 18:59:24 +0000 Subject: [PATCH 00803/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 4ae3a64c369ca16b7bf215e90bf56dd85afe1d75 null Documents keystone v3 API usage - part 1 docs/source/using-api.rst documents how to use the V2 API. This patch starts the equivalent documentation (using-api-v3.rst) about how to use Keystone v3 API. Introduction and Authentication sections have been written. Change-Id: I5a2d45d80ba712492717a75ac5901f5ca775daa4 Partial-Bug: #1260527 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 1b2b0ae7659c..4ae3a64c369c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 1b2b0ae7659ccf78d719b3a0f519b8ab2b105d51 +Subproject commit 4ae3a64c369ca16b7bf215e90bf56dd85afe1d75 From 53f5d3148bcefb5270ff07694162d2f5c4958c75 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 19:16:56 +0000 Subject: [PATCH 00804/18836] Updated openstack/openstack Project: openstack/python-keystoneclient e46dbb2b6c1a57ae753a33d49184e550e7f71fe6 null Sync strutils from oslo Sync strutils from oslo which fix safe_encode under py3, this gets keystone CLI to properly output results. 84d461 Fix a bug in safe_encode where it returns a bytes object in py3 Closes-Bug: 1260824 Change-Id: Idf0f3a51f5cfe3077395b53da66a12955449861f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 4ae3a64c369c..e46dbb2b6c1a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 4ae3a64c369ca16b7bf215e90bf56dd85afe1d75 +Subproject commit e46dbb2b6c1a57ae753a33d49184e550e7f71fe6 From 82daec7d357cafc79bb644e19f76e68b742ad267 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 19:16:58 +0000 Subject: [PATCH 00805/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a26c95ea53f046f8b069a038f179286e4e1831ec null Revert "Whitelist external netaddr requirement" This reverts commit 01dc81aa148adaa127281f197047636cf2d2c898. The netaddr package is now hosted on PyPI, so this workaround is not needed anymore. Change-Id: I76957aa5e276036921696f27e18efb5494b33120 Closes-Bug: #1266513 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index e46dbb2b6c1a..a26c95ea53f0 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit e46dbb2b6c1a57ae753a33d49184e550e7f71fe6 +Subproject commit a26c95ea53f046f8b069a038f179286e4e1831ec From 75f2a233f7fd583e3bbf19cecc15755ec4e54bd1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 19:57:05 +0000 Subject: [PATCH 00806/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0b7f37bb0d134da52e5621cd1e956cf5567e34f7 null Python 3: Use HTTPMessage.get() rather than HTTPMessage.getheader() In Python 2, get() is a synonym for getheader(), which does not exist in Python 3. Closes-Bug: #1267987 Change-Id: I6989a6ea733e0a186e9e68a61aaa8c3e43a198a6 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a26c95ea53f0..0b7f37bb0d13 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a26c95ea53f046f8b069a038f179286e4e1831ec +Subproject commit 0b7f37bb0d134da52e5621cd1e956cf5567e34f7 From 76403c96cc2ad20021bae2da6d8c72c39063343c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 11 Jan 2014 21:57:30 +0000 Subject: [PATCH 00807/18836] Updated openstack/openstack Project: openstack/oslo.config 0c3a6431bbceff7234aad42c92b89e63c137a096 null Fix for parsing error with Dollar Sign ($) in values Python String template uses '$$' as an escape when a '$' is required in the value. So add a test case to make sure that works. Many users end up trying a backslash to escape as well, let's add support and a test case for that as well DocImpact Change-Id: I403cc98505a95f633b5f29ba8f819a2e9c7d58a6 Closes-Bug: #1259729 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 9972082433e5..0c3a6431bbce 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 9972082433e594a61df70a18609380c509c43cbe +Subproject commit 0c3a6431bbceff7234aad42c92b89e63c137a096 From 5e6e88d2b157113a96e5c8054a9a4e577e30ce42 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 00:16:09 +0000 Subject: [PATCH 00808/18836] Updated openstack/openstack Project: openstack-dev/devstack cbe79ba27d3d0fccf1e84c8902acc8d9a831d73f null Use --tenant-id, not --tenant_id Change-Id: I0e3d65d5b69ac82cbf7ee6ffc41ead369af8c126 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c8c0ead4cacc..cbe79ba27d3d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c8c0ead4cacc512e78be66c11ce98fa22fb77a64 +Subproject commit cbe79ba27d3d0fccf1e84c8902acc8d9a831d73f From 43ad2de5b4bcba2ed004e1c4e05b89a4cbbab658 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 00:16:11 +0000 Subject: [PATCH 00809/18836] Updated openstack/openstack Project: openstack-dev/devstack ec528ecae20fd7d9aea95493b0e9aef169282b60 null Add a flexible API version choice for Cinder, Glance and Heat The version of the authentication url is set to v1.0 for some projects by default. We can make it configurable via the parameter "$IDENTITY_API_VERSION". Closes-Bug: #1253539 Change-Id: I6640e345d1317b1308403c95b13f8a998320241b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cbe79ba27d3d..ec528ecae20f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cbe79ba27d3d0fccf1e84c8902acc8d9a831d73f +Subproject commit ec528ecae20fd7d9aea95493b0e9aef169282b60 From 91c7e15133d44a9efdc0a6944f0ef4327f4ade69 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 00:38:58 +0000 Subject: [PATCH 00810/18836] Updated openstack/openstack Project: openstack/glance bc8d10457c96a5c945c017dd40e046dc82cb81b9 null Sync Log levels from OSLO Copy changes from just 1 commit: I0736fd62190fd0b3b26133916f8b3d4d9f0499c2 Default iso8601 logging to warn Change-Id: I1c90705d4d9b37e5472eeebce0192d4d7aa1febe --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 42c27ddbed4d..bc8d10457c96 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 42c27ddbed4d4a769055f5f7af915753e04d1933 +Subproject commit bc8d10457c96a5c945c017dd40e046dc82cb81b9 From 944044ce6156562f2f8e01be349812f10b7614c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 00:39:15 +0000 Subject: [PATCH 00811/18836] Updated openstack/openstack Project: openstack/python-neutronclient 8aacb125df8b1739f2225f62bc0172693c35d3f7 null Fix description of ListSubnet The help texts for both "neutron net-list" and "neutron subnet-list" give the same text "List networks that belong to a given tenant." Fix it so that subnet-list output the proper "subnet" Change-Id: I0877b51ad10ac0e04b24effa7cbd1e412098e363 Partial-Bug: #1244618 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 6b44e6060ebe..8aacb125df8b 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 6b44e6060ebec3671cce72ba450d100ee8c987fa +Subproject commit 8aacb125df8b1739f2225f62bc0172693c35d3f7 From 913bddc2dad7746d25a3207213187e71a190b801 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 01:23:07 +0000 Subject: [PATCH 00812/18836] Updated openstack/openstack Project: openstack/glance 9e1f01e1efee1d5ebdbd26e6c302536ed5f5b4bf null Fix call to store.safe_delete_from_backend When uploading data of a newly created image to a local filesystem store, if the image data size exceeds the quota allocated to the user then the operation fails with a "500 Internal Server Error". This bug is triggered only when using chunked transfers to upload the image data (curl and glanceclient both use chunked transfers). When using chunked transfers the 'Content-Length' header is not set and so the quota checking code in start of quota.ImageProxy.set_data() is skipped. Furthermore, because of the missing size info, the store downloads the entire image data without checking for the quota (the quota is checked only after the image data has been downloaded and the size determined). If after the image data has been downloaded it is found that the quota has been exceeded, then the StorageQuotaFull exception is raised and a call to store.safe_delete_from_backend() made to clean up the image data. But the 'location' and 'context' parameters to this call are given in the wrong order and so this operation raises an (uncaught) exception, giving rise to this bug. This bug was not caught by existing tests because existing quota tests don't use chunked transfer. This commit fixes the order of the parameters and adds quota tests using chunked transfers. Change-Id: Ib8ab11f2115e3aead98af70788eaa45c2c33219c Closes-bug: #1265446 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index bc8d10457c96..9e1f01e1efee 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit bc8d10457c96a5c945c017dd40e046dc82cb81b9 +Subproject commit 9e1f01e1efee1d5ebdbd26e6c302536ed5f5b4bf From 5095fff437542b1910f694660e6d65177540cbf9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 01:23:15 +0000 Subject: [PATCH 00813/18836] Updated openstack/openstack Project: openstack/glance 340efa470b5aa07c8708566554968a93a34cb336 null Increase test coverage for glance.common.wsgi Add unit tests for wsgi.get_socket. Change-Id: I3850dca6f6e4dbeca0465c8d751458e255e0fed8 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9e1f01e1efee..340efa470b5a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9e1f01e1efee1d5ebdbd26e6c302536ed5f5b4bf +Subproject commit 340efa470b5aa07c8708566554968a93a34cb336 From a5f2f8efed07276cb7f0d37d0540539ce069371c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 02:25:21 +0000 Subject: [PATCH 00814/18836] Updated openstack/openstack Project: openstack/glance 79c45a4254cd6229ad201224f3c60c74f56d9c9f null assertEquals is deprecated, use assertEqual (H234) Fix last occurrences of Hacking check H234 (Python 3.x porting issue) Change-Id: I5444889e1837c89045996c74526e2d7a58c7a649 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 340efa470b5a..79c45a4254cd 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 340efa470b5aa07c8708566554968a93a34cb336 +Subproject commit 79c45a4254cd6229ad201224f3c60c74f56d9c9f From 3fdb584ac86ac994f889446a5f6e0385f21732b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 02:25:29 +0000 Subject: [PATCH 00815/18836] Updated openstack/openstack Project: openstack/glance 18810640e8c36ca0e5167efe793fde7692a6c57f null Switch to Hacking 0.8.x Blacklist the few hacking warnings that still trigger, those can be fixed in a followup commit. Start Gating on the new tests of Hacking 0.8.x (which are all passing here). Change-Id: I3be1a9a517ec399dd92252a7c705d1a7a6d5e4c2 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 79c45a4254cd..18810640e8c3 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 79c45a4254cd6229ad201224f3c60c74f56d9c9f +Subproject commit 18810640e8c36ca0e5167efe793fde7692a6c57f From 5fda0952ffa501dc109ba63b69867e50117fe2b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 05:22:34 +0000 Subject: [PATCH 00816/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e4e1917a0461ba9f71e12fc699686cf282925425 null Allow concurrency to be tweaked for tempest This adds a knob for tweaking the tempest concurrency, but sets the default to 4 (what we run at now by default). This was borrowed from https://review.opensta+ck.org/#/c/58605/3 Change-Id: I90f7da9f6d72858abf58aff35aa2037de4b5e0af --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b1ba3f341933..e4e1917a0461 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b1ba3f341933d9e79a9e00679948eceba002472b +Subproject commit e4e1917a0461ba9f71e12fc699686cf282925425 From 5153bfc6b6b3e6f87955b06eafb26a0cbf6504b0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 06:11:22 +0000 Subject: [PATCH 00817/18836] Updated openstack/openstack Project: openstack/python-novaclient 51a37b157a3f72dfa922d4a6e058a7c26c56fbff null Fix tab-completion of --flags under OS X --flags were not tab-completing under OS X. This was due to the whitespace collapsing regular expression using the '+' token (meaning one-or-more), which isn't supported in OS X's version of sed. Using the more portable ' *' instead of '[ ]+' fixes this. Additional cleanups * Remove unecessary embedding of tabs in the file (nova bash-complete doesn't emit tabs, so the regular expressions don't have to handle them) * Restore logic to exclude -h from tab-completion (was lost in last tab-completion cleanup) * Add similar exclude logic for -i Fixes bug 1266667 Change-Id: I7e1fe8382d9b5295d0bbc1cde2b89550d5a4e21c --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 16c5337e7937..51a37b157a3f 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 16c5337e7937c49521f029450e24034f80b42a6a +Subproject commit 51a37b157a3f72dfa922d4a6e058a7c26c56fbff From 0e4e21b49d1b5b6b63e9e8ce72d17aea49e4ef6b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 08:15:02 +0000 Subject: [PATCH 00818/18836] Updated openstack/openstack Project: openstack/python-keystoneclient aba5802c0474f3f1e4404845e8cfe5ba1b380fb2 null Use install_venv from oslo to fix no post_process issue In a recent oslo sync commit Ieb73d5f799423fa8abf71634c86601ba6d32df2f post_process() has been removed from tools/install_venv_common.py, which is still called in tools/install_venv.py Further investigation shows install_venv.py has some legacy distro specific code, which should be removed at the time introducing install_venv_common from oslo. This change switch tools/install_venv.py to use oslo code to align the effort as well as fixing original no 'post_process' issue. Changes being pulled into in install_venv are: 12bcdb7 - 2013-11-25 12:16:11 +0800 - Remove vim header b5cca99 - 2013-10-09 21:34:00 +0100 - Remove obsolete redhat-eventlet.patch 9378d3c - 2013-08-13 18:06:11 +0300 - Move `./run_tests.sh` to Oslo Note: openstack-common.conf is not updated, because the project name variable in install_venv has to be modified after syncing from oslo. That makes it not an exact sync but modification after sync. Besides other openstack projects using install_venv from oslo also don't change openstack-common.conf. So this patch simply follow the common practice here. Change-Id: I78a7563fbbde70cfd98cf1bd7a5a4eec5370d31d Closes-Bug: #1263940 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0b7f37bb0d13..aba5802c0474 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0b7f37bb0d134da52e5621cd1e956cf5567e34f7 +Subproject commit aba5802c0474f3f1e4404845e8cfe5ba1b380fb2 From ab014b403b7519e2a7386483760d047099586491 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 12:16:58 +0000 Subject: [PATCH 00819/18836] Updated openstack/openstack Project: openstack/glance b0915a08d6fbfa2a76b9e3a491c7cf548323f91f null Set image size to None after removing all locations Based on current design, the image size should be updated to None if there is no location assocaited with the image. This patch fixes this issue and introduces some related changes. Closes-Bug: #1263729 Change-Id: I893468f1dc320ea9434f07c3a32f978cd5941b33 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 18810640e8c3..b0915a08d6fb 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 18810640e8c36ca0e5167efe793fde7692a6c57f +Subproject commit b0915a08d6fbfa2a76b9e3a491c7cf548323f91f From 22240875fd02ff9da41edb4a1bb341f630c75b44 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Wed, 8 Jan 2014 13:24:06 +0530 Subject: [PATCH 00820/18836] Updated openstack/openstack Project: openstack/python-cinderclient 47014971b09f0334e5cc3b414bef31784f88a37d null Update cinderclient to skip the additional GET during create With change https://review.openstack.org/64945 cinder V2 API now returns volume details. Updated do_create in cinderclient to remove additional GET call. Change-Id: I2a36f2fa865b52f228bad44e0a9c67d49228321e Partial-Bug: #1265893 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 2d155ecb07d1..47014971b09f 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 2d155ecb07d1fa1f8c64948b34b4ca12c40c6c2e +Subproject commit 47014971b09f0334e5cc3b414bef31784f88a37d From 1d9cadd5bc6f7d261c68780e8c9a344e6024974f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 12:28:24 +0000 Subject: [PATCH 00821/18836] Updated openstack/openstack Project: openstack/glance c7a8faf5f0a42826cd08b1fd9a5334317069ee79 null Prevent min_disk and min_ram from being negative At the moment, in both api versions, min_disk and min_ram can be set to negative value - which doesn't make sense. This commit fixes this behavior in the two versions of the glance api. Change-Id: Ib7855c1d928ab8262dd2a109619a4e3d2299ff9e Closes-bug: #1265711 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b0915a08d6fb..c7a8faf5f0a4 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b0915a08d6fbfa2a76b9e3a491c7cf548323f91f +Subproject commit c7a8faf5f0a42826cd08b1fd9a5334317069ee79 From 7b1019f9d93938f16aff03f5d23a57e14cac7db7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 12:28:32 +0000 Subject: [PATCH 00822/18836] Updated openstack/openstack Project: openstack/glance 367b4fdf3adfbb15c9e0b85ecbfaaf278f50d4a0 null Update README to the valid Oslo-incubator doc Currently, the README in `openstack/common/` contains a link to a blank page. This patch changes the link to a valid documentation page. Change-Id: I6c7a7a5fcef76f49b5d38c79b10a2a849046a32f Closes-Bug: #1268051 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c7a8faf5f0a4..367b4fdf3adf 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c7a8faf5f0a42826cd08b1fd9a5334317069ee79 +Subproject commit 367b4fdf3adfbb15c9e0b85ecbfaaf278f50d4a0 From 67b445b259bf537bf668d11fd9ba2f9f0214a4cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 13:51:27 +0000 Subject: [PATCH 00823/18836] Updated openstack/openstack Project: openstack-dev/devstack 1d8abb95b9cfc6fa014dae539ace60af93ed175b null Put cinder rootwrap config in separate function Separate out Cinder's rootwrap configuration so that it can be called from Grenade's upgrade scripts. This follows the same model as Nova uses with configure_nova_rootwrap() which can be called from Grenade to refresh rootwrap config. Change-Id: Id808abc2b5754443362b3de4b3453e305d3720f3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ec528ecae20f..1d8abb95b9cf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ec528ecae20fd7d9aea95493b0e9aef169282b60 +Subproject commit 1d8abb95b9cfc6fa014dae539ace60af93ed175b From 534f2abe2aeb3a57def2fa0616bbff832c4152a2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 14:30:58 +0000 Subject: [PATCH 00824/18836] Updated openstack/openstack Project: openstack/python-glanceclient 47de9cfd89bc711a49c6cd1e7a6665bb66c14d4a null Python 3: use six.iteritems() instead of iteritems() Six.iteritems() replaces dictionary.iteritems() on Python 2 and dictionary.items() on Python 3. Change-Id: I12fda5f20d2f4fe8227e45b2fe46b332f63deb97 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index cfb05136ee6f..47de9cfd89bc 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit cfb05136ee6fce7a7008d5ab3861f7d50cf61f2a +Subproject commit 47de9cfd89bc711a49c6cd1e7a6665bb66c14d4a From 37cb86e2bb45dcf36b6f0eb87a476d3f3408739c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 18:23:11 +0000 Subject: [PATCH 00825/18836] Updated openstack/openstack Project: openstack/glance 1d35a88b85062904509092856c06b7a83d85b307 null Skip unconfigurable drivers for store initialization All enabled/known store drivers are currently initialized and configured by Glance when API daemon startup, and the driver(s) which could not be configured correctly fail are not skipped. This patch explicitly skips the stores with bad configuration and logs the same. Change-Id: Ie14b1fb2f554e12cf82512f1d84390619d35a886 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 367b4fdf3adf..1d35a88b8506 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 367b4fdf3adfbb15c9e0b85ecbfaaf278f50d4a0 +Subproject commit 1d35a88b85062904509092856c06b7a83d85b307 From 84dfb1814a5801326728427bfad8d53c90250ae8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 23:17:34 +0000 Subject: [PATCH 00826/18836] Updated openstack/openstack Project: openstack/oslo.messaging abfa7ff5e979fbd8821e8e237cebc9804becd53e null Fix duplicate topic messages for Qpid topology=2 Manually applied ef406a21782134aeefb944f74b3f1a47d6169318 from oslo-incubator to get the fix required for bug 1257293. Copying the original commit message from oslo-incubator below. """ When multiple RPC servers (consumers) are subscribed to the same RPC topic, a single RPC request to that topic should be received by only one of the consumers. A bug in the QPID driver caused every consumer to receive a copy of the RPC request. This bug affects only Topology version 2. This patch will cause a single queue to be created for each topic, and shared among all consumers of that topic. This results in each RPC request being received by only one consumer, in turn across all the competing consumers. """ Change-Id: I76bfa5b48bad4a70fbf06b74f4cc8234af6610c2 Closes-bug: #1257293. --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 4f431ea65265..abfa7ff5e979 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 4f431ea65265687370cc6277b1913428d6309f61 +Subproject commit abfa7ff5e979fbd8821e8e237cebc9804becd53e From 9912a4caa1a945c5acd0816c1dda197a83ddb929 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 12 Jan 2014 23:56:53 +0000 Subject: [PATCH 00827/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f3b23a3a9642fe3771d61b3acab419f2e38e0bc0 null Removes use of timeutils.set_time_override The set_time_override function in timeutils was written as a helper function to mock utcnow for unittests before 'mock' was generally used. Now that we have mock and fixture, we no longer need to use it. Partial-Bug: #1266962 Change-Id: I56935911a08ccd9847419eb118af2d2c9dd6c1cd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index aba5802c0474..f3b23a3a9642 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit aba5802c0474f3f1e4404845e8cfe5ba1b380fb2 +Subproject commit f3b23a3a9642fe3771d61b3acab419f2e38e0bc0 From e167f8fa242c7b042a0c0d8e09cd2d323aa86cd7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 01:15:46 +0000 Subject: [PATCH 00828/18836] Updated openstack/openstack Project: openstack/python-novaclient 77bde2115410fca325c37a588f236a6a6bd7bd24 null Adds quota usage support for the V3 API Adds the ability to do a detailed query from the os-quota-sets V3 API extension. This was an interface added in V3 to allow for the querying of current quota usage. Adds a shell command quota-usage which uses this interface to show current quota usage as well as the limit. The absolute limits response was removed from the limits extension in a9e29b7e9fbe14ab42f24802a6d2a457a6317ba3 and so the corresponding novaclient command is also removed. The "quota-show-usage" command now shows the same information. Differences between the V2 and V3 API are described here: https://wiki.openstack.org/wiki/NovaAPIv2tov3 Partially implements blueprint v3-api Change-Id: I5db72d42120f4ad7a86fbfce20382988f6bbf5d3 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 51a37b157a3f..77bde2115410 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 51a37b157a3f72dfa922d4a6e058a7c26c56fbff +Subproject commit 77bde2115410fca325c37a588f236a6a6bd7bd24 From 4522f2251c719175c58c50a4d7c8dfe6967257d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 01:16:52 +0000 Subject: [PATCH 00829/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5d6c42dde8968911700fb4f8d809046b7844b550 null auth_token tests use assertIs/Not/None The tests in test_auth_token_middleware were using assertEqual(res, None) and assertNotEqual(res, None) when they should use assertIsNone and assertIsNotNone. Change-Id: Ib1601b3a6101f843d9c29f3cd00aab339e671e61 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f3b23a3a9642..5d6c42dde896 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f3b23a3a9642fe3771d61b3acab419f2e38e0bc0 +Subproject commit 5d6c42dde8968911700fb4f8d809046b7844b550 From 52a2ae123cab7dcceae3c19ace866374d3edaec4 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Fri, 10 Jan 2014 09:07:16 +0800 Subject: [PATCH 00830/18836] Updated openstack/openstack Project: openstack/oslo.messaging d3f3fd775916b9e93aacdc55af54870eea282fee null Removes use of timeutils.set_time_override The set_time_override function in timeutils was written as a helper function to mock utcnow for unittests before 'mock' was generally used. Now that we have mock and fixture, we no longer need to use it. Change-Id: I9a0727edab12ccd5f1e4eb4f5f62d588f5a0faee Partial-Bug: #1266962 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index abfa7ff5e979..d3f3fd775916 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit abfa7ff5e979fbd8821e8e237cebc9804becd53e +Subproject commit d3f3fd775916b9e93aacdc55af54870eea282fee From 52697093105160005a9ba9dc7ac60c300690c662 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 04:19:10 +0000 Subject: [PATCH 00831/18836] Updated openstack/openstack Project: openstack/python-novaclient 0379ae813f315f872dae7f6b1217c84653a1aed0 null Generate interfaces reference doc Add gen_ref in conf.py to generate reference doc to avoid maintaining these boilerplates. Change-Id: I6683c41d39685dcb7f7a619a36210a987c9e9825 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 77bde2115410..0379ae813f31 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 77bde2115410fca325c37a588f236a6a6bd7bd24 +Subproject commit 0379ae813f315f872dae7f6b1217c84653a1aed0 From 7eacef6d9879d5e0ec1dd5af75dc055646bfcc01 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 04:20:29 +0000 Subject: [PATCH 00832/18836] Updated openstack/openstack Project: openstack/python-novaclient 9b20773b66fe089953d7a6f69b6699710c77127a null Enable pep8 check for config.py in doc Directory doc is excluded from pep8 check in tox.ini, since we modified file doc/source/config.py, we should enable the check. Change-Id: I057f1e6cb1c5f9a6a07043056078e4475f66f288 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 0379ae813f31..9b20773b66fe 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 0379ae813f315f872dae7f6b1217c84653a1aed0 +Subproject commit 9b20773b66fe089953d7a6f69b6699710c77127a From e1982524d8651cc69cdadb88904d97c1643939b5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 04:21:38 +0000 Subject: [PATCH 00833/18836] Updated openstack/openstack Project: openstack/python-novaclient b07f02dd61bcc9f292bd2527193752c652f824a2 null Added v3 interfaces in reference doc Added hosts, agents, flavors and so on into reference doc Change-Id: I32198a0e65551f6ea3c67b72a8d7c6dff7da9f91 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9b20773b66fe..b07f02dd61bc 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9b20773b66fe089953d7a6f69b6699710c77127a +Subproject commit b07f02dd61bcc9f292bd2527193752c652f824a2 From 1848ec77192e7910f23dfa89fd8118511be88a77 Mon Sep 17 00:00:00 2001 From: Jia Dong Date: Fri, 27 Dec 2013 16:33:41 +0800 Subject: [PATCH 00834/18836] Updated openstack/openstack Project: openstack/glance f035efd043aa75d662d2a26a963358db59b75628 null Decouple the config dependence on glance domain Move the configurations which core domain objects depend on to common/config.py, and add a argument "task_time_to_live" of Task's __init__ method and TaskFactory's new_task method for delivering the CONF.task.task_time_to_live value. For convenience,the argument "task_time_to_live" is set a default value 48. Change-Id: Iffda1ecd25470824c812d66a27fa64ebbaabcf07 Closes-Bug: #1250633 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1d35a88b8506..f035efd043aa 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1d35a88b85062904509092856c06b7a83d85b307 +Subproject commit f035efd043aa75d662d2a26a963358db59b75628 From c7a3c45c84bdc2895205b9981b723159728b316f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 05:19:42 +0000 Subject: [PATCH 00835/18836] Updated openstack/openstack Project: openstack/glance d0e3dc821933c040278ea269378683044d3b5b03 null Adding logs to tasks Logging is currently missing in the REST api layer in v2/tasks Related to bug 1267213 Change-Id: I608390a7be1b2b02f281d974bd456a8e9e7897f7 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f035efd043aa..d0e3dc821933 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f035efd043aa75d662d2a26a963358db59b75628 +Subproject commit d0e3dc821933c040278ea269378683044d3b5b03 From 3b1b3808bdc7c54dd0837912e3dc09cd50b89938 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 05:19:50 +0000 Subject: [PATCH 00836/18836] Updated openstack/openstack Project: openstack/glance eac47b642ce27060489352bc9794bce439446a35 null Cleans up imports in models.py Some of the imports were placed in incorrect order. Change-Id: I14555b5c3bd6871d4b1e0cea7e03c191ffd6cf33 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d0e3dc821933..eac47b642ce2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d0e3dc821933c040278ea269378683044d3b5b03 +Subproject commit eac47b642ce27060489352bc9794bce439446a35 From fe91132ba0babb96c8cc992783dacf6eb736ad62 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 09:33:54 +0000 Subject: [PATCH 00837/18836] Updated openstack/openstack Project: openstack/python-troveclient 1a704bef5550e2045da6d5cc2481fda7b708f77a null Tighten flake8 checks in Gating MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are a few checks that already pass: - F401 - unused imports of modules - F403 - ‘from module import *’ used; unable to detect undefined names And there are two (H401 and H403) that can be made passing easily. Enable gating on all of them. Change-Id: I9d3c49ecea1b2171d194ab6cc751316c252081e8 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index da441ca247fc..1a704bef5550 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit da441ca247fc90d7a266b2fa9e33c6d62b9e656f +Subproject commit 1a704bef5550e2045da6d5cc2481fda7b708f77a From ad1602e5dc1119cb001e8baf855de6693abdae34 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 14:09:37 +0000 Subject: [PATCH 00838/18836] Updated openstack/openstack Project: openstack-dev/devstack babcfa9ad2d6659214e730f2c7a2569046698f7e null Correct Qpid package name in files/apts/neutron Ubuntu qpid server package is named as "qpidd", but files/apts/neutron has an entry "qpid". Change-Id: Ie3f8391a7404bdeb222acfcce77ca80a14ea8693 Closes-Bug: #1267459 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1d8abb95b9cf..babcfa9ad2d6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1d8abb95b9cfc6fa014dae539ace60af93ed175b +Subproject commit babcfa9ad2d6659214e730f2c7a2569046698f7e From d2b12bbd7b57fab8ba0648a5c56fe36106205574 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 14:09:44 +0000 Subject: [PATCH 00839/18836] Updated openstack/openstack Project: openstack-dev/devstack 3e98388d0716d6eb5da446e5ea5e7f60b50f17a7 null Robustify service shutdown * Save PID when using screen in screen_it() * Add screen_stop() * Call out service stop_*() in unstack.sh functions so screen_stop() can do its thing Closes-bug: 1183449 Change-Id: Iac84231cfda960c4197de5b6e8ba6eb19225169a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index babcfa9ad2d6..3e98388d0716 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit babcfa9ad2d6659214e730f2c7a2569046698f7e +Subproject commit 3e98388d0716d6eb5da446e5ea5e7f60b50f17a7 From a755c9e1bbc9993687c4c95cd3ff62e81f12b6da Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 14:09:51 +0000 Subject: [PATCH 00840/18836] Updated openstack/openstack Project: openstack-dev/devstack 98b52b5fbcbf53b0a8a1bdc4d379503260ffe20e null Configuration changes required to support VMware NSX plugin (Formerly known as Nicira NVP plugin). Following Neutron change 79fbeb7ebebc0dfbe143aee96fbc250d1b9e7582, this patch introduces the new naming scheme for Neutron VMware NSX plugin configuration. Related-blueprint: nvp-third-part-support (aka bp vmware-nsx-third-party) Partial-implements blueprint: nicira-plugin-renaming Change-Id: If7790887661507bfdec6d2b97c0f99609039aa73 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3e98388d0716..98b52b5fbcbf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3e98388d0716d6eb5da446e5ea5e7f60b50f17a7 +Subproject commit 98b52b5fbcbf53b0a8a1bdc4d379503260ffe20e From 82602031b4ccf69007330e90a0303629bd9ba377 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 14:40:09 +0000 Subject: [PATCH 00841/18836] Updated openstack/openstack Project: openstack-dev/devstack a6a009b76fdad14490b163482f2eaf37c49d8a7a null clean up ubuntu versions oneiric is long dead, remove references to it whenever possible (one more subtle issue in cinder should be a seperate patch). This includes removing the oneiric only tool build_uec.sh. also remove the bulk of references to quantal, which is 8 months out of support. note: raring only has support for the rest of the month. Change-Id: Ib17502be7572af76dc95560615221b48b970a547 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 98b52b5fbcbf..a6a009b76fda 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 98b52b5fbcbf53b0a8a1bdc4d379503260ffe20e +Subproject commit a6a009b76fdad14490b163482f2eaf37c49d8a7a From de5fb67ff08a8e72ef43dde5c7811e3831ab476b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 14:40:11 +0000 Subject: [PATCH 00842/18836] Updated openstack/openstack Project: openstack/python-novaclient 1a20d2964d7e53f5f569d9322fdb137d90471656 null Ensure that the diagnostics are user friendly In the case when the value is a dictionary or array or longer than the line then the diagnostics output will automatically wrap around to ensure that the output is user friendly. Part of the blueprint v3-diagnostics Change-Id: Ia158fd99aeb0e6296fb232e881d0f01a13407dfc Closes-bug: #1266402 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b07f02dd61bc..1a20d2964d7e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b07f02dd61bcc9f292bd2527193752c652f824a2 +Subproject commit 1a20d2964d7e53f5f569d9322fdb137d90471656 From dc67cb29cbc75b2ca83521c22f1445707bae49ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 17:46:26 +0000 Subject: [PATCH 00843/18836] Updated openstack/openstack Project: openstack-dev/devstack 434fac566b3880fe0a9001238411c50bb12d7f3e null Setup Keystone catalog information for Ceilometer Change-Id: I3f536f38fe7862ee41b06d1d48b848cc07492c8d Closes-Bug: #1267322 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a6a009b76fda..434fac566b38 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a6a009b76fdad14490b163482f2eaf37c49d8a7a +Subproject commit 434fac566b3880fe0a9001238411c50bb12d7f3e From cfff66d5f149e161ff9f9253a587b7faf4deaf2a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 18:39:54 +0000 Subject: [PATCH 00844/18836] Updated openstack/openstack Project: openstack-dev/devstack 13f796a348a6da0838edba68cd00eb75646932fe null Fix Heat/Cloud formation catalog template Cloud formation and Heat API ports where mixed. Change-Id: I029592c4821bb93c8a1dd91519f30908efd56627 Closes-Bug: #1267355 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 434fac566b38..13f796a348a6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 434fac566b3880fe0a9001238411c50bb12d7f3e +Subproject commit 13f796a348a6da0838edba68cd00eb75646932fe From 07b9fa00c09eafef6824a0d5b9e389d319b9372c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 18:40:02 +0000 Subject: [PATCH 00845/18836] Updated openstack/openstack Project: openstack-dev/devstack 824a0019b1745aaf1034f9d42c8a4f4ca57531b9 null Enable server-side and client-side logs for libvirt Need this to diagnose libvirt Errors in the gate Change-Id: Id46137a71d17abc8bfab66b14ab567d81a31f018 Related-Bug: #1254872 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 13f796a348a6..824a0019b174 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 13f796a348a6da0838edba68cd00eb75646932fe +Subproject commit 824a0019b1745aaf1034f9d42c8a4f4ca57531b9 From e4a796b592217f2482594e07769bb78198381b37 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 18:50:04 +0000 Subject: [PATCH 00846/18836] Updated openstack/openstack Project: openstack-dev/devstack ab78dd5cb328c22c2b7dd44f286a2583366bef99 null gitignore: add .localrc.auto and local.conf The changeset of 893e66360caf3bcf0578d4541b3c17d089c33b02, Change-Id of I367cadc86116621e9574ac203aafdab483d810d3 introduced local.conf and generates .localrc.auto. But they aren't in .gitignore. This patch adds them into .gitignore. Change-Id: I7d4dc99d980d9c5b5156cf915646bc96163a3dc4 Closes-Bug: #1267027 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 824a0019b174..ab78dd5cb328 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 824a0019b1745aaf1034f9d42c8a4f4ca57531b9 +Subproject commit ab78dd5cb328c22c2b7dd44f286a2583366bef99 From ac69489677f17cba1b108c84158866dc3154f90d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 18:50:59 +0000 Subject: [PATCH 00847/18836] Updated openstack/openstack Project: openstack-dev/devstack e5a5fe33e09bd4e2604f86a20b21e78dd7be09b2 null Remove duplicated name services Due to the fact that keystone will not allow services with duplicated names, cinder and nova services names were changed Closes-Bug: #1259425 Change-Id: I988aef477b418a289426e02e5e108aa57dd1076b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ab78dd5cb328..e5a5fe33e09b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ab78dd5cb328c22c2b7dd44f286a2583366bef99 +Subproject commit e5a5fe33e09bd4e2604f86a20b21e78dd7be09b2 From 1913e9abcd9e306f70b9cb84ebebf780a1377567 Mon Sep 17 00:00:00 2001 From: John Herndon Date: Wed, 30 Oct 2013 10:44:53 -0600 Subject: [PATCH 00848/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient c74231e74473cdfc8037731b6e9beb539d491814 null Support the Event API This patch adds support for the currently available Event API, including events, event types, and traits. Add an optional data type to the query, ex: ceilometer list-events -q 'hostname=string::localhost" bp extend-client-operations Change-Id: Icea9bd67f8ee4ff2bf9da9ff6894218689580eb3 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index d8ffceeeb7ab..c74231e74473 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit d8ffceeeb7abc732ac63afb417e065f765c82465 +Subproject commit c74231e74473cdfc8037731b6e9beb539d491814 From eab7d86df9b3563f6d398c24cd8ddeebb906ed5a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 13 Jan 2014 22:36:27 +0000 Subject: [PATCH 00849/18836] Updated openstack/openstack Project: openstack/glance 7834f97bba06c05f8d6e13c8ccbb1b194ba98286 null Fix typo in doc string Change "can bea security risk" to "can be a security risk". Change-Id: I1e6a603671e80ec231a216635e3c0803f3915c00 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index eac47b642ce2..7834f97bba06 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit eac47b642ce27060489352bc9794bce439446a35 +Subproject commit 7834f97bba06c05f8d6e13c8ccbb1b194ba98286 From 4cbcdc9563281bea3c3711158eca79e6ad0e997c Mon Sep 17 00:00:00 2001 From: Yassine Lamgarchal Date: Fri, 10 Jan 2014 11:13:21 +0100 Subject: [PATCH 00850/18836] Updated openstack/openstack Project: openstack/python-glanceclient 02b00b6226436b0049e226e86210ed1c1cad53c6 null Python 3: use six.iteritems and six.string_types six.iteritems() replaces dictionary.iteritems() on Python 2 and dictionary.items() on Python 3. six.string_types replaces basestring() in Python 2 and str in Python 3. Change-Id: Ia18510d167df35caec83626718010228e2140bc0 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 47de9cfd89bc..02b00b622643 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 47de9cfd89bc711a49c6cd1e7a6665bb66c14d4a +Subproject commit 02b00b6226436b0049e226e86210ed1c1cad53c6 From 87b5551a504b91b8f3a89cbe0ac996bd62796b57 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 14 Jan 2014 00:07:33 +0000 Subject: [PATCH 00851/18836] Updated openstack/openstack Project: openstack-dev/devstack b200b1d4dda4e60bacd921f98e4e47d5b4f046d9 null Add Marconi to Tempest config This patch adds queuing to tempest config, provided queuing is available in devstack. Change-Id: I2925a07d312c1f8ab2fe465f74f0bef9299eef40 Implements: blueprint add-basic-marconi-tests --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e5a5fe33e09b..b200b1d4dda4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e5a5fe33e09bd4e2604f86a20b21e78dd7be09b2 +Subproject commit b200b1d4dda4e60bacd921f98e4e47d5b4f046d9 From 36da26f3d66db0141ca91786c5168c66737878c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 14 Jan 2014 00:57:03 +0000 Subject: [PATCH 00852/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 79ab2dbcac01ae0ba869e9837294f84ab4716616 null Debug env for tox Running a test with pdb was difficult because testr captures output and causes pdb prompt to quit. Tips for how to run testr with debug are provided here: https://wiki.openstack.org/wiki/Testr#Debugging_.28pdb.29_Tests This change puts these commands into a debug env in tox.ini so you can do a command like tox -e debug test_auth_token_middleware or, for more granularity: tox -e debug keystone.tests.test_sql_migrate_extensions.EndpointFilterExtension tox -e debug keystone.tests.test_sql_migrate_extensions.EndpointFilterExtension.test_downgrade and when it hits your breakpoint you'll get the debug prompt. This same change was made to keystone in commit c8302509 . Change-Id: I2b5dc81f4652dc89ecbcc7c785245a81cf77a1ca --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5d6c42dde896..79ab2dbcac01 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5d6c42dde8968911700fb4f8d809046b7844b550 +Subproject commit 79ab2dbcac01ae0ba869e9837294f84ab4716616 From 59cab97be431c05955dcbad6922e72e3239a6eda Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 14 Jan 2014 02:59:26 +0000 Subject: [PATCH 00853/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d1fbd0a32054da3fb7fe8c53f893653f4e49a042 null Updated from global requirements Change-Id: Ia662a33f3615611c380ff5862f74f18ea459bf8e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 79ab2dbcac01..d1fbd0a32054 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 79ab2dbcac01ae0ba869e9837294f84ab4716616 +Subproject commit d1fbd0a32054da3fb7fe8c53f893653f4e49a042 From 0ed19589484126e9b4151bebf97cb831c9700ea3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 14 Jan 2014 02:59:27 +0000 Subject: [PATCH 00854/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dca0e2b3827df68b0782c25e83fdfd4e252d06c2 null Verify token binding in auth_token middleware The server side has had token bind checking implemented for a while. Now that it is possible to generate bound tokens auth_token middleware should be capable of verifying them. Change-Id: I4f9c5855ab3102333b0738864c506e2501bf9c7e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d1fbd0a32054..dca0e2b3827d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d1fbd0a32054da3fb7fe8c53f893653f4e49a042 +Subproject commit dca0e2b3827df68b0782c25e83fdfd4e252d06c2 From cceee9e4a434db37e288f8c03667bb6b6469aa5b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 14 Jan 2014 02:59:29 +0000 Subject: [PATCH 00855/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dfd76c86cf9eeb0d1dd452a9f5f6aadd30765697 null Make assertQueryStringIs usage simpler As requested in https://review.openstack.org/#/c/65728/, this "fixes" assertQueryStringIs so it takes a query string, rather than a dict of lists, which is a less convenient format in many tests. Change-Id: Ib4c49ba71f7e12bb5bcb4dfde77974f3418c7854 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dca0e2b3827d..dfd76c86cf9e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dca0e2b3827df68b0782c25e83fdfd4e252d06c2 +Subproject commit dfd76c86cf9eeb0d1dd452a9f5f6aadd30765697 From 7d1ea778f35d49a5457841e1455964c098f236a6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 14 Jan 2014 23:12:18 +0000 Subject: [PATCH 00856/18836] Updated openstack/openstack Project: openstack/python-troveclient 898fc183b6d67b9593ced075d4ba2b14bf8d5900 null Datastore on Show Instance Should Not Be a Dict From: +-----------+-----------------------------------------------+ | Property | Value | +-----------+-----------------------------------------------+ | created | 2014-01-12T22:17:16 | | datastore | {u'version': u'mysql-5.5', u'type': u'mysql'} | To: $ trove show 160e571f-afae-4ac8-aec0-7b2e55846e07 +-------------------+--------------------------------------+ | Property | Value | +-------------------+--------------------------------------+ | created | 2014-01-12T22:17:16 | | datastore | mysql | | datastore_version | mysql-5.5 | Change-Id: I1542869760ab0010a2ada4ed16a0b526dc233220 Closes-Bug: #1254141 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 1a704bef5550..898fc183b6d6 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 1a704bef5550e2045da6d5cc2481fda7b708f77a +Subproject commit 898fc183b6d67b9593ced075d4ba2b14bf8d5900 From c2989f59bd7e79efcbffb35ef3ebf14e843c79b5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 07:48:21 +0000 Subject: [PATCH 00857/18836] Updated openstack/openstack Project: openstack/glance 65d5039b4b78920159e936766f3a0121ef2e375a null Allow users to customize max header size Also increases the default value from 8192 to 16384 The former max header (8192) is exceeded in the following scenario - Auth tokens built with a keystone v3 API catalog - A catalog with approximately 8 or more endpoints defined Equivalent fixes have been proposed in other projects Change-Id: Ic714166440e2aa08b619ab1e5e5e0cf3cea3e309 Closes-Bug: 1190149 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7834f97bba06..65d5039b4b78 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7834f97bba06c05f8d6e13c8ccbb1b194ba98286 +Subproject commit 65d5039b4b78920159e936766f3a0121ef2e375a From 8519ea7eb84266701fb1f0d6fd1dd98eecb1b750 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 11:41:21 +0000 Subject: [PATCH 00858/18836] Updated openstack/openstack Project: openstack/python-heatclient 4924a14cb0cecab837eb80c028480fb0e9539b23 null Add to_dict() method to Resource class Commit a07b8b0b introduces a regression when running 'heat resource-show' command because heatclient.v1.resources.Resource class didn't implement the to_dict() method. This commit adds unit tests for resource show and list commands. It also removes the use of MagicMock in these tests because it introduced a recursion issue (see https://review.openstack.org/#/c/65269/). Change-Id: I6c4c0e293d2955c67a0240136faa2721ef2e4ffa Closes-Bug: 1266678 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 97d945e87995..4924a14cb0ce 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 97d945e87995e61920227e5664ee3c55290c6052 +Subproject commit 4924a14cb0cecab837eb80c028480fb0e9539b23 From 64d98b2639cfc3a4944e5cfecd80b67a3a8f01a0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 11:48:00 +0000 Subject: [PATCH 00859/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient d5b9743fbaba40553f12bafef17bc9aa01493c8f null Python 3: fix test_sample_list Change the counter_volume field of "fake" samples to get compatibility with both Python 2 and 3. In Python 2: >>> print(str(0.261666666666667)) 0.261666666667 In Python 3: >>> print(str(0.261666666666667)) 0.261666666666667 Change-Id: I4beed7aff7e89f891024975b9df9208c987dc87c --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index c74231e74473..d5b9743fbaba 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit c74231e74473cdfc8037731b6e9beb539d491814 +Subproject commit d5b9743fbaba40553f12bafef17bc9aa01493c8f From 993d6acd81daed97607fb1afa107243191d77a81 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 11:48:01 +0000 Subject: [PATCH 00860/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 25887daa885e32de8524437edaff373de43fad95 null client looking at wrong cacert argument name fix so client consistently uses 'os_cacert' arg value instead of either 'os_cacert' or 'cacert' Change-Id: If5648855aefc7af64178249c270a9ac66907e466 Closes-Bug: #1266472 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index d5b9743fbaba..25887daa885e 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit d5b9743fbaba40553f12bafef17bc9aa01493c8f +Subproject commit 25887daa885e32de8524437edaff373de43fad95 From 3679ab5985fe6ea1cc46038b633b3b502639ae11 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 11:48:04 +0000 Subject: [PATCH 00861/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient c634f71b22b52f9030c0b42419b97535fdee5c90 null Supports bash_completion for ceilometerclient bash_completion feature can improve CLI user experience, projects like nova, keystone, and cinder already support it. NOTE: this patch just provides simple functionality, which means cache for IDs and names is not used (like nova). Change-Id: I1b04998a5e7c8818aed4b51f5fe5bf01efd0e14a Closes-Bug: #1260939 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 25887daa885e..c634f71b22b5 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 25887daa885e32de8524437edaff373de43fad95 +Subproject commit c634f71b22b52f9030c0b42419b97535fdee5c90 From d288cbb9cae783f1828e1f4f7c52dc47c0c6f3ee Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 18:31:02 +0000 Subject: [PATCH 00862/18836] Updated openstack/openstack Project: openstack/glance dd666b34b53ec25cdbae3c7695ba86acfeb64044 null Makes 'expires_at' not appear if not set on task Fixes bug: 1267148 'expires_at' on a task must be set only after the executor succeeds or fails on a task. Before the task has finished, there shouldn't be any 'expires_at' set on the task. This change fixes the ResponseSerializer to not show 'expires_at' if it is not set. Change-Id: I9880cc03b9d6f0dd98388fcf0d1bdc9c34dd6c0e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 65d5039b4b78..dd666b34b53e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 65d5039b4b78920159e936766f3a0121ef2e375a +Subproject commit dd666b34b53ec25cdbae3c7695ba86acfeb64044 From 7391784aa45ab433f7e402a503b73827398b4655 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 18:38:24 +0000 Subject: [PATCH 00863/18836] Updated openstack/openstack Project: openstack/python-heatclient 68d5c10555721c9a013736d4cc36480a439bf23d null Update variable name in test_shell.py Some variable names cannot reflect its real meaning in unit test for heat shell, this patch update the variable names to be more accurate. Change-Id: Ib9b4770769a20b5e139620ceab0f463a4e035d66 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 4924a14cb0ce..68d5c1055572 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 4924a14cb0cecab837eb80c028480fb0e9539b23 +Subproject commit 68d5c10555721c9a013736d4cc36480a439bf23d From 9f7bc22210132f816fb1a478843ae1968f6e4b8b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 18:38:25 +0000 Subject: [PATCH 00864/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5fe86af4faeac2201d7b2c89e916438fb9cf96d4 null Saner debug log message generation For some reason building the debug log would include spaces in the message elements and join on the empty string. It makes much more sense to just build the list and join on the space. Change-Id: Idd82787b87518c56122d0b13551f84529306337c --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dfd76c86cf9e..5fe86af4faea 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dfd76c86cf9eeb0d1dd452a9f5f6aadd30765697 +Subproject commit 5fe86af4faeac2201d7b2c89e916438fb9cf96d4 From 76319e0bb181a2e89dfca22d1d34c22d62f85873 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 18:38:27 +0000 Subject: [PATCH 00865/18836] Updated openstack/openstack Project: openstack-dev/devstack 9cda7566b028fe9fa3dade10ca03f7c81b492cb7 null Skip Nova exercises if Nova is not enabled This allows for ./exercises.sh to complete sucessfully when nova is not enabled / installed. Change-Id: If969e14f5106c15007146e8fad1da27d131828c8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b200b1d4dda4..9cda7566b028 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b200b1d4dda4e60bacd921f98e4e47d5b4f046d9 +Subproject commit 9cda7566b028fe9fa3dade10ca03f7c81b492cb7 From a866b2f14f68d2eb6ec5f7ab06b3113f5b4448eb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 18:48:23 +0000 Subject: [PATCH 00866/18836] Updated openstack/openstack Project: openstack/python-heatclient 48f74c073ce6990bb0241a37d8305cd6b2209d47 null Fix some trivial py3 errors Change-Id: I72334d2ca82057e591dca4fcfa9ef7ecdd3b6878 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 68d5c1055572..48f74c073ce6 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 68d5c10555721c9a013736d4cc36480a439bf23d +Subproject commit 48f74c073ce6990bb0241a37d8305cd6b2209d47 From 4e8a5c7c43c0b7ef4886ce810fa3865d89b850a1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 21:25:20 +0000 Subject: [PATCH 00867/18836] Updated openstack/openstack Project: openstack-dev/devstack c560cd121a42b177b8a7d54cd232f5539bb23d3e null Run neutron-debug with admin tenant in neutron-adv-test Because neutron-debug create-probe needs admin role only, demo tenants cannot create ports. neutron-debug is wrapped in order to run it only with admin tenant. Change-Id: Ib65e8639858c597345c6a5fdc0192b40f34a0300 Closes-Bug: #1269090 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9cda7566b028..c560cd121a42 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9cda7566b028fe9fa3dade10ca03f7c81b492cb7 +Subproject commit c560cd121a42b177b8a7d54cd232f5539bb23d3e From 248cbf81c72c2751f02f7edbe89733a178368c4d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 21:25:27 +0000 Subject: [PATCH 00868/18836] Updated openstack/openstack Project: openstack/python-heatclient b6b4928effd8ce34c5a56094738876aab5afedec null Sync strutils from oslo Sync strutils from oslo which fix safe_encode under py3, this gets heat CLI to not output in bytes. (there is a bit more to be done for complete py3 support) 84d461 Fix a bug in safe_encode where it returns a bytes object in py3 Change-Id: Ic29c0037bfbc612e954045c95edca68f273c4a1a --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 48f74c073ce6..b6b4928effd8 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 48f74c073ce6990bb0241a37d8305cd6b2209d47 +Subproject commit b6b4928effd8ce34c5a56094738876aab5afedec From db32dbd3c3f4e81a018acb69f901264fa587f59c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 21:25:28 +0000 Subject: [PATCH 00869/18836] Updated openstack/openstack Project: openstack/glance 9e9ce645e39d55b4da540b15b41f85bd2b4bd518 null Remove vim header No need to set tabstop tons of times, this can be set in your vimrc file instead. More disucssion: http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html Change-Id: I3b830a5bb831a63c188109e6fad66ba48884fff3 Partial-Bug: #1229324 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index dd666b34b53e..9e9ce645e39d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit dd666b34b53ec25cdbae3c7695ba86acfeb64044 +Subproject commit 9e9ce645e39d55b4da540b15b41f85bd2b4bd518 From 892a632dd96f4114e06cdc9c906ecc11ec3e680d Mon Sep 17 00:00:00 2001 From: Noboru arai Date: Tue, 14 Jan 2014 16:39:41 +0000 Subject: [PATCH 00870/18836] Updated openstack/openstack Project: openstack/python-glanceclient 869ea2e61ced4d7ae1e4aa902782090996e2736d null Remove vim header No need to set tabstop tons of times, this can be set in your vimrc file instead. More disucssion: http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html Change-Id: I2b37758f9dbb2cad6457a879d4ed7ff0aa69ef8e Partial-Bug: #1229324 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 02b00b622643..869ea2e61ced 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 02b00b6226436b0049e226e86210ed1c1cad53c6 +Subproject commit 869ea2e61ced4d7ae1e4aa902782090996e2736d From 7901e20096dd828e6c82834efcb326bcd63afff7 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Fri, 10 Jan 2014 11:43:32 +0900 Subject: [PATCH 00871/18836] Updated openstack/openstack Project: openstack/python-novaclient 8e9c038f15f9f3440ed8c430a682d7bdd48f313c null Remove the coverage extension code The coverage extension has been removed from Nova V2 API by the I07d798129ee277a6f7691c25f88c07a5204c0943 This commit remove the code. Change-Id: I430a8b17be11bb961dc5b89b2d098f373e0a27fa --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 1a20d2964d7e..8e9c038f15f9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 1a20d2964d7e53f5f569d9322fdb137d90471656 +Subproject commit 8e9c038f15f9f3440ed8c430a682d7bdd48f313c From 9879d91b4a26758dc9dbd6eca3f80217ae6443c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 15 Jan 2014 23:08:22 +0000 Subject: [PATCH 00872/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 39817778199b9055eae6790053dec9ab27d52846 null Enable Firewall as a Service plugin Aims to enable FWaaS plugin when using Neutron in the gate. It will allow us to run Tempest tests against devstack-gate. Change-Id: Iaf751730554c226a750d4deea61d7011a180d669 Signed-off-by: Emilien Macchi --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e4e1917a0461..39817778199b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e4e1917a0461ba9f71e12fc699686cf282925425 +Subproject commit 39817778199b9055eae6790053dec9ab27d52846 From 62a872bc6c562efb5efc71e222f29d31794bf7a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 16 Jan 2014 00:35:28 +0000 Subject: [PATCH 00873/18836] Updated openstack/openstack Project: openstack/glance 84118721b05bfd79edefb59cca66eab4044d7852 null Remove 'openstack/common/context.py' context.py is not used anywhere in Glance. Consequently, we can get rid of it. Also, context.py is the only file left using uuidutils. Change-Id: I657e20ac39fbace60f230652912a4bf792836206 Closes-Bug: #1253497 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9e9ce645e39d..84118721b05b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9e9ce645e39d55b4da540b15b41f85bd2b4bd518 +Subproject commit 84118721b05bfd79edefb59cca66eab4044d7852 From 3d13772f3e96a62ff5ed60514c438c290c89d1fb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 16 Jan 2014 01:44:54 +0000 Subject: [PATCH 00874/18836] Updated openstack/openstack Project: openstack/glance 9c0ada37c9471c5113664ac0f89b88ff4b215c48 null Bump hacking to 0.8 and get python 3.x compatibility Bump hacking dependency to 0.8 to get python 3.x compatibility Fixes done in order to avoid errors after enabling hacking 0.8 Change-Id: Ic878fe2e1bd3f65f7f95a9b5c7a192dac81b749d Closes-Bug: #1257282 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 84118721b05b..9c0ada37c947 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 84118721b05bfd79edefb59cca66eab4044d7852 +Subproject commit 9c0ada37c9471c5113664ac0f89b88ff4b215c48 From 7940dc88bf83363f95ef89912e995f9d8a0fd615 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 16 Jan 2014 02:00:13 +0000 Subject: [PATCH 00875/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8a118718c70c9f32ad155d9f5a0a86f233c7b063 null Fix incorrect assertTrue usage Several self.assertTrue(len(returned_list)) statements exist, which don't make any sense as we're testing an integer length as a boolean. Instead test the returned list length matches the list passed in to stub the request. Change-Id: I713c3a6afcc93ebb2a8f7ffde45aade2154ebf2c --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5fe86af4faea..8a118718c70c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5fe86af4faeac2201d7b2c89e916438fb9cf96d4 +Subproject commit 8a118718c70c9f32ad155d9f5a0a86f233c7b063 From 9855e6e7d0bf2af8a98966ca4bbfa945c6db0cf0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 16 Jan 2014 02:00:15 +0000 Subject: [PATCH 00876/18836] Updated openstack/openstack Project: openstack/glance bad366a6fe28d3e27b8811b3c488684ba549ebbc null add log for _get_images method The _get_images method in glance/registry/api/v1/images.py doesn't give logs when catch exceptions. Two logs for two different exceptions will be very useful for debug. Change-Id: I5725da0dafdb9909de1c31734b3c1c225483ca66 Closes-Bug:#1263871 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9c0ada37c947..bad366a6fe28 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9c0ada37c9471c5113664ac0f89b88ff4b215c48 +Subproject commit bad366a6fe28d3e27b8811b3c488684ba549ebbc From ef08be9a96f2fed71b1b66c1269dc7729e8684e1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 16 Jan 2014 15:21:22 +0000 Subject: [PATCH 00877/18836] Updated openstack/openstack Project: openstack/python-heatclient b46bb13e7ceb7b4a364d7b7f473bc15887cbbebd null Remove unused common.base module Base module is already replaced with a module from oslo common code, but was not removed. This patch must fix this. Change-Id: I8f5c4da8884db4024d47ca8d1a80dbb648922a31 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b6b4928effd8..b46bb13e7ceb 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b6b4928effd8ce34c5a56094738876aab5afedec +Subproject commit b46bb13e7ceb7b4a364d7b7f473bc15887cbbebd From 955f1095f0b1c75fc561af14a8bf6577690070e1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 16 Jan 2014 16:24:00 +0000 Subject: [PATCH 00878/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 843660d2ae5aedb88fec6fdc91a044b06559399f null Remove unused imports Remove unused imports in doc/source/conf.py Change-Id: I419f60dc7bb3a2e73961bab933867b171851eb18 Closes-Bug: #1268091 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index c634f71b22b5..843660d2ae5a 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit c634f71b22b52f9030c0b42419b97535fdee5c90 +Subproject commit 843660d2ae5aedb88fec6fdc91a044b06559399f From 0209535a131d5861383519860b4ae9e061961f02 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 00:51:00 +0000 Subject: [PATCH 00879/18836] Updated openstack/openstack Project: openstack/python-troveclient 36a84d301396e79a7b63346990f290f4f3c33ad5 null Fixed misspellings of common words Fixed misspelling of common words found by the 'misspellings' tool. Change-Id: I8e03379f92b62fd4856bbc74b7e4641226a403d3 Closes-Bug: #1257531 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 898fc183b6d6..36a84d301396 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 898fc183b6d67b9593ced075d4ba2b14bf8d5900 +Subproject commit 36a84d301396e79a7b63346990f290f4f3c33ad5 From ff07a2263f5ec5078b60accab1ba5e7f7d533266 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 04:40:03 +0000 Subject: [PATCH 00880/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate f952f11e3032ee63ab4b45c81186a8f80fce1e47 null Cut tempest concurrency in half While a group of us were investigating the top gate bugs today, at least half of them are due to performance issues where nova isn't able to keep up. This change is to test the theory that dialing back the test load will increase reliability of the gate. We also have a lot of good data and ideas on how we can improve nova performance (in particular, nova-network). Hopefully we could turn this back up in the future. Change-Id: I2338ebf5df8bced935e9ed9b0ebd2d4e859b5dbe --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 39817778199b..f952f11e3032 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 39817778199b9055eae6790053dec9ab27d52846 +Subproject commit f952f11e3032ee63ab4b45c81186a8f80fce1e47 From 7c0cdf96fb632a890c71861d49c9e000e3ed27b1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 04:44:24 +0000 Subject: [PATCH 00881/18836] Updated openstack/openstack Project: openstack-dev/devstack 7f3e2a8d377a9b3bf789ad71a44be2eaf5f598a4 null Revert "Change the libvirtd log level to DEBUG" Suggested by Daniel Berrange in this thread: http://lists.openstack.org/pipermail/openstack-dev/2014-January/024407.html This reverts commit 3bd85c9d6e257fc952cb3c6d0c09e199685bd5ed. Change-Id: I370ba61cf8a00b51684cd504fed4ba4078d868be --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c560cd121a42..7f3e2a8d377a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c560cd121a42b177b8a7d54cd232f5539bb23d3e +Subproject commit 7f3e2a8d377a9b3bf789ad71a44be2eaf5f598a4 From d172f5a230475f1eb65e46a60058233bf71e7055 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 05:05:27 +0000 Subject: [PATCH 00882/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient ff3172c8efccd5df76f35b57914ada605b2d3c68 null fix optional parameter of creating sample When creating sample without parameter "meter_name" in ceilometer CLI, The result is 'counter_name' ,the parameter "meter_name"(i.e.counter_name) isrequired,but it is not in the help messages of "ceilometer sample-create". Change-Id: I17ee19354b51cd5095677438359d036783d82b15 Closes-bug: #1267378 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 843660d2ae5a..ff3172c8efcc 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 843660d2ae5aedb88fec6fdc91a044b06559399f +Subproject commit ff3172c8efccd5df76f35b57914ada605b2d3c68 From 8dd83a1ce4fddcb486a9628de41fefafddb22a2d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 05:05:49 +0000 Subject: [PATCH 00883/18836] Updated openstack/openstack Project: openstack/python-heatclient 0126e7ab20b645a19ecd04e157ddfc73a9a207ca null Fix comparison with singletons Many places in tests code use assertEqual(AA, None), the same with True and False and negatives of such comparisons. As comparison to singletons must use `is` operator, appropriate usage is assertIs, assertIsNot, assertIsNone, assertIsNotNone These assertions are provided by the `testtools` package, so this change is not breaking backward compatibility with Python 2.6 Change-Id: I232136ce49afdb8bf78b42221454540471d12c23 Closes-Bug: #1259023 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b46bb13e7ceb..0126e7ab20b6 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b46bb13e7ceb7b4a364d7b7f473bc15887cbbebd +Subproject commit 0126e7ab20b645a19ecd04e157ddfc73a9a207ca From 0749c3284cd4c267f059ea910acbd61a8eb5180f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 08:33:45 +0000 Subject: [PATCH 00884/18836] Updated openstack/openstack Project: openstack-dev/devstack 65006913532c9e8fe344314a1152a9ae3ccef269 null Add sanity check framework to verify neutron server/backend integration Some Neutron plugins require controllers and multiple backend services to operate correctly. This patch adds the framework for third party plugins to run sanity checks after Neutron Server has started. This simple addition may reveal potential configuration pitfalls much earlier in the dev/test cycle, thus speeding up the build churn process. The first plugin that uses this framework is the VMware NSX one. Closes-bug: #1265671 Change-Id: I17f9c5c8e828316ff03f0eff42ae4ae6c6c58733 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7f3e2a8d377a..65006913532c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7f3e2a8d377a9b3bf789ad71a44be2eaf5f598a4 +Subproject commit 65006913532c9e8fe344314a1152a9ae3ccef269 From 45c8f41d546d034c1d3d17214d70e7744550fda9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 08:52:51 +0000 Subject: [PATCH 00885/18836] Updated openstack/openstack Project: openstack-dev/devstack 84f9c35020b5c6439ff4fa2a0c1363d4ac1b9b92 null Remove some keystone resource parsers Current "keystone" command can parse the specified resources(tenant, user, role, service) by itself. Then it is unnecessary to translate resource names to resource ids in devstack. This patch removes these resource parsers from devstack for cleanup. Change-Id: Ibae06581b471f02168b559b4ca0c10f14996d661 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 65006913532c..84f9c35020b5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 65006913532c9e8fe344314a1152a9ae3ccef269 +Subproject commit 84f9c35020b5c6439ff4fa2a0c1363d4ac1b9b92 From 64c19644a4fbfdf41646e733254a29369297367a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 11:43:51 +0000 Subject: [PATCH 00886/18836] Updated openstack/openstack Project: openstack/python-heatclient 562c6174f61b6edec417d6e909c731820de26e25 null Use assertRaises instead of try/except/else Change-Id: I8b1105404511c003e032f03777ce85325abbe0cd --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 0126e7ab20b6..562c6174f61b 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 0126e7ab20b645a19ecd04e157ddfc73a9a207ca +Subproject commit 562c6174f61b6edec417d6e909c731820de26e25 From 61acbd5ce9a717e16b705a4883beca6fed8fcae7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 13:22:41 +0000 Subject: [PATCH 00887/18836] Updated openstack/openstack Project: openstack/glance 11de44d7b9a9cb17e74a4036aa4b3302a4b98c92 null Fix tmp DB path calculation for test_migrations.py The method used by glance/tests/unit/test_migrations.py for calculating tmp DB paths for sqlite connections works only when the test tmp DB is in the current directory. When the test tmp DB is in another directory (specified by an absolute path), the path calculated is wrong. Consequently the test resetting function thinks the DB has been reset (because the path calculated does not exist) but the actual test fails because the db in the actual path has not been cleaned up. This commit corrects the path calculation logic to handle absolute paths as well. Fixes bug 1263639 Change-Id: If747da25f40d92cf10ac5ac8addeb768f90e38cd --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index bad366a6fe28..11de44d7b9a9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit bad366a6fe28d3e27b8811b3c488684ba549ebbc +Subproject commit 11de44d7b9a9cb17e74a4036aa4b3302a4b98c92 From e06927a713adda4093f0b7dfb0c8a69f2ba61ec5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 15:33:11 +0000 Subject: [PATCH 00888/18836] Updated openstack/openstack Project: openstack/python-novaclient 3d17f80d69a45c962f398bbe8ffded1b6773ba20 null shell: refactor boot to use _print_server In the shell command when we use the command boot, at the end we use code to print some server information. We should use the already defined function _print_server. Change-Id: I133d7706458c71974ba464ab686cf3679a562592 Closes-Bug: #1265534 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 8e9c038f15f9..3d17f80d69a4 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 8e9c038f15f9f3440ed8c430a682d7bdd48f313c +Subproject commit 3d17f80d69a45c962f398bbe8ffded1b6773ba20 From 76bc96367dbd81c28654c27b0f4920674e9de7f7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 15:33:13 +0000 Subject: [PATCH 00889/18836] Updated openstack/openstack Project: openstack/glance 016204e8c424a2ed3d6ddab4096cfbf8f2a0702f null Update the glance-api manpage Change-Id: I8219b29c468f094085a3182d19c3354aca091cd7 Partial-Bug: #1238366 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 11de44d7b9a9..016204e8c424 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 11de44d7b9a9cb17e74a4036aa4b3302a4b98c92 +Subproject commit 016204e8c424a2ed3d6ddab4096cfbf8f2a0702f From 3329892865d2717b3672cb1983cfe50f0298cd9d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 15:33:25 +0000 Subject: [PATCH 00890/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0c595f96f3ad0dd796d1d56c311b7dc66ff9acf9 null Clarify roles validation error messages When doing the xor validation tests, we should differentiate between the case where the user passed both arguments vs passing neither, otherwise the error message is confusing when you don't pass either. Change-Id: I99c307339ccd045a4c5b71824f3b7d91e2908154 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8a118718c70c..0c595f96f3ad 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8a118718c70c9f32ad155d9f5a0a86f233c7b063 +Subproject commit 0c595f96f3ad0dd796d1d56c311b7dc66ff9acf9 From 215f8b7822adb4263bd42056e120610f5cb60ab5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 15:35:43 +0000 Subject: [PATCH 00891/18836] Updated openstack/openstack Project: openstack-dev/devstack 86b83106c28012cf3c5bfbcbe42a89fcf956f91a null command not found errors on unstack - add lib/ceilometer and lib/heat to source list for when stop_heat and stop_ceilometer functions are called. - add lib/tls source to lib/keystone for when is_ssl_enabled_service function called. Change-Id: Ief05766e9cfda71fb6392c8a757d04751283414e Closes-Bug: #1269047 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 84f9c35020b5..86b83106c280 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 84f9c35020b5c6439ff4fa2a0c1363d4ac1b9b92 +Subproject commit 86b83106c28012cf3c5bfbcbe42a89fcf956f91a From 1a36b254a0f10b316a5dd3d944592616ae865a09 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 16 Jan 2014 09:21:39 +0100 Subject: [PATCH 00892/18836] Updated openstack/openstack Project: openstack/python-openstackclient 81d33a524dd53f233bf72ea1eae4bea1058ceeaf null Sync with global requirements Change-Id: Ie47804617ab9a11a91efd96c7989f0207e47e120 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index a53ed797b777..81d33a524dd5 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit a53ed797b7778e05e6dfc21305d632fe66618dbf +Subproject commit 81d33a524dd53f233bf72ea1eae4bea1058ceeaf From 12b02386f24e53ca0daea02210e37537096bd87c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 17 Jan 2014 23:11:07 +0000 Subject: [PATCH 00893/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ea63a1c3a0964d2a97cb503e425242d97ebc6d99 null comparison to stable/grizzly is not numeric the current d-g code uses -ne which is an explicitly numeric opperator. Make this != to do the right thing with strings. Use variable that is local to setup_localrc(). Without this there we get: [[: stable/grizzly: division by 0 (error token is "grizzly") Change-Id: Ie338b33e4bc655cb8e06b8bf80ab75bb58bf0e5e --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index f952f11e3032..ea63a1c3a096 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit f952f11e3032ee63ab4b45c81186a8f80fce1e47 +Subproject commit ea63a1c3a0964d2a97cb503e425242d97ebc6d99 From 41616c6e03f8ce254762742ecb4264a4c4daccc7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 18 Jan 2014 02:17:17 +0000 Subject: [PATCH 00894/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 7b53d7b77ff04a918b5a572eccd6e9d48d775f68 null Enable Neutron metering service plugin Aims to enable Metering plugin when using Neutron in the gate. It will allow us to run Tempest tests against devstack-gate. Change-Id: Id61aa17f2d66a5a56e8421dc63c3017d75198461 Signed-off-by: Emilien Macchi --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ea63a1c3a096..7b53d7b77ff0 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ea63a1c3a0964d2a97cb503e425242d97ebc6d99 +Subproject commit 7b53d7b77ff04a918b5a572eccd6e9d48d775f68 From d9f110fc8f8f58cce3e96cba396d129b0b1ac17f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 18 Jan 2014 03:30:21 +0000 Subject: [PATCH 00895/18836] Updated openstack/openstack Project: openstack-dev/devstack 0a7179127df16c8fa7284eb37a3a8018323e0b28 null Fix typo NEUTON to NEUTRON Fixes bug: #1269111 Change-Id: Icf66b4d474698b5f3ca22bc656ecd12d03164bce --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 86b83106c280..0a7179127df1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 86b83106c28012cf3c5bfbcbe42a89fcf956f91a +Subproject commit 0a7179127df16c8fa7284eb37a3a8018323e0b28 From 460d1d33caceeed1b0695174b12cf6f8673b3bcd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sat, 18 Jan 2014 10:25:22 -0500 Subject: [PATCH 00896/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 5e08a0d71ecacc9641e1e23a4dfcb8089466408b null disable error log enforcement error log enforcement is a good goal, however given how long this was off, we've got a few new errors that crept in, like the nova-conductor race to set up topics (which shouldn't actually be an error, as it actually is fine). for now, let's do no harm. Change-Id: Ic2f22afb6cd5a1ddeb858fe39b180d39d347242e --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 7b53d7b77ff0..5e08a0d71eca 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 7b53d7b77ff04a918b5a572eccd6e9d48d775f68 +Subproject commit 5e08a0d71ecacc9641e1e23a4dfcb8089466408b From ed2b14fa9823000df3169add69b4422112d17cfb Mon Sep 17 00:00:00 2001 From: Christian Schwede Date: Thu, 16 Jan 2014 10:23:02 +0000 Subject: [PATCH 00897/18836] Updated openstack/openstack Project: openstack/python-swiftclient 63c9917085ac4d5c99afc61e5865cb88417dcd27 null Install swiftclient manpage Currently the existing manpage isn't copied to /usr/local/man/man1 when installing swiftclient from source. This patch fixes this. Change-Id: Ib2ee091d5e1d4c37a4e5a00f50fa19df44bd3c41 Partial-Bug: 1269715 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 20cd3402b2f7..63c9917085ac 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3 +Subproject commit 63c9917085ac4d5c99afc61e5865cb88417dcd27 From 77bb4b1196f56fadfdbec44adfafde30b6160d20 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 18 Jan 2014 17:05:46 +0000 Subject: [PATCH 00898/18836] Updated openstack/openstack Project: openstack/python-swiftclient e2c7f7b80ffec43f212035e5a5885b7ae27649fe null Replace xrange in for loop with range xrange is not supported in python 3, so replace it with range since no large size lists involved. Closes-Bug: #1237717 Change-Id: I4e5e0782153d32c8beee03f7d871722ed4352859 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 63c9917085ac..e2c7f7b80ffe 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 63c9917085ac4d5c99afc61e5865cb88417dcd27 +Subproject commit e2c7f7b80ffec43f212035e5a5885b7ae27649fe From e41c65b11a8f54c8efd8e09972cd90be05bef0ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 18 Jan 2014 17:07:16 +0000 Subject: [PATCH 00899/18836] Updated openstack/openstack Project: openstack/python-swiftclient b4907e0c816585d9b20a4119b00ee56adb884119 null retry on ratelimit Added a retry_on_ratelimit parameter to the Connection class so that ratelimited requests can be retried. DocImpact Change-Id: I2817a7ea0ed2d69a7659e80111fbd2c91a75d530 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index e2c7f7b80ffe..b4907e0c8165 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit e2c7f7b80ffec43f212035e5a5885b7ae27649fe +Subproject commit b4907e0c816585d9b20a4119b00ee56adb884119 From 3cc82f06939a26e9727072a00bde28aa1d48aa73 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sat, 18 Jan 2014 13:54:24 -0500 Subject: [PATCH 00900/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 90807c8222db7b3c82f223ae66e4fe2c00e0129d null disable errexit for the test run phase of the script we'd like to be able to control things with more granularity towards the end of runs, not just blow up on errexit. So disable this for the end of the runs before we go into tempest. Change-Id: Ibe0e56f3ffd7d084d549562bcfd0069b32fef6df --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 5e08a0d71eca..90807c8222db 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 5e08a0d71ecacc9641e1e23a4dfcb8089466408b +Subproject commit 90807c8222db7b3c82f223ae66e4fe2c00e0129d From b805cb57af35115251fc8dd8c56c911cc87a046a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Jan 2014 14:12:40 +0100 Subject: [PATCH 00901/18836] Updated openstack/openstack Project: openstack/python-glanceclient e4d1961c926b425e93fa2d8bdd37e5c1f19d574b null python3: Switch to mox3 instead of mox In order to transition to a python 3.x compatible world, lets switch to mox3 which is python 3.x compatible drop-in replacement of mox. Change-Id: Id971475f0e92900689d6784ffc55ae5fe63d9fe4 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 869ea2e61ced..e4d1961c926b 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 869ea2e61ced4d7ae1e4aa902782090996e2736d +Subproject commit e4d1961c926b425e93fa2d8bdd37e5c1f19d574b From de96511410e6e54b4d36d6dbf31affd27768f712 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 18 Jan 2014 22:41:32 +0000 Subject: [PATCH 00902/18836] Updated openstack/openstack Project: openstack/glance c4a57b486b2cca7d2cfcbad0f5afba3d893beb6c null fixing typo in rst file Change-Id: I5e8e08300abb783f2e7c1c9339e1295295526293 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 016204e8c424..c4a57b486b2c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 016204e8c424a2ed3d6ddab4096cfbf8f2a0702f +Subproject commit c4a57b486b2cca7d2cfcbad0f5afba3d893beb6c From 51c24ad348675b2850026d66fa733c23a9129e40 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 19 Jan 2014 00:56:41 +0000 Subject: [PATCH 00903/18836] Updated openstack/openstack Project: openstack/python-novaclient 4ab3686b32416f28c0a81fb7558fb75101ba270f null add support for server set metadata item add set_meta_item to the servers python API as specified by the 1.1 API Change-Id: I01c92cde18656b23b45aedd41c50d3a474d91435 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 3d17f80d69a4..4ab3686b3241 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 3d17f80d69a45c962f398bbe8ffded1b6773ba20 +Subproject commit 4ab3686b32416f28c0a81fb7558fb75101ba270f From e58174f776b328e1abdc091015380525ce8d6758 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 19 Jan 2014 01:07:38 +0000 Subject: [PATCH 00904/18836] Updated openstack/openstack Project: openstack/python-novaclient 7b44ce673449dc74b1853ef01e15c6fe7faf00dc null Fixes ambiguous cli output between "None" and NoneType Print hyphen(-) in python client output when attribute value is not set(NoneType) so that it is distinguishable between "None" string and NoneType value. Change-Id: I5ec0f39f13aca45fa95ddb59472c20207c63bf91 Closes-Bug: #1266414 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 4ab3686b3241..7b44ce673449 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 4ab3686b32416f28c0a81fb7558fb75101ba270f +Subproject commit 7b44ce673449dc74b1853ef01e15c6fe7faf00dc From 5381bef6fc0b6275c058ba04129b5eae94da24bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 19 Jan 2014 05:04:52 +0000 Subject: [PATCH 00905/18836] Updated openstack/openstack Project: openstack/glance 2c4bd695652a628758eb56cb36394940a855d696 null Change assertTrue(isinstance()) by optimal assert Some of tests use different method of assertTrue(isinstance(A, B)) or assertEqual(type(A), B). The correct way is to use assertIsInstance(A, B) provided by testtools. Change-Id: Ia8d38f73c159c7ef943a8f6cfe72b945cc493947 Closes-bug: #1268480 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c4a57b486b2c..2c4bd695652a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c4a57b486b2cca7d2cfcbad0f5afba3d893beb6c +Subproject commit 2c4bd695652a628758eb56cb36394940a855d696 From e0ea6b2c17e5ffeb771f6fa933d55a3e10e5c10b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 19 Jan 2014 05:13:11 +0000 Subject: [PATCH 00906/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 5ad00a7c91f7857c4b3b37d4c2038d9519b48cf8 null Remove dependencies on pep8, pyflakes and flake8 They should be determined by the hacking dependency implicitely. Change-Id: Iaa66d7baaa05350b6d6289976f807a5750b0ea8e --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index ff3172c8efcc..5ad00a7c91f7 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit ff3172c8efccd5df76f35b57914ada605b2d3c68 +Subproject commit 5ad00a7c91f7857c4b3b37d4c2038d9519b48cf8 From 716527abcfa034cfd10aa3534bb56f7e3aa1cdb9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Jan 2014 13:19:28 +0100 Subject: [PATCH 00907/18836] Updated openstack/openstack Project: openstack/python-cinderclient a1a36499f428781c1966db7090001128a6abd888 null Remove dependencies on pep8, pyflakes and flake8 They should be determined by the hacking dependency implicitely. Change-Id: I5c077e4b8e5985e86af3229a58aa475ac668b5e1 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 47014971b09f..a1a36499f428 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 47014971b09f0334e5cc3b414bef31784f88a37d +Subproject commit a1a36499f428781c1966db7090001128a6abd888 From 66d2f0f688eef95372c4fe59d300c9b9f6c1b2fc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 19 Jan 2014 05:23:37 +0000 Subject: [PATCH 00908/18836] Updated openstack/openstack Project: openstack-dev/devstack 3f5250fff3007dfd1e5992c0cf229be9033a5726 null Fix stop_neutron metadata agent function Currently, stop_neutron fails in Jenkins because it kills itself. This patch ensure we kill only neutron metadata agent, and not the awk process in itself. Change-Id: I25d1d90e002fa9eb3c5bc366cc74cb70a2daa69f Closes-bug: #1269982 Signed-off-by: Emilien Macchi --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0a7179127df1..3f5250fff300 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0a7179127df16c8fa7284eb37a3a8018323e0b28 +Subproject commit 3f5250fff3007dfd1e5992c0cf229be9033a5726 From 484b9d20b0cf558be1addf230f3dd8ae01242f09 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 19 Jan 2014 09:45:23 +0000 Subject: [PATCH 00909/18836] Updated openstack/openstack Project: openstack/python-heatclient db2424e79744f58fa77d7bdc15fd88bcb2bd4ada null Move template_format from heat to heatclient heatclient needs to (YAML) parse the template to allow it to populate the content for get_files function calls. For this reason, template_format (and environment_format) have been moved to heatclient so this code can be shared by both heat and heatclient. Change-Id: I3cc11cd57256ad539efb4dab314ac07547e9e6a2 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 562c6174f61b..db2424e79744 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 562c6174f61b6edec417d6e909c731820de26e25 +Subproject commit db2424e79744f58fa77d7bdc15fd88bcb2bd4ada From 06976789f1b0c036a05cef0db9f868e68c813a08 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 19 Jan 2014 09:45:24 +0000 Subject: [PATCH 00910/18836] Updated openstack/openstack Project: openstack/python-heatclient 3636202f4bcd605c36bd16946fbcc970dcab6916 null Fetch environment from fields rather than function arg This is part of a refactoring of the environment code in preperation for supporting the get_file intrinsic function. Change-Id: I8bfc0e17822bb2fa66665241e8873cf7cf1ea611 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index db2424e79744..3636202f4bcd 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit db2424e79744f58fa77d7bdc15fd88bcb2bd4ada +Subproject commit 3636202f4bcd605c36bd16946fbcc970dcab6916 From eace580f064d81a4a9baf5b58650349155988fd9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 20 Jan 2014 05:25:28 +0000 Subject: [PATCH 00911/18836] Updated openstack/openstack Project: openstack/python-novaclient 9298a2a29714560f236b490b96ace2a0e3815f91 null Removes use of timeutils.set_time_override The set_time_override function in timeutils was written as a helper function to mock utcnow for unittests before 'mock' was generally used. Now that we have mock and fixture, we no longer need to use it. Change-Id: I809825560b0324498010bd93aa1ceef552554375 Partial-Bug: #1266962 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 7b44ce673449..9298a2a29714 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 7b44ce673449dc74b1853ef01e15c6fe7faf00dc +Subproject commit 9298a2a29714560f236b490b96ace2a0e3815f91 From 1214976af40fe7dfe28d18708c688b21df4ca1c4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 02:12:09 +0000 Subject: [PATCH 00912/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 4282d1b696fc60d1c192d79dd553f42c8cc4b932 null Tests cleanup temporary files Some tests in test_auth_token_middleware weren't cleaning up temporary files because the original filename was lost when set_middleware() was called twice or tearDown() didn't clean up the files. The fix strategy is to use cleanUp(), because it will delete all files even if called multiple times, and it doesn't rely on tearDown() being called in subclasses. Change-Id: Ib78150378ba6b622c9bc451ef4b331a87c17c56a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0c595f96f3ad..4282d1b696fc 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0c595f96f3ad0dd796d1d56c311b7dc66ff9acf9 +Subproject commit 4282d1b696fc60d1c192d79dd553f42c8cc4b932 From 220f267ebcd40a39ddd133beb9002f58e57b5d16 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 02:12:10 +0000 Subject: [PATCH 00913/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 19d0396224b5a83ef9a22b42e8292e2921136e14 null auth_token tests close temp file descriptor The auth_token middleware tests were failing to close the file descriptor of the named temporary file. The fix strategy is to use tempfile.NamedTemporaryFile in a context manager rather than mkstemp. Change-Id: Ie20e2b4faa6a0d6bb8c4817ed2c9a04adee96f0f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 4282d1b696fc..19d0396224b5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 4282d1b696fc60d1c192d79dd553f42c8cc4b932 +Subproject commit 19d0396224b5a83ef9a22b42e8292e2921136e14 From ff25dc4d586cd94177c41f5cb3617be0ae594813 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 10:07:52 +0000 Subject: [PATCH 00914/18836] Updated openstack/openstack Project: openstack-dev/devstack 6d323f43b499482765438a964ac11874d4af3aec null updated sar options to collect more data in order to have better data on the load state of the test nodes we should track things beyond just cpu time. Add in load time, process creation rates, and io rates during the tests. also add a sar filter that makes it report on one line reading sar input with multiple flags is somewhat problematic, because it's tons of interspersed headers. So build something with does a pivot filter to make it possible to get this all on one line. Change-Id: I8f085cedda65dfc37ad530eb97ba1fc5577314c3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3f5250fff300..6d323f43b499 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3f5250fff3007dfd1e5992c0cf229be9033a5726 +Subproject commit 6d323f43b499482765438a964ac11874d4af3aec From 6662c610f6010e14f053971781056be91287fed0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 10:07:54 +0000 Subject: [PATCH 00915/18836] Updated openstack/openstack Project: openstack/python-novaclient b0bd339db0f9f75eaad6875f5be0da7ed55a3b90 null Sync with global requirements Change-Id: I239e319045433b57610dfd996b837a76124e15af --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9298a2a29714..b0bd339db0f9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9298a2a29714560f236b490b96ace2a0e3815f91 +Subproject commit b0bd339db0f9f75eaad6875f5be0da7ed55a3b90 From d890bb4f141e6ad3ddeb170a037084508eec42f2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 10:07:56 +0000 Subject: [PATCH 00916/18836] Updated openstack/openstack Project: openstack/python-novaclient e2b1de000ad4481eef7f8470fb9c7224783e4361 null Don't call CS if a token + URL are provided Adds --os-auth-token (matching Glance client at least) to accept a pre-obtained authentication token. CS will be called iff: One or both of token and URL are not provided; AND the cache is empty/disabled or we don't have a tenant-id. Removed some code altering the auth request to a GET if a token is supplied - did not work for me and I think the path was dead previously. Fixed test to account for this change. Completes blueprint token-endpoint-instantiation Change-Id: I67410b80e506bb80c152223cd113b7139a62a536 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b0bd339db0f9..e2b1de000ad4 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b0bd339db0f9f75eaad6875f5be0da7ed55a3b90 +Subproject commit e2b1de000ad4481eef7f8470fb9c7224783e4361 From 8b3e663d58cc355ccb24ffee08780b6cebaaf60a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 10:07:58 +0000 Subject: [PATCH 00917/18836] Updated openstack/openstack Project: openstack/python-novaclient 2383ae4bcc557d1271fc738a7b1575a0abeb4b44 null assertTrue(isinstance) replace by assertIsInstance some of tests use different method of assertTrue(isinstance(A, B)) or assertEqual(type(A), B). The correct way is to use assertIsInstance(A, B) provided by testtools Closes-Bug: #1268480 Change-Id: Ie3b3e49ea3cc4357a65605ad54ff4ee1fbde12c7 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index e2b1de000ad4..2383ae4bcc55 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit e2b1de000ad4481eef7f8470fb9c7224783e4361 +Subproject commit 2383ae4bcc557d1271fc738a7b1575a0abeb4b44 From 7f897fffcbb2e2e554bd7b0b44fd9c7e9de21f8b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 10:08:00 +0000 Subject: [PATCH 00918/18836] Updated openstack/openstack Project: openstack/python-novaclient 9dc888b686a50400f5029eefa1aacef8ec2b1a1f null Sync apiclient from oslo In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: I078b7be864f34596c846832d6201fee9b18c42f8 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 2383ae4bcc55..9dc888b686a5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 2383ae4bcc557d1271fc738a7b1575a0abeb4b44 +Subproject commit 9dc888b686a50400f5029eefa1aacef8ec2b1a1f From 8870f3c20951401e5ef7b15841ea37ddc674ab23 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 10:18:26 +0000 Subject: [PATCH 00919/18836] Updated openstack/openstack Project: openstack/python-novaclient 30dd919f30a8e88f6c57a4107f629e7f5e187dee null Sync cliutils from oslo In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: Ia5e4e60f07561849f75d88b8a2ea3d23d6d5ff6d --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9dc888b686a5..30dd919f30a8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9dc888b686a50400f5029eefa1aacef8ec2b1a1f +Subproject commit 30dd919f30a8e88f6c57a4107f629e7f5e187dee From 12a850284e80ecdcbfe894808980392bd9960b5d Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Fri, 3 Jan 2014 08:57:22 -0500 Subject: [PATCH 00920/18836] Updated openstack/openstack Project: openstack/requirements 57dd573043db3152f58b4c5e4e53a80210a7e307 null Allow for sqla 0.8... finally It turns out we actually support sqla 0.8.x... yay! Set this in global requirements so we start running 0.8.4 in the gate. Which might also have interesting performance benefits. This requires an update of the requirements integration tests (which are in the pbr tree.... o_O) Depends-On: I01b2b7c78e7e7144280c98cdbbe29b012a8a8d93 Change-Id: I7a22dbb47e85f3adf5d43583f5b9bac4f65fde14 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index df444f161d08..57dd573043db 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit df444f161d085478bc32ac529062afeabcfc3faa +Subproject commit 57dd573043db3152f58b4c5e4e53a80210a7e307 From 164a5bcd17ad638dbc932a94364fb476f44886e3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 22:00:51 +0000 Subject: [PATCH 00921/18836] Updated openstack/openstack Project: openstack/python-heatclient 068f3a68e899805f91c429df49260e8a1e516a42 null Use template_format.parse for local stack parsing Previously, API requests contained parsed templates for json templates, but string content for YAML templates. This change means that all requests will now contain parsed templates. A parsed templates is required for get_file client-side processing. According to profiling that Clint performed, YAML parsing could become a significant source of heat server load, so this change will also mitigate this by pushing out YAML parsing load to the clients. This is part of a refactoring in preperation for supporting the get_file intrinsic function. Change-Id: Icca0f5e8ad197433872a995419648f841c9f82e0 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 3636202f4bcd..068f3a68e899 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 3636202f4bcd605c36bd16946fbcc970dcab6916 +Subproject commit 068f3a68e899805f91c429df49260e8a1e516a42 From e30c4dbfdf625299619ff7e9b0d5a67f9ec9f3b0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 22:00:52 +0000 Subject: [PATCH 00922/18836] Updated openstack/openstack Project: openstack/python-heatclient adfefd3cba393c335066f485a2f3647b789cc43d null reconcile prepare_environment_file/url into one funtion This is part of a refactoring in preperation for supporting the get_file intrinsic function. Change-Id: I5c4a16d76fa29f7be2e4db737ebec49fdc1644e4 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 068f3a68e899..adfefd3cba39 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 068f3a68e899805f91c429df49260e8a1e516a42 +Subproject commit adfefd3cba393c335066f485a2f3647b789cc43d From 96fd5cfd26852d1d3e790ab9fab9472fa969b354 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 21 Jan 2014 22:00:56 +0000 Subject: [PATCH 00923/18836] Updated openstack/openstack Project: openstack/python-novaclient e4af1e1b9c827dc0419e8d3e6c55e85ba4064030 null Don't slugify() None names If image has no name, human_id can't be built. Also slugify raises ValueError if None argument passed. It affects Docker images. Closes-Bug: #1267429 Closes-Bug: #1267130 Change-Id: Ib975775b441917eef2a650049cee9991d10c50d7 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 30dd919f30a8..e4af1e1b9c82 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 30dd919f30a8e88f6c57a4107f629e7f5e187dee +Subproject commit e4af1e1b9c827dc0419e8d3e6c55e85ba4064030 From 49df41876df63561897badfcf0f60a61070036b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 01:46:51 +0000 Subject: [PATCH 00924/18836] Updated openstack/openstack Project: openstack/glance 742a5cf06769eec545521634c9eaec442289b8c6 null Fix the incorrect log message when creating images When using "nova image-create my_server_id name" to create an image, the glance api log image id is incorrect in the method create(). Change-Id: I938279526ed5adf5b95ec5f67e78c6465f890898 Closes-bug: #1263647 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 2c4bd695652a..742a5cf06769 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 2c4bd695652a628758eb56cb36394940a855d696 +Subproject commit 742a5cf06769eec545521634c9eaec442289b8c6 From ead43e95a79e42ef2a50f7f9bad106c89cfd67e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 02:03:21 +0000 Subject: [PATCH 00925/18836] Updated openstack/openstack Project: openstack/glance 35bf0af69cc128f7878339c9904f9af487e8df8c null Fix inconsistent doc string and code of db_sync db_sync may downgrade but current doc string only says upgrade, and it says having return value which seems not true. Change-Id: Ib7bbb597f621985aba956302034eb1c5d0b3ff1f Closes-Bug: #1264193 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 742a5cf06769..35bf0af69cc1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 742a5cf06769eec545521634c9eaec442289b8c6 +Subproject commit 35bf0af69cc128f7878339c9904f9af487e8df8c From c146a458225264bdcaf49323051e33a82d2598cd Mon Sep 17 00:00:00 2001 From: Andrey Shestakov Date: Fri, 6 Dec 2013 21:14:10 +0200 Subject: [PATCH 00926/18836] Updated openstack/openstack Project: openstack/python-troveclient c6a54f7e1c21a07f7707425b7d3d6ec25e17ee5e null Datastores improvements Improvements for client: - added datastore field in instances list - fixed datastore and version fields in instance show output - fixed mistakes in help texts - add possibility to retrieve version by uuid (without specified datastore) Implements: blueprint datastore-type-version-followon Change-Id: Id41da29ce9732823bc4696301953e9cf8cdc82f5 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 36a84d301396..c6a54f7e1c21 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 36a84d301396e79a7b63346990f290f4f3c33ad5 +Subproject commit c6a54f7e1c21a07f7707425b7d3d6ec25e17ee5e From c4bf5f5c36d956d5e1ce02a18e67eaa32d1d2d34 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 03:44:07 +0000 Subject: [PATCH 00927/18836] Updated openstack/openstack Project: openstack/python-glanceclient f6c3d4e14115b8e62262dfd050b8e5d6da70b609 null Replace file.write and os.path.exists by mock During the test files may be lost in the temporary directory. Therefore, it would be nice if we reduce dependence of temporary directory. This patch replace buildin method file.write by mock in ShellCacheSchemaTest. Also we need to replace method os.path.exists by mock to correct all checks. Fixes bug: #1267515 Change-Id: I3faca27348e15b28619e49f11d0d6cff5a9e2906 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index e4d1961c926b..f6c3d4e14115 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit e4d1961c926b425e93fa2d8bdd37e5c1f19d574b +Subproject commit f6c3d4e14115b8e62262dfd050b8e5d6da70b609 From a56f665f61c20e2708f2345a0d180ae68a6c75e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 03:45:50 +0000 Subject: [PATCH 00928/18836] Updated openstack/openstack Project: openstack/python-novaclient 00ceee190b6e08de92962c3db7cfbe885c0ff3f8 null Allow multiple volume delete from cli like Cinder In cinder project, we can use cli like follow: cinder delete xxx yyy zzz But in nova, we can not use follow command: nova volume-delete xxx yyy zzz This patch will add a feature in nova to allow multiple volume delete from cli like cinder. Change-Id: I4dd182673e58406a57d30c572ec3116f9f4ce315 Closes-Bug: #1262061 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index e4af1e1b9c82..00ceee190b6e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit e4af1e1b9c827dc0419e8d3e6c55e85ba4064030 +Subproject commit 00ceee190b6e08de92962c3db7cfbe885c0ff3f8 From 4e1e3ea977919a87849ed225059ce8571d36d2dc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 05:54:06 +0000 Subject: [PATCH 00929/18836] Updated openstack/openstack Project: openstack/python-heatclient b8d733ce1b5c10bafbebea66fe78f08ac357a909 null Raise traceback on error when using CLI and -debug When --debug is specified to the CLI don't just print the simple error message but actually reraise that error. Change-Id: I616eda8e033342cff7f3412e3a414a7530ef3848 Closes-Bug: #1268202 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index adfefd3cba39..b8d733ce1b5c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit adfefd3cba393c335066f485a2f3647b789cc43d +Subproject commit b8d733ce1b5c10bafbebea66fe78f08ac357a909 From 5ed086a0d799573f026a0b107fbe9092d09f34ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 08:13:42 +0000 Subject: [PATCH 00930/18836] Updated openstack/openstack Project: openstack/python-openstackclient ebfa6698a1a714c437cbedfc99348d501e68efa1 null Add token create subcommand for identity v2 api Implements token create subcommand which is an equivalent of keystone token-get command. Original "wrap" parameter for keystone token-get is not implemented yet due to cliff Bug #1269299 This is a part of: blueprint add-identity-token-support Change-Id: I9e4de93306f2f5959717b5219621da03961524d8 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 81d33a524dd5..ebfa6698a1a7 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 81d33a524dd53f233bf72ea1eae4bea1058ceeaf +Subproject commit ebfa6698a1a714c437cbedfc99348d501e68efa1 From 8879018c2a86a7827b983b5ee03e7f59fb646ab1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Jan 2014 13:04:49 +0100 Subject: [PATCH 00931/18836] Updated openstack/openstack Project: openstack/oslo.messaging f5df5cb17787a82b8671cb72cfa1a93538340878 null Remove dependencies on pep8, pyflakes and flake8 They should be determined by the hacking dependency implicitely. Change-Id: I2baec6b652baa2efbbf5dd2ead0eeb91b961210b --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index d3f3fd775916..f5df5cb17787 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit d3f3fd775916b9e93aacdc55af54870eea282fee +Subproject commit f5df5cb17787a82b8671cb72cfa1a93538340878 From c27da627c1e49bd4da9c327d3a24f1b847a11e95 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 16 Jan 2014 14:31:01 +0100 Subject: [PATCH 00932/18836] Updated openstack/openstack Project: openstack/oslo.messaging 60b6a9fe9d713ea4e2cd8b5fd61ecb852ca3cfc7 null python3: Switch to mox3 instead of mox In order to transition to a python 3.x compatible world, lets switch to mox3 which is python 3.x compatible drop-in replacement of mox. Change-Id: Iaa22779cd516f842c9f70828f863f90ddae0bab5 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f5df5cb17787..60b6a9fe9d71 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f5df5cb17787a82b8671cb72cfa1a93538340878 +Subproject commit 60b6a9fe9d713ea4e2cd8b5fd61ecb852ca3cfc7 From 9da3b6a040e7d34d49672019bec8515572ca4111 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 11:23:44 +0000 Subject: [PATCH 00933/18836] Updated openstack/openstack Project: openstack/oslo.messaging 258299d3767c15cc3a7819e21c5c5461189d4076 null Add release notes for 1.3.0a3 Change-Id: If97e1d695e498aac41aabbc1cea7cb9336b3b725 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 60b6a9fe9d71..258299d3767c 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 60b6a9fe9d713ea4e2cd8b5fd61ecb852ca3cfc7 +Subproject commit 258299d3767c15cc3a7819e21c5c5461189d4076 From 3ff62968444fb4f796005932711a42bec30324f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 11:23:46 +0000 Subject: [PATCH 00934/18836] Updated openstack/openstack Project: openstack/oslo.config e6bcb78a70ddde28b4b26156546e680077d8cee5 null Implemented support for custom opt types Motivation: Currently oslo.config supports only basic set of types: strings, integers, floats, booleans, lists of strings and dictionaries of strings. The reason of existence of types other than string is to provide some kind of value validation (e.g. that integer contains only digits). There is a demand in community to have more complex value checks, e.g. that a port configuration option contains integer value that fits in certain range, host ip address conforms to ip address format, etc. Solution: This patch introduces support for custom Opt types that will allow a better control of value conversion and validation. Custom types are presented as type constructors - callable objects that take a string and either return converted value or raise ValueError in case value can't be converted. This concept is similar to argument types in 'argparse' library. Type constructor can be a class which instances are callable, a function or any callable object (which allows usage of parametriezed type class instances). Details: Oslo.config has Opt subclasses that control value conversion and validation: StrOpt, IntOpt, FloatOpt, etc. The type information is added to the base class - Opt - cause otherwise it would introduce confusion on what class to use when introducing e.g. NetworkPort: StrOpt or IntOpt. For each existing Opt subclass a corresponding type was implemented (see oslo.config.types). StrOpt, IntOpt, etc. classes are left for backward compatibility and present an Opt class parametrized with particular type. There are two exceptions of this rule: BoolOpt and MultiStrOpt. Those classes define a special logic for parsing values. BoolOpt was left unchanged and should be used when someone wants a Boolean option that is available through CLI. MultiStrOpt has logic to accumulate values. As it was bound to String type only, it's logic was extracted into a MultiOpt class and MultiStrOpt was left as a subclass parametrized with String type. Opt values allow value substitution. Previously it worked only for string types but now this feature only makes sense if it would work on any type. _substitute() and _do_get() methods of ConfigOpts class were updated to cover that. Also, TemplateSubstitution tests were updated to ensure that substitution is done before type conversion kicks in or otherwise type conversion will fail (e.g. if Integer type converted will get something like '$listen_port'). Advised review steps: 1. New type classes (oslo/config/types.py) and their tests (tests/test_types.py); 2. Changes to Str/Bool/Int/etc-Opt classes (those are pretty straight forward); 3. Other changes that add support for new types into existing infrastructure; 4. New cfg test cases added (mostly related to changes in substitution mechanics). blueprint oslo-config-options-validation Change-Id: I6910f1efa540cfe757b2be6da0aec072f8ed28fa --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 0c3a6431bbce..e6bcb78a70dd 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 0c3a6431bbceff7234aad42c92b89e63c137a096 +Subproject commit e6bcb78a70ddde28b4b26156546e680077d8cee5 From 1bdd87aaf3773da4433f2ef698cfad1f0b46b909 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 18 Jan 2014 10:32:58 +0000 Subject: [PATCH 00935/18836] Updated openstack/openstack Project: openstack/neutron 49efd608d395ecede1f8074d17c6a8230ffbb1c6 Merge "Clean up ML2 Manager" --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index dbd7e472ca28..49efd608d395 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit dbd7e472ca28d22d694eeeba47e0738985583961 +Subproject commit 49efd608d395ecede1f8074d17c6a8230ffbb1c6 From 265ba34a58acb0eb3938d5259bab8d0672f348a1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 15:10:11 +0000 Subject: [PATCH 00936/18836] Updated openstack/openstack Project: openstack/python-troveclient c02198edc0de8cdda93644096281bd538f749104 null Adds volume_used to trove show Reasons: - There are two attributes coming from trove related to volume attached, total size of volume and used space of volume. - Used space is an important attribute for a user, it would help to plan the resize of volume before the attached volume gets finished. Changes: - Adds display of used volume attribut, with "trove show" command. - Avoids display in dicts-form. - do_show method now displays total space, and used space for the atttached volume, as | status | ACTIVE | | updated | 2014-01-12T22:17:20 | | volume | 1 | | volume_used | 0.13 | +-------------------+--------------------------------------+ Change-Id: I64bddd167c1645077854bd74185886bb45fc69a0 Closes-Bug: #1265144 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index c6a54f7e1c21..c02198edc0de 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit c6a54f7e1c21a07f7707425b7d3d6ec25e17ee5e +Subproject commit c02198edc0de8cdda93644096281bd538f749104 From fe340b04a63518d77b874f791ea568310e3ac1ce Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 07:52:42 +0000 Subject: [PATCH 00937/18836] Updated openstack/openstack Project: openstack/trove dbf31a7447b16d4fd5defb3fb0bfadf7fdfc057f Merge "Datastores improvements" --- trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove b/trove index 5aaac4c6faa3..dbf31a7447b1 160000 --- a/trove +++ b/trove @@ -1 +1 @@ -Subproject commit 5aaac4c6faa3d72ae1444c55dbd6cdae51f9403c +Subproject commit dbf31a7447b16d4fd5defb3fb0bfadf7fdfc057f From eb83cadb3af79b8d9e3ba4b560cac0a9d02ef535 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 11:24:56 +0000 Subject: [PATCH 00938/18836] Updated openstack/openstack Project: openstack/swift f538006bbf9143a5f6779cb4b8a35db9f7f27c40 Merge "release notes and authors update for 1.12" --- swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift b/swift index ddd8c7358dc6..f538006bbf91 160000 --- a/swift +++ b/swift @@ -1 +1 @@ -Subproject commit ddd8c7358dc6ba285f2f330998f97655575a5676 +Subproject commit f538006bbf9143a5f6779cb4b8a35db9f7f27c40 From fafd8844e61f66d879ac0ed2c807e7bca3a4d762 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 11:25:02 +0000 Subject: [PATCH 00939/18836] Updated openstack/openstack Project: openstack/ceilometer 8b091df446ca3e3cb5da9dd911e393ce7b147d5f Merge "Convert alarm timestamp to PrecisionTimestamp" --- ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer b/ceilometer index 83199dc852ca..8b091df446ca 160000 --- a/ceilometer +++ b/ceilometer @@ -1 +1 @@ -Subproject commit 83199dc852cae24f1e63a76bd757954a16990281 +Subproject commit 8b091df446ca3e3cb5da9dd911e393ce7b147d5f From fcd84f95a4b178d1c8f1cf0a3df2350061f99577 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 15:20:43 +0000 Subject: [PATCH 00940/18836] Updated openstack/openstack Project: openstack/keystone c8099159f95c50b663590ef8a1bc8f3760c49afe Merge "v3 credentials, ensure blob response is json" --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index 56debcb58688..c8099159f95c 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit 56debcb5868873995a176b4cb208df7091b55a5b +Subproject commit c8099159f95c50b663590ef8a1bc8f3760c49afe From 3ccc35cf8b13957014e3974f67bd15140ac15e5a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 05:54:03 +0000 Subject: [PATCH 00941/18836] Updated openstack/openstack Project: openstack/heat 371bbdea47dce1c7ccea9b55dc769d48c38a4167 Merge "Refactor MySQL long text support" --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 62c84e7580a2..371bbdea47dc 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 62c84e7580a2ef705f4b6191a33457bc67766fc1 +Subproject commit 371bbdea47dce1c7ccea9b55dc769d48c38a4167 From 6f3ed72a73ab992e50dfa3d7c6a659ddcac2b3e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 15:46:13 +0000 Subject: [PATCH 00942/18836] Updated openstack/openstack Project: openstack/nova 80efcae3a3a46a1c2960bbc0460d0e42112b60a0 Merge "Fix rbd backend not working for none admin ceph user" --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 6728c7e35345..80efcae3a3a4 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 6728c7e353454e8605e68e27da59e676dd3dd064 +Subproject commit 80efcae3a3a46a1c2960bbc0460d0e42112b60a0 From c21615c2d988933a5fa1f60da6047f8d81e05a80 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 15:59:53 +0000 Subject: [PATCH 00943/18836] Updated openstack/openstack Project: openstack/python-glanceclient a801e8731ab1a523a3556e6d3891b1c702151d5c null It was removed urllib, urllib2 & urlparse modules Those modules have been combined in python 3. Therefore, implementing the six module helps to have support to both versions. Change-Id: I164a0f19790ff066d16d0cf4f0daa6f1097c848e Closes-Bug: #1267181 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index f6c3d4e14115..a801e8731ab1 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit f6c3d4e14115b8e62262dfd050b8e5d6da70b609 +Subproject commit a801e8731ab1a523a3556e6d3891b1c702151d5c From c37f75474cbfeac44d2e016fd321a5b61d9921a8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 15:59:55 +0000 Subject: [PATCH 00944/18836] Updated openstack/openstack Project: openstack/python-glanceclient b6468e0a016a85fadbf6fc763904459303f45e16 null Allow updating empty created v2 images from v1 When an empty image is created through python-glanceclient using v2 APIs but updated using v1 APIs, python-glanceclient crashes with a "int() argument must be a string or a number, not 'NoneType'" message. This is because v1.images.ImageManager._format_image_meta_for_user expects the 'size' (and 'min_ram' and 'min_disk') field of an image to be convertible to 'int' but the server-side v2 APIs set it to 'None' for an empty image. Therefore the conversion to int fails with the message above. This fix modifies _format_image_meta_for_user to check whether or not a field can be converted to 'int' and, if not, returns 0 (zero) as the value instead. Tests have also been added. Change-Id: I86680bc06c8ce3ee492efeb3f32071da4f293bcd Closes-bug: #1258160 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index a801e8731ab1..b6468e0a016a 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit a801e8731ab1a523a3556e6d3891b1c702151d5c +Subproject commit b6468e0a016a85fadbf6fc763904459303f45e16 From ad4510e4c936d6f558e6905ece1bd5e6162763fa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 15:59:56 +0000 Subject: [PATCH 00945/18836] Updated openstack/openstack Project: openstack/python-glanceclient f9c7e3d1cdac81b63a7ced98f2dbe0034b456ed0 null server 500 should not be a client error the client should not log a server 50x response at ERROR level. It already throws an exception, so the caller can care about what it wants to do with this. This error will show up regularly in nova that succeed, and there is no way to disable this message, which isn't an error from Nova's perspective without turning off *all* the logs. Set this to debug instead, because from a caller perspective that's what you want out of this. Change-Id: I6d0efb53d1e81adf309f7fa580ec5a8073a811c5 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index b6468e0a016a..f9c7e3d1cdac 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit b6468e0a016a85fadbf6fc763904459303f45e16 +Subproject commit f9c7e3d1cdac81b63a7ced98f2dbe0034b456ed0 From 3df4154b62808fd7416e98dd601c41e81d50f848 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 15:59:37 +0000 Subject: [PATCH 00946/18836] Updated openstack/openstack Project: openstack/cinder 4325ccae288061ec9a834843c77a0febe6332494 Merge "Remove unused variable in restore_backup method" --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 81ce121d782f..4325ccae2880 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 81ce121d782f9d419ff3eaa6f29f8b3df990e0c4 +Subproject commit 4325ccae288061ec9a834843c77a0febe6332494 From 7e64bd4bd06a764ab7c3b8039ed5cd3e307efab1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 15:20:52 +0000 Subject: [PATCH 00947/18836] Updated openstack/openstack Project: openstack/horizon 6a52b59c29eca7b2bcf6d2682ff536f7f0850028 Merge "Fix inappropriate display for inf value of RAM and Storage." --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index efc88d407822..6a52b59c29ec 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit efc88d407822c292fdcbe05e6e0deab08d583ddb +Subproject commit 6a52b59c29eca7b2bcf6d2682ff536f7f0850028 From 352c352d66020a0b6f36354c2d367ce9a2693ff0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 22 Jan 2014 21:57:27 +0000 Subject: [PATCH 00948/18836] Updated openstack/openstack Project: openstack/horizon 3af84a8afe6f99fa0435a1d931e30e5d1ac21786 Merge "Revert "JSHint integration"" --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index 6a52b59c29ec..3af84a8afe6f 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit 6a52b59c29eca7b2bcf6d2682ff536f7f0850028 +Subproject commit 3af84a8afe6f99fa0435a1d931e30e5d1ac21786 From dce46113bd6060a0aca77e7552b447b9fb2ca45f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 01:25:25 +0000 Subject: [PATCH 00949/18836] Updated openstack/openstack Project: openstack/python-heatclient 94b3e29de56ad8144454c1bad34c7f988e6ca88e null Copy run_test.sh from heat repo This allows run_test.sh to run without a working venv, plus all the other features of heat/run_test.sh Change-Id: I71d7af8a5442626192c5c8b5dca446a999ff6ede --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b8d733ce1b5c..94b3e29de56a 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b8d733ce1b5c10bafbebea66fe78f08ac357a909 +Subproject commit 94b3e29de56ad8144454c1bad34c7f988e6ca88e From 8f3c19c0f2fa2903e7567497d636d33831c01917 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 20 Jan 2014 18:51:24 +0000 Subject: [PATCH 00950/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 227aa4661345a585559097db3133c1582191ed7d null More network debugging detail * devstack-vm-gate-wrap.sh: Sometimes devstack-gate runs fail for reasons related to the local network. Include IPv6 addresses in addition to the IPv4 addressing previously displayed, and add routing and ARP tables as well. Change-Id: I771b6081758020cf1521443d1bd15a27ede7f2b1 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 90807c8222db..227aa4661345 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 90807c8222db7b3c82f223ae66e4fe2c00e0129d +Subproject commit 227aa4661345a585559097db3133c1582191ed7d From 875ac15d851b7ab68ae54cc4036610afd6087860 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 01:43:06 +0000 Subject: [PATCH 00951/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 290a3be313189a428a838dfc1a9c405d44c1685e null Replace assertTrue with explicit assertIsInstance assertIsInstance can provide useful message when test fails, this patch replaces assertTrue(isinstance(x, y)) with assertIsInstance(x, y). Change-Id: I1a36b4f343c881b6690389753270d35599b758ab Closes-Bug: #1268480 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 19d0396224b5..290a3be31318 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 19d0396224b5a83ef9a22b42e8292e2921136e14 +Subproject commit 290a3be313189a428a838dfc1a9c405d44c1685e From 001bd2cede767f8cb9d69f3748803cffda879497 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 01:55:54 +0000 Subject: [PATCH 00952/18836] Updated openstack/openstack Project: openstack/python-novaclient daa33c56c9a0dca2ab2cbd9ed99cb9765a42c30c null Fix logic for "nova flavor-show 0#" For perviously logic, if flavor id is start with "0Number", int(name_or_id) will convert it to "Number". If flavor id "Number" exist in DB, it will show up for query with "0Number". This fix enter flavor search logic at the beginning. Also add one more UT for this function. Change-Id: Ic48ff4275978404064c0c6fce6f98181660aa84a Fixes: bug 1268456 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 00ceee190b6e..daa33c56c9a0 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 00ceee190b6e08de92962c3db7cfbe885c0ff3f8 +Subproject commit daa33c56c9a0dca2ab2cbd9ed99cb9765a42c30c From acc730d84fc98079f0964648d9173a61e861c1f5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 03:07:16 +0000 Subject: [PATCH 00953/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6cbf64888144801a4dd5913d143d933ce313ef16 null Remove copyright from empty files According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: I357adea1d295cdc11a12194ad7116d73a8560122 Closes-Bug: #1262424 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index a1a36499f428..6cbf64888144 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit a1a36499f428781c1966db7090001128a6abd888 +Subproject commit 6cbf64888144801a4dd5913d143d933ce313ef16 From 8c199e067198e4610f637d3c7c8115edcc9c772d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 03:10:16 +0000 Subject: [PATCH 00954/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient c0497d801190aa9788627e3ae7cbda7fac4a0f99 null replace assertTrue(isinstance) to assertIsInstance some of tests use different method of assertTrue(isinstance(A, B)) or assertEqual(type(A), B). The correct way is to use assertIsInstance(A, B) provided by testtools Change-Id: Idd931d27b13a46800e27393a98da096d41442320 Closes-bug: #1268480 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 5ad00a7c91f7..c0497d801190 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 5ad00a7c91f7857c4b3b37d4c2038d9519b48cf8 +Subproject commit c0497d801190aa9788627e3ae7cbda7fac4a0f99 From d824113eb4cf29b63a039c5720d0aab12077fb28 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 04:09:53 +0000 Subject: [PATCH 00955/18836] Updated openstack/openstack Project: openstack/python-openstackclient 9e9bbad120e16d2c490b7c65de35e15cb233411a null Remove remaining print statements I think these are the last two stragglers, including debugging lines Change-Id: Ic3dd98480211d0f7d3cc951bec5cd54f902a101f --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index ebfa6698a1a7..9e9bbad120e1 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit ebfa6698a1a714c437cbedfc99348d501e68efa1 +Subproject commit 9e9bbad120e16d2c490b7c65de35e15cb233411a From 0a4606456ae5ab50a3c6e8409800c95f9349befc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 05:47:18 +0000 Subject: [PATCH 00956/18836] Updated openstack/openstack Project: openstack/glance d4b6457608a5695008f1bc46a3c716574ef039ba null Check image id format before executing operations DB2 will raise 'CLI0109E String data right truncation' error if the given query parameter is longer than the column definition. As a result, user will run into 500 instead of 404 error though the malformed id is not existed in DB. This fix will add image id format checking before executing real operations. Closes-Bug: #1263684 Change-Id: I1ab3e38724014032d9290e7dde3f8b6d23b6df6c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 35bf0af69cc1..d4b6457608a5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 35bf0af69cc128f7878339c9904f9af487e8df8c +Subproject commit d4b6457608a5695008f1bc46a3c716574ef039ba From cbdebe61593ec705289861c436151a3ef2031696 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 12:33:36 +0000 Subject: [PATCH 00957/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 92c9f03f3664d872b58d5d0e44ae9373ee6de29b null Respect region name when processing domain URL When deprecating the use of management_url from service_catalog we updated the management_url setter for the project scoped token, however we missed the domain scoped token case. There is actually nothing we can do here to test this scenario as the backwards compatibility code that was installed handles this for us and there is no problem, however we should not be internally relying on deprecated code. Change-Id: I59bac4d9d74f2eb8bc6edd40518c7cd5a4fe1343 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 290a3be31318..92c9f03f3664 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 290a3be313189a428a838dfc1a9c405d44c1685e +Subproject commit 92c9f03f3664d872b58d5d0e44ae9373ee6de29b From 1c27d03e472ffeca760d16cc127d875a9a6c7b98 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 13:38:54 +0000 Subject: [PATCH 00958/18836] Updated openstack/openstack Project: openstack/oslo.messaging 2862f502a6aabd89f0d532e0968ac9c4fba30111 null Routing notifier Takes a yaml-based config file (see etc/oslo/routing_notifier.yaml.sample) via routing_notifier_config option. Events may be routed by priority or event_type. Implements: blueprint configurable-notification Change-Id: I437dfac348f387044e6da3d6a0bbb208323c1741 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 258299d3767c..2862f502a6aa 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 258299d3767c15cc3a7819e21c5c5461189d4076 +Subproject commit 2862f502a6aabd89f0d532e0968ac9c4fba30111 From fa12252d2aa7f4137ff917147067f6ecd9f87fb0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 17:38:15 +0000 Subject: [PATCH 00959/18836] Updated openstack/openstack Project: openstack/python-openstackclient cb2fd0af8301648e88f30c8cb449333be5ba1cb0 null Remove copyright from empty files According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: Iba09a00f24dfbd1cd03c1c9f70ea216788e64d93 Closes-Bug: #1262424 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 9e9bbad120e1..cb2fd0af8301 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 9e9bbad120e16d2c490b7c65de35e15cb233411a +Subproject commit cb2fd0af8301648e88f30c8cb449333be5ba1cb0 From aa0f4e8fb92abe3d6e73a63fa6052aa448e5874e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 17:38:15 +0000 Subject: [PATCH 00960/18836] Updated openstack/openstack Project: openstack/python-openstackclient 0076f694acd7bc02ce1fb26ec0f1974ba68e0cf3 null Fix keyring issue where there were name space problems The import of keyring conflicted with a string named keyring Change-Id: I7416ea1cf453a126dd03dba8bc2900cad35ed2da Closes-bug: #1271987 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index cb2fd0af8301..0076f694acd7 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit cb2fd0af8301648e88f30c8cb449333be5ba1cb0 +Subproject commit 0076f694acd7bc02ce1fb26ec0f1974ba68e0cf3 From baf0e70142f912b59ada4e35f3f8643a21e6ecbc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 18:40:23 +0000 Subject: [PATCH 00961/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2f7430344c43b759f054cca43351776f883a897b null Sort items in requirement related files Update two requirement related files with command: sort-i {filename}. This make these files more readable, can find the libraries easily. Change-Id: I5969ef37d02814bf2c09761f133464c5a02f0d6b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 92c9f03f3664..2f7430344c43 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 92c9f03f3664d872b58d5d0e44ae9373ee6de29b +Subproject commit 2f7430344c43b759f054cca43351776f883a897b From e4ae36469ae06c3ea45b338667bf433b23e4f016 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 23 Jan 2014 23:09:59 +0000 Subject: [PATCH 00962/18836] Updated openstack/openstack Project: openstack/python-troveclient ff2589cc9eb21598cca698aa307fc6eca6f5b1c6 null Updates common.check_for_exceptions and its calls Reasons: - exceptions.from_response has 3 arguments but is being called with one argument less, which is url. Changes: - Updated common.check_for_exceptions to support urls as needed by troveclient.openstack.common.apiclient.exceptions.from_response. - Adds url to exceptions.from_response calls in troveclient. Closes-Bug: #1266239 Change-Id: Ie18c90349479f740369f63c48a8d9b463641f84d --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index c02198edc0de..ff2589cc9eb2 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit c02198edc0de8cdda93644096281bd538f749104 +Subproject commit ff2589cc9eb21598cca698aa307fc6eca6f5b1c6 From 97cfbe2c5276fb7d3e5bf4f4ab10f7d204084a0b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 01:11:12 +0000 Subject: [PATCH 00963/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient e3490e961db53a1de998fdf740a9b86ab6cba96d null Using common method 'bool_from_string' from oslo strutils Using common method 'bool_from_string' from oslo strutils to replace utils.string_to_bool. partially implements blueprint common-client-library-2 Change-Id: I101eb89174ac229aa1025bc4aea8b1c0c5594705 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index c0497d801190..e3490e961db5 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit c0497d801190aa9788627e3ae7cbda7fac4a0f99 +Subproject commit e3490e961db53a1de998fdf740a9b86ab6cba96d From 616ef916e06775fe1cfac6fc950651584089e6a3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 01:11:14 +0000 Subject: [PATCH 00964/18836] Updated openstack/openstack Project: openstack/requirements 3687bebb87b15dcda26f1d04eba7d290609a0a99 null Update python-neutronclient version to 2.3.3 Current update is required by the heat neutron-metering-resources: https://blueprints.launchpad.net/heat/+spec/neutron-metering-resources Change-Id: I7a7534523cd5185a2b9f02271774b7284c640bab --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 57dd573043db..3687bebb87b1 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 57dd573043db3152f58b4c5e4e53a80210a7e307 +Subproject commit 3687bebb87b15dcda26f1d04eba7d290609a0a99 From 543ea4a559b14bd1270d076e6b78773a3e5eb197 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 02:38:20 +0000 Subject: [PATCH 00965/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 02d1339ae712fc41584a595401afac2b2d7ff803 null Remove test_print_{dict,list}_unicode_without_encode These tests do not really make sense: they expect the strutils.safe_encode() method to fail for some reason. Change-Id: I2ca07c06f86e4d83ae153601a0dab9a8f393f3e3 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2f7430344c43..02d1339ae712 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2f7430344c43b759f054cca43351776f883a897b +Subproject commit 02d1339ae712fc41584a595401afac2b2d7ff803 From 64ba0e5f087a8d12f1b128fd0023115d2662ea16 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 02:48:04 +0000 Subject: [PATCH 00966/18836] Updated openstack/openstack Project: openstack-dev/devstack 002062234a282297a966695f61e24afb85f67fb2 null Added missing sudo when killing ns-metadata Closes-bug: #1269982 Change-Id: Ib6b641a8d5c92fb4a8aaed6b5d7b63e66acd6bd9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6d323f43b499..002062234a28 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6d323f43b499482765438a964ac11874d4af3aec +Subproject commit 002062234a282297a966695f61e24afb85f67fb2 From 22212a418d23c108f1fc653213605741c1805a36 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 04:05:39 +0000 Subject: [PATCH 00967/18836] Updated openstack/openstack Project: openstack/glance 4b7b53291b5cca6298d03e39c9fd6f269d8ab8ce null Sync unhandled exception logging change from Oslo copy changes from 1 Oslo commit: Ibf00173a07510b2ec0c81a29624004f17810a4e4 This is related to the bug fix for adding error type to unhandled exception log message Change-Id: I5645894aad5944f6a91032ae9ac1f2a0904661f7 Closes-Bug: #1265561 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d4b6457608a5..4b7b53291b5c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d4b6457608a5695008f1bc46a3c716574ef039ba +Subproject commit 4b7b53291b5cca6298d03e39c9fd6f269d8ab8ce From 6ef23fe8f57c72085ae0d27a94ccfad8465944d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 04:05:46 +0000 Subject: [PATCH 00968/18836] Updated openstack/openstack Project: openstack/glance 7ef6fa7eaa3e3d521077688b08006e315f134e93 null Restore image status on duplicate image upload Glance should not allow already uploaded images to be modified by another upload. Currently, when configured with the local filesystem backend, Glance prevents duplicate upload of an already uploaded image BUT it changes the image status to "saving". This commit adds a status transition state machine to the domain.Image class and modifies the domain.Image.status setter function to verify status transitions based on this state machine - only target states that can be reached from the image's current state are permitted. Tests have also been agumented to verify that the original image (meta) data does not change in case of a conflicting upload. Closes-Bug: #1241379 Change-Id: I62c5acae4c29abf0691d8279b51c59008f9c0047 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4b7b53291b5c..7ef6fa7eaa3e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4b7b53291b5cca6298d03e39c9fd6f269d8ab8ce +Subproject commit 7ef6fa7eaa3e3d521077688b08006e315f134e93 From b0e975a8a6ec1fc2bd3e491a9f5a1bbf345abcf3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 04:05:55 +0000 Subject: [PATCH 00969/18836] Updated openstack/openstack Project: openstack/glance b1fd7938fe2df85b117ca620f4a366179a76d3f7 null Adding image location selection strategies An image can be saved to more than one backend storage by multi-location mechanism, Glance should have a capability to select the best backend storage for improving image consuming performance. This change implements two strategy modules: "location_order" and "store_type", and allow Admin configure some strategy-specified options for Glance as their deployment required. As an end user, he can get VM or consuming image faster base on this enhancement. This is not only for 'download' transport handling on the API server side but also for client since they can obtain locations by standard 'direct URL' interface. docImpact Implements bp: image-location-selection-strategy Change-Id: I86f192aeae8e5f21a72f946552f6507654c25a6c Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7ef6fa7eaa3e..b1fd7938fe2d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7ef6fa7eaa3e3d521077688b08006e315f134e93 +Subproject commit b1fd7938fe2df85b117ca620f4a366179a76d3f7 From 4d915a1b98438667715bbb474a51cd669e87df55 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 04:12:31 +0000 Subject: [PATCH 00970/18836] Updated openstack/openstack Project: openstack/python-heatclient 346d5282454745811a2d91a9b25aa822ff3b8fb6 null Move environment and template file functions to own module This is part of a refactoring in preperation for supporting the get_file intrinsic function. Change-Id: If6974fc72c47e6a5c6545e65375e75cfd177fb7a --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 94b3e29de56a..346d52824547 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 94b3e29de56ad8144454c1bad34c7f988e6ca88e +Subproject commit 346d5282454745811a2d91a9b25aa822ff3b8fb6 From 3f49bae69f0a4266bbd9db97b2bc9bcfb1b82ca6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 04:12:31 +0000 Subject: [PATCH 00971/18836] Updated openstack/openstack Project: openstack/python-heatclient 191c8a9c7a34edf19f77dfc70e1c55fbbf18a76d null Test coverage of empty environment Change-Id: Iade321762a0e68605006252204d0dd4c7aac8a39 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 346d52824547..191c8a9c7a34 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 346d5282454745811a2d91a9b25aa822ff3b8fb6 +Subproject commit 191c8a9c7a34edf19f77dfc70e1c55fbbf18a76d From 281f4b31ce147f7405bf4fb97d1ba45c58a8960c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 04:12:32 +0000 Subject: [PATCH 00972/18836] Updated openstack/openstack Project: openstack/python-heatclient b76ed8d85736c77942a65d0c9c6fc84cdfec2941 null Improve and unit-test template contents fetching This includes some important changes in the way template content is fetched: * for template_file, the value is converted to a file:// URL and the actual fetching is performed with the URL fetching code path. As a consequence it is now possible to specify a file path *or* a URL for the --template-file command option. This is a change in behaviour, and it does make --template-url somewhat redundant. This makes the behaviour of --template-file consistent with the behaviour of --environment-file. * for template_url, the content is fetched in heatclient so that the server does not need to fetch the template at all. This means that in the API request the 'template' field is populated instead of 'template_url'. We can consider deprecating 'template_url' from the REST API. Change-Id: Id8de05973381dba7ac052c45dd074071fd3035b2 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 191c8a9c7a34..b76ed8d85736 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 191c8a9c7a34edf19f77dfc70e1c55fbbf18a76d +Subproject commit b76ed8d85736c77942a65d0c9c6fc84cdfec2941 From 768d1c0480e67e05a70b6cc52b03124d2c224a6b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 07:00:06 +0000 Subject: [PATCH 00973/18836] Updated openstack/openstack Project: openstack/python-novaclient e3d686f39ad9787a70894dff3db9352be6b3f0dd null Replace basestring by six.string_types Method shell._boot uses class basestring instead of six.string_types. Tests don't check this method with several hints, so we didn't have NameError in py33 env. Change-Id: I9b35cd7ba162140a15929f9fc8a6d21755b3570c --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index daa33c56c9a0..e3d686f39ad9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit daa33c56c9a0dca2ab2cbd9ed99cb9765a42c30c +Subproject commit e3d686f39ad9787a70894dff3db9352be6b3f0dd From ba09c1d362c8703af8570d698bc735e2584a731e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 07:00:38 +0000 Subject: [PATCH 00974/18836] Updated openstack/openstack Project: openstack/python-glanceclient ff7b58860239307a5a1c1d4bea52235e7003fc8b null Handle endpoints with versions consistently When using the cli the Glance client wraps the endpoint in a 'strip version' function. This means that endpoints of the following forms can both be used: https://region-x.images.example.com:443/v1 https://region-x.images.example.com:443 When calling the client library directly (as Ceilometer does) however only endpoints of the second form work. The cli and library should handle the two cases consistently. Addresses bug 1243276. Change-Id: Ice7b581fee32540a7057ba47433a10166a3caed2 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index f9c7e3d1cdac..ff7b58860239 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit f9c7e3d1cdac81b63a7ced98f2dbe0034b456ed0 +Subproject commit ff7b58860239307a5a1c1d4bea52235e7003fc8b From 2cd30270e26159f3baa6865f718b47a286dbfb32 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 08:54:48 +0000 Subject: [PATCH 00975/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient e95429e232da95e886976b2b30290098a16027e5 null abbreviating --meter-name to -m in alarm commands related commands of alarm:alarm-threshold-update,alarm-update,alarm-create should support parameter --meter-name abbreviating to -m like other commands of ceilometer. Change-Id: I9fa9a7d14df3d93c3021f5004b444e72e1099c48 Closes-bug: #1268431 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index e3490e961db5..e95429e232da 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit e3490e961db53a1de998fdf740a9b86ab6cba96d +Subproject commit e95429e232da95e886976b2b30290098a16027e5 From 16bbdaf1e2d2602b696a20c7415530aed2905f04 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 08:54:49 +0000 Subject: [PATCH 00976/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient fc29710616f774a08a301e1fc91c147964c3aa34 null Replace inheritance hierarchy with composition In the process of unification of the clients code we should use composition to allow easier replacement with common HTTPClient. bp common-client-library-2 Change-Id: I98d2bc89d5b1a36c30771923cd1cda7925e563d5 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index e95429e232da..fc29710616f7 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit e95429e232da95e886976b2b30290098a16027e5 +Subproject commit fc29710616f774a08a301e1fc91c147964c3aa34 From ec1e693ba9b43103838893c84c889d114db8a6ec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 08:55:53 +0000 Subject: [PATCH 00977/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient ff9c08d1806ae680f3511aa8e44c5aa0f9bbf022 null Add support for groupby in statistics for API v2 Adds the groupby parameter to list method of Statistics and a new option "-g/--groupby" for the shell. Change-Id: I41cfa076bf73f8c01d4ee71cd70008ea231556c8 Closes-Bug: #1270094 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index fc29710616f7..ff9c08d1806a 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit fc29710616f774a08a301e1fc91c147964c3aa34 +Subproject commit ff9c08d1806ae680f3511aa8e44c5aa0f9bbf022 From 2023e1b943d5c06e8237a15d64d9f23c90a52fd4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 10:29:37 +0000 Subject: [PATCH 00978/18836] Updated openstack/openstack Project: openstack/glance 9ac0c31608ceff5d8a3512c7449330cfe07d2687 null fix bug:range() is not same in py3.x and py2.x in python3.x, there is no method named xrange(),it has replaced by range(),which is equal to xrange() in python2.x. so we must fix this issue.we use six module to fix this issue. Change-Id: If4fd7478865e8024025af3e57e42f2a24e1e2bbc Closes-Bug: #1268439 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b1fd7938fe2d..9ac0c31608ce 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b1fd7938fe2df85b117ca620f4a366179a76d3f7 +Subproject commit 9ac0c31608ceff5d8a3512c7449330cfe07d2687 From 0781d02ff8a69eb3d331c9a9eb3cfbc0e311411d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 11:39:12 +0000 Subject: [PATCH 00979/18836] Updated openstack/openstack Project: openstack/python-cinderclient e2642796b852c5afc52c56be9af76d251e6eb099 null Add encryption-type-delete to cinderclient This modification adds support for deleting volume encryption types. The encryption-type-delete command accepts a single argument, the name or ID of the volume type whose associated encryption type should be deleted. The encryption type may only be deleted if the associated volume type is unused. blueprint encrypt-cinder-volumes Change-Id: Ie189e7ec91f5a8adc9d3496911de2811ad40f282 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 6cbf64888144..e2642796b852 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 6cbf64888144801a4dd5913d143d933ce313ef16 +Subproject commit e2642796b852c5afc52c56be9af76d251e6eb099 From b69cfc71b4488d8405e352885b04093a19ffb31b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 12:28:28 +0000 Subject: [PATCH 00980/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 60eb69aa47a1f9dc4aee3c49f4e13659ab54b9ab null Enable hacking H233 rule H233: Check that all occurrences look like print functions, not print operator. Change-Id: Ida43c6d68c605f7b6aba32a3aa4155811b888ef2 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index ff9c08d1806a..60eb69aa47a1 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit ff9c08d1806ae680f3511aa8e44c5aa0f9bbf022 +Subproject commit 60eb69aa47a1f9dc4aee3c49f4e13659ab54b9ab From badc34ee990467be9123d47cdfe3ca2e76c01284 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 12:29:39 +0000 Subject: [PATCH 00981/18836] Updated openstack/openstack Project: openstack/glance df7101502e26a0ce2083386145edf90b3b284312 null Check first matching rule for protected properties When using roles to define protected properties, the first matching rule in the config file should be used to grant/deny access. This change enforces that behaviour. Fixes bug 1271426 Change-Id: I11ece25ae85ff868516bcd1839a4e430e9c51370 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9ac0c31608ce..df7101502e26 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9ac0c31608ceff5d8a3512c7449330cfe07d2687 +Subproject commit df7101502e26a0ce2083386145edf90b3b284312 From 765612d0ae8139e7b0f8997d45cc16ebceb522d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 15:14:13 +0000 Subject: [PATCH 00982/18836] Updated openstack/openstack Project: openstack/glance f9208c9b0ae883f0dd2277fd348b3e4be4d71653 null Enable gating on H501 H501 - "avoid locals() on string formatting" passes currently, so no reason to blacklist it. Change-Id: I9fb1823a598679c0e95c88a8ce4f93629508a80c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index df7101502e26..f9208c9b0ae8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit df7101502e26a0ce2083386145edf90b3b284312 +Subproject commit f9208c9b0ae883f0dd2277fd348b3e4be4d71653 From 8b17fc9a893f303961016a667aea5a9c320b0bcd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 19:46:42 +0000 Subject: [PATCH 00983/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 06773f82a5be6865e3f93f24b01e92fd4e2c9983 null Python 3: fix the _calc_signature_* functions This commit makes the _calc_signature_* functions work in python 3. The issues were usual text strings vs bytes that arise when porting code to Python 3. Change-Id: I36b40012b09d4f72e9248b49d51dc545d70abfc6 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 02d1339ae712..06773f82a5be 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 02d1339ae712fc41584a595401afac2b2d7ff803 +Subproject commit 06773f82a5be6865e3f93f24b01e92fd4e2c9983 From dfa0dd49474d16efbd54e3e8fb94a07693bf8b1a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 21:00:48 +0000 Subject: [PATCH 00984/18836] Updated openstack/openstack Project: openstack/python-novaclient 08a19c7520a34b3f732d1cc1e32c4ecf0d9e597f null Updates nova client to use the latest oslo files This patchset updates modules based on the config file: openstack-common.conf Notes: Some corrections has been added to work with new files. + utils.py: The method safe_decode from strutils.py was updated and it is now not necessary to check for decode string with py33. + base.py: base64 needs a 8-bit string for py33 + test_shell.py: stdin.encoding is needed for strutils Change-Id: Iebe474f1226f8b5faa7fb5722e65f41b80d1973c Related to blueprint common-client-library-2 Closes-Bug: #1265473 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index e3d686f39ad9..08a19c7520a3 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit e3d686f39ad9787a70894dff3db9352be6b3f0dd +Subproject commit 08a19c7520a34b3f732d1cc1e32c4ecf0d9e597f From da1c2b534f9dfee2c60c7e5ad959eb5caaefd2b1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 21:06:18 +0000 Subject: [PATCH 00985/18836] Updated openstack/openstack Project: openstack/python-novaclient 1e32538cff0bb8f80b29815d333f26f64713631f null Using common methods from oslo cliutils There are some common methods in cliutils we can use in novaclient: arg, env, unauthenticated, isunauthenticated. + Replaces utils.env to add alias env from cliutils. + Replaces utils.arg to add alias arg from cliutils. + Removes unused methods: add_arg, unauthenticated, isunauthenticated To use methods from clituils. Related to blueprint common-client-library-2 Change-Id: Ic7c132c37d6a91cf3eae55530300efd153c31903 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 08a19c7520a3..1e32538cff0b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 08a19c7520a34b3f732d1cc1e32c4ecf0d9e597f +Subproject commit 1e32538cff0bb8f80b29815d333f26f64713631f From 0f381c28b0d4bd8a01bd6bd15743ed172ae6400d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 21:21:38 +0000 Subject: [PATCH 00986/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c02f84a9e8d474254e1a72fbeae3678437f7528e null Fix typos in documents and comments Fix typos detected by toolkit misspellings. * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ifbbc29537d9d129aad238de6c37718c4fbb8349b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 06773f82a5be..c02f84a9e8d4 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 06773f82a5be6865e3f93f24b01e92fd4e2c9983 +Subproject commit c02f84a9e8d474254e1a72fbeae3678437f7528e From 39d1718b2a6e8c16bb565c7b91f32ec2a45b4c7a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 21:54:12 +0000 Subject: [PATCH 00987/18836] Updated openstack/openstack Project: openstack-dev/devstack 9edac54d550274b5984248c01c4f4253023540cd null disable client side libvirt debug logging and tune server side libvirt logging to the values that danpb suggested would be useful on the openstack-dev mailing list. Change-Id: I4b1c780d1dd4d2eecc81fabe42c07cc2a9e0e3f4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 002062234a28..9edac54d5502 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 002062234a282297a966695f61e24afb85f67fb2 +Subproject commit 9edac54d550274b5984248c01c4f4253023540cd From e1a6050661c0376b3aad43b5f148e74bd7fd84df Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 22:00:53 +0000 Subject: [PATCH 00988/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 8f6b34b215196270d34afe7bd868b03eb6d0a7b3 null Avoid discarding alarm-threshold-create --query option Fixes bug 1271913 The query is crucial to the alarm evaluator statistics query being well-formed, so must not be discarded. Change-Id: I5ff8dcb420b932fc58dfef3dadfcbc4a4dc5cf66 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 60eb69aa47a1..8f6b34b21519 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 60eb69aa47a1f9dc4aee3c49f4e13659ab54b9ab +Subproject commit 8f6b34b215196270d34afe7bd868b03eb6d0a7b3 From 4db2b2c9f30d6af53218d6318bf51a774d131720 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 22:32:06 +0000 Subject: [PATCH 00989/18836] Updated openstack/openstack Project: openstack/requirements c55df7a0a9e39f275e0b45aa6474de21c9f53f80 null Update python-keystoneclient to 0.4.2 python-keystoneclient 0.4.2 introduced new option include_service_catalog. If we did not update to 0.4.2, pep8 would fail on 0.4.1. Change-Id: I989b08c88568c476aefb8adf84de0dd07562e70c Related-Bug: #1268614 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3687bebb87b1..c55df7a0a9e3 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3687bebb87b15dcda26f1d04eba7d290609a0a99 +Subproject commit c55df7a0a9e39f275e0b45aa6474de21c9f53f80 From 168cc70df7a11c2e89dfbd0f61893d3173db21fa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 22:32:07 +0000 Subject: [PATCH 00990/18836] Updated openstack/openstack Project: openstack/requirements 38ac10eba201e8c25189ec592b2458c26f255a4d null Bump paramiko version to 1.9.0 In Savanna we need 'sock' param in connect() for tunneling (using ip ns). It was added in https://github.com/paramiko/paramiko/commit/31ea4f0734a086f2345aaea57fd6fc1c3ea4a87e ChangeLog for 1.8.0 - 1.9.0: * 1.8.1 https://github.com/paramiko/paramiko/blob/master/NEWS#L186 * 1.9.0 https://github.com/paramiko/paramiko/blob/master/NEWS#L173 Change-Id: I2ed235f516683ce4a0fd8ee69baea598e4d85d1f --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index c55df7a0a9e3..38ac10eba201 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit c55df7a0a9e39f275e0b45aa6474de21c9f53f80 +Subproject commit 38ac10eba201e8c25189ec592b2458c26f255a4d From 694c0873c148a9efc1ea6bdc0007dba7e22661aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 24 Jan 2014 22:32:08 +0000 Subject: [PATCH 00991/18836] Updated openstack/openstack Project: openstack/requirements 21266cd141c959b08474edd3ad06e6d6b37b8897 null Bump version of sphinxcontrib-pecanwsme Version bump to add PATCH and DELETE support to sphinx auto-built API documentation for Pecan/WSME. Related-bug: 1261917 Change-Id: I6c83dd32197c78f19615166d403c3b57f82d9f9b --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 38ac10eba201..21266cd141c9 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 38ac10eba201e8c25189ec592b2458c26f255a4d +Subproject commit 21266cd141c959b08474edd3ad06e6d6b37b8897 From 9ef6cdbf14c502a097239760a582977fb5ee386b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 00:56:11 +0000 Subject: [PATCH 00992/18836] Updated openstack/openstack Project: openstack/glance 23c61fda3a6a10da2a763a3fee716b2bbdefb304 null Tests added for glance/cmd/cache_pruner.py Related to blueprint glance-cmd+unittests Integration test test_cache_pruner_main added to cover chain of calls between glance/cmd/cache_pruner.py and glance/image_cache module. Unit test test_cache_pruner_main_runtime_exception_handling added to cover exception handling for main() method of cache_pruner.py Change-Id: I7d7b182260a407aed1288a5d136e03cbe029523f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f9208c9b0ae8..23c61fda3a6a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f9208c9b0ae883f0dd2277fd348b3e4be4d71653 +Subproject commit 23c61fda3a6a10da2a763a3fee716b2bbdefb304 From a841d9f34fa95082cf109b1659a1343af8459572 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 23 Jan 2014 14:19:27 +0000 Subject: [PATCH 00993/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate c58826f9501153d46344d63034ccd50d0cb28e52 null Adding the tripleo repositories to PROJECTS Adding the tripleo repositories here so that the correct revisions are then cloned into /opt/stack/new for use by tripleo-ci/toci_gate_test.sh This along with setting TRIPLEO_ROOT to /opt/stack/new should ensure the correct version of each repository will be used in ci. DIB_REPOLOCATION_* is currently being used to point disk_image_builder to these repositories also. Change-Id: Ic6be54f690870955207733859c586429fcd97dfc --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 227aa4661345..c58826f95011 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 227aa4661345a585559097db3133c1582191ed7d +Subproject commit c58826f9501153d46344d63034ccd50d0cb28e52 From edd3d6bec936edaa2c87d4014ff6f310af5d69af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 03:15:54 +0000 Subject: [PATCH 00994/18836] Updated openstack/openstack Project: openstack/glance 446736e020b5b6c4d4bfc303ef3d8653e101e073 null Sync gettextutils from Oslo Sync the latest code from Oslo to support Glance i18n. afdbc0a Fix E501 in individual openstack projects 9d529dd Make Message keep string interpolation args ec6d900 Add support for locales missing from babel 221c37d Allow the Message class to have non-English default locales 0e1af5b Implementation of translation log handler 2cfc1a7 Translation Message improvements Partially implements bp i18n-messages Change-Id: Ia56a94e42ebe1d9b539b7bc513b0342e9b2450b3 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 23c61fda3a6a..446736e020b5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 23c61fda3a6a10da2a763a3fee716b2bbdefb304 +Subproject commit 446736e020b5b6c4d4bfc303ef3d8653e101e073 From da3d248c648e76107d3b30412873dcd26301fdc5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 03:16:02 +0000 Subject: [PATCH 00995/18836] Updated openstack/openstack Project: openstack/requirements b6cdd1c787cc07ca48be896cd8c9003b5ca029ee null Allow use of oslo.messaging 1.3.0a4 from pypi In I87eaefb37fa52142d47b4aba4f3f76452771f74e we are having beta releases of oslo.messaging be uploaded to pypi. We need to do this because of reported change in behaviour in pip 1.5 - from sdague: pip 1.5 disables non pypi urls by default, all of them will need to be explicitly white listed. Change-Id: I94843886ef0b40670fb82733048113c9ef7c3c46 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 21266cd141c9..b6cdd1c787cc 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 21266cd141c959b08474edd3ad06e6d6b37b8897 +Subproject commit b6cdd1c787cc07ca48be896cd8c9003b5ca029ee From 54401452ed67366ac1fc1fe2ffa9f8616abc5655 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 03:28:38 +0000 Subject: [PATCH 00996/18836] Updated openstack/openstack Project: openstack/requirements 7e905f3deed7fe3d93dfa3421a3148d1238724e9 null Add openstack-doc-tools openstack-doc-tools is used in the documentation and api repositories. Latest release is 0.3. Add it to global-requirements and add list of repositories using it to projects.txt. Change-Id: Id6a79d3596c6cfaab92cfb8fc89d4298db61b7f0 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b6cdd1c787cc..7e905f3deed7 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b6cdd1c787cc07ca48be896cd8c9003b5ca029ee +Subproject commit 7e905f3deed7fe3d93dfa3421a3148d1238724e9 From d0299b50a8ec969359fa06d34745cd444c86bbd5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 04:14:58 +0000 Subject: [PATCH 00997/18836] Updated openstack/openstack Project: openstack-dev/devstack 65f0bdf49447cc1699f38bd56cb3e8e9182aebbd null Use DATABASE/connection opt for db url in Savanna DATABASE/sql_connection opt is now deprecated. Change-Id: I58058f0d51e16de53e6472c8c01065438d709edc --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9edac54d5502..65f0bdf49447 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9edac54d550274b5984248c01c4f4253023540cd +Subproject commit 65f0bdf49447cc1699f38bd56cb3e8e9182aebbd From e754130ff5e5dc3674eca27294ac11bfbc376b99 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 05:40:13 +0000 Subject: [PATCH 00998/18836] Updated openstack/openstack Project: openstack-dev/devstack 8ff4deb239f5cb9fefa68d9b89613c03da068716 null Add missing file argument to iniset_multiline Change Id9aab356b36b2150312324a0349d120bbbbd4e63 introduced a call to iniset_multiline to enable swift stores explicitly. However, the call has a missing file argument which resulted in this call setting the values to the wrong file, section and param. This patch fixes that. Change-Id: Ib17048e05c467bc8ca2c13fe4297d6bac6c8a880 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 65f0bdf49447..8ff4deb239f5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 65f0bdf49447cc1699f38bd56cb3e8e9182aebbd +Subproject commit 8ff4deb239f5cb9fefa68d9b89613c03da068716 From 65d2424f9400be81eff8f893cacf9d4d0fab17b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 05:40:15 +0000 Subject: [PATCH 00999/18836] Updated openstack/openstack Project: openstack/requirements b7837a3b5ed5af8fb8eb4cdc75495fcadf690d84 null nova api validation fw requires jsonschema >= 2.0.0 The new nova api validation framework for v3 api uses methods (eg. validators.extend) in jsonschema which are available starting in version 2.0.0. The current min version is 1.3.0 and is incompatible with the latest changes. Change-Id: I943fd68b9fab3bce1764305a5058df5339470757 Partial-Bug: #1256344 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7e905f3deed7..b7837a3b5ed5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7e905f3deed7fe3d93dfa3421a3148d1238724e9 +Subproject commit b7837a3b5ed5af8fb8eb4cdc75495fcadf690d84 From a5ead967ef55023108e7133abf384dbc529321b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 05:40:16 +0000 Subject: [PATCH 01000/18836] Updated openstack/openstack Project: openstack/requirements af44415d56a655ae39e3e0f3a0b3705c512f283e null Remove oauth2 requirement Since this patch was merged: https://review.openstack.org/#/c/64427/ Keystone now uses oauthlib instead of oauth2 as it's library for OAuth related functions. The previous oauth2 lib can now be removed from the global requirements Change-Id: Iba4beddc8d6e62d1657b68740fcca9d9a8fc7351 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b7837a3b5ed5..af44415d56a6 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b7837a3b5ed5af8fb8eb4cdc75495fcadf690d84 +Subproject commit af44415d56a655ae39e3e0f3a0b3705c512f283e From a8512324a32605c9f891dad9a66162cc298370e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 05:55:27 +0000 Subject: [PATCH 01001/18836] Updated openstack/openstack Project: openstack/requirements 1a5a9f65dfef97b97a71460f3f5cfed055ae8476 null Bump python-savannaclient version to >=0.4.1 There are several reasons because we'd like to do it: * it includes support for all features that'll be released in i-2; * and, so, we'd like to use it to update Horizon plugin with new features; * there are several fixes that blocks usage of client in Heat and Tempest; * it contains basic implementation of CLI that we'd like to test in Tempest. Change-Id: If46cbc1aeaa970b5b3d1066a83ea9b22f9d0ea49 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index af44415d56a6..1a5a9f65dfef 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit af44415d56a655ae39e3e0f3a0b3705c512f283e +Subproject commit 1a5a9f65dfef97b97a71460f3f5cfed055ae8476 From b8275eba608421e3d322d02ca2f41953d7dfe703 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 06:38:20 +0000 Subject: [PATCH 01002/18836] Updated openstack/openstack Project: openstack/python-cinderclient 560df45093e870b9035e93f694eb1b6a65da2276 null Fix 'search_opts' unexpected keyword argument error When executing 'encryption-type-create' command using resource name, it will use the findall() in base.py, then error will occur because list() in findall() used 'search_opts' argument which list() in VolumeEncryptionTypeManager did not have. Some other command like 'transfer-delete' met same issue. This patch will add 'search_opts' argument in list() function in child class to avoid the bug. Closes-Bug: #1248519 Related-Bug: #1252665 Change-Id: If1cd8b812af21335e5d4351766539a927a8fbdf4 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index e2642796b852..560df45093e8 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit e2642796b852c5afc52c56be9af76d251e6eb099 +Subproject commit 560df45093e870b9035e93f694eb1b6a65da2276 From 5ad795668fd120331ccb53df89c24a5211591310 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 09:28:44 +0000 Subject: [PATCH 01003/18836] Updated openstack/openstack Project: openstack-dev/devstack 83d56a2ab740ef9844755da5d592e787ec2287d6 null Typo: funstions=>functions Change-Id: I59caf62b049d09450ce3236648cf1ede2f48e7f5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8ff4deb239f5..83d56a2ab740 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8ff4deb239f5cb9fefa68d9b89613c03da068716 +Subproject commit 83d56a2ab740ef9844755da5d592e787ec2287d6 From fd0e35cc24e83ad49177a97857e6ebdffe8c3a11 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Fri, 24 Jan 2014 14:53:17 -0800 Subject: [PATCH 01004/18836] Updated openstack/openstack Project: openstack/python-swiftclient 95aa3e96f25137d5e6716d0a4572b8885b0cd11a null match hacking rules in swift Change-Id: Iee02978f38ca020754f52ceaed6aa3684fa87bc9 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index b4907e0c8165..95aa3e96f251 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit b4907e0c816585d9b20a4119b00ee56adb884119 +Subproject commit 95aa3e96f25137d5e6716d0a4572b8885b0cd11a From 3d58b86b14b67975d558fab16dbfbda9e06cc964 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 14:23:13 +0000 Subject: [PATCH 01005/18836] Updated openstack/openstack Project: openstack-dev/devstack 65a6aed4bd727ba650f79f3a02f727dbd61e969b null Use savanna-db-manage to init db for Savanna It uses alembic migrations to initialize database. Change-Id: I6cf01f69c6bc7c9e403040607dd397cfc3b574a4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 83d56a2ab740..65a6aed4bd72 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 83d56a2ab740ef9844755da5d592e787ec2287d6 +Subproject commit 65a6aed4bd727ba650f79f3a02f727dbd61e969b From 864ab51f4a6b67508d28e576e579ea508414bef8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 14:23:20 +0000 Subject: [PATCH 01006/18836] Updated openstack/openstack Project: openstack/python-cinderclient 36a92e12860b2d7e8286dfad7ffe9294e43989c1 null disable/enable a service has no output When disable/enable a cinder service, there is no output, this caused end user does not know if the service was disabled/enabled successfully. It is better add some output for the command just like nova to tell end user the service status. Change-Id: I9d440ab7437c268b17627e255f152db0b3bf4f53 Closes-Bug: #1261120 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 560df45093e8..36a92e12860b 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 560df45093e870b9035e93f694eb1b6a65da2276 +Subproject commit 36a92e12860b2d7e8286dfad7ffe9294e43989c1 From d6589c459f76a2a60fa14d8cc34d2d4fffb44708 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 15:16:06 +0000 Subject: [PATCH 01007/18836] Updated openstack/openstack Project: openstack-dev/devstack 7872d5271059fc2654daa84aaf37fd32eea2245e null Fix duplicated rootwrap.d in lib/ironic The Ironic setup of devstack is duplicating the rootwrap.d directory at /etc/ironic/rootwrap.d/rootwrap.d, this will cause the ironic-rootwrap command to fail to execute. This patch is removing the duplicated rootwrap.d directory. Change-Id: I24844c24620b5b33ad1a6acd0d872e9df11d6d89 Closes-Bug: #1268930 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 65a6aed4bd72..7872d5271059 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 65a6aed4bd727ba650f79f3a02f727dbd61e969b +Subproject commit 7872d5271059fc2654daa84aaf37fd32eea2245e From 32719e68fb02bb3d7c16c8ad72b59de365737879 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 16:19:30 +0000 Subject: [PATCH 01008/18836] Updated openstack/openstack Project: openstack-dev/devstack 360b7116cde86677af172b03a5efd71dc9c5e832 null Kill process groups in screen_stop() Previously only the top child process was killed, killing the process group also takes all of the child processes with it. Closes-bug: 1271889 Change-Id: If1864cc4f1944f417ea3473d81d8b6e8e40030c2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7872d5271059..360b7116cde8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7872d5271059fc2654daa84aaf37fd32eea2245e +Subproject commit 360b7116cde86677af172b03a5efd71dc9c5e832 From f9c2e45064dd7f3d2eaf5812d1f1111643b5cc3a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 16:19:37 +0000 Subject: [PATCH 01009/18836] Updated openstack/openstack Project: openstack-dev/devstack 31756f90dfeb08fffed8fbfa4d6995c5111c111e null Add get-pip.py/*.qcow2 to .gitignore files/get-pip.py and *.qcow2 are installed by DevStack itself. So we shouldn't manage it with the git repository. Change-Id: Ib22ed814d3d3eb33ef3ff45874b0ff36b2036cf5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 360b7116cde8..31756f90dfeb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 360b7116cde86677af172b03a5efd71dc9c5e832 +Subproject commit 31756f90dfeb08fffed8fbfa4d6995c5111c111e From 1f8373e4b6ee864b0462e85c2b0074415e71e1ed Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 16:19:44 +0000 Subject: [PATCH 01010/18836] Updated openstack/openstack Project: openstack-dev/devstack 6f31d76ef3336aec2e08eaa6656344107f2ff4ba null Remove unnecessary slash from ceilometer endpoint The last slash in ceilometer endpoint is not needed, it should be removed because it will generate redundant slash which has been treated as a bug in ceilometer. Change-Id: Ifcff9b63921f5b1dda667d8e77aab22ca2928a8b Closes-Bug: #1271556 ref: https://review.openstack.org/#/c/63279/ --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 31756f90dfeb..6f31d76ef333 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 31756f90dfeb08fffed8fbfa4d6995c5111c111e +Subproject commit 6f31d76ef3336aec2e08eaa6656344107f2ff4ba From 93782f1bca7e7d38bf858f367de0bce06aadaff7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 16:45:48 +0000 Subject: [PATCH 01011/18836] Updated openstack/openstack Project: openstack-dev/devstack e9d4079e4ea687b41da7b2841fb6919457cfda6e null Remove old DEFAULT.root_helper setting root_helper is now under the agent group and not DEFAULT Change-Id: I11867f7ceff1f3b8b0bc2ef8aa508b6ecee653fc --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6f31d76ef333..e9d4079e4ea6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6f31d76ef3336aec2e08eaa6656344107f2ff4ba +Subproject commit e9d4079e4ea687b41da7b2841fb6919457cfda6e From eda43d6be5c1bac767785fa37dffaa3c8f278231 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 17:16:18 +0000 Subject: [PATCH 01012/18836] Updated openstack/openstack Project: openstack-dev/devstack 4cd482ccd9603207f4cff31ca74d0ea744b30a9a null Sanitize language settings To avoid commands bailing out with "unsupported locale setting" errors. Change-Id: I54ae4cd84a0a4b4875533181b1d96563a1604775 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e9d4079e4ea6..4cd482ccd960 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e9d4079e4ea687b41da7b2841fb6919457cfda6e +Subproject commit 4cd482ccd9603207f4cff31ca74d0ea744b30a9a From 986ee2710d07846f1af0fb12ce8653713ae1da5a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 18:16:31 +0000 Subject: [PATCH 01013/18836] Updated openstack/openstack Project: openstack/python-novaclient 01eff2319ac665f49ebf5d5c1d12ea235fe2e26b null Add tests for boot method of v3 shell Methods `do_boot` and `_boot` in v3.shell don't have tests at all. Partially implements bp v3-api Change-Id: Ic231f829459f22f26d1262d208cc4fc9cbb8676e --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 1e32538cff0b..01eff2319ac6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 1e32538cff0bb8f80b29815d333f26f64713631f +Subproject commit 01eff2319ac665f49ebf5d5c1d12ea235fe2e26b From 0cbd658d912901089c15fa73c2a85fb186637d34 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 18:35:17 +0000 Subject: [PATCH 01014/18836] Updated openstack/openstack Project: openstack/python-novaclient 292afcdbafc924b4aacf3df0231f2e57a61bc21c null Fix QuotaClassSet and their tests Some parameters of quota_class_set are not used in Nova v1.1/v2 API. And some items have wrong type and key name. QuotaClassSet class has id property originally. But 'id' comes from Nova API currently. So we can just use it as its id. This commit fixes and cleanups them. Change-Id: Ib963ff82e3107d7b78a3a63a2fc1cd6b6bbe47b0 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 01eff2319ac6..292afcdbafc9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 01eff2319ac665f49ebf5d5c1d12ea235fe2e26b +Subproject commit 292afcdbafc924b4aacf3df0231f2e57a61bc21c From d9d854826782c6d72ffb81433d27f68303678c8a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 18:35:18 +0000 Subject: [PATCH 01015/18836] Updated openstack/openstack Project: openstack/python-novaclient 20c4226725e2a0f2bf39a4d7ff586b9d31ed3241 null Adds volume support for the V3 API Adds the ability to attach, detach and swap volumes on servers. There is no code shared with the v1_1 version because for V3 the volumes interface is completely different and the attach/detach/swap functionality is simply a server action rather than something accessed through a special resource. Partially implements blueprint v3-api Change-Id: Ib405f821fe557745d11cff9db08381fc15233fe5 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 292afcdbafc9..20c4226725e2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 292afcdbafc924b4aacf3df0231f2e57a61bc21c +Subproject commit 20c4226725e2a0f2bf39a4d7ff586b9d31ed3241 From d477e58e95ef1c75d133eb93d21d1a498a19082f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 18:37:56 +0000 Subject: [PATCH 01016/18836] Updated openstack/openstack Project: openstack-dev/devstack 75f56df6658e773df7b190e6f57cbc8aaf768527 null Fix xenapi functions' tests The tests got outdated, this fix makes the tests pass again. Change-Id: Iadddfbf34bf79ba455811645e766c2f3d0fcca84 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4cd482ccd960..75f56df6658e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4cd482ccd9603207f4cff31ca74d0ea744b30a9a +Subproject commit 75f56df6658e773df7b190e6f57cbc8aaf768527 From ebb61f69438fa57c222d444e3c87178a130d8f5b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 18:38:03 +0000 Subject: [PATCH 01017/18836] Updated openstack/openstack Project: openstack-dev/devstack 3c89fbacc1e0db792c16cadd45f5d1743ba37f96 null Make unstack.sh more like stack.sh unstack.sh and stack.sh both have to "configure projects", but the code was different. This change makes it so the 2 sections of the files are the same. Change-Id: Ia06f8bbfbe2a6e87fb406e34e13a39bd7fa9e5af --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 75f56df6658e..3c89fbacc1e0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 75f56df6658e773df7b190e6f57cbc8aaf768527 +Subproject commit 3c89fbacc1e0db792c16cadd45f5d1743ba37f96 From 27b11cf36517d778cca88ae61b9e4943eaba560d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 18:38:11 +0000 Subject: [PATCH 01018/18836] Updated openstack/openstack Project: openstack-dev/devstack 448637e8171c0acc07e6eecc29893bc6795f47fc null Workaround missing zip snapshot At the moment, xenserver installation depends on github snapshots. Unfortunately, git.openstack.org does not have that capability. This fix includes: - Exit with error code, if a download fails - create proper urls, even if they are using the git protocol - set git base to github - so we are able to do snapshots Fixes bug: 1259905 Change-Id: I8d0cf8bf8abb16ee0a4b138a6719409c75e7a146 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3c89fbacc1e0..448637e8171c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3c89fbacc1e0db792c16cadd45f5d1743ba37f96 +Subproject commit 448637e8171c0acc07e6eecc29893bc6795f47fc From 67d634c79b9131d732bcefc1f0936871e32467f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 18:38:13 +0000 Subject: [PATCH 01019/18836] Updated openstack/openstack Project: openstack-dev/devstack d1b5e5a6fd5077c5d1a06c332b1d3675bfa6e697 null Do not set bind_host for heat APIs This results in the APIs binding to 0.0.0.0 which is what other devstack services bind to anyway. Change-Id: Ic229dbed02b224fe7c5e14f20998bb5d5987aa39 Closes-Bug: #1172991 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 448637e8171c..d1b5e5a6fd50 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 448637e8171c0acc07e6eecc29893bc6795f47fc +Subproject commit d1b5e5a6fd5077c5d1a06c332b1d3675bfa6e697 From 59d85e8bcc552b8fc363a64ae957c21b5cbe8c44 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 18:40:53 +0000 Subject: [PATCH 01020/18836] Updated openstack/openstack Project: openstack-dev/devstack 00eb27bb5a991e5c03f9e2f8f818f63e5437c2ac null Keystone use common logging setup The Keystone setup was using logging.conf to configure logging, unlike other projects. This may have been left over from before Keystone switched to oslo logging. Switching to common logging configuration allows: - Common format for logs for easier parsing - Pretty colorized logs - Keystone can control the default logging levels for libraries that are used by setting the defaults in keystone. - Potentially using a function to setup logging for all components using oslo-logging (e.g., share with lib/nova). Change-Id: I4e9b1e6cffce30f16a1e039224312852b8abda07 Closes-Bug: #1271775 Closes-Bug: #1269987 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d1b5e5a6fd50..00eb27bb5a99 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d1b5e5a6fd5077c5d1a06c332b1d3675bfa6e697 +Subproject commit 00eb27bb5a991e5c03f9e2f8f818f63e5437c2ac From 11f231ecd02ac8c6a482e8e4d2137053e0b7056d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 20:46:04 +0000 Subject: [PATCH 01021/18836] Updated openstack/openstack Project: openstack-dev/devstack ee5e5dca987dceb90c43c0c563f2cb73964322da null ERRORs in ceilometer-acentral log after succesful tempest run recent merge added duplicate creation of ceilometer user. remove ceilometer user creation from keystone_data so we can correctly add ResellerAdmin role to ceilometer user which it needs to interact with swift Change-Id: I043c6b9337dfb147c3c8f364b462708a4030b41c Closes-Bug: #1268730 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 00eb27bb5a99..ee5e5dca987d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 00eb27bb5a991e5c03f9e2f8f818f63e5437c2ac +Subproject commit ee5e5dca987dceb90c43c0c563f2cb73964322da From abb98d29df5ae0ae4d9fc9cb47cc20d9031618d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 21:06:14 +0000 Subject: [PATCH 01022/18836] Updated openstack/openstack Project: openstack-dev/devstack 22d985f9d93b0dada0b440142f75b0b9a4c7ad50 null Add pidstat support pidstat is a script that comes from sysstat, but will give us per-process information. Allow enabling "pidstat" that will run pidstat to give info every 5 seconds by default. Change-Id: I5ec7d5abce81125b55985bba3ccaf8073ccdfa2a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ee5e5dca987d..22d985f9d93b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ee5e5dca987dceb90c43c0c563f2cb73964322da +Subproject commit 22d985f9d93b0dada0b440142f75b0b9a4c7ad50 From 1d4e0cbd6f950b806e302af1360664844d8d0f22 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 25 Jan 2014 23:36:43 +0000 Subject: [PATCH 01023/18836] Updated openstack/openstack Project: openstack/python-cinderclient 4fca766f4e104794feccbcd7ebb34e421153706d null Unit tests for limits.py in cinderclient/v1 and v2 Change-Id: I962161ac657d9ec676f3b03ab17138ed1911ec35 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 36a92e12860b..4fca766f4e10 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 36a92e12860b2d7e8286dfad7ffe9294e43989c1 +Subproject commit 4fca766f4e104794feccbcd7ebb34e421153706d From 4bb4e70f1a43e2de3d34a1574e740676307d78ba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:33:27 +0000 Subject: [PATCH 01024/18836] Updated openstack/openstack Project: openstack-dev/devstack d24a053a96cbc6f91b8ddef8c74a3ede90be5b39 null Add Neutron/NSX plugin sanity check Supports-blueprint: nvp-third-party-support (aka bp vmware-nsx-third-party) Related-bug: #1265671 Change-Id: Ifa4e1d36b8735e81f24b8852103a9c433d736e84 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 22d985f9d93b..d24a053a96cb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 22d985f9d93b0dada0b440142f75b0b9a4c7ad50 +Subproject commit d24a053a96cbc6f91b8ddef8c74a3ede90be5b39 From 9ac2449feb266aa42b9688453401e771f8bad630 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:33:34 +0000 Subject: [PATCH 01025/18836] Updated openstack/openstack Project: openstack-dev/devstack 58cc03629fd4af1239bed59bd70eb7339bb9976d null upload_image.sh should parse filenames correctly The upload_image script gives the ability to the user to provide specific metadata using the filename: file-adapter_type;disk_type;network_type.vmdk Currently, the regex expects each of these types to be populated. This patch fixes this issue by making the regex more flexible and accepts only one of these metadata to be populated. Change-Id: If74cb06cc640864e7e91fd88943cdb37e05935d6 Closes-Bug: #1272126 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d24a053a96cb..58cc03629fd4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d24a053a96cbc6f91b8ddef8c74a3ede90be5b39 +Subproject commit 58cc03629fd4af1239bed59bd70eb7339bb9976d From 4c62dfc589c3dea77a8f6b878149efb29f20a772 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:35:29 +0000 Subject: [PATCH 01026/18836] Updated openstack/openstack Project: openstack-dev/devstack 813ba48a3ce830306cf847b44883f32b72befb14 null Add xenserver image By adding a separate entry for xenserver, it will enforce the gate to cache cirros-0.3.0-x86_64-disk.vhd.tgz. Change-Id: Ibfd4618e98f079a53fc286f5e95f18a3d658e4d2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 58cc03629fd4..813ba48a3ce8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 58cc03629fd4af1239bed59bd70eb7339bb9976d +Subproject commit 813ba48a3ce830306cf847b44883f32b72befb14 From 49e415d0704652359b45c355d180b272a92f397e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:43:31 +0000 Subject: [PATCH 01027/18836] Updated openstack/openstack Project: openstack-dev/devstack bfbcef08879fd741f0ffde1a7ca7a4eaff7d85da null Make sure not to revert local changes. "git diff --quiet" has a bug ignoring local changes if there's a unchanged file with a newer timestamp. This patch works around the bug. Change-Id: I0ddc24e0f7af21287c43c1e04dd166ebff6f2dca Closes-Bug: 1264422 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 813ba48a3ce8..bfbcef08879f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 813ba48a3ce830306cf847b44883f32b72befb14 +Subproject commit bfbcef08879fd741f0ffde1a7ca7a4eaff7d85da From 68dee8baa2d413b73ce3b7e3ce4f924a01cd3628 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:44:26 +0000 Subject: [PATCH 01028/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 0f42578b0bf86b7877261aedc113ea026ab9f9ba null Keep logs in $BASE instead of $WORKSPACE Avoid moving logs into the jenkins homedir unnecessarily, since it has a tendency to fill up the root filesystem and the SCP publisher can follow symlinks out of the workspace anyway. We've seen slaves go offline due to full root filesystems recently, so this should hopefully reduce the incidence of that problem. Change-Id: I490ed53989137218f14464708a65969033c108d6 Closes-Bug: #1268732 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index c58826f95011..0f42578b0bf8 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit c58826f9501153d46344d63034ccd50d0cb28e52 +Subproject commit 0f42578b0bf86b7877261aedc113ea026ab9f9ba From 64f542514ec03235ae3540c9873b207a4cfd1b6e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:44:26 +0000 Subject: [PATCH 01029/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6cf7a3a1280733dd1c83eafdc9d175191259994d null Use /opt/git instead of workspace cache Also, be better about removing cached things. Change-Id: I7c8da7bc748ea67d7f97c56e9e2fbc2276d3051b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 0f42578b0bf8..6cf7a3a12807 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 0f42578b0bf86b7877261aedc113ea026ab9f9ba +Subproject commit 6cf7a3a1280733dd1c83eafdc9d175191259994d From 342e9d1b9c8198313ede6dbb699fd4c0952b1661 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:44:27 +0000 Subject: [PATCH 01030/18836] Updated openstack/openstack Project: openstack-dev/devstack cac3c6b11002361b1b19dcf23a1c74dc3d3b17a6 null Add missing mongodb client package on Fedora On Fedora, when ceilometer is enabled and mongodb is used as backend, devstack installation would fail due to missing mongodb client package. This patch ensures the package gets installed. Change-Id: I981bb55f86541e5ff19c52160269a7789b94423f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bfbcef08879f..cac3c6b11002 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bfbcef08879fd741f0ffde1a7ca7a4eaff7d85da +Subproject commit cac3c6b11002361b1b19dcf23a1c74dc3d3b17a6 From 6c34082c449274a613a4e7d8c210ba05bb603f93 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:44:35 +0000 Subject: [PATCH 01031/18836] Updated openstack/openstack Project: openstack-dev/devstack 2fcc8735e2dda16c2ddfd0a853a2e111915b0f5d null Adds default value for fixed_key Adds a default value for fixed_key, for use by a key manager implementation that reads the key from the configuration settings. This single, fixed key proffers no protection if the key is compromised. The current implementation of the key manager does not work correctly if the key is not set, so including this option is helpful for Tempest testing and volume encryption within DevStack. Implements: blueprint encrypt-cinder-volumes Change-Id: Id83060afc862c793b79b5429355b213cb4c173fd https://blueprints.launchpad.net/nova/+spec/encrypt-cinder-volumes --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cac3c6b11002..2fcc8735e2dd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cac3c6b11002361b1b19dcf23a1c74dc3d3b17a6 +Subproject commit 2fcc8735e2dda16c2ddfd0a853a2e111915b0f5d From 2e390cd4c909a61c95558aa208bfa4e77eebc6e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 02:44:42 +0000 Subject: [PATCH 01032/18836] Updated openstack/openstack Project: openstack-dev/devstack 4490981bf157648559d43c7e1b20e398f8f23f08 null Update cinder cert script to use run_tempest Changes to tempest run_tests.sh (commit: 17520e49a7e69b3817856a739121a1fb2906f2cc) breaks the cinder_driver_cert script. A backward compatible run_tempest.sh script was added, so for now we should update the cinder_driver_cert script to use that Change-Id: I611a01dd4788ae01da8a6167a530f9e44733dfc6 Closes-Bug: #1269531 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2fcc8735e2dd..4490981bf157 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2fcc8735e2dda16c2ddfd0a853a2e111915b0f5d +Subproject commit 4490981bf157648559d43c7e1b20e398f8f23f08 From 9b04b59602e750b4ff79419feb091613af53de7d Mon Sep 17 00:00:00 2001 From: David Goetz Date: Wed, 22 Jan 2014 13:03:51 -0800 Subject: [PATCH 01033/18836] Updated openstack/openstack Project: openstack/swift 78704010cc4c3b5c2bd050ee846323506ad3ed5b null Add flag to stop swob from always using absolute location. This is a backport of commit 89deaf5f3cb062cc2c2d7d7d365e84ec2e41a511 This is needed for SOS (along with patch https://github.com/dpgoetz/sos/pull/37) to work with swift 1.12 . By spec you should always use the absolute location but this causes a problem with staticweb over a cdn using a cname. Basically you want to be able to forward the browser to a relative location instead of whatever full url the proxy server thinks you are using. Change-Id: I28dcbd779d2aa4a6e636c956b058670b8e4b2fd7 --- swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift b/swift index f538006bbf91..78704010cc4c 160000 --- a/swift +++ b/swift @@ -1 +1 @@ -Subproject commit f538006bbf9143a5f6779cb4b8a35db9f7f27c40 +Subproject commit 78704010cc4c3b5c2bd050ee846323506ad3ed5b From 4d49d29abd72b29ef7038ed97b9bbe4fc0c75150 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 06:18:23 +0000 Subject: [PATCH 01034/18836] Updated openstack/openstack Project: openstack/python-cinderclient 3b92c27debb0325525da1ed5ecdb17cc66113801 null Add volume retype command Add volume retype to Cinder client. Cinder code: https://review.openstack.org/#/c/44881/ Change-Id: Ied4902da531386f744403962e4a8ddfb7587c4ef --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 4fca766f4e10..3b92c27debb0 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 4fca766f4e104794feccbcd7ebb34e421153706d +Subproject commit 3b92c27debb0325525da1ed5ecdb17cc66113801 From 1f53d69c4117aff154407ae7f508a02372ae7dcc Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Fri, 22 Nov 2013 18:20:08 +0200 Subject: [PATCH 01035/18836] Updated openstack/openstack Project: openstack/glance 99fb66ca80cb0f6f4c3e25b1907a9bf6c630fdb1 null Use common db migrations module from Oslo Changes due to use common migration module instead of Glance implementation. Removed glance.db.sqlalchemy.migration module and related code. blueprint db-use-oslo-common-code Change-Id: Ib7e2e478a84a90cc9c773f2733dc60b88834fd23 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 446736e020b5..99fb66ca80cb 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 446736e020b5b6c4d4bfc303ef3d8653e101e073 +Subproject commit 99fb66ca80cb0f6f4c3e25b1907a9bf6c630fdb1 From 2292288f31740c3aad12b6609ca49baa358284f2 Mon Sep 17 00:00:00 2001 From: Avishay Traeger Date: Sun, 26 Jan 2014 09:28:48 +0200 Subject: [PATCH 01036/18836] Updated openstack/openstack Project: openstack/python-cinderclient 17d7455d27ce2f98a99b106696a37270931d3de8 null Add retype to index.rst Retype patch was merged but not added to index.rst Change-Id: I15e52153fccf07026d4b1dfcc1fb62a27d6d3ca2 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 3b92c27debb0..17d7455d27ce 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 3b92c27debb0325525da1ed5ecdb17cc66113801 +Subproject commit 17d7455d27ce2f98a99b106696a37270931d3de8 From d9ec6b9cc52d9d0ecf58dc37635021b33a24d613 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 13:33:19 +0000 Subject: [PATCH 01037/18836] Updated openstack/openstack Project: openstack-dev/devstack a6526780eaeda1d45f75cc247b26085f31f88ca6 null Update samples * Skip commands for services that are not started in local.sh * Rename localrc to local.conf Change-Id: Ida3a8cc836d56db94da4a133fbeb81c7f5fc5f26 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4490981bf157..a6526780eaed 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4490981bf157648559d43c7e1b20e398f8f23f08 +Subproject commit a6526780eaeda1d45f75cc247b26085f31f88ca6 From c69d9f3d624cedacf68591d3cd8f390f111167f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 13:36:41 +0000 Subject: [PATCH 01038/18836] Updated openstack/openstack Project: openstack-dev/devstack fd52f0ea99e3141fb4ef54f5b606c886787d93c0 null Updates for tools/info.sh * Handle local.conf localrc section * remove blank lines * rather than removing password lines, just remove the password itself to at least show which password vars have been set Change-Id: Ieca9baaf03e53b23e336944ad0ed2581c9bee460 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a6526780eaed..fd52f0ea99e3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a6526780eaeda1d45f75cc247b26085f31f88ca6 +Subproject commit fd52f0ea99e3141fb4ef54f5b606c886787d93c0 From 8509a5b8039616d75272231e38cdaa7b2d83583b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 15:33:30 +0000 Subject: [PATCH 01039/18836] Updated openstack/openstack Project: openstack/glance 876c53ab82480d0e28251416eb21c9fc32aa32ac null Check --store parameter validity before _reserve Currently the value of the --store parameter is checked after the call to _reserve is made. Thus the image is actually created on the database even though the store is invalid, and then returns a E400. Change-Id: Ic27ed30e605794342161530e8a8eacd6e6deb5d9 Closes-bug: #1260314 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 99fb66ca80cb..876c53ab8248 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 99fb66ca80cb0f6f4c3e25b1907a9bf6c630fdb1 +Subproject commit 876c53ab82480d0e28251416eb21c9fc32aa32ac From b2de0c8f233bb05d6f8dd1217aacdedbe5be2268 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 18:02:19 +0000 Subject: [PATCH 01040/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 37d47a3e928be69281c5bcfa22193ca9a4c55f13 null Fix E12x warnings found by Pep8 1.4.6 These are missed due to bugs in 1.4.5. Closes-Bug: #1267994 Change-Id: Ic7b37abf757a9b7b0c8306c941949dee93b83e08 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c02f84a9e8d4..37d47a3e928b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c02f84a9e8d474254e1a72fbeae3678437f7528e +Subproject commit 37d47a3e928be69281c5bcfa22193ca9a4c55f13 From 1889045d3a6b1f44d6047ac30f836601dba4f3ee Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 19:08:06 +0000 Subject: [PATCH 01041/18836] Updated openstack/openstack Project: openstack/python-keystoneclient df511325efe33711a8f0b516bb23b99a571fd834 null Fix discover command failed to read extension list issue Fix the key error which caused discover command failed to read the response body of extension list result. This change also added test cases to cover the use case of generic client extension discovery. Change-Id: Id687f8d73cead28f594de00d3b5ff9086558947b Closes-Bug: #1266710 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 37d47a3e928b..df511325efe3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 37d47a3e928be69281c5bcfa22193ca9a4c55f13 +Subproject commit df511325efe33711a8f0b516bb23b99a571fd834 From c57192c84baf2e8139df011f02f4160f6355ecdf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 19:21:43 +0000 Subject: [PATCH 01042/18836] Updated openstack/openstack Project: openstack-dev/devstack adfaf0cef01d8e4dc6bb3f7fb0944ef40e14952f null clean.sh updates * Clean out data, log and state dirs * Include lib/apache to clear is_apache_enabled_service not found error * Clean errors removing tgt config files * Clean errors removing VG backing file in lib/cinder Change-Id: I33dfde17eb8daaaed7f7e76337fe6a8085a266bf --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fd52f0ea99e3..adfaf0cef01d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fd52f0ea99e3141fb4ef54f5b606c886787d93c0 +Subproject commit adfaf0cef01d8e4dc6bb3f7fb0944ef40e14952f From 8b9de5ea4e2d986caf0b497da6c2a24eb96045ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 19:21:45 +0000 Subject: [PATCH 01043/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 454f237bc3249d4eb4e5fe3d9e08b7abe3c76574 null Sync with global requirements Change-Id: I366b3a23bcb82203b347fa13f0385024bae62cab --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index df511325efe3..454f237bc324 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit df511325efe33711a8f0b516bb23b99a571fd834 +Subproject commit 454f237bc3249d4eb4e5fe3d9e08b7abe3c76574 From d20ef003f738c6f6d94f8651714c0533d9eed08c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 19:32:45 +0000 Subject: [PATCH 01044/18836] Updated openstack/openstack Project: openstack-dev/devstack 121d65023b822fd4285d315386eedd023cbf223e null Add 'bc' to files/apts/general After commit def4c141, "bc" command is used in stack.sh, but 'bc' command is not available in very minimal Ubuntu installation (without any tasks installed). We need to add 'bc' to required package list. Closes-Bug: #1272914 Change-Id: I5797707e8eaa9dd2a21d1a1fc3af028d1951a2ee --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index adfaf0cef01d..121d65023b82 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit adfaf0cef01d8e4dc6bb3f7fb0944ef40e14952f +Subproject commit 121d65023b822fd4285d315386eedd023cbf223e From 77e80126bde6752bf79b52b57ebcd37293e759cc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 22:46:36 +0000 Subject: [PATCH 01045/18836] Updated openstack/openstack Project: openstack-dev/devstack b53dbad8ac42417960f39bbd1f0901ffae808075 null remove setting up fatal_deprecations using fatal deprecations only means you can't add new deprecations to the code base, which isn't helpful in actually deprecating features in a user friendly way. Change-Id: I26468f4c221a14f2eea746439d46e5fa192cfc57 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 121d65023b82..b53dbad8ac42 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 121d65023b822fd4285d315386eedd023cbf223e +Subproject commit b53dbad8ac42417960f39bbd1f0901ffae808075 From 22f667f39b1b4bdbfac1380d7ca69fc28f3fcc26 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 26 Jan 2014 23:45:27 +0000 Subject: [PATCH 01046/18836] Updated openstack/openstack Project: openstack/python-heatclient ca8d44732a8253b9b614f8392bfe740af54c3fae null Remove dependencies on pep8, pyflakes and flake8 They should be determined by the hacking dependency implicitely. Change-Id: I137feb8f44349be1bfb810b93f1f10bbdaf150e2 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b76ed8d85736..ca8d44732a82 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b76ed8d85736c77942a65d0c9c6fc84cdfec2941 +Subproject commit ca8d44732a8253b9b614f8392bfe740af54c3fae From 6e5522d18f31a5699cd0ca3127ddc951c1aaabba Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 31 Dec 2013 10:23:45 -0600 Subject: [PATCH 01047/18836] Updated openstack/openstack Project: openstack/requirements 2c913b367c3b02c1c53adcbc3a388403890808d9 null Add python-openstackclient Projects wanting to do out-of-tree plugins for openstackclient need to be able to add it to their dependency list. Change-Id: I7fb11f04652c22e962396ad829648afeb6a2101d --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1a5a9f65dfef..2c913b367c3b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1a5a9f65dfef97b97a71460f3f5cfed055ae8476 +Subproject commit 2c913b367c3b02c1c53adcbc3a388403890808d9 From e5984941e05cd3b129041ec8abf0e649007694f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 00:22:44 +0000 Subject: [PATCH 01048/18836] Updated openstack/openstack Project: openstack/python-heatclient dca8aaf35e789ef3c90e3c9af6c1cd647280af5e null Refactor environment functions in preparation for get_file These functions have been reorganised to break out functions that deal with only file or URL handling to allow for better unit testing and to prepare for get_file which will also use some of these functions. Change-Id: I8576d09c556fc0835004da6b78070686482361e0 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index ca8d44732a82..dca8aaf35e78 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit ca8d44732a8253b9b614f8392bfe740af54c3fae +Subproject commit dca8aaf35e789ef3c90e3c9af6c1cd647280af5e From 42d462255cab5c62345f4e725042ca44788127c7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 07:16:09 +0000 Subject: [PATCH 01049/18836] Updated openstack/openstack Project: openstack/python-cinderclient dd92af2a9eafa132dd4ce254221180455e8a7349 null Remove RAX-specific auth in cinderclient Change-Id: Idd36694a322f467ba5e8c1f58bfac701bff8f3f8 Closes-Bug: #966329 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 17d7455d27ce..dd92af2a9eaf 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 17d7455d27ce2f98a99b106696a37270931d3de8 +Subproject commit dd92af2a9eafa132dd4ce254221180455e8a7349 From 2468dc9f4960c67c37a147e82f27f6839b9e1e60 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 20:54:52 +0000 Subject: [PATCH 01050/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 113a2ca7c9aadcdb3c287cbefb2cfd1e020157d5 null Python 3: set webob.Response().body to a bytes value In Python 3, the body attribute of a webob.Response instance has type 'bytes': >>> import webob >>> type(webob.Response().body) Change-Id: Ic60454dd1713ebd5ae84daaa113ccb0270ca37ed --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 454f237bc324..113a2ca7c9aa 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 454f237bc3249d4eb4e5fe3d9e08b7abe3c76574 +Subproject commit 113a2ca7c9aadcdb3c287cbefb2cfd1e020157d5 From e66d974316dc38d5e9e6052bdbc6028b9148e20e Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 27 Jan 2014 09:05:00 +0100 Subject: [PATCH 01051/18836] Updated openstack/openstack Project: openstack/glance 5ab50f424a8a516bd3ea79d5f59d2640133c50a3 null Sync oslo.messaging version with global-requirements Change-Id: I5a6001810154d5a443e5f305b461b836fdea31a8 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 876c53ab8248..5ab50f424a8a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 876c53ab82480d0e28251416eb21c9fc32aa32ac +Subproject commit 5ab50f424a8a516bd3ea79d5f59d2640133c50a3 From e111860532388ab5ef8d84bd78069fae738a4c96 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 20:55:49 +0000 Subject: [PATCH 01052/18836] Updated openstack/openstack Project: openstack/oslo.config 3b8197e8ba3ed76bbd1a56bce2c7c3c92c830da9 null Remove copyright from empty files According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Closes-Bug: #1262424 Change-Id: Id6396fc396376c7e8bb0c8eb4abe472a97c014c5 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index e6bcb78a70dd..3b8197e8ba3e 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit e6bcb78a70ddde28b4b26156546e680077d8cee5 +Subproject commit 3b8197e8ba3ed76bbd1a56bce2c7c3c92c830da9 From 3a345223ff6dc9e851a63fc638541b77a406c6db Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 21:25:38 +0000 Subject: [PATCH 01053/18836] Updated openstack/openstack Project: openstack/oslo.messaging 1d25c5ae20cdd8a9faf5a7f7dc2195a46e5be861 null Fix help strings Use sentence style capitalization on help strings. Change-Id: Ib3a8393eb0f3244d2ee431e71d3632195903b708 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 2862f502a6aa..1d25c5ae20cd 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 2862f502a6aabd89f0d532e0968ac9c4fba30111 +Subproject commit 1d25c5ae20cdd8a9faf5a7f7dc2195a46e5be861 From 98391868e346756da2e8d3f64a691bb422c6adc8 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 27 Jan 2014 15:52:25 +1300 Subject: [PATCH 01054/18836] Updated openstack/openstack Project: openstack/requirements a9440f54c0025c04d4a4b2e1a15d19206e6536f9 null Mirror gear - it's needed by tripleo-ci. This runs in the restricted openstack-mirror only environment so we need it here to have access to it. Change-Id: Ibe912c0dec503d8d08c0f69751d1cd14887730ff --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 2c913b367c3b..a9440f54c002 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 2c913b367c3b02c1c53adcbc3a388403890808d9 +Subproject commit a9440f54c0025c04d4a4b2e1a15d19206e6536f9 From 6faccc3e3a394e644424ed2d77d1404e270ccab2 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 27 Jan 2014 15:21:29 +1300 Subject: [PATCH 01055/18836] Updated openstack/openstack Project: openstack-dev/devstack e61bc61a31ba05c9af5d0801d2f120e919e0bd5f null Use HOST_IP instead of SERVICE_HOST for heat API conf Heat config values heat_metadata_server_url, heat_waitcondition_server_url and heat_waitcondition_server_url currently derive their host from devstack SERVICE_HOST. In gating this is set to 127.0.0.1, which would explain why nova servers are not reaching heat with waitcondition signalling. This change uses HOST_IP as the default instead of SERVICE_HOST. Change-Id: I373b086e3a36a3484cfd34f0d1c8c168ac6d465d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b53dbad8ac42..e61bc61a31ba 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b53dbad8ac42417960f39bbd1f0901ffae808075 +Subproject commit e61bc61a31ba05c9af5d0801d2f120e919e0bd5f From feb5f87075c94e8ed76bb18ce95bd5ca5c61f03b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 21:47:52 +0000 Subject: [PATCH 01056/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 6cda71bc675bf2b47216a5d4e419d6d1bba3b7bc null Fix typos picked up by misspellings Joe Gordon has introduced a module named misspellings which can check typo automatically. $ pip install misspellings $ git ls-files | grep -v locale | misspellings -f - Change-Id: I9eca2e097b03468651814fa563e4380fd573205e ref: http://lists.openstack.org/pipermail/openstack-dev/2013-December/020975.html --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 8f6b34b21519..6cda71bc675b 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 8f6b34b215196270d34afe7bd868b03eb6d0a7b3 +Subproject commit 6cda71bc675bf2b47216a5d4e419d6d1bba3b7bc From 9dd0e6fe005474416d7545553f5d66511d486efe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 22:57:21 +0000 Subject: [PATCH 01057/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 18403d7be373d8f1eb21e5dfd8200b139a6bbb95 null Using common methods from oslo cliutils There are some common methods in cliutils we can use in ceilometerclient: arg, env, unauthenticated, isunauthenticated. + Replaces utils.env to add alias env from cliutils. + Removes unused methods in utils: env To use methods from clituils. partially implements blueprint common-client-library-2 Change-Id: I295cc80635ed15c91e2832acb315e9deede09516 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 6cda71bc675b..18403d7be373 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 6cda71bc675bf2b47216a5d4e419d6d1bba3b7bc +Subproject commit 18403d7be373d8f1eb21e5dfd8200b139a6bbb95 From 241ae4a0a3814ec93f36f60439e87a37b501d4c1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 22:59:05 +0000 Subject: [PATCH 01058/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient d142b249f80b573d09d62e11f7944aeaf2da5b5b null return sample info when creating sample with CLI It will return nothing after creating a sample successfully with ceilometer CLI. The information of the sample created should be return, like other creating commands, such as "ceilometer alarm-create". Change-Id: I60229fefa91de83e4b715cf4f92d3650e0a0d162 Closes-bug: #1267713 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 18403d7be373..d142b249f80b 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 18403d7be373d8f1eb21e5dfd8200b139a6bbb95 +Subproject commit d142b249f80b573d09d62e11f7944aeaf2da5b5b From 34a339596f7459a9a7a928f7a14a0ab759b0a9f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 23:04:54 +0000 Subject: [PATCH 01059/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient e22c009a7ad18fae9ae2837f9ecde672e77845b6 null Remove print debugs statements. Change-Id: I78a885ba98363ca309598294bc84604d05a55446 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index d142b249f80b..e22c009a7ad1 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit d142b249f80b573d09d62e11f7944aeaf2da5b5b +Subproject commit e22c009a7ad18fae9ae2837f9ecde672e77845b6 From c624b07470c57dde36f1a539c50ddd0260ba884f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 27 Jan 2014 23:04:55 +0000 Subject: [PATCH 01060/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient b01b40268c8d27c260c4e04d3224971c067fc892 null Remove ununsed httplib2 requirement This is not needed anymore since the logging is handled by six.moves/httplib. Change-Id: I4de3cfd8d8d3c08b38e39fde12172bdb4de0cea0 Closes-Bug: 1272986 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index e22c009a7ad1..b01b40268c8d 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit e22c009a7ad18fae9ae2837f9ecde672e77845b6 +Subproject commit b01b40268c8d27c260c4e04d3224971c067fc892 From 98830d8db2b2afa8c8f9666d919066722dfcb836 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 00:00:53 +0000 Subject: [PATCH 01061/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e62c5fe916eb043488ddb455fd4edb715cf697f1 null Add support for grenade-dsvm-rolling test When DEVSTACK_GATE_GRENADE_ROLLING=1 is passed in, set NOVA_COMPUTE_ROLLING_UPGRADE=True in the localrc for grenade to read. This upgrades everything except nova-compute to make sure we support the rolling upgrade scenario. Change-Id: I273b82fe2bb449d497f565fe1e2e14e4ea0a59e9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6cf7a3a12807..e62c5fe916eb 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6cf7a3a1280733dd1c83eafdc9d175191259994d +Subproject commit e62c5fe916eb043488ddb455fd4edb715cf697f1 From 512067876f527a7689c0b36f8066b0f4565af8da Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 00:01:26 +0000 Subject: [PATCH 01062/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ec535a469d4dc48d535c722957e626571c05c2df null Add Trove testing support Added DEVSTACK_GATE_TROVE (0 by default). Change-Id: I82ca98d8d2c2b2fe80e2728cb2b1d294c774c407 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e62c5fe916eb..ec535a469d4d 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e62c5fe916eb043488ddb455fd4edb715cf697f1 +Subproject commit ec535a469d4dc48d535c722957e626571c05c2df From a400e45e535453dca87f77dfff27d7249a020eeb Mon Sep 17 00:00:00 2001 From: Christopher Yeoh Date: Sat, 11 Jan 2014 14:28:56 +0800 Subject: [PATCH 01063/18836] Updated openstack/openstack Project: openstack/python-novaclient 1151c8ec5da951ecb449a95671947164069de721 null Removes unsupported volume commands from V3 API support Removes the volume commands which are not supported by the V3 API. They are removed only from the V3 part of novaclient and so the V2 support remains the same. Partially implements blueprint v3-api Change-Id: I343885c72e7cd020060249ece61135eacab68039 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 20c4226725e2..1151c8ec5da9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 20c4226725e2a0f2bf39a4d7ff586b9d31ed3241 +Subproject commit 1151c8ec5da951ecb449a95671947164069de721 From d99096ebc5cbe2301f334068e52ad61e1e0e0ed8 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 2 Dec 2013 18:56:45 -0500 Subject: [PATCH 01064/18836] Updated openstack/openstack Project: openstack/python-cinderclient 306d451bc7fc6c33c4aa222582be76c43d835866 null Add shell tests for snapshot_delete snapshot_delete does not have a shell test covering it. Closes-Bug: #1257747 Change-Id: I22252f5025c11a7c115aa75e07c78424eec75ba1 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index dd92af2a9eaf..306d451bc7fc 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit dd92af2a9eafa132dd4ce254221180455e8a7349 +Subproject commit 306d451bc7fc6c33c4aa222582be76c43d835866 From 5eb79e247445165f389c7d355994851221574020 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 02:02:53 +0000 Subject: [PATCH 01065/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 655ce58274347ba988347d5d1a161df20e2c559f null Consistently support kwargs across all v3 CRUD Manager ops Co-Authored-By: Saju Madhavan Closes-Bug: 1047867 Implements: blueprint extensible-crud-manager-operations Change-Id: I64e11bcf3797eb84e4695605daea9749259d78ec --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 113a2ca7c9aa..655ce5827434 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 113a2ca7c9aadcdb3c287cbefb2cfd1e020157d5 +Subproject commit 655ce58274347ba988347d5d1a161df20e2c559f From d9806e49d9d19f28ab3a7c5d7689d57a99e5d8d6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 02:03:11 +0000 Subject: [PATCH 01066/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 28d3cf78e57107f6bdf98f91fd5328123709e3dc null Remove configure_tempest.sh This script has been deleted over a year ago from devstack, so it's likely that this is dead code anyway. Change-Id: Ia260832d3d2e63b3013b3f16e88c814435ff92ca --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ec535a469d4d..28d3cf78e571 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ec535a469d4dc48d535c722957e626571c05c2df +Subproject commit 28d3cf78e57107f6bdf98f91fd5328123709e3dc From 20858227012f8efd59e9d186c3335e99f257d8d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 02:38:46 +0000 Subject: [PATCH 01067/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a0ebd5ee6d399f1d0952d2e2cbc9589518c0c013 null Fix discover command failed to discover keystone in ssl Fix the blocking behavior of keystone discover when trying to obtain information of the local keystone. It does not block while checking and checks both protocols HTTP and HTTPS Change-Id: I43616a348bf04163bf7967a12957556d7edfde40 Closes-Bug: #1270154 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 655ce5827434..a0ebd5ee6d39 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 655ce58274347ba988347d5d1a161df20e2c559f +Subproject commit a0ebd5ee6d399f1d0952d2e2cbc9589518c0c013 From 877cc8bd79008efff6219c4a22cdbe24ef70eeb3 Mon Sep 17 00:00:00 2001 From: ekudryashova Date: Mon, 30 Dec 2013 17:13:47 +0200 Subject: [PATCH 01068/18836] Updated openstack/openstack Project: openstack/python-troveclient 11c45de9e0474e14f787f2e5e2bf26283fcb02f0 null Update to the latest code from Oslo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update apiclient code for python3.3 support Сhanges from oslo-incubator related to apiclient: Change 41dc2b4: Encode response from FakeHTTPClient Change e6494c2: Use six.iteritems to make dict work on Python2/3 Change 0d8f18b: Use urlutils functions instead of urllib/urllib2 Change 16fb43b: Replace data structures' attribute with six module Change fdb0f0f: Common ConnectionRefused class Change 9d0ec6a: Use six.iteritems for python 3.3 support in apiclient module Change 12bcdb7: Remove vim header Change 4c22556: Use py3kcompat urlutils functions instead of urlparse Change 3970d46: Fix typos in oslo Change 1771a77: Adjust import order according to PEP8 imports rule Change da611e6: Transform the for loop to expression Change-Id: If2bbb247f0202bae6dd5a8bd66d9708738e52d71 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index ff2589cc9eb2..11c45de9e047 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit ff2589cc9eb21598cca698aa307fc6eca6f5b1c6 +Subproject commit 11c45de9e0474e14f787f2e5e2bf26283fcb02f0 From c815064833ea5f8abb0e768fe4a0261f76688001 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 04:39:29 +0000 Subject: [PATCH 01069/18836] Updated openstack/openstack Project: openstack/glance d390e85ceed6a762b4698011625fa78a12324e2e null Enable hacking H703 check Enable hacking H703 (multiple positional placeholders) and fix string formatting in files listed below: - glance/api/authorization.py - glance/api/v1/images.py - glance/api/v1/upload_utils.py - glance/api/v2/image_data.py - glance/cmd/replicator.py - glance/common/property_utils.py - glance/common/utils.py - glance/common/wsgi.py - glance/image_cache/__init__.py - glance/notifier.py - glance/store/__init__.py - glance/store/filesystem.py - glance/store/gridfs.py - glance/store/swift.py Change-Id: Idb871eadcad1bd0cc2d2710be7469cf66360c3a7 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5ab50f424a8a..d390e85ceed6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5ab50f424a8a516bd3ea79d5f59d2640133c50a3 +Subproject commit d390e85ceed6a762b4698011625fa78a12324e2e From a6e2e94b4c9fcd207b310fce466ddb7ed3a4346b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 04:46:48 +0000 Subject: [PATCH 01070/18836] Updated openstack/openstack Project: openstack/python-novaclient eb0b6d167de8d3f01e48b45bfa44a8dddd64379e null Reuse Resource from oslo All methods of Resource class novaclient is equal to common code. In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: I2b72c6b34a44dec3572ca8ad70e41e42a32d48c0 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 1151c8ec5da9..eb0b6d167de8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 1151c8ec5da951ecb449a95671947164069de721 +Subproject commit eb0b6d167de8d3f01e48b45bfa44a8dddd64379e From 83b32bf272ec94ebf08509c52bec05b7313b5c7b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 06:10:30 +0000 Subject: [PATCH 01071/18836] Updated openstack/openstack Project: openstack/oslo.config 16541c554e43b9291a74cfd7a5313e6482f4da77 null Throw exception if --config-dir doesn't exist Currently an invalid --config-dir option is silently ignored. This means that a user could accidentally enter the wrong directory or have a typo which would cause the desired config files to not be used and no indication of the error would be produced. This change adds a ConfigDirNotFoundError exception that can be raised when the requested --config-dir isn't found. While working out the unit tests for this it was discovered that the test_config_dir_tilde test case was not correct. It could still pass when it should fail. This commit includes a fix for that issue as well. Closes-bug: 1255354 Change-Id: I386b2419d04572b14ccf11b527f871a237304e53 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 3b8197e8ba3e..16541c554e43 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 3b8197e8ba3ed76bbd1a56bce2c7c3c92c830da9 +Subproject commit 16541c554e43b9291a74cfd7a5313e6482f4da77 From 63dbe229ce8b833a6620e05d1adca052c755dcdb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 06:13:36 +0000 Subject: [PATCH 01072/18836] Updated openstack/openstack Project: openstack/oslo.messaging f397c4264b07ddee62d6ec524012a9d0a3925914 null Fix test case name typo This is just a copy-and-paste typo. Change-Id: Ibe350ca650363749f88bbbc115898a8071129415 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 1d25c5ae20cd..f397c4264b07 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 1d25c5ae20cdd8a9faf5a7f7dc2195a46e5be861 +Subproject commit f397c4264b07ddee62d6ec524012a9d0a3925914 From a792a517eaad547be9116167a41f244f0d7e4907 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 06:17:56 +0000 Subject: [PATCH 01073/18836] Updated openstack/openstack Project: openstack/oslo.messaging f81cde600bd64abfcb493f5057aa05943f88f02a null Expose an entry point to list all config options Register a oslo.messaging entry point in the oslo.config.opts namespace which, when called, returns a list of the configuration options which may be registered by the library at runtime. The idea here is that the sample config file generator can query this and include the returned options in the sample config file of any applications which use the library. Some sample code for fetching available options: import pkg_resources for ep in pkg_resources.iter_entry_points('oslo.config.opts'): if ep.name == "oslo.messaging": list_opts = ep.load() for g, opts in list_opts(): opts.sort(key=lambda x: x.name) print "[%s]" % g for o in opts: print "%s = %s" % (o.name, o.default) print Related-Bug: #1241566 Change-Id: Ic28351258652d2ea38974e2f4d1aa6b1d3dd7192 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f397c4264b07..f81cde600bd6 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f397c4264b07ddee62d6ec524012a9d0a3925914 +Subproject commit f81cde600bd64abfcb493f5057aa05943f88f02a From c25de2677d0d7188412b6d8b461df30e5f02ed25 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 07:15:55 +0000 Subject: [PATCH 01074/18836] Updated openstack/openstack Project: openstack/requirements 66d8313abb0e49bf8b442f3959882fc296584a2d null Require httplib2>=0.7.5 This patch bumps the httplib2 version to be greaten then 0.7.5 which adds a RETRIES attribute which needs to be set in order to prevent retrying requires on timeout which is a behavior that we do not want as it can create orphaned objects that we can't detect. See https://code.google.com/p/httplib2/issues/detail?id=124 for more details. Change-Id: Ib80255bef56d2c9b827b02e13f16d26b0e17d48a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index a9440f54c002..66d8313abb0e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit a9440f54c0025c04d4a4b2e1a15d19206e6536f9 +Subproject commit 66d8313abb0e49bf8b442f3959882fc296584a2d From 9abd6a16f4f6d2a702c37ea303b728738e6adc6e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 09:25:26 +0000 Subject: [PATCH 01075/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 5422bc9970114d31012b5aac59c18daf7a140e82 null Raise traceback on error when using CLI and -debug When --debug is specified to the CLI don't just print the simple error message but actually reraise that error. Change-Id: Iac624dbb3490d29e32a9ea251c14766186df31db --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index b01b40268c8d..5422bc997011 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit b01b40268c8d27c260c4e04d3224971c067fc892 +Subproject commit 5422bc9970114d31012b5aac59c18daf7a140e82 From df39aa64d9e9631d804a70c0c4b7687ce372a824 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 09:25:28 +0000 Subject: [PATCH 01076/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 29ca6349d58232e863526b30c512e9a49fa958d6 null Update client to display data type of traits fixes bug 1268032 Change-Id: I47dfd3208fb3f7e5e5e2b33bd9b00c688d8283cd --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 5422bc997011..29ca6349d582 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 5422bc9970114d31012b5aac59c18daf7a140e82 +Subproject commit 29ca6349d58232e863526b30c512e9a49fa958d6 From d9c7f79c3c3305203591e9510009b313eb304488 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 13:58:51 +0000 Subject: [PATCH 01077/18836] Updated openstack/openstack Project: openstack/requirements 54c30d935e4d0f73285dbe980a2ce9e58d432127 null Added a requirement to COIN PULP LP Modeler module This requirement is needed for a reference constraint solver implementation included as part of the solver-scheduler blueprint. Change-Id: I50177485d6d2034f2c15121cc2a56b720ff006fd Implements: blueprint solver-scheduler --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 66d8313abb0e..54c30d935e4d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 66d8313abb0e49bf8b442f3959882fc296584a2d +Subproject commit 54c30d935e4d0f73285dbe980a2ce9e58d432127 From 418f71a603605e300b7c993eab6b5afa6bfe1e52 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 14:51:48 +0000 Subject: [PATCH 01078/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient ef01cc15e308e89e14218006656197a217cac019 null Remove unused import for print_function A minor fix to https://review.openstack.org/#/c/69234/ which forgets to remove the unused 'from __future__ import print_function' after remove all print function. Change-Id: Iedc925a66fa4dec209cf34ce28b45f768f7bc81d --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 29ca6349d582..ef01cc15e308 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 29ca6349d58232e863526b30c512e9a49fa958d6 +Subproject commit ef01cc15e308e89e14218006656197a217cac019 From 7654239dcf67e5d65a4ce208cdf19a9ae8c3615a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 14:52:24 +0000 Subject: [PATCH 01079/18836] Updated openstack/openstack Project: openstack/python-heatclient a10c37d516c251ae2c987afd7cbf6b9a1adda091 null Remove unused method 'string_to_bool' from utils The method 'string_to_bool' in utils is not used. Furthermore, if we need this method in the future, we should use 'bool_from_string' from oslo cliutils to replace it. partially implements blueprint common-client-library-2 Change-Id: I21978d389a8721a40e1669351575297ce61a438e --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index dca8aaf35e78..a10c37d516c2 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit dca8aaf35e789ef3c90e3c9af6c1cd647280af5e +Subproject commit a10c37d516c251ae2c987afd7cbf6b9a1adda091 From 330b9a7ac6c3ebe91494866ae04c372c766ec972 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 28 Jan 2014 15:39:12 +0000 Subject: [PATCH 01080/18836] Updated openstack/openstack Project: openstack/python-heatclient 022dce60ff96a994fb9aad5873840f788d0de922 null Updated from global requirements Change-Id: If173908ddb06a946f68fd27db1248f4974033c8c --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a10c37d516c2..022dce60ff96 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a10c37d516c251ae2c987afd7cbf6b9a1adda091 +Subproject commit 022dce60ff96a994fb9aad5873840f788d0de922 From 02bde9991d7ed8bbf458fe81ab11f810434305ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 16:45:30 +0000 Subject: [PATCH 01081/18836] Updated openstack/openstack Project: openstack/python-heatclient 62cd3154c5ee0380f9ae848f63c60d48fccb6c2e null Add support for build info API Add new command to interact with the build info API and return build revision information. Closes-Bug: #1267586 Change-Id: Iea501cea4ddfd0a9f463299f71b72795a93e4def --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 022dce60ff96..62cd3154c5ee 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 022dce60ff96a994fb9aad5873840f788d0de922 +Subproject commit 62cd3154c5ee0380f9ae848f63c60d48fccb6c2e From ea41e9f4eead82d7daabc2e3e40f2ae3b3d4efbb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 18:19:09 +0000 Subject: [PATCH 01082/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 16f67c1f2eb963fe127721157abe5fa43c446065 null Modify ceilometer client cmd line help info The optional argument "--insufficient-data-action" is described as "... URL to invoke when state transitions to insufficient_data...", it was " URL to invoke when state transitions to unkown. " Closes-Bug: #1260343 Change-Id: I34db56bb22b693e752a971f81d7b8467bfc6c4c5 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index ef01cc15e308..16f67c1f2eb9 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit ef01cc15e308e89e14218006656197a217cac019 +Subproject commit 16f67c1f2eb963fe127721157abe5fa43c446065 From f33b164cbdf7d52368d4601545a04603f26148ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 21:13:20 +0000 Subject: [PATCH 01083/18836] Updated openstack/openstack Project: openstack-dev/devstack ce31a49d89cf8c114b7c1414672d6646785ed886 null Fix Swift process kill stop_swift() was not killing all swift processes properly. Change to manually clean up all screen services with pkill. Closes-bug: 1268794 Change-Id: Ibb7a2e0dd10a313609f05963264087f82f6f00e2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e61bc61a31ba..ce31a49d89cf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e61bc61a31ba05c9af5d0801d2f120e919e0bd5f +Subproject commit ce31a49d89cf8c114b7c1414672d6646785ed886 From dd54169e8cfb60b278aea32211e74c055f3820e7 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Fri, 17 Jan 2014 01:12:26 +0100 Subject: [PATCH 01084/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b6bfbd3e08016da9865c3f433aa33ad32f31151f null Python 3: Fix an str vs bytes issue in tempfile In Python 3, one cannot write: from tempfile import NamedTemporaryFile with NamedTemporaryFile() as f: f.write('foobar') The input of f.write() must be bytes. Encode it when necessary in middleware/auth_token.py, in a way that is compatible with Python 2. Change-Id: Ib60afbc5e01c35f59cd7c9b68bfedb10ad897ff9 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a0ebd5ee6d39..b6bfbd3e0801 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a0ebd5ee6d399f1d0952d2e2cbc9589518c0c013 +Subproject commit b6bfbd3e08016da9865c3f433aa33ad32f31151f From dcfd254fcdbbe51907ba730b031dc3417093e351 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 22:30:29 +0000 Subject: [PATCH 01085/18836] Updated openstack/openstack Project: openstack-dev/devstack 2a73a2b769f91dfa6322c24ac53fc7d0cbab65ef null Repeatedly add log_filters,log_outputs to libvirtd.conf when restart Change-Id: I14f07f3164f9201305ed1e94e9277a5a5792e850 Closes-bug: 1273058 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ce31a49d89cf..2a73a2b769f9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ce31a49d89cf8c114b7c1414672d6646785ed886 +Subproject commit 2a73a2b769f91dfa6322c24ac53fc7d0cbab65ef From dd2c2f9035aa33eadd903dc408feab00df46a5b2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 22:30:31 +0000 Subject: [PATCH 01086/18836] Updated openstack/openstack Project: openstack-dev/devstack 68e4bfee664cd3dbd027c7dd00500affecc90b4e null Convert trove to plugin Also adds an is_trove_enabled() function to match https://review.openstack.org/69497 changes for is_service_enabled(). Change-Id: Ic0408ff6d9816aec8a3506931470470342a5dcd7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2a73a2b769f9..68e4bfee664c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2a73a2b769f91dfa6322c24ac53fc7d0cbab65ef +Subproject commit 68e4bfee664cd3dbd027c7dd00500affecc90b4e From 38fb3451d147cd4dbd21d0f457ce7826b3ea59da Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 28 Jan 2014 23:59:37 +0000 Subject: [PATCH 01087/18836] Updated openstack/openstack Project: openstack-dev/devstack b160640d47446bf379b3299460c4e76cb6e6c7c6 null allow for upgrade of the precise kernel we are getting kernel crashes in the OpenStack gate, to test getting around this we'd like devstack to be able to upgrade the precise kernel to the latest lts backported kernel. default to off Change-Id: I5d47aa8d15b1b1c0386a13b65022f6b8108c5c49 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 68e4bfee664c..b160640d4744 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 68e4bfee664cd3dbd027c7dd00500affecc90b4e +Subproject commit b160640d47446bf379b3299460c4e76cb6e6c7c6 From c7d6c40c8cee62e44ef0e678688571217fa00ea1 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 29 Jan 2014 15:22:36 +0400 Subject: [PATCH 01088/18836] Updated openstack/openstack Project: openstack/requirements 4f89713c6fcc90257354597d8e63ba8951ef2553 null Temporary fix testtols version to unblock gate Gate is broken now due to the bug 1274056 Logstash: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOiBcIkltcG9ydEVycm9yOiBjYW5ub3QgaW1wb3J0IG5hbWUgYWxsXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjkwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjEzOTA5OTMwMjU5MDF9 Change-Id: I61a673c7037be05456d227bcd2366c77f23b7551 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 54c30d935e4d..4f89713c6fcc 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 54c30d935e4d0f73285dbe980a2ce9e58d432127 +Subproject commit 4f89713c6fcc90257354597d8e63ba8951ef2553 From 5f224cbacda6647e04a2beebde5e9e376a5f4b83 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 29 Jan 2014 16:55:12 +0000 Subject: [PATCH 01089/18836] Updated openstack/openstack Project: openstack/glance 64d5c9786fe8bbbecbde6c8e5c87e65d363e3936 null Sync with global requirements Change-Id: Iae2b1c78c7351861484260ad4ccf0a26747b2f91 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d390e85ceed6..64d5c9786fe8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d390e85ceed6a762b4698011625fa78a12324e2e +Subproject commit 64d5c9786fe8bbbecbde6c8e5c87e65d363e3936 From 017e50390918539400dc9d55e87647af044047ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 29 Jan 2014 18:24:05 +0000 Subject: [PATCH 01090/18836] Updated openstack/openstack Project: openstack/requirements d627576b50473cae501acd7124114a31099e7484 null glance requires pyOpenSSL>=0.11 glance uses OpenSSL.crypto.sign() and OpenSSL.crypto.verify(), which are new in pyOpenSSL 0.11 Fix global requirement first, then glance will use it Change-Id: Id3b06be8ee203c3d15ccc2d846df0d0d8c4145ea Partial-Bug: #1268966 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 4f89713c6fcc..d627576b5047 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 4f89713c6fcc90257354597d8e63ba8951ef2553 +Subproject commit d627576b50473cae501acd7124114a31099e7484 From 26f1b88a1713d2489f252e08b8aaf9b44f8fb4e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 29 Jan 2014 22:30:17 +0000 Subject: [PATCH 01091/18836] Updated openstack/openstack Project: openstack-dev/devstack 4b9833bca5252b50b98477c240f4be97ede71f6c null Install bc with all distribution After commit def4c141 the bc is requred for devstack install on minimal image, commit fbe12f98 fixed the issue with ubuntu, but not with other distribution. Adding bc to the files/rpms-suse/general and files/rpms/general. Change-Id: Ieb2e3e2af454bca03bb3d7565ff731dc357e699f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b160640d4744..4b9833bca525 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b160640d47446bf379b3299460c4e76cb6e6c7c6 +Subproject commit 4b9833bca5252b50b98477c240f4be97ede71f6c From ce531e098bbd388142b46bb7f42c5c8ead438bdd Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 24 Jan 2014 22:40:56 +0000 Subject: [PATCH 01092/18836] Updated openstack/openstack Project: openstack/python-openstackclient 0aeb357fc24b312c6ba8632cc8019f7ea3ec32fd null Updated from global requirements Change-Id: I98929876d5a21a990009398d9a8259c54d893e7e --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 0076f694acd7..0aeb357fc24b 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 0076f694acd7bc02ce1fb26ec0f1974ba68e0cf3 +Subproject commit 0aeb357fc24b312c6ba8632cc8019f7ea3ec32fd From 708f91b4fc4d19aaaf5167015a8cc21665070f9d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 01:31:20 +0000 Subject: [PATCH 01093/18836] Updated openstack/openstack Project: openstack/python-cinderclient 7d7b7d2893156583c2fa935c1336bd6a2584fbe5 null Sync up with oslo-incubator be81d6b Cleanup unused log related code e53fe85 strutils bool_from_string, allow specified default 12bcdb7 Remove vim header 12d3bbc Add method quote_plus in module py3kcompat.urlutils afdbc0a Fix E501 in individual openstack projects Oslo Version: 8dee4b6 Merge "remove extra newlines that eventlet seems to add" Thu, 23 Jan 2014 14:26:42 +0530 (08:56 +0000) Change-Id: I7348e797a4a78ec20dff77ebdbb41bb8c6068b34 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 306d451bc7fc..7d7b7d289315 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 306d451bc7fc6c33c4aa222582be76c43d835866 +Subproject commit 7d7b7d2893156583c2fa935c1336bd6a2584fbe5 From 733c1b3480a553560775bc7b72e0e607ca186e27 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 01:31:22 +0000 Subject: [PATCH 01094/18836] Updated openstack/openstack Project: openstack-dev/devstack 303dfdfdfef07d642bddd5c5e207b649bcc6d462 null Renamed file 70-trove to 70-trove.sh Reason: Devstack not installing trove stack.sh ignores the trove installation script(70-trove) Change-Id: I3f179a6b5ded46e9f96a1c4bcc673ec52fa8bf0e Closes-Bug: #1274022 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4b9833bca525..303dfdfdfef0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4b9833bca5252b50b98477c240f4be97ede71f6c +Subproject commit 303dfdfdfef07d642bddd5c5e207b649bcc6d462 From e01d78845cb0dcadffa53dc0f88673f7cb8c65bb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 01:33:35 +0000 Subject: [PATCH 01095/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d54167f9d542b91d0ba33776c0eb9f67ef56cec3 null Copy libvirt log file after tempest run Gate tests fail sometimes due to libvirt problems, but it is difficult to investigate their reasons or workarounds because there is not any log about libvirt. This patch adds libvirt log file to the gate test directory for digging libvirt problems in the future. Change-Id: I8771f825fd3ec9df1ba3053c45ce32296aff0fc4 Related-Bug: #1254872 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 28d3cf78e571..d54167f9d542 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 28d3cf78e57107f6bdf98f91fd5328123709e3dc +Subproject commit d54167f9d542b91d0ba33776c0eb9f67ef56cec3 From c92a41e91435fc4561709fd083dbe7264897532e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 02:22:05 +0000 Subject: [PATCH 01096/18836] Updated openstack/openstack Project: openstack/requirements cf14ccb537c81f50929eafb8ac256f61255d7c2c null Bump stevedore to 0.14 Bump minimum version of stevedore to 0.14 to unbreak Ironic's gate. Change-Id: I7f4cec7071ac1a084e26f89e29ada0d7a55543aa Related-bug: #1273472 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d627576b5047..cf14ccb537c8 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d627576b50473cae501acd7124114a31099e7484 +Subproject commit cf14ccb537c81f50929eafb8ac256f61255d7c2c From 5166c98e2628de8b68d0299971b3300b561a8787 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 03:20:21 +0000 Subject: [PATCH 01097/18836] Updated openstack/openstack Project: openstack/glance 4d8c3f1553e5e899e06fbb8d93d6029934e33420 null Update all the glance manpages Finish updating the glance manpages: - Update and modernize all files and references - Add a new manpage for glance-replicator - Move the common configuration options to common files for easier maintenance and less redundancy Change-Id: If2cbcc30f2761b187038f39324c7698de4eb2ab9 Closes-Bug: #1238366 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 64d5c9786fe8..4d8c3f1553e5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 64d5c9786fe8bbbecbde6c8e5c87e65d363e3936 +Subproject commit 4d8c3f1553e5e899e06fbb8d93d6029934e33420 From 6b93b55e954c0ec0fc12ca37fbc9bf8d372b560b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 03:55:50 +0000 Subject: [PATCH 01098/18836] Updated openstack/openstack Project: openstack/requirements ce0abbccc9ca04a4740f49816f3ae03ea71fd6dc null Add futures library to global requirements The concurrent.futures lib will be used to implement parallel file downloads in Ironic project. Basing on discussion in https://review.openstack.org/#/c/63904/1 we decided to use futures instead of working with Thread directly. Add 2.1.3 as minimal version because the docs used during the development are for 2.1.3. Change-Id: I94f8b5225ed380251a6d2e4ff6889c1c1bcb5b57 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index cf14ccb537c8..ce0abbccc9ca 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit cf14ccb537c81f50929eafb8ac256f61255d7c2c +Subproject commit ce0abbccc9ca04a4740f49816f3ae03ea71fd6dc From 59951a8e1dfbb5c4983bff417867e416137b4a95 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 29 Jan 2014 10:00:32 +0000 Subject: [PATCH 01099/18836] Updated openstack/openstack Project: openstack/python-heatclient 884d5403bc647b13d17dbfc7f791ce451a3b4e6b null Pass empty dict not None for empty environment The server rejects any request with a None environment, so pass an empty dict not None (we should probably also make the server more robust so it can cope with None, but this seems the quickest and most backwards compatible fix for now) Change-Id: I0c3e8cd14faf257528be2254070bc40821675431 Closes-Bug: #1273993 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 62cd3154c5ee..884d5403bc64 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 62cd3154c5ee0380f9ae848f63c60d48fccb6c2e +Subproject commit 884d5403bc647b13d17dbfc7f791ce451a3b4e6b From ca8bf759c4c0adeeb89f3e479a518c3d99c13800 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 08:14:41 +0000 Subject: [PATCH 01100/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 082050c5808bed18bfe56080ed3032fe77a6e5c7 null Copy s3_token middleware from keystone The s3_token middleware was in keystone but it should be in python-keystoneclient. As a first step to removing s3_token from keystone, copy it to python-keystoneclient. Also copy the tests. A couple of changes were required - Changed oslo-incubator imports from keystone to keystoneclient. - Changed logging from oslo-incubator to use Python logging and configured the same way as the auth_token middleware. I checked and I didn't see anything to be added to requirements.txt or test-requirements.txt. bp s3-token-to-keystoneclient Change-Id: I64fef4101180e5aa661442d538c3237bdad0c37c Closes-Bug: #1178741 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b6bfbd3e0801..082050c5808b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b6bfbd3e08016da9865c3f433aa33ad32f31151f +Subproject commit 082050c5808bed18bfe56080ed3032fe77a6e5c7 From 681e5c7a285693895ade1eeb46bd432322caeab3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 08:15:59 +0000 Subject: [PATCH 01101/18836] Updated openstack/openstack Project: openstack/requirements 16fba63712c363643b31638289597e1a82f86873 null Update oauthlib requirement to at least 0.6 The oauthlib requirement was not limited. A recent change to Keystone doesn't work with versions of oauthlib < 0.6. Change-Id: Ied4d1aea8fba28ec739dbbdc2f5a6ea2194d1674 Closes-Bug: #1270909 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ce0abbccc9ca..16fba63712c3 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ce0abbccc9ca04a4740f49816f3ae03ea71fd6dc +Subproject commit 16fba63712c363643b31638289597e1a82f86873 From ec5d4ff7a734e776d9a122e73cb8cf8208f2d24c Mon Sep 17 00:00:00 2001 From: Chris Yeoh Date: Tue, 24 Dec 2013 21:34:22 +1030 Subject: [PATCH 01102/18836] Updated openstack/openstack Project: openstack/python-novaclient c8ad3157633b26ae324c352a73bb599eb084c115 null Adds ability to boot a server via the Nova V3 API Creates an images client when attached to the the servers client. This is necessary because the Nova V3 API no longer proxies image queries to glance but when preparing a request to boot a server it is necessary to retreive information about images so we need to talk to both Nova and Glance in the same command. This is a bit ugly, but not much more than the already existing ugliness of using the client class designed to talk to Nova to talk to Glance and Cinder. The long term clean solution is probably to a unified client that is designed to talk to multiple openstack services. Differences between the V2 and V3 API are described here: https://wiki.openstack.org/wiki/NovaAPIv2tov3 Partially implements blueprint v3-api Change-Id: Ib43682f38cd7a3e0f910b75e96685591246e7f67 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index eb0b6d167de8..c8ad3157633b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit eb0b6d167de8d3f01e48b45bfa44a8dddd64379e +Subproject commit c8ad3157633b26ae324c352a73bb599eb084c115 From dd1901f77646d8caebd4e0952e81e24e60c582cd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 11:11:31 +0000 Subject: [PATCH 01103/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 7439c45e461112187c01c1ac99ccc8187292b68f null Adjust import items according to hacking import rule This patch adjust import items and add missing blank lines acording to http://docs.openstack.org/developer/hacking/#imports {{stdlib imports in human alphabetical order}} \n {{third-party lib imports in human alphabetical order}} \n {{project imports in human alphabetical order}} \n \n {{begin your code}} hacking project also enforce some checks for import group. Let make the change in keytoneclient Change-Id: Ic83bd5ee426905588f4a2d555851a9a01fc69f02 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 082050c5808b..7439c45e4611 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 082050c5808bed18bfe56080ed3032fe77a6e5c7 +Subproject commit 7439c45e461112187c01c1ac99ccc8187292b68f From f8914b7de31e5aedc05f7bd9aab15a67e192fd38 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 11:11:32 +0000 Subject: [PATCH 01104/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 661e306f5541d6077a2fb5257754742f4bdc9af0 null Return role names by AccessInfo.role_names A new method was introduced on AccessInfo class. The method role_names returns a list of role names of a user associated to the authorization request. bp keystoneclient-auth-ref-get-roles DocImpact Change-Id: I0862aaaa27193119dc83ef38100c88b48a1d24a4 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 7439c45e4611..661e306f5541 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 7439c45e461112187c01c1ac99ccc8187292b68f +Subproject commit 661e306f5541d6077a2fb5257754742f4bdc9af0 From 47c60f0bf95d4a296a3275797a196e9ad2992758 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 11:55:05 +0000 Subject: [PATCH 01105/18836] Updated openstack/openstack Project: openstack/requirements 3d2d409b72f63db00adc75960b68f346a0669bab null Ironic requires pyghmi>=0.5.8 Ironic import pyghmi exceptions, however it is ready in pyghmi>=0.5.8 Enable this in requirement first, then Ironic will use it Change-Id: I29b70d622f06e4304209dd958e17dc27c437dc7b Partial-Bug: #1264945 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 16fba63712c3..3d2d409b72f6 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 16fba63712c363643b31638289597e1a82f86873 +Subproject commit 3d2d409b72f63db00adc75960b68f346a0669bab From 784635f2bd89bc12bfd99c61c7e37ad791fe1f22 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 14:22:29 +0000 Subject: [PATCH 01106/18836] Updated openstack/openstack Project: openstack/requirements 7ee1613cdfb543c10ee15723e1eed6cdcadc7ffe null Fix testtools version and bump subunit to >=0.0.18 The problem of incompatibility between subunit<0.0.18 and testtools>=0.9.35 was fixed in subunit>=0.0.18: https://launchpad.net/subunit/trunk/0.0.18 Additionally, subunit is now depends on testtools>=0.9.34 Change-Id: Iad31fa3772dbb904cb2f71934a8a93d2ef18fc3d --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3d2d409b72f6..7ee1613cdfb5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3d2d409b72f63db00adc75960b68f346a0669bab +Subproject commit 7ee1613cdfb543c10ee15723e1eed6cdcadc7ffe From bd87574f3b7352cb4a864136ad45809717480747 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 14:22:30 +0000 Subject: [PATCH 01107/18836] Updated openstack/openstack Project: openstack-dev/devstack 4825496615fdcdab20c8a84101029563f040f8a0 null Include SAVANNA_CONF_DIR into SAVANNA_CONF_FILE It's the commom way of using X_CONF_FILE variable. Change-Id: Ibc284be44ffdd25be3191913c78424cbf06b2bb0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 303dfdfdfef0..4825496615fd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 303dfdfdfef07d642bddd5c5e207b649bcc6d462 +Subproject commit 4825496615fdcdab20c8a84101029563f040f8a0 From 55151857564efe7bc61ae909d057c21012569569 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 14:22:32 +0000 Subject: [PATCH 01108/18836] Updated openstack/openstack Project: openstack-dev/devstack 820769e6c837355a32dd18978643e11b6480edcc null Stop all neutron-ns-metadata-proxy with stop_neutron Process name is actually python therefore neutron-ns-metadata-proxy pattern didn't match wanted process. Closes-bug: #1269982 Change-Id: Ib4439b0d32f103253b461841fa903c65763ff280 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4825496615fd..820769e6c837 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4825496615fdcdab20c8a84101029563f040f8a0 +Subproject commit 820769e6c837355a32dd18978643e11b6480edcc From 7e99cb1533e1479a51846775f5d55ce21e35bb33 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 14:38:12 +0000 Subject: [PATCH 01109/18836] Updated openstack/openstack Project: openstack-dev/devstack e0ed8ea038299952826b27a16753775472f108d8 null Generate Tempest service list rather than hard-code it The list of services that Tempest used to set its 'service_available' config values was hard-coded. To be plugin-friendly have each service (project) add its name to the TEMPEST_SERVICES variable and use that for setting the 'service_avilable' values. Change-Id: I208efd7fd0798b18ac2e6353ee70b773e84a2683 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 820769e6c837..e0ed8ea03829 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 820769e6c837355a32dd18978643e11b6480edcc +Subproject commit e0ed8ea038299952826b27a16753775472f108d8 From 42724a2801da79aa449a4ef0ec269f00fb626a6b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 19 Dec 2013 15:55:03 -0700 Subject: [PATCH 01110/18836] Updated openstack/openstack Project: openstack-dev/pbr 44803433a7da66b5e7404806290237469f07fd5d null package: read a specific Python version requirement file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change makes pbr reads a specific requirement file tight to the major Python version that is used. So you can add a file such as requirements-py3.txt to have a specific requirement file for Python 3, or requirements-py2.txt to have a specific requirement file for Python 2. Change-Id: I4b548e9830586f11b82539d334dd5cf4b0445a36 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 00fbbd128c50..44803433a7da 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 00fbbd128c50fba75c7cfe6829a1fa8ca8240a14 +Subproject commit 44803433a7da66b5e7404806290237469f07fd5d From 0b7687561c9644bf7570e8de797f4ea01b6f0688 Mon Sep 17 00:00:00 2001 From: Nilakhya Date: Thu, 30 Jan 2014 19:36:19 +0530 Subject: [PATCH 01111/18836] Updated openstack/openstack Project: openstack/python-troveclient 1fe0e4ee604ea9b6951eb3cc8e573b0e3b81bfde null Fixes troveclient raising undefined exception ConnectionError Reason: ConnectionError exception is raised which is not defined in python-troveclient/troveclient/openstack/common/apiclient/exceptions.py Change: ConnectionError should be renamed to ConnectionRefused. Closes-Bug: #1240950 Change-Id: I73219d29efd71185cdf6ff56a7fe41165541681f --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 11c45de9e047..1fe0e4ee604e 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 11c45de9e0474e14f787f2e5e2bf26283fcb02f0 +Subproject commit 1fe0e4ee604ea9b6951eb3cc8e573b0e3b81bfde From df5df710095d0c51487008b0683754ef05ba415d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 21:30:25 +0000 Subject: [PATCH 01112/18836] Updated openstack/openstack Project: openstack/requirements e903eb1d4d994c549872b9182e8ab6de4ba95393 null Ignore egg-info directory After running tox, openstack.requirements.egg-info is created and untracked by git. Change-Id: I2b9311973116345bbb87a15480c12b9969cbb1ec --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7ee1613cdfb5..e903eb1d4d99 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7ee1613cdfb543c10ee15723e1eed6cdcadc7ffe +Subproject commit e903eb1d4d994c549872b9182e8ab6de4ba95393 From 9d3d33820f3181409d7c892573a3d4770fa9eba8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 21:30:27 +0000 Subject: [PATCH 01113/18836] Updated openstack/openstack Project: openstack/requirements ee07adf62d874266be433bf1c4c2073f4460f661 null psutil >= 1.1.0 is actually on PyPI It's insecure to use anything other than this and breaks the gate. Additionally, 1.1.0 doesn't work - so exclude it from the version list. Change-Id: Ie0a48f759abeef62b8c06b9954c7ccfc76f990be --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e903eb1d4d99..ee07adf62d87 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e903eb1d4d994c549872b9182e8ab6de4ba95393 +Subproject commit ee07adf62d874266be433bf1c4c2073f4460f661 From 39900d164d3b6b44310a35a7259c4c47acf7d081 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 22:19:14 +0000 Subject: [PATCH 01114/18836] Updated openstack/openstack Project: openstack/requirements 87e02baca2db26e8feec1b63cce3779837b20ff4 null Use new hplefthandclient The hplefthandclient is required for HP LeftHand (LH) StoreVirtual Cinder iSCSI Driver unit tests. Change-Id: I1e86d4bdc410c00e108615411fd4c317c4d7b7e9 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ee07adf62d87..87e02baca2db 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ee07adf62d874266be433bf1c4c2073f4460f661 +Subproject commit 87e02baca2db26e8feec1b63cce3779837b20ff4 From 1e998a5f8aa97808623a265b375155737d99319b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 23:01:20 +0000 Subject: [PATCH 01115/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 07a82e3bee3b265a61d165421818b31b6fa8c5a4 null Remove reference to Developer Setup in docs The Developer Setup section no longer exists in this document, removing reference from the README.rst Change-Id: I55446a6877365a6de5033c4304df176e0a26641e --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d54167f9d542..07a82e3bee3b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d54167f9d542b91d0ba33776c0eb9f67ef56cec3 +Subproject commit 07a82e3bee3b265a61d165421818b31b6fa8c5a4 From dd61f4b8722933ebecbb54b063926929ae027029 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 30 Jan 2014 23:54:56 +0000 Subject: [PATCH 01116/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a84e9ee6a5c4d1147c5aa18056ceb2572b621871 null Capture disk space available at the start of a run More debugging of issues is all. Change-Id: I97037ef417b829e65dd0065cc0e65a55dd49ce62 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 07a82e3bee3b..a84e9ee6a5c4 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 07a82e3bee3b265a61d165421818b31b6fa8c5a4 +Subproject commit a84e9ee6a5c4d1147c5aa18056ceb2572b621871 From 8a6f8fb21f7cdd9261f5562f2196ac0bebe9398b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 02:17:07 +0000 Subject: [PATCH 01117/18836] Updated openstack/openstack Project: openstack-dev/devstack 465653e25f0379891c30c5ef2eb8ed8c286f972a null Set keystone admin_bind_host to KEYSTONE_SERVICE_HOST On Linux ports 32768-61000 can be used by just about anything needing a socket. Keystone's IANA assigned port is 35357. Occasionally something else will be using port 35357 first because Linux allows this. Workaround is to bind to port 127.0.0.1 instead of 0.0.0.0. $KEYSTONE_SERVICE_HOST gets its value from $SERVICE_HOST which is set to 127.0.0.1 in the gate. "Ephemeral (client) ports will *never* be sourced from 0.0.0.0, and are uniquely identified by the full connection five-tuple (proto, src IP, src port, dst IP, dst port) anyway, allowing them to overlap src IP/src port as long as proto/dst IP/dst port are different. Thus it is up to keystone/devstack to bind more appropriately and not use wildcard bind addresses unless explicitly necessary for some reason. For example, in the log output, the URLs are configured with dst IPs of 127.0.0.1 anyway, so binding explicitly to localhost would change nothing, while skirting this particular edge case nicely." ~Evan Callicoat This doesn't fix bug 1253482 it works around it while a better solution is prepared (running keystone behind apache in devstack). Co-Authored-By: Joe Gordon Change-Id: I112309661dadf8b753c3311182f82464d9d3595e Related-bug: #1253482 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e0ed8ea03829..465653e25f03 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e0ed8ea038299952826b27a16753775472f108d8 +Subproject commit 465653e25f0379891c30c5ef2eb8ed8c286f972a From 5121742eee1e377fa837043ed283832f72c7c563 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 02:38:12 +0000 Subject: [PATCH 01118/18836] Updated openstack/openstack Project: openstack/python-glanceclient 238e9fffcc0211514f95600163c72e0bf13b6771 null Using common method 'bool_from_string' from oslo strutils Using common method 'bool_from_string' from oslo strutils to replace utils.string_to_bool. partially implements blueprint common-client-library-2 Change-Id: I23924db3000feadcfe823c6cc979ea9752a13fa9 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index ff7b58860239..238e9fffcc02 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit ff7b58860239307a5a1c1d4bea52235e7003fc8b +Subproject commit 238e9fffcc0211514f95600163c72e0bf13b6771 From 5574e8d1264d4b4d7d978d2572132862ee5b3d74 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 02:38:21 +0000 Subject: [PATCH 01119/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 355b0a25f741b94bde51ae1c338c7770839d8a00 null Collect list of installed packages at end of run Run 'dpkg -l' or 'rpm -qa' at the end of a run so we can easily see what packages and versions are installed. This helps rule out dependency changes as the cause of bugs. Compress the resulting list, when run locally the file size drops to under 20% the original size. Only try running dpkg -l if dpkg is installed and same for rpm. Although we only use dpkg today, there is an effort to support rpm based distros in devstack-gate as well. Change-Id: I2d99ddcc7c20e0ae9ec59fe4103f1a054917c1e7 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a84e9ee6a5c4..355b0a25f741 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a84e9ee6a5c4d1147c5aa18056ceb2572b621871 +Subproject commit 355b0a25f741b94bde51ae1c338c7770839d8a00 From 17b6d0bc312b1230d75b5ee51a23569cede10302 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 03:34:00 +0000 Subject: [PATCH 01120/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 456afa153d0fd831686a50c19cc195da2820a6dd null Python 3: fix tests/test_utils.py Only call decode('utf-8') on bytes, not on text strings. Change-Id: Id856ab4775797d486831f5abb927429b8230c5c1 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 661e306f5541..456afa153d0f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 661e306f5541d6077a2fb5257754742f4bdc9af0 +Subproject commit 456afa153d0fd831686a50c19cc195da2820a6dd From 3597431fc7905d4b442157bfb505e35bfd32dffd Mon Sep 17 00:00:00 2001 From: Arnaud Legendre Date: Wed, 27 Nov 2013 10:14:00 -0800 Subject: [PATCH 01121/18836] Updated openstack/openstack Project: openstack/glance f9589bd010795b0daa101adfa18384b4be97e808 null VMware Datastore storage backend Customers using a VMware environment with OpenStack should be able to store their Glance images in VMware datastores. This is a first step to solve the problem where Nova needs to copy the bits over the network from Glance to the datastore when spawning an instance. Also, this give the ability to provide some optimizations for specific image formats in the future (fast cloning for example). This patch contains a 'glance/store/vmware/' folder with the code to manage the connection with vCenter or an ESX(i) host. This code will go away as soon as it is merged to Olso: see review https://review.openstack.org/#/c/65075/ The current implementation give this ability to specify the vCenter or ESX(i) IP. In case of a vCenter IP, there is no optimization to reduce the datapath (no host selected). Consequently, it is recommended to specify an ESX IP if the ESX host API endpoint is accessible from Glance. docImpact Implements bp vmware-datastore-storage-backend Change-Id: I3837912e0d1614b9c31a689f71c2e34d453e2dc3 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4d8c3f1553e5..f9589bd01079 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4d8c3f1553e5e899e06fbb8d93d6029934e33420 +Subproject commit f9589bd010795b0daa101adfa18384b4be97e808 From 4eab5d32e073d839adff8ab7036c4af442fb71b3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 05:50:59 +0000 Subject: [PATCH 01122/18836] Updated openstack/openstack Project: openstack/glance 84954a8522913a2d0449e7bbcf5668462935b150 null Retry failed image download from Swift If a request to Swift for an image fails before the full image is downloaded, this will reconnect to Swift and download the remainder of the image without having to start from scratch. DocImpact blueprint retry-swift-download Change-Id: Ifde68415707506b56ffac1939c6750b216b87a87 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f9589bd01079..84954a852291 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f9589bd010795b0daa101adfa18384b4be97e808 +Subproject commit 84954a8522913a2d0449e7bbcf5668462935b150 From d6356e06af8470ef167020b6780b8ac1a03038fb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 08:55:27 +0000 Subject: [PATCH 01123/18836] Updated openstack/openstack Project: openstack/python-swiftclient feb514a207f486f0f71ec575d640e4b0dcb9b1ad null Add capabilities option This patch adds a capabilities option on swiftclient. This option uses the new /info endpoint to request the remote capabilities and nicely display it. Change-Id: Ie34b454511d5527e402e66e1fdb72120f427f2fd --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 95aa3e96f251..feb514a207f4 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 95aa3e96f25137d5e6716d0a4572b8885b0cd11a +Subproject commit feb514a207f486f0f71ec575d640e4b0dcb9b1ad From d7e219e5efc4fbd31a5917d720ea275b5203e124 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 31 Jan 2014 09:10:24 +0000 Subject: [PATCH 01124/18836] Updated openstack/openstack Project: openstack/python-swiftclient 58e88bb168d6e2c750fb585c94d4e02bc6335b54 null Updated from global requirements Change-Id: Icebd5bed50a50930bde0305191e32628d93348c0 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index feb514a207f4..58e88bb168d6 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit feb514a207f486f0f71ec575d640e4b0dcb9b1ad +Subproject commit 58e88bb168d6e2c750fb585c94d4e02bc6335b54 From a8b59c106105e245f0acb315cd69ce4d43fca7f8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 09:13:46 +0000 Subject: [PATCH 01125/18836] Updated openstack/openstack Project: openstack/python-swiftclient fa15f66932a2cc94bc9c86f4546f7cdead8957ac null assertEquals is deprecated, use assertEqual Change-Id: I226d9046d25d681beea60d38b029b71f9e6bf86c --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 58e88bb168d6..fa15f66932a2 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 58e88bb168d6e2c750fb585c94d4e02bc6335b54 +Subproject commit fa15f66932a2cc94bc9c86f4546f7cdead8957ac From f7ecc88b1bdf589eab680d9626ef3767fb9a4fed Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 09:53:10 +0000 Subject: [PATCH 01126/18836] Updated openstack/openstack Project: openstack/glance c5588da78a760f97007ce9fac2c9348c23e56cd6 null Add multifilesystem store to support NFS servers as backend Currently to configure multiple nfs server as a backend using filesystem store, you cannot mount all disks to a single directory. Filesystem store allows administrator to configure only single directory with filesystem_store_datadir parameter in the glance-api.conf. With multifilesystem store, administrators can configure multiple directories to store the glance image with help of filesystem_store_datadirs option. Each directory can be coupled with its priority. Format for filesystem_store_datadirs in glance-api.conf: -------------------------------------------------------- filesystem_store_datadirs = : ... filesystem_store_datadirs = : Example: filesystem_store_datadirs = /var/glance/store filesystem_store_datadirs = /var/glance/store1:100 filesystem_store_datadirs = /var/glance/store2:200 Note: ----- 1. Either filesystem_store_datadir or filesystem_store_datadirs option must be specified in glance-api.conf 2. Store with priority 200 has precedence over store with priority 100 3. If no priority is specified, default priority '0' is associated with it. 4. If two filesystem stores have same priority store with maximum free space will be chosen to store the image. 5. If same store is specified multiple times then BadStoreConfiguration exception will be raised. blueprint: glance-multifilesystem-store DocImpact: Multifilesystem support can be used by specifying multiple directory paths to filesystem_store_datadirs param in glance-api.conf as discussed above. Change-Id: Ibb04ac14c472cd863c5e285b6dc6a08c69014fe8 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 84954a852291..c5588da78a76 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 84954a8522913a2d0449e7bbcf5668462935b150 +Subproject commit c5588da78a760f97007ce9fac2c9348c23e56cd6 From a3aab89722de6791a12fce8de566095b2c8e517e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 17:06:38 +0000 Subject: [PATCH 01127/18836] Updated openstack/openstack Project: openstack-dev/devstack 9b4fe5d0ce6ad98fac0fde11d93e928ba0e81d8e null Copy container-sync-realms.conf in /etc/swift We need the new container-sync realms configuration or we will get a nasty harmless error opening file at swift proxy startup. Change-Id: If939da305dcb9403c418219032ac6b50b0099bd3 Closes-Bug: 1274295 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 465653e25f03..9b4fe5d0ce6a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 465653e25f0379891c30c5ef2eb8ed8c286f972a +Subproject commit 9b4fe5d0ce6ad98fac0fde11d93e928ba0e81d8e From c31b788520424be44f7ffc7388084fb3371ad493 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 17:28:02 +0000 Subject: [PATCH 01128/18836] Updated openstack/openstack Project: openstack/python-openstackclient 632363328b6bcdfb562e2822cd033967adcf4b6c null Add token create subcommand for identity v3 api Implements token create subcommand which is an equivalent of keystone token-get command. Original "wrap" parameter for keystone token-get is not implemented yet due to cliff Bug #1269299 This is a part of: blueprint add-identity-token-support Change-Id: I2255021c9d1f10f757686583b1ebe40b5f3a9ecb --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 0aeb357fc24b..632363328b6b 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 0aeb357fc24b312c6ba8632cc8019f7ea3ec32fd +Subproject commit 632363328b6bcdfb562e2822cd033967adcf4b6c From d7e99c95226a665955f358b490b3bd06bd6ae92e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 17:32:06 +0000 Subject: [PATCH 01129/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 087fc2e7f3db59bcbf7f8df224daea9b4c857e3e null Tiny improvement in paths This patch allows to run devstack-vm-gate-wrap.sh outside $WORKSPACE directory. Without this patch script fails with error that logs/* paths are not found. Change-Id: Ia6d0723fd8dc5dde60fba76783678053069a0a86 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 355b0a25f741..087fc2e7f3db 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 355b0a25f741b94bde51ae1c338c7770839d8a00 +Subproject commit 087fc2e7f3db59bcbf7f8df224daea9b4c857e3e From a65a2347aa65294b25c3f48328c9ced98cc436e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 17:32:07 +0000 Subject: [PATCH 01130/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 33c5f2b887e3e83f10e6ceb596fc92f9870d03de null Pretty up the post-run df call Just easier to read. Change-Id: Ib0dd8a92ef2b7143cfbe4aef50823f2254c77cff --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 087fc2e7f3db..33c5f2b887e3 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 087fc2e7f3db59bcbf7f8df224daea9b4c857e3e +Subproject commit 33c5f2b887e3e83f10e6ceb596fc92f9870d03de From 3e6dc5a75ee496c41c52175ed344886c5ed70c35 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 17:32:41 +0000 Subject: [PATCH 01131/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 990971b9bf92bb42c70961dc8e478adc85254e43 null Enable pidstat by default pidstat comes from the sysstat package and will allow us to get some per-process CPU/memory information for devstack runs. pidstat was added to devstack in the following change: https://review.openstack.org/#/c/68702 Change-Id: Iee001c8fd01aba9c9c98c2b15361ffb8d0346813 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 33c5f2b887e3..990971b9bf92 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 33c5f2b887e3e83f10e6ceb596fc92f9870d03de +Subproject commit 990971b9bf92bb42c70961dc8e478adc85254e43 From 3c4e243d07c19d3958125b96dcac43d8a350c04a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 17:32:51 +0000 Subject: [PATCH 01132/18836] Updated openstack/openstack Project: openstack/python-swiftclient 9b73547b7de004fe623e454c425e9deee5d3d0ca null Install manpage in share/man/man1 instead of man/man1 According to FHS 2.3 the correct place to install the manpage for a binary in /usr/local/bin/ would be /usr/local/man/. However, on Debian/Ubuntu-based systems /usr/local/man/ is a link to /usr/local/share/man/ and on other systems /usr/local/man/ might not exist at all. Even worse, if the client is installed in /usr/bin/ the manpage should should be installed in /usr/share/man, but will be installed in /usr/man/ which is completely wrong. This patch fixes this and uses share/man/man1 as common prefix. Doing this will install the manpage either in /usr/local/share/man/man1 or /usr/share/man/man1. Partial-Bug: 1269715 Change-Id: I590932f00476eacd434cdae012fd62010845581d --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index fa15f66932a2..9b73547b7de0 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit fa15f66932a2cc94bc9c86f4546f7cdead8957ac +Subproject commit 9b73547b7de004fe623e454c425e9deee5d3d0ca From d9a65ff5e1278da22eca98ce8bc103003a25fbb9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 17:32:52 +0000 Subject: [PATCH 01133/18836] Updated openstack/openstack Project: openstack-dev/devstack e3e16246843180327478c0955b4818c498f6f63c null fix sar reporting in the gate the sar filter made an assumption of time display including an AM/PM... which isn't true in all environments. Hence the blank sysstat screen in the gate runs of late. This fixes that, and displays the first line which includes header version to make sure we are functioning. Change-Id: I537e0bf2127efaf337c4792bc23d938145c8990d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9b4fe5d0ce6a..e3e162468431 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9b4fe5d0ce6ad98fac0fde11d93e928ba0e81d8e +Subproject commit e3e16246843180327478c0955b4818c498f6f63c From bad98d3c546098161b0b134f17bafa4277737405 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 18:56:58 +0000 Subject: [PATCH 01134/18836] Updated openstack/openstack Project: openstack/glance 0ff61940b7bac0ccd935f12a834471cf236b43e6 null Prevent E500 when delayed delete is enabled If delayed delete is enabled the user token was not being propagated properly to the registry in all cases. This resulted in an authentication error when the API attempted to connect to the registry, which in turn caused a 500 error from the API. Fix for bug 1238604. Change-Id: Ifafc1613db034508abfce7ba5e4df582e6056c10 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c5588da78a76..0ff61940b7ba 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c5588da78a760f97007ce9fac2c9348c23e56cd6 +Subproject commit 0ff61940b7bac0ccd935f12a834471cf236b43e6 From 0920e61979c5c0414112f5e92bcdc9c50885726e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 19:05:25 +0000 Subject: [PATCH 01135/18836] Updated openstack/openstack Project: openstack-dev/devstack 9fdfaec0c3b8836ff223f5deeeafabe493b5a02a null Add support for Gantt Gantt is the new breakout of the scheduler code from the Nova source tree. These changes allow devstack to install/configure/startup gantt as the scheduler service for openstack. Change-Id: Ia2b6001f5ccf2469ee9fdee67564c9a915a13862 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e3e162468431..9fdfaec0c3b8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e3e16246843180327478c0955b4818c498f6f63c +Subproject commit 9fdfaec0c3b8836ff223f5deeeafabe493b5a02a From 69280bc1ff8185c675d2258e818463f2fa7e0329 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 19:05:27 +0000 Subject: [PATCH 01136/18836] Updated openstack/openstack Project: openstack-dev/devstack 5c5af45be1c08150579ecf7b9842a0c075511f80 null Fix up tempest conf settings The tempest api.volume.test_volume_types test won't work with non-default drivers configured for cinder's backend any more. The reason is that we create a type using capability scheduler keywords in the extra-specs for the test; (vendor_name and storage_protocol). The result is the extra-spec uses the filters: "vendor_name=Open Source" and "storage_protocol=iSCSI", but for example if you have another backend say SolidFire, EMC, NetApp, IBM etc the capabilities filter will fail the create with a "No valid host available". This is intended to work by simply setting these values in your tempest.conf file. That's fine, however upon setting this up in my localrc I found that the tempest config variables being set via devtsack were never picked up Currently devstack doesn't use the same variable names for configuration variables as tempest expects. Devstack is using the variable "TEMPEST_CONF" however the Tempest project is expecting the variable "TEMPEST_CONFIG", so currently the devstack lib/tempest rc variables are never picked up by tempest properly. This change modifes devstack's naming of TEMPEST_CONF, my though being that since this doesn't work in devstack currently that changing it here would be better than changing it in Tempest where it's possible people had their own custoizations already outside of devstack. In addition this change creates rc variables in devstack to actually set these via devstack. The idea here is that Cinder 3'rd party testing needs to be a simple devstack config and run stack.sh. By fixing up the configuration file variable naming and adding the variables for the vendor and protocol settings that's now possible. An example localrc for a custom config is shown below. The example sets the tempest config file to /etc/tempest/tempest.conf, and configures tempest to use the SolidFire driver as the cinder backend. TEMPEST_VOLUME_VENDOR ==> tempest.conf.volume_vendor TEMPEST_STORAGE_PROTOCOL ==> tempest.conf.storage_protocol relevant example localrc entries: TEMPEST_CONFIG=/etc/tempest/tempest.conf TEMPEST_CONFIG_DIR=/etc/tempest TEMPEST_VOLUME_DRIVER=solidfire TEMPEST_VOLUME_VENDOR="SolidFire Inc" ***NOTE*** storage_protocol and vendor_name MUST match what the backend device reports from get capabilities. Change-Id: I28dfa90c877b27f5d4919f2748fae092bb2f87fa Closes-Bug: 1271781 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9fdfaec0c3b8..5c5af45be1c0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9fdfaec0c3b8836ff223f5deeeafabe493b5a02a +Subproject commit 5c5af45be1c08150579ecf7b9842a0c075511f80 From 28dfe70b0019dd802251fb7382e8f30e14d0a269 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 20:20:34 +0000 Subject: [PATCH 01137/18836] Updated openstack/openstack Project: openstack-dev/devstack 0054d9242e54ca72aca2a72def9baea03e12166e null Use service postgresql initdb with el6 postgresql-setup does not exists on el6, the service postgresql initdb is the documented db init command. Change-Id: I2b92a3c8e7db603eb13378e46893fc81f507405b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5c5af45be1c0..0054d9242e54 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5c5af45be1c08150579ecf7b9842a0c075511f80 +Subproject commit 0054d9242e54ca72aca2a72def9baea03e12166e From 2b090e7435e9b99f3dd63e57a3f091cd2dffc06b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 21:11:41 +0000 Subject: [PATCH 01138/18836] Updated openstack/openstack Project: openstack/python-troveclient d62f206a7a4320b70eada524a8bb8f2531e27879 null Add Neutron support Currently create instance doesnt work in OS installation with Neutron. To get it work, additional parameter 'nics' should be specified in Nova 'create' call. This change allows user to pass 'nics' parameter when create instance. Syntax to specify '--nic' parameter is same as in novaclient. --nic This parameter can be specified multiple times, to attach multiple network interfaces to instance. Closes-Bug: #1257838 Change-Id: I76fb0d99512b1ee70441c924835a900ba0b7acd1 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 1fe0e4ee604e..d62f206a7a43 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 1fe0e4ee604ea9b6951eb3cc8e573b0e3b81bfde +Subproject commit d62f206a7a4320b70eada524a8bb8f2531e27879 From 4e4ec9d310071328f268f1d9e5e91d234fcdf4df Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 22:06:57 +0000 Subject: [PATCH 01139/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6c529a69d4b9c53b3a93ea09bc5500fefef4f51b null Add ZUUL_PROJECT to periodic test To demonstrate that it is now safe to not unset it (because the ZUUL_REF checkout check has been removed). Change-Id: I4f88485fa2f9307ce80e0dd845f865e60c22f9f6 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 990971b9bf92..6c529a69d4b9 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 990971b9bf92bb42c70961dc8e478adc85254e43 +Subproject commit 6c529a69d4b9c53b3a93ea09bc5500fefef4f51b From c5de1b1cc63169af3d14cb7ee00780ab09258868 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 31 Jan 2014 23:32:14 +0000 Subject: [PATCH 01140/18836] Updated openstack/openstack Project: openstack/glance 233ef8646673f74e932eddc949996ec49d6b1799 null Imported Translations from Transifex Change-Id: If70a924e01fa75a129ef97aed5a432eeb552c437 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0ff61940b7ba..233ef8646673 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0ff61940b7bac0ccd935f12a834471cf236b43e6 +Subproject commit 233ef8646673f74e932eddc949996ec49d6b1799 From 4822ad6ee1b1c4a2ac56d6666d29331ac83cdb3c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 31 Jan 2014 23:36:30 +0000 Subject: [PATCH 01141/18836] Updated openstack/openstack Project: openstack-dev/devstack e54dd252f6af68fbc69a8a0dda590b4bbfcdefca null Install libguestfs for nova-compute on Ubuntu We were already installing this for n-cpu on rpm distros, but not Ubuntu. Install it so that nova-compute can use it for file injection, which is the preferred method over nbd. Set CONF.libvirt.inject_partition to -1. This enables using libguestfs to determine the proper partition to inject into. Don't bother trying to load the nbd kernel module anymore. It won't be used since we know always expect libguestfs to be installed. Change-Id: Ifa9d95bf759f1dad8685590a2df242d852dd2cb0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0054d9242e54..e54dd252f6af 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0054d9242e54ca72aca2a72def9baea03e12166e +Subproject commit e54dd252f6af68fbc69a8a0dda590b4bbfcdefca From 4b7daa370280964a152f848217c86b7d7ec2f712 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 02:55:21 +0000 Subject: [PATCH 01142/18836] Updated openstack/openstack Project: openstack/oslo.messaging f1188307b6900e69d504d39690e7566580aa50c9 null Use stevedore's make_test_instance Replace the use of TestManager with make_test_instance to get an instance of the type of manager expected. The old TestManager class is deprecated Change-Id: I717c0296bf8ae07b1dad8f0045bfe12c8620ad0a Partial-bug: #1273455 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f81cde600bd6..f1188307b690 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f81cde600bd64abfcb493f5057aa05943f88f02a +Subproject commit f1188307b6900e69d504d39690e7566580aa50c9 From 6dca32994ebc50be195e8f948746ffeff8ea8f91 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 05:09:08 +0000 Subject: [PATCH 01143/18836] Updated openstack/openstack Project: openstack-dev/devstack 8523ec4553b5291764eea3ea79729229abda6d3d null Pipeline filter is 'authtoken' and not 'tokenauth' The pipeline fileter in the api-paste.ini for the keystone middleware was renamed to 'authtoken'. Trove install is not able to authenticate against keystone unless this is renamed Change-Id: I6f912d29c143b3acbc43da222cf8b4c3fafb2c8d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e54dd252f6af..8523ec4553b5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e54dd252f6af68fbc69a8a0dda590b4bbfcdefca +Subproject commit 8523ec4553b5291764eea3ea79729229abda6d3d From 1302d208218a4d3102ddca5fb40421d5028ffba2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 10:50:55 +0000 Subject: [PATCH 01144/18836] Updated openstack/openstack Project: openstack-dev/devstack f6c001faf6ac5728e07c6bbdaa67680395ed6f48 null Retry rabbitmq password change Due to the bug referenced below, on Fedora it is possible for the rabbitmq password change to fail the first time rabbitmq is started. This change adds a retry loop to avoid the problem in devstack. One retry should be enough in most (all?) cases, but this will retry up to ten times just to be safe. Note that just retrying the password change is not enough. The rabbitmq-server service must be restarted as well. Change-Id: I403dcd503aa8e74e2ba6312a0decf0d4fd0d8795 bz: https://bugzilla.redhat.com/show_bug.cgi?id=1059028 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8523ec4553b5..f6c001faf6ac 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8523ec4553b5291764eea3ea79729229abda6d3d +Subproject commit f6c001faf6ac5728e07c6bbdaa67680395ed6f48 From 450e25a0838987547dd351e6045d809b4983facb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 10:54:57 +0000 Subject: [PATCH 01145/18836] Updated openstack/openstack Project: openstack/oslo.messaging 39ac6d37fe17374d88b4586e56449eb06319052b null Fix UnboundLocalError error This change corrects the UnboundLocalError exception that can occur if something bad happens on reconnect to RabbitMQ Closes-Bug: #1272271 Change-Id: I9e157810caa7a45e9a61ec571cfe9024fabacf93 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f1188307b690..39ac6d37fe17 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f1188307b6900e69d504d39690e7566580aa50c9 +Subproject commit 39ac6d37fe17374d88b4586e56449eb06319052b From fa09dadaf950d07f02d5b82f76f2b6f80552be2f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 13:47:50 +0000 Subject: [PATCH 01146/18836] Updated openstack/openstack Project: openstack-dev/devstack 040cd593500705b46d27a4487cb02318c17c99de null Make MySQL query logging optional * lib/databases/mysql: Wrap query log configuration in a check for a ENABLE_QUERY_LOGGING variable. * stackrc: Add the DATABASE_QUERY_LOGGING variable defaulted to True. Change-Id: Iddf8538ad0a1e36e2c6944dc70315984026c8245 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f6c001faf6ac..040cd5935007 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f6c001faf6ac5728e07c6bbdaa67680395ed6f48 +Subproject commit 040cd593500705b46d27a4487cb02318c17c99de From 211cbf954e6204481d95373ff011dd06bf4cf71a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 14:04:20 +0000 Subject: [PATCH 01147/18836] Updated openstack/openstack Project: openstack-dev/devstack c4a430bc93d6b9e86f0d2156413a1a6720f0a274 null LDAP root DN creation fails When keystone is configured to set up an LDAP server to use as it's identity backend, the creation of the root DN fails. The problem is that one of the mods in the modify operation that sets up the root DN is incorrect, which causes the entire modify operation to fail. The incorrect mod is attempting to configure some attribute indexes, but one of the attributes it specifies is undefined. This patch removes the undefined attribute from the template that is used to create the modify operation. Change-Id: I413587130c64ca4f5f467b2ea1c0ab12867999ce Closes-Bug: 1275158 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 040cd5935007..c4a430bc93d6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 040cd593500705b46d27a4487cb02318c17c99de +Subproject commit c4a430bc93d6b9e86f0d2156413a1a6720f0a274 From e2b81e8e53313441e215ec0286db4c19fa8de724 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 31 Jan 2014 11:33:54 -0600 Subject: [PATCH 01148/18836] Updated openstack/openstack Project: openstack/python-novaclient 0194492059920fd8d9d91849c341b2de0b561089 null Removed undefined method in install_env.py file There was a call from install_venv.py file to post_process method of InstallVenv class, but this method is not defined in this class as result it was raising an error. Even when this error doesn't affect dependencies installation, it is not allowing to display user information. Change-Id: I499c0399eb961588d7e1491e1481412ffdda38b8 Closes-Bug: #1275025 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c8ad3157633b..019449205992 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c8ad3157633b26ae324c352a73bb599eb084c115 +Subproject commit 0194492059920fd8d9d91849c341b2de0b561089 From 3c612fd3531c3e1ff6c2df1049ab55527fba24a3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 17:05:40 +0000 Subject: [PATCH 01149/18836] Updated openstack/openstack Project: openstack/glance 22408ff5bcc3914fea07e1929bb240a8e979e610 null Log a warning when a create fails due to quota When a create call fails due to user_storage_quota being exceeded, log a warning message. Closes-Bug: #1270832 Change-Id: Ic7ec266aace03cff0a1f72dc3ba6f17b89f5fd55 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 233ef8646673..22408ff5bcc3 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 233ef8646673f74e932eddc949996ec49d6b1799 +Subproject commit 22408ff5bcc3914fea07e1929bb240a8e979e610 From aa96f9595f48e896e38113185f34fae00cb821d8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 18:13:03 +0000 Subject: [PATCH 01150/18836] Updated openstack/openstack Project: openstack/requirements 964306701798734e257784249f217496565bc553 null Have tox install via setup.py develop tox 1.6 was released, which means that we can now take advantage of the feature we added to it - which is using setup.py develop to install the code into the virtualenv. The logic was taken from run_tests.sh - so the performance issues around using tox vs. using install_venv should now be gone. Additionally, override the tox pip install command to avoid using the "--pre" option which is the default in tox. "--pre" means "Include pre-release and development versions." By default, pip will only install stable versions of software, and that is the behavior we want. Change-Id: I2af4dc6ab460fd8a368b22e3ffbde9467c23f774 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 87e02baca2db..964306701798 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 87e02baca2db26e8feec1b63cce3779837b20ff4 +Subproject commit 964306701798734e257784249f217496565bc553 From 4906f2d8f59280089b43e00eca19d26502ee8822 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Feb 2014 20:12:07 +0000 Subject: [PATCH 01151/18836] Updated openstack/openstack Project: openstack/python-novaclient 810857849ed32773c38df12785715f89d33e83af null Flavor ExtraSpecs containing '/' cannot be deleted This change applies a regular expression in order to filter flavor extraspects keys with invalid characters. The characters allowed are: letters, numbers, underscores, periods, colons, spaces and hyphens. A new test flavor has been created which doesn't check the keys in the post body. This flavor has been created in the third place (instead of in the last) in order to keep working existent test cases which depend on the last flavor received in the get method. Change-Id: Ifd86bed23a05a5946ae8b9ba6f6c9bf4b24b1d4c Partial-Bug: #1256119 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 019449205992..810857849ed3 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 0194492059920fd8d9d91849c341b2de0b561089 +Subproject commit 810857849ed32773c38df12785715f89d33e83af From 0b05053bb72b57385872bdcc2fc0bc9107df6e26 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 2 Feb 2014 03:04:40 +0000 Subject: [PATCH 01152/18836] Updated openstack/openstack Project: openstack-dev/devstack 78ab80e5589a7df21a03f06f38c4bae3e79bf756 null use ext4 for guest default ephemeral this isn't upstream default because of compatibility questions with really old host on providers. However there is no reason not to do it in devstack. Change-Id: I6438c0efb297cfa5d3dbb5f00701b24f01c39d14 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c4a430bc93d6..78ab80e5589a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c4a430bc93d6b9e86f0d2156413a1a6720f0a274 +Subproject commit 78ab80e5589a7df21a03f06f38c4bae3e79bf756 From 88c56f5e08eb6b02112a667dd5e1183df8864b2d Mon Sep 17 00:00:00 2001 From: john-griffith Date: Fri, 31 Jan 2014 08:33:15 -0700 Subject: [PATCH 01153/18836] Updated openstack/openstack Project: openstack/python-cinderclient 305f7609397d1b10d161794a309ecb5dd49d545d null Update release notes for push to pypi Need to get a 1.08 out, so just modifying the release notes for the push version. Change-Id: Icf9684ab0fabf0168662c3ff4047db54a2670d11 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 7d7b7d289315..305f7609397d 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 7d7b7d2893156583c2fa935c1336bd6a2584fbe5 +Subproject commit 305f7609397d1b10d161794a309ecb5dd49d545d From 3c6d21726b16f68bdb8945f7e54925076a78b7b5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 04:21:40 +0000 Subject: [PATCH 01154/18836] Updated openstack/openstack Project: openstack/python-cinderclient e0132e5206bd0f5d33a7a442301261b690207170 null Fixed image_name from image-name in upload-to-image This fix addresses an issue where the variable name for image_name was incorrect, causing the image_name parameter to be sent as null when using "cinder upload-to-image" from cli with v2 of the API Change-Id: I62f8bbb4397526fb291a46777d9025318da8e5b3 Closes-Bug: 1274552 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 305f7609397d..e0132e5206bd 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 305f7609397d1b10d161794a309ecb5dd49d545d +Subproject commit e0132e5206bd0f5d33a7a442301261b690207170 From 8d2e9a5d9b0a7b73f31efee3e1c5bae242482439 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 09:03:17 +0000 Subject: [PATCH 01155/18836] Updated openstack/openstack Project: openstack/glance 3a4a4300cf0676865b1cde0a0061dc1fe08d81be null Don't override transport_url with old configs The backwards compatibility support turned out being a forward compatibility blocker. This patch attempts to first load the notifier transport using the transport_url and then, if the transport_url was not configured, it loads the transport by using the old strategy config params. Closes-bug: #1263945 Change-Id: I4c80c64e2d1afaf518886b51a50300a576ee6317 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 22408ff5bcc3..3a4a4300cf06 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 22408ff5bcc3914fea07e1929bb240a8e979e610 +Subproject commit 3a4a4300cf0676865b1cde0a0061dc1fe08d81be From 1d009f0b1c3e915cdc098d981ef07e36a2a4e4a1 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Wed, 25 Dec 2013 16:36:02 +0200 Subject: [PATCH 01156/18836] Updated openstack/openstack Project: openstack/python-heatclient 4665d685f5866d0e7f67bda7ebaa53476b4fc4d5 null Fix order of arguments in assertEqual Some tests used incorrect order assertEqual(observed, expected). The correct order expected by testtools is assertEqual(expected, observed). Change-Id: I1184cb9f163ffb6416be32ddb1386c3bfd9b1006 Closes-Bug: #1259292 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 884d5403bc64..4665d685f586 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 884d5403bc647b13d17dbfc7f791ce451a3b4e6b +Subproject commit 4665d685f5866d0e7f67bda7ebaa53476b4fc4d5 From 4ea4efa63b4918271aba1a240b5614c5c0f0a739 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 15:41:33 +0000 Subject: [PATCH 01157/18836] Updated openstack/openstack Project: openstack/glance 8f87162a4f4a1832c24c04cc2340a2cc8561c621 null Don't rewrite the NotFound error message When user updates an image with a nonexisted location, it's expected to run into location not found exception. However, because the error message is rewritten in v2 image update, so user will get below wrong message: Failed to find image to update This fix will remove the rewritten message, given the NotFound message has been set at: glance/db/sqlalchemy/api.py#L159 Closes-Bug: #1265448 Change-Id: I4e5fbbe40ce0fd13e828a40a424d4fcdc66a236b --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3a4a4300cf06..8f87162a4f4a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3a4a4300cf0676865b1cde0a0061dc1fe08d81be +Subproject commit 8f87162a4f4a1832c24c04cc2340a2cc8561c621 From 8addedfef1923f18c39f42a374106099b3c17ca2 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Sun, 2 Feb 2014 10:07:39 +0100 Subject: [PATCH 01158/18836] Updated openstack/openstack Project: openstack-dev/devstack 8664ca53f80849553043aba9663f7cb72a9cec42 null bash_completion for heat and ceilometer Installing bash completion for heat and ceilometer by using a similar way used with other services. Change-Id: I5094648272f2666f6bff181bfa3aeb35e863bd97 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 78ab80e5589a..8664ca53f808 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 78ab80e5589a7df21a03f06f38c4bae3e79bf756 +Subproject commit 8664ca53f80849553043aba9663f7cb72a9cec42 From 97fc26d50b7894f07d88fadda3c8b74b1e7e2cea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 18:51:22 +0000 Subject: [PATCH 01159/18836] Updated openstack/openstack Project: openstack-dev/devstack f5cfa1eccd03b1562d2ed65f52ee16979782b113 null Have ceilometer to respect the keystone settings lib/ceilometer ignored the global settings related to keystone settings. It can cause issues for example when the keystone does not listen on 127.0.0.1 even in single node deployment. Change-Id: I6e4654daa2ec624ac11aaf7f49495fcfaa72071d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8664ca53f808..f5cfa1eccd03 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8664ca53f80849553043aba9663f7cb72a9cec42 +Subproject commit f5cfa1eccd03b1562d2ed65f52ee16979782b113 From 764b97f155cdacdcbd03f112bd460f0a8df39035 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 18:51:25 +0000 Subject: [PATCH 01160/18836] Updated openstack/openstack Project: openstack-dev/devstack 792490b68b764513c1695a7ff05a733deaaa5777 null Pull docker images from global registry The global docker registry is where images are being built and uploaded. It's effectively docker's version of, say, 'pip'. The static tarballs are not only an extra maintenance burden as they're outside the standard build and publishing process, but are presently outside the scope of an open development / release process as well. While this process does cause some trouble with network-independence for CI purposes, the fetching is still done from install-docker.sh; Additionally, this driver is not currently tested via the community CI effort. Change-Id: I3ee6bfee9c273cd3aabe1e00a1d1a8856a466189 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f5cfa1eccd03..792490b68b76 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f5cfa1eccd03b1562d2ed65f52ee16979782b113 +Subproject commit 792490b68b764513c1695a7ff05a733deaaa5777 From 808c8871ee0df6e1bbca642b8b52c4e737f968b0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 20:21:23 +0000 Subject: [PATCH 01161/18836] Updated openstack/openstack Project: openstack-dev/devstack daa0ce2f052eeeae2ee0b2dc1265279e4528f880 null Use service role with glance service glance just used to admin role for token validation, the service role is sufficient for this. glance also needs an user with enough permission to use swift, so creating a dedictated service user for swift usage when s-proxy is enabled. Change-Id: I6df3905e5db35ea3421468ca1ee6d8de3271f8d1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 792490b68b76..daa0ce2f052e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 792490b68b764513c1695a7ff05a733deaaa5777 +Subproject commit daa0ce2f052eeeae2ee0b2dc1265279e4528f880 From 869063b001f708fb6c223439bdcbdc36e1557b12 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 22:01:46 +0000 Subject: [PATCH 01162/18836] Updated openstack/openstack Project: openstack/glance cbe2c3684cf9b7cb19d3dd8e2caf0f15620a4e59 null Add VMware storage backend to location strategy The store to scheme map used in the location strategy module doesn't contain the VMware datastore backend. Change-Id: I5d1faeb464dab79c300a525bab6e7e0ecb4ea489 Closes-Bug: #1275126 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8f87162a4f4a..cbe2c3684cf9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8f87162a4f4a1832c24c04cc2340a2cc8561c621 +Subproject commit cbe2c3684cf9b7cb19d3dd8e2caf0f15620a4e59 From ea41b17b90d275ffc4d2cb66b26b487e7598c9af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 22:59:52 +0000 Subject: [PATCH 01163/18836] Updated openstack/openstack Project: openstack/python-keystoneclient eab811c307db77740bd00ee1a37d2e93c1ca622e null Tests use cleanUp rather than tearDown The tests were putting clean-up code in tearDown. Using tearDown causes problems with developing and testing because if there's an exception raised in setUp then tearDown is not called and this can affect other tests and make it hard to figure out what the problem was. Also, this should make it easier to switch to using fixtures since fixtures use cleanUp. Change-Id: Ifc22dfd9012402c895a09534f4b1d9bd7a2ec931 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 456afa153d0f..eab811c307db 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 456afa153d0fd831686a50c19cc195da2820a6dd +Subproject commit eab811c307db77740bd00ee1a37d2e93c1ca622e From 04a4ad6db1dc8eb12cf9bf6880ec5ffa08c701ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 23:32:22 +0000 Subject: [PATCH 01164/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 0d9f4f37d689fbab89980a49155dc328a012c50c null Add Support for Marconi This patch adds marconi to the devstack gate. Change-Id: Ifb93b175dba51ae653d9e9cc5a34a9327d8f6891 Implements: blueprint add-basic-marconi-tests --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6c529a69d4b9..0d9f4f37d689 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6c529a69d4b9c53b3a93ea09bc5500fefef4f51b +Subproject commit 0d9f4f37d689fbab89980a49155dc328a012c50c From c59d46a0da766c65a11294277e079c2e9cc76868 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Feb 2014 23:42:18 +0000 Subject: [PATCH 01165/18836] Updated openstack/openstack Project: openstack-dev/devstack b7bdb68b6226ae9b5b19afcdbce5795ba2286827 null Disable file injection for libvirt driver Change-Id: I73289195d3bb455f4076fadd2eadd6036b04b722 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index daa0ce2f052e..b7bdb68b6226 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit daa0ce2f052eeeae2ee0b2dc1265279e4528f880 +Subproject commit b7bdb68b6226ae9b5b19afcdbce5795ba2286827 From 3451691023394ee64fda93a71c3ad6ce3caa0681 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 07:13:14 +0000 Subject: [PATCH 01166/18836] Updated openstack/openstack Project: openstack/glance 7eeb900152e9677cfb8a95978359624fba64902d null Provide explicit task create and update value in controller tests Assign an explicit created_at and updated_at datetime value to task DB fixtures, it be used to fixes race condition in TasksController test cases. Closes-Bug: #1274365 Change-Id: I9f13c7e0e97085faac15713342808722a6692178 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cbe2c3684cf9..7eeb900152e9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cbe2c3684cf9b7cb19d3dd8e2caf0f15620a4e59 +Subproject commit 7eeb900152e9677cfb8a95978359624fba64902d From 606a73bc667c76eb5bcf7f550a0ab6fe8fcebc97 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 07:18:03 +0000 Subject: [PATCH 01167/18836] Updated openstack/openstack Project: openstack/glance c5decb13e161c4a71fb1990751bb6cf30ae2f0e6 null Restore image status to 'queued' if upload failed In v2, we're removing 'killed' status so as to let user can retry upload if there is a failure. But based on current implement, the image will be stuck in 'saving' status when upload failed. This fix will restore the image status to 'queued' to avoid the issue. Closes-Bug: #1273087 Change-Id: Icd318e3e8d90b6837c84666c47f720b93febe228 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7eeb900152e9..c5decb13e161 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7eeb900152e9677cfb8a95978359624fba64902d +Subproject commit c5decb13e161c4a71fb1990751bb6cf30ae2f0e6 From e11142399c376369c651c4bc62172970f49c2ddf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 10:18:04 +0000 Subject: [PATCH 01168/18836] Updated openstack/openstack Project: openstack/glance cfc639d06d7c9e6a75438583015307836a760b02 null glance requires pyOpenSSL>=0.11 glance uses OpenSSL.crypto.sign() and OpenSSL.crypto.verify(), which are new in pyOpenSSL 0.11. Global requirements already fixed, do the same change in glance Change-Id: Ide1d180cd1966cac454d7d5d3b6475a04591735c Partial-Bug: #1268966 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c5decb13e161..cfc639d06d7c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c5decb13e161c4a71fb1990751bb6cf30ae2f0e6 +Subproject commit cfc639d06d7c9e6a75438583015307836a760b02 From 2a7e215ff23681e6d52934e1442cbf193dc28792 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 11:01:56 +0000 Subject: [PATCH 01169/18836] Updated openstack/openstack Project: openstack/glance cdd28a6217f02a285546fdbe82bc3a2df27ce3ee null Now psutil>=1.1.0 is actually on PyPI Version 1.1.0 doesn't work, so exclude it from the version list. Patch of requirements: https://review.openstack.org/#/c/68946 Closes-Bug: #1275716 Change-Id: I1e676f96070d1704de84f89bddbc5b23a6c6d966 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cfc639d06d7c..cdd28a6217f0 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cfc639d06d7c9e6a75438583015307836a760b02 +Subproject commit cdd28a6217f02a285546fdbe82bc3a2df27ce3ee From 67553c0bb8414b1987b19328075dd11e8afd19fd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 12:29:23 +0000 Subject: [PATCH 01170/18836] Updated openstack/openstack Project: openstack-dev/devstack edf6fd0ae233e01b5275e5cf0e1b006cabaed0b4 null Move file injection setting to the right place The nova code was wiping nova.conf after our iniset :(. Change-Id: Ib618da1bd21da09f8855ec4691bff79c4c3b3d9c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b7bdb68b6226..edf6fd0ae233 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b7bdb68b6226ae9b5b19afcdbce5795ba2286827 +Subproject commit edf6fd0ae233e01b5275e5cf0e1b006cabaed0b4 From 85a5f2dbbf485ec72cb769bae4ffdf309f5a32f2 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 3 Feb 2014 23:11:51 +0800 Subject: [PATCH 01171/18836] Updated openstack/openstack Project: openstack/requirements e8db73131722d06baf27edd5fe315839f5c75e8e null Allow webob 1.3 Both Trusty and Sid have WebOb 1.3, so we need to allow WebOb 1.3. Change-Id: I1c64cf4ff659b6a2ef0d6915bf83f9eb5e44a8e9 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 964306701798..e8db73131722 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 964306701798734e257784249f217496565bc553 +Subproject commit e8db73131722d06baf27edd5fe315839f5c75e8e From fd34f44b080cfa0376e1bf2425fc0e0cab290b2c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 15:55:45 +0000 Subject: [PATCH 01172/18836] Updated openstack/openstack Project: openstack/requirements 3bcb8aa76d76de7bdb766d8b99c62252819414f4 null HTTPretty: bump to 0.8.0 This new version brings Python 3 support, leaner requirements and better packaging. Python-keystoneclient needs this to be Python 3 compatible. Change-Id: I85298e7b99cfb1abec42058e63ee419e46900cb4 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e8db73131722..3bcb8aa76d76 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e8db73131722d06baf27edd5fe315839f5c75e8e +Subproject commit 3bcb8aa76d76de7bdb766d8b99c62252819414f4 From c6d8515ba1237dc80609bf65e4119f2aaf874249 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 4 Feb 2014 18:57:23 +0000 Subject: [PATCH 01173/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 3f289a1dd904874c0fc6afe0c6dd14ecb5da4c04 null Updated from global requirements Change-Id: I54e1250f8ee9d855a1fd48018b97997ebead7e49 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 16f67c1f2eb9..3f289a1dd904 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 16f67c1f2eb963fe127721157abe5fa43c446065 +Subproject commit 3f289a1dd904874c0fc6afe0c6dd14ecb5da4c04 From 7750113f3d8323e9e7bac8f23b0d3f5d538932fb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 19:31:20 +0000 Subject: [PATCH 01174/18836] Updated openstack/openstack Project: openstack-dev/devstack afead91f8c6eeec3396c7047833092a8c4cf0f77 null add ability to ignore rules in bash8 Change-Id: Ia6472f4bb251bf3e9846e08e30b2f9ea30ea1c03 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index edf6fd0ae233..afead91f8c6e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit edf6fd0ae233e01b5275e5cf0e1b006cabaed0b4 +Subproject commit afead91f8c6eeec3396c7047833092a8c4cf0f77 From c15bc78c18cdbdf1f18b46b737a6b7a0f77a01a2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 20:22:20 +0000 Subject: [PATCH 01175/18836] Updated openstack/openstack Project: openstack-dev/devstack fa969f3c60bb0d5bcd96ebfa063b46367884111e null upload_image.sh to support streamOptimized disks The current version of the script will use "preallocated" as the disk type of a stream optimized disk. This needs to be fixed by introspecting the createType of the vmdk file. Closes-Bug: #1275993 Change-Id: I98594acecf26dd1164870f43890254a19ef23fe9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index afead91f8c6e..fa969f3c60bb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit afead91f8c6eeec3396c7047833092a8c4cf0f77 +Subproject commit fa969f3c60bb0d5bcd96ebfa063b46367884111e From b2a0189925cf681d74ac994f814b524885d0ae69 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 20:24:39 +0000 Subject: [PATCH 01176/18836] Updated openstack/openstack Project: openstack-dev/devstack e38cad092ff96dc0178a19fe6f33f13db99eebb0 null Silence commands to echo copyright notices This patch silences commands that echoed copyright notices to the devstack logs. The copyright notices are moved to the top of the file as comments. Change-Id: I8d474a366af2954c168ba8d07329392f56e8e75a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fa969f3c60bb..e38cad092ff9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fa969f3c60bb0d5bcd96ebfa063b46367884111e +Subproject commit e38cad092ff96dc0178a19fe6f33f13db99eebb0 From 07a8b7992ede2315b52494e23408931e3ccf0692 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 20:25:27 +0000 Subject: [PATCH 01177/18836] Updated openstack/openstack Project: openstack/glance 368dc7cdd703a6a86fcf3386c52ceb577df6ccd7 null Move scrubber outside the store package Glance's scrubber was created under the store package because it is intended to clean up images from stores when `delayed_delete` is enabled. However, it doesn't really belong there. Soft delete is a Glance feature that allows images to be deleted asynchronously as opposed of blocking clients requests during the image deletion. Therefore, it needs to be store agnostic and live within Glance's codebase. Partially-Implements blueprint: create-store-package Change-Id: I25ddbe1f0f1191f33d814dbae5788da7d511773a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cdd28a6217f0..368dc7cdd703 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cdd28a6217f02a285546fdbe82bc3a2df27ce3ee +Subproject commit 368dc7cdd703a6a86fcf3386c52ceb577df6ccd7 From 93c6924a714fa0f2b98e2f7bec39fe8f0fc61c8b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 20:25:32 +0000 Subject: [PATCH 01178/18836] Updated openstack/openstack Project: openstack/oslo.messaging bf3896d462a5e1ffff2853540157d6c1aca0b1a1 null Remove unused eventlet/greenlet from qpid/rabbit Because driver should rely on executor and not directly on eventlet, delete eventlet/greenlet related code. qpid/rabbit part. Change-Id: I20a0850d54b6c6f81957beabb12f7d67f0c1e741 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 39ac6d37fe17..bf3896d462a5 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 39ac6d37fe17374d88b4586e56449eb06319052b +Subproject commit bf3896d462a5e1ffff2853540157d6c1aca0b1a1 From b1a0964cf3ea8bf5cb49d2a8618b53196a3217ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 20:37:28 +0000 Subject: [PATCH 01179/18836] Updated openstack/openstack Project: openstack/python-troveclient 211bfb257ad65bb3acbf521d7fb4260b3621881b null Support Extensions to Trove Client extensions on the contrib path (i.e. troveclient/v1/contrib/*.py), extensions on the python path that follow the naming convention of *_python_troveclient_ext, and entry-points will now be discovered and loaded. due to the mismatch of the api version and the troveclient package name, '1.0' vs. '1', the client has been patched to look for contrib in troveclient/v1 vs. the standard troveclient/v1_0 Change-Id: I3ea7bb5ba471b0d421581dcfda7216f429cb7b65 Closes-Bug: #1267577 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index d62f206a7a43..211bfb257ad6 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit d62f206a7a4320b70eada524a8bb8f2531e27879 +Subproject commit 211bfb257ad65bb3acbf521d7fb4260b3621881b From 9a17ddb6664effd82c55dd03c0c8391ab8d757f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 20:40:50 +0000 Subject: [PATCH 01180/18836] Updated openstack/openstack Project: openstack/python-troveclient b42ebc9c481201db72d023e7d406c6bd3cc91204 null Use Resource() class from common Oslo code In the process of unification of the clients code we should reuse common functionality from Oslo. Resource() class from trove duplicates Oslo funclionality, so we replace it with inheritance Related to blueprint common-client-library-2 Change-Id: I9809bd3036a5b544b8ff011432f64dc5af793f61 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 211bfb257ad6..b42ebc9c4812 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 211bfb257ad65bb3acbf521d7fb4260b3621881b +Subproject commit b42ebc9c481201db72d023e7d406c6bd3cc91204 From 822211fda74b2b9de3c24ffbfe6817b0efbe7bd1 Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Tue, 3 Sep 2013 12:27:54 +0100 Subject: [PATCH 01181/18836] Updated openstack/openstack Project: openstack/python-glanceclient 4a41358ceaad115f1d3f2ffc640fc1fdc1ce4bb3 null Add support for image size in v2 api upload Some backend stores e.g. RBD, will fail if told to create an image without a valid size (RBD will fail to write to a zero-size image). Here we add support to allow the image size to be provided when doing an upload. The result is that the upload content-length will be set if available either from checking the supplied file object or as provided by user. Closes-Bug: 1220197 Change-Id: Ia1f2ea5680a139750d931591949b3e0058148b4b --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 238e9fffcc02..4a41358ceaad 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 238e9fffcc0211514f95600163c72e0bf13b6771 +Subproject commit 4a41358ceaad115f1d3f2ffc640fc1fdc1ce4bb3 From 80752d1c702eb204b947a482d57ba5efe8a2db2d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 21:01:11 +0000 Subject: [PATCH 01182/18836] Updated openstack/openstack Project: openstack/glance 011fb9f422677e78a7188a2e3218ecda4515e422 null Provide explicit image create value in Registry v2 Client test Assign an explicit created_at datetime value to image db fixtures, it be used to fixes race condition in Registry v2 Client test cases. Closes-Bug: #1272136 Change-Id: Ib9f1c7072c6ac828479c6a2e5bddd0f3ad057653 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 368dc7cdd703..011fb9f42267 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 368dc7cdd703a6a86fcf3386c52ceb577df6ccd7 +Subproject commit 011fb9f422677e78a7188a2e3218ecda4515e422 From e05adff7437b781f703619b9ed26a085f05f1f31 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 21:01:13 +0000 Subject: [PATCH 01183/18836] Updated openstack/openstack Project: openstack/oslo.messaging 286ac38905ae832e2dc009fabe665004266505d2 null Allow fake driver to consume multiple topics This patch allow the fake driver to comsume multiple topics with one listener. Partial implements blueprint notification-subscriber-server Change-Id: Ib52dc181e10b487854fbb398eda9f758232a1251 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index bf3896d462a5..286ac38905ae 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit bf3896d462a5e1ffff2853540157d6c1aca0b1a1 +Subproject commit 286ac38905ae832e2dc009fabe665004266505d2 From f0f449f314348323e06f1888828fe26dbcde5e59 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Feb 2014 21:01:15 +0000 Subject: [PATCH 01184/18836] Updated openstack/openstack Project: openstack/oslo.messaging 84298bd04186ccf9cac4a0eb02bce41575b8ed1d null Make the dispatcher responsible to listen() The dispatcher is now responsible to configure and to get the listener from the transport. The server just ask to the dispatcher to build and return a configured listener for a provider transport. Partial implements blueprint notification-subscriber-server Change-Id: I4a6d9620b8239f6d377bc5788b8a90a860b2f02c --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 286ac38905ae..84298bd04186 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 286ac38905ae832e2dc009fabe665004266505d2 +Subproject commit 84298bd04186ccf9cac4a0eb02bce41575b8ed1d From a67d1b800388e3a676c28ed636779a9073586a0c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 01:05:21 +0000 Subject: [PATCH 01185/18836] Updated openstack/openstack Project: openstack/python-troveclient c532dc99aeca6b69a89a49533eba79ac1a589b22 null Adding support for incremental backups * Adds a parent argument to backup-create. * Adds parent_id to the backup create body if present. Implements: blueprint incremental-backups Change-Id: I76f720ae4eadf2a1977c4c2cbf286db4db079b63 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index b42ebc9c4812..c532dc99aeca 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit b42ebc9c481201db72d023e7d406c6bd3cc91204 +Subproject commit c532dc99aeca6b69a89a49533eba79ac1a589b22 From 57cf25d6bea800019c2d94065368069664e4e219 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 01:45:45 +0000 Subject: [PATCH 01186/18836] Updated openstack/openstack Project: openstack/glance fd99958b333a234f01fe0dbca3b1520e076d06e0 null Fix indentation errors found by Pep8 1.4.6+ As a preparation in order to switch to a newer Pep8 version in the future, fix the indentation errors that are missed by Pep8 1.4.5 due to bugs. Change-Id: I30acf8fdc1ae7eadcbc1849409c989c2422f0f8f Closes-Bug: #1267994 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 011fb9f42267..fd99958b333a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 011fb9f422677e78a7188a2e3218ecda4515e422 +Subproject commit fd99958b333a234f01fe0dbca3b1520e076d06e0 From 82d27bc371c101a46904aeeb5b73454eeca8b344 Mon Sep 17 00:00:00 2001 From: Mike Perez Date: Fri, 31 Jan 2014 13:55:09 -0800 Subject: [PATCH 01187/18836] Updated openstack/openstack Project: openstack/python-cinderclient e31e057cccd4e79bcb989ddbfd1a47c5d801d51a null Revert "Update cinderclient to skip the additional GET during create" This reverts commit 47014971b09f0334e5cc3b414bef31784f88a37d. Conflicts: doc/source/index.rst Change-Id: Ica1e526b2c181d1ce72183b7293d21119371c822 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index e0132e5206bd..e31e057cccd4 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit e0132e5206bd0f5d33a7a442301261b690207170 +Subproject commit e31e057cccd4e79bcb989ddbfd1a47c5d801d51a From 857e085be082cd67527e52492bd8fd9a448f3d72 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 02:16:04 +0000 Subject: [PATCH 01188/18836] Updated openstack/openstack Project: openstack/python-troveclient c803faa538721c7cead8fbd28d3456b481784f38 null Grants DB access to Users in Instance create API Reasons: - When database and users are provided as arguments, created users do not get access on suggested databases in cli instance create command. - This was happening because database was not passed along with user info. Changes: - Concatenated the database information with the user info. Change-Id: I3475f0eab1201b963bb32b2155c175a9483ef92f Closes-Bug: #1272421 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index c532dc99aeca..c803faa53872 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit c532dc99aeca6b69a89a49533eba79ac1a589b22 +Subproject commit c803faa538721c7cead8fbd28d3456b481784f38 From 1d4133950ff7a3d00ed1edb0dd1082d867b4cb6f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 11:46:45 +0000 Subject: [PATCH 01189/18836] Updated openstack/openstack Project: openstack-dev/devstack 56d875cc36e292a6a21b516f65e533fe624ff9c0 null glance: stop using deprecated notifier_strategy Change-Id: Ic796f0ad57db45bf053312ad10815461528030b3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e38cad092ff9..56d875cc36e2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e38cad092ff96dc0178a19fe6f33f13db99eebb0 +Subproject commit 56d875cc36e292a6a21b516f65e533fe624ff9c0 From c42b0a3b0c11b97726341c4cebd6cf0327d36e81 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 11:46:47 +0000 Subject: [PATCH 01190/18836] Updated openstack/openstack Project: openstack-dev/devstack 1df7669948839350870d269ae7b12d7206f7284b null Remove unneeded guest conf values Reasons: - guest service doesn't depend on "sql_connection" value any more; - "exchange_control" already set in trove-guestagent.conf.sample to "trove"; Change-Id: Ifbdb21ac4639d86cf7775634f5b31cfb9739b49f Closes-Bug: #1256046 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 56d875cc36e2..1df766994883 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 56d875cc36e292a6a21b516f65e533fe624ff9c0 +Subproject commit 1df7669948839350870d269ae7b12d7206f7284b From c1f94377130e339a01fecc03b29a182fcf77cf4e Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Mon, 16 Dec 2013 12:34:28 -0800 Subject: [PATCH 01191/18836] Updated openstack/openstack Project: openstack/python-neutronclient 24bd404ac5ab23e3262cc86ae83df94e9be4a5b2 null Combine debug and verbose commandline options Most of the openstack clients (for example nova) when --debug is specified it shows the api calls the client is making. However, when debug is passed into the neutronclient it shows exceptions that have occurred inside the neutronclient. This patch combines verbose and debug to do the samething. Change-Id: I6f2e0b17ffbe8fbfa77e26222dae32f5ab1e8866 Closes-bug: #1260489 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 8aacb125df8b..24bd404ac5ab 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 8aacb125df8b1739f2225f62bc0172693c35d3f7 +Subproject commit 24bd404ac5ab23e3262cc86ae83df94e9be4a5b2 From 51d02f48404f2925dcbaee527b0a8799183bd50d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 11:47:52 +0000 Subject: [PATCH 01192/18836] Updated openstack/openstack Project: openstack/python-heatclient 806f551d1fba7c6ed001d5c9f99101f0be6550ef null Configure logging regardless of debug flag Configure the logging level for the client. Default to ERROR unless -d is passed, then use DEBUG. Closes-Bug: #1273800 Change-Id: Iea337bed55ca7da2fc95d0d3218a4895909423cd --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 4665d685f586..806f551d1fba 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 4665d685f5866d0e7f67bda7ebaa53476b4fc4d5 +Subproject commit 806f551d1fba7c6ed001d5c9f99101f0be6550ef From dcaba3840d3b06ce61db2b8799e13756757e747e Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 3 Feb 2014 13:07:36 +1000 Subject: [PATCH 01193/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 773682523563ec0fb884a232e08442e8b6291343 null Use HTTPretty in S3 test code Remove the httplib specific mocks that are used within the S3 middleware. This won't work when we convert S3 middleware to use the requests library. Change-Id: Iee5f3089286c980bef3a19dc9d5068399946e217 Related-Bug: #1275598 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index eab811c307db..773682523563 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit eab811c307db77740bd00ee1a37d2e93c1ca622e +Subproject commit 773682523563ec0fb884a232e08442e8b6291343 From 5ac3740a894b55be2c4a94dfd582ff56010b335b Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Wed, 5 Feb 2014 11:57:13 +0530 Subject: [PATCH 01194/18836] Updated openstack/openstack Project: openstack/python-cinderclient 4273bbefb91d380f626de3dbf858dd214a5f48de null Fix typos in cinderclient Small nit-pics in volume_transfers. Change-Id: I846b38970b14e6385269a02bb495c63464ea0842 Closes-Bug: #1255905 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index e31e057cccd4..4273bbefb91d 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit e31e057cccd4e79bcb989ddbfd1a47c5d801d51a +Subproject commit 4273bbefb91d380f626de3dbf858dd214a5f48de From 9c8efe36dfcafefb5f31282ef212be100ce914f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 17:59:33 +0000 Subject: [PATCH 01195/18836] Updated openstack/openstack Project: openstack-dev/devstack 116999b221ca78ae95cb9321d1205e28defc2023 null introduce if/then & for/do rules we mostly have a consistent style on if/then & for/do in devstack, except when we don't. This attempts to build a set of rules to enforce this. Because there are times when lines are legitimately long, and there is a continuation, this starts off ignoring if and for loops with continuations. But for short versions, we should enforce this. Changes to make devstack pass are included. The fact that the cleanup patch was so small is pretty solid reason that this is actually the style we've all agreed to. Part of a git stash from hong kong that I finally cleaned up. Change-Id: I6376d7afd59cc5ebba9ed69e5ee784a3d5934a10 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1df766994883..116999b221ca 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1df7669948839350870d269ae7b12d7206f7284b +Subproject commit 116999b221ca78ae95cb9321d1205e28defc2023 From 2c6704786e4f18cc3902f468899fd6ab274a3ba4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 19:25:57 +0000 Subject: [PATCH 01196/18836] Updated openstack/openstack Project: openstack/requirements a30fcaf053defbc638e5f0ad36db73ae11c2307c null Depending on python-swiftclient>=1.6 Now we're depending on python-swiftclient>=1.6 since the parameter 'headers' was introduced since python-swiftclient 1.6. This is a regression issue introduced by patch: https://review.openstack.org/#/c/48913/ get_object(container, obj, resp_chunk_size=None, query_string=None, response_dict=None, headers=None) Here is the commit of adding param 'headers' for Swift client, see: https://github.com/openstack/python-swiftclient/commit/d34f12614820416aebe5e91eab9726b556d1f973 Closes-Bug: #1276033 Change-Id: Ibebf1d1ac8df9f35a7d5b5745eddfcdb00a036df --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3bcb8aa76d76..a30fcaf053de 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3bcb8aa76d76de7bdb766d8b99c62252819414f4 +Subproject commit a30fcaf053defbc638e5f0ad36db73ae11c2307c From 373ff89faf98d735fa1e53088a9e194938ed13d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 19:26:53 +0000 Subject: [PATCH 01197/18836] Updated openstack/openstack Project: openstack/python-heatclient bb754dc8f2af71b0c4f1d0853f18fd5428d1866e null Populate files with content from get_file function calls This is the client-side implementation of the get_file HOT intrinsic function. The data for each resource is recursively crawled to look for {get_file: } calls. The content for the URL specified by get_file is fetched and the content stored in the files field in the API request. If a relative path is specified, that path is converted to an absolute URL, and that URL is used as the key for the files content entry. The template is also modified to replace the relative path with the absolute URL. This implements the client-side portion of blueprint get-file Change-Id: If1da98578bb2919e3c8325442224376d3fadb0bc --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 806f551d1fba..bb754dc8f2af 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 806f551d1fba7c6ed001d5c9f99101f0be6550ef +Subproject commit bb754dc8f2af71b0c4f1d0853f18fd5428d1866e From c2794bac0e30f4a66e5b75bfc80887c00ceafd23 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 27 Jan 2014 16:07:22 +0100 Subject: [PATCH 01198/18836] Updated openstack/openstack Project: openstack/oslo.config fff04b37f1371b86700da4a6529cbfc53b576102 null Add Style Guide for help of config options This is an initial document on how the config options should be written and formatted. Change-Id: Ic838a322ec4c1fc7b2507ecb126ef372617d0fc5 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 16541c554e43..fff04b37f137 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 16541c554e43b9291a74cfd7a5313e6482f4da77 +Subproject commit fff04b37f1371b86700da4a6529cbfc53b576102 From 8945a99e035be67b7ea63ef332e66d7e5d1a78bb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 23:07:31 +0000 Subject: [PATCH 01199/18836] Updated openstack/openstack Project: openstack/requirements 1534e83d0aaff655a978f463249126aea82db2ca null Sort tracked projects list Change-Id: I1e27aa2708abe0ef952af1893e52c3f6f45b7b8c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index a30fcaf053de..1534e83d0aaf 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit a30fcaf053defbc638e5f0ad36db73ae11c2307c +Subproject commit 1534e83d0aaff655a978f463249126aea82db2ca From 31ce962ec9ccfcdbd3293551abdb52d01079cf75 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Feb 2014 23:10:26 +0000 Subject: [PATCH 01200/18836] Updated openstack/openstack Project: openstack/requirements 1d9e5b13901cc47d08f2f4afb4ec1e72e94ea039 null Add rally to tracked projects list Change-Id: Ibd1beeda70df0f3d1020bf3a46d1fc9a44226818 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1534e83d0aaf..1d9e5b13901c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1534e83d0aaff655a978f463249126aea82db2ca +Subproject commit 1d9e5b13901cc47d08f2f4afb4ec1e72e94ea039 From 10f4b44c0cd3e68aafc4052b45ce939aaab3614b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 03:50:42 +0000 Subject: [PATCH 01201/18836] Updated openstack/openstack Project: openstack/requirements b9a3e3e44579531b0c47c171929358d6fa1550af null Update python-openstacksdk from the global-requirements file Change-Id: If05ef816e1a2b9423cfc7f0544ee922a12805a9c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1d9e5b13901c..b9a3e3e44579 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1d9e5b13901cc47d08f2f4afb4ec1e72e94ea039 +Subproject commit b9a3e3e44579531b0c47c171929358d6fa1550af From 1043f9b45c65ada41a47b3ae4a98effb6230e1cc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 03:50:44 +0000 Subject: [PATCH 01202/18836] Updated openstack/openstack Project: openstack/requirements ea4a0e6040a08354f5b527e2a434f50d5ddf36de null pbr: update to 0.6 0.6 version adds support for multiple requirement file based on the major Python version used. This is needed to add support for Python 3 on some projects like oslo-incubator. Change-Id: I868bbba20f40dbd8d57d3045921c0c566d311da6 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b9a3e3e44579..ea4a0e6040a0 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b9a3e3e44579531b0c47c171929358d6fa1550af +Subproject commit ea4a0e6040a08354f5b527e2a434f50d5ddf36de From d96bad05bc8ca72073c698826824e84c9bc5b115 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 03:50:46 +0000 Subject: [PATCH 01203/18836] Updated openstack/openstack Project: openstack/requirements 9e6cd43c7e2a5c9a7afd687e5e0fe19361df68f8 null Add support for Python 3 requirements This patch adds the ability to handle requirements-py3.txt and test-requirements-py3.txt as usual. Change-Id: Ibff0bbd182cf1027f8a3ef2278d1d226538f8222 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ea4a0e6040a0..9e6cd43c7e2a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ea4a0e6040a08354f5b527e2a434f50d5ddf36de +Subproject commit 9e6cd43c7e2a5c9a7afd687e5e0fe19361df68f8 From bd7f2ec447fd9225c69e3d5d1970e840f85225a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 06:08:28 +0000 Subject: [PATCH 01204/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5708437d28b31c6fb9e79d01147fcdda8cbc86eb null Python 3: make tests from v2_0/test_access.py pass This fixes calls to the hash_signed_token() and cms_hash_token() functions, by making sure they are given bytes. Change-Id: I83ac48a845cd09150b01afad6f0549ee83c20ddd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 773682523563..5708437d28b3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 773682523563ec0fb884a232e08442e8b6291343 +Subproject commit 5708437d28b31c6fb9e79d01147fcdda8cbc86eb From 0dd92379fb35b3f507f2988c1852bcc58fa0e4c6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 08:15:00 +0000 Subject: [PATCH 01205/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3d0eacddf9a920b3bf8fb19dd522433fa771d6fb null Use requests library in S3 middleware Convert the S3 token middleware to use the requests library. It does not validate certificates as part of this patch to keep new functionality isolated. Change-Id: I0f26c80a969b919de80410af0a80920bd8493191 Closes-Bug: #1275598 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5708437d28b3..3d0eacddf9a9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5708437d28b31c6fb9e79d01147fcdda8cbc86eb +Subproject commit 3d0eacddf9a920b3bf8fb19dd522433fa771d6fb From 204d6a6c9b52bf6871f2f6d5661075e32891c013 Mon Sep 17 00:00:00 2001 From: Alex Meade Date: Wed, 5 Feb 2014 19:25:49 +0000 Subject: [PATCH 01206/18836] Updated openstack/openstack Project: openstack/glance 0a7ea662a82f5d6aa8d3aa5ff746bfab4ef90b26 null Modify my mailmap Changing my preferred email. Change-Id: Idbe6a77d6e007c317acb5eda354edbb0dd6e87f3 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index fd99958b333a..0a7ea662a82f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit fd99958b333a234f01fe0dbca3b1520e076d06e0 +Subproject commit 0a7ea662a82f5d6aa8d3aa5ff746bfab4ef90b26 From 12e59ee42bcf19d0f0f90efa2e28d002060d1fc5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 13:09:17 +0000 Subject: [PATCH 01207/18836] Updated openstack/openstack Project: openstack/requirements 8d7b705491a4309ab855c4ca0f6835852d822804 null Unpin kazoo There doesn't seem to be a reason to pin to a year old version of kazoo since other projects would like to use the newer version its safer just to unpin the version restriction. Change-Id: I7c5a74e06f604ce89f0de0a4b01a8f7be41d70a2 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9e6cd43c7e2a..8d7b705491a4 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9e6cd43c7e2a5c9a7afd687e5e0fe19361df68f8 +Subproject commit 8d7b705491a4309ab855c4ca0f6835852d822804 From 3e359e45805e37f105c3d95ae1819d5e33da43f3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 14:25:11 +0000 Subject: [PATCH 01208/18836] Updated openstack/openstack Project: openstack/requirements 97f83e761a40f5858ad633be766b8de78b6e05dc null Add XenAPI to OpenStack dependencies This way, the XenAPI package will be mirrored by the OpenStack pypi mirror, so it could be installed in the gate. Change-Id: I185f9ccf26c59a339f94f6918d695f28a5eb5b62 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8d7b705491a4..97f83e761a40 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8d7b705491a4309ab855c4ca0f6835852d822804 +Subproject commit 97f83e761a40f5858ad633be766b8de78b6e05dc From d8c669d1cd4edb14638c4ab0a19eba05fc5ab180 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 15:36:24 +0000 Subject: [PATCH 01209/18836] Updated openstack/openstack Project: openstack/requirements a13ec8a6f45a633d0ad204977ad5e43f33f545b3 null Update python-keystoneclient to 0.5.0 A new version of keystoneclient was released containing changes we wish to use in Heat, so bump to the latest version. Change-Id: I62fe2363e97df9a8825c91ba67a1d86c927eaf22 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 97f83e761a40..a13ec8a6f45a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 97f83e761a40f5858ad633be766b8de78b6e05dc +Subproject commit a13ec8a6f45a633d0ad204977ad5e43f33f545b3 From f83c41521740d807e115f4df0e72093a85e8dca5 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 5 Feb 2014 09:30:42 -0800 Subject: [PATCH 01210/18836] Updated openstack/openstack Project: openstack/oslo.messaging 355d15aee3c3e6120c1148ed679d1254e33dc7bd null Ignore any egg and egg-info directories Running the tests installs pbr in a way that leaves a .egg directory in the source tree, so update the ignore file to ignore it. Change-Id: I7d702c9511992efc518195def0967bc0191d93a9 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 84298bd04186..355d15aee3c3 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 84298bd04186ccf9cac4a0eb02bce41575b8ed1d +Subproject commit 355d15aee3c3e6120c1148ed679d1254e33dc7bd From 7561824157fd6d1b03d40a707d43cea563dc652e Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Tue, 4 Feb 2014 13:05:35 +0800 Subject: [PATCH 01211/18836] Updated openstack/openstack Project: openstack/glance 8496dad34797104482a5a76d809b72569adcd794 null Remove duplicate type defination of v2 images schema Closes-Bug: #1276011 Change-Id: I53565fcaaf9fde064fb28c63bf00a4a7a0f602eb --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0a7ea662a82f..8496dad34797 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0a7ea662a82f5d6aa8d3aa5ff746bfab4ef90b26 +Subproject commit 8496dad34797104482a5a76d809b72569adcd794 From 72d0b527a9c753240dd9d3c0478f26b6d65a2ac9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 17:07:47 +0000 Subject: [PATCH 01212/18836] Updated openstack/openstack Project: openstack/glance cfa4def2e0d7185c93ac011a056b3182b3332036 null glance-manage wont take version into consideration A glance-manage db upgrade/db downgrade will do either an 'upgrade to latest' or 'downgrade to None' even though a version argument is provided. The version being passed isn't being picked up and None is passed across. Fixes bug 1258068 Change-Id: Iaab4cf5eeb6d7c9c94fc741841a6b0797a058d40 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8496dad34797..cfa4def2e0d7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8496dad34797104482a5a76d809b72569adcd794 +Subproject commit cfa4def2e0d7185c93ac011a056b3182b3332036 From e47b9e0d409ae3de535a0d226b21592a940d4a6f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 17:12:09 +0000 Subject: [PATCH 01213/18836] Updated openstack/openstack Project: openstack-dev/devstack 95ff265a5ee6853bb64df5d75f004007dd8d8dbe null Add while/until to the for/do rule Like 'for/do' check that the while/until operator are on the same line with the do. Fixes some pep8 error along the way. Change-Id: I440afe60691263365bf35310bf4212d94f30c339 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 116999b221ca..95ff265a5ee6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 116999b221ca78ae95cb9321d1205e28defc2023 +Subproject commit 95ff265a5ee6853bb64df5d75f004007dd8d8dbe From 47c3bde50ae80c35e8f2dbc7b6ca6ce6a6b1b36f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 17:21:05 +0000 Subject: [PATCH 01214/18836] Updated openstack/openstack Project: openstack-dev/devstack f583a04d739a189da6f3780f83e2ddc61bfe9e22 null No need to loop over with pkill -f I guess four times is better than one but if we need four times to kill swift processes there is something pretty bad with it. Change-Id: Id2ea2f4ca60feb9fddc7b3181063760d2044b421 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 95ff265a5ee6..f583a04d739a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 95ff265a5ee6853bb64df5d75f004007dd8d8dbe +Subproject commit f583a04d739a189da6f3780f83e2ddc61bfe9e22 From 6dd30ba2386590e450d6eae054d3b0e2c8caf150 Mon Sep 17 00:00:00 2001 From: Paul Van Eck Date: Wed, 5 Feb 2014 12:56:15 -0800 Subject: [PATCH 01215/18836] Updated openstack/openstack Project: openstack/python-heatclient 24913c91b5f380ce525845dc58e6bfcde8c1780c null Allow environment to not have resource_registry If you try to use an environment file that contains only parameters, or even nothing, you get a NoneType error as the client is expecting there to be a value in the resource_registry section. This stops that error, thus allowing environment files to be empty or just contain parameters. Change-Id: I0c6c3bb60182915df346ebf8dd4e98ccc652ffb1 Closes-Bug: #1273881 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index bb754dc8f2af..24913c91b5f3 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit bb754dc8f2af71b0c4f1d0853f18fd5428d1866e +Subproject commit 24913c91b5f380ce525845dc58e6bfcde8c1780c From 20a3d9615c15badda96c4bef3a280fd588fad455 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 19:49:40 +0000 Subject: [PATCH 01216/18836] Updated openstack/openstack Project: openstack/glance 8782526a913106bc7e2b8d0ca0f8b3f8c0c549ad null Removes logging of location uri This patch removes logging of sensitive store location uri, which is logged when an exception occurs while trying to get the object from the store or due to a failure in getting the store api due to unauthorized context. fixes bug 1275062 Change-Id: I679baa0897f242f4b8372c9c1c7ab28ae811f5e5 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cfa4def2e0d7..8782526a9131 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cfa4def2e0d7185c93ac011a056b3182b3332036 +Subproject commit 8782526a913106bc7e2b8d0ca0f8b3f8c0c549ad From fabd9ede4fddc28770d41112da73a2911ecc8cba Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 6 Feb 2014 09:40:24 -0800 Subject: [PATCH 01217/18836] Updated openstack/openstack Project: openstack/requirements 661e6bad9e56dddd65a200dc08aedc00b9656312 null Start renaming oslo.sphinx to oslosphinx Add oslosphinx in addition to oslo.sphinx so we can update consuming projects before removing oslo.sphinx from the dependency list. Partial-bug: #1277168 Change-id: I7788a9d6b5984fdfcc4678f2182104d2eb8a2be0 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index a13ec8a6f45a..661e6bad9e56 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit a13ec8a6f45a633d0ad204977ad5e43f33f545b3 +Subproject commit 661e6bad9e56dddd65a200dc08aedc00b9656312 From 76d4b911d1215ecf2de4ed05a3272d3379346984 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 21:37:02 +0000 Subject: [PATCH 01218/18836] Updated openstack/openstack Project: openstack/python-heatclient c6fd27c1e5e4bea218e41a92cfbc200d0285974a null Added missed files to create venv with run_tests.sh Change-Id: If5ea42ea75ee25bc321fba85a86161ef22a7f197 Closes: bug #1273795 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 24913c91b5f3..c6fd27c1e5e4 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 24913c91b5f380ce525845dc58e6bfcde8c1780c +Subproject commit c6fd27c1e5e4bea218e41a92cfbc200d0285974a From 61b83bfefba727078a9ebf7161acac35f3431bc4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 21:52:11 +0000 Subject: [PATCH 01219/18836] Updated openstack/openstack Project: openstack/python-heatclient 0ea0befd86ae6c35e9837b2bf24af838b639a8fa null Enable default in bash completion This adds default options to bash completion, allowing to put filenames after options like --template-file. Change-Id: I8881028186f26d8fccb611daabf92ba028ca41a8 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index c6fd27c1e5e4..0ea0befd86ae 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit c6fd27c1e5e4bea218e41a92cfbc200d0285974a +Subproject commit 0ea0befd86ae6c35e9837b2bf24af838b639a8fa From fac9fd36d65830ba65c18a154638126274e08ee1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 21:52:12 +0000 Subject: [PATCH 01220/18836] Updated openstack/openstack Project: openstack/python-heatclient 00d70801c15d96960903908ea65f196090348eef null Enable hacking H233 rule H233: Python 3.x incompatible use of print operator Python 3 support is a good feature for OpenStack service client, and we already have a patch for H233 but still ignore it in hacking check, we can enable it to avoid introducing such problem again. Change-Id: I5295ef62eef7a9f6ec7f2b67d6b68dbe2dec7067 ref: https://review.openstack.org/#/c/52841/ --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 0ea0befd86ae..00d70801c15d 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 0ea0befd86ae6c35e9837b2bf24af838b639a8fa +Subproject commit 00d70801c15d96960903908ea65f196090348eef From f9e673ab9cd5fe21f3a9434efb06f3f69ba06411 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 22:48:06 +0000 Subject: [PATCH 01221/18836] Updated openstack/openstack Project: openstack/python-heatclient 2a655f736258de6a873fc9abbefb2dbd74bd84bf null Add pagination (limit and marker) to stack-list Add support for ``limit`` and ``marker`` on stack-list and remove unnecessary ``page_size`` parameter. When using ``limit`` and/or ``marker``, stack-list will keep previous behavior and list all stacks starting from ``marker`` up to ``limit``, even if limit exceeds API limit restrictions, by using multiple calls to /stacks endpoint. Partial-Bug: 1268816 Change-Id: Ifb08c1aadd3629d60ddc56ffc507c99b9dba80ce --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 00d70801c15d..2a655f736258 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 00d70801c15d96960903908ea65f196090348eef +Subproject commit 2a655f736258de6a873fc9abbefb2dbd74bd84bf From 32501848b428d1255765dc09d5fcb02a0bf42b2c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 22:48:07 +0000 Subject: [PATCH 01222/18836] Updated openstack/openstack Project: openstack/python-heatclient 6a19658a9dc7068cf3cb7513f3ed9ce2c1fdae44 null Add filter option to stack-list Add ability to use filters on stack-list by passing a ``--filters`` options to the command line. This option can appear multiple times or be used once with several key=value filters separated by semicolons. If the same key appears more than once, both will be taken into account when sending the request to the API. e.g.: The option: ``--filters status=COMPLETE;status=FAILED`` Will issue the call: ``/stacks?status=COMPLETE&status=FAILED`` Closes-Bug: 1268816 Change-Id: I553d6b5e3ceebdb24dcd4e4c8e409a4375d72333 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 2a655f736258..6a19658a9dc7 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 2a655f736258de6a873fc9abbefb2dbd74bd84bf +Subproject commit 6a19658a9dc7068cf3cb7513f3ed9ce2c1fdae44 From 48512fa10087ad705e0a0315cd906b1e130eaef7 Mon Sep 17 00:00:00 2001 From: Craig Vyvial Date: Mon, 9 Sep 2013 10:21:49 -0500 Subject: [PATCH 01223/18836] Updated openstack/openstack Project: openstack/python-troveclient 8bc981aba55f050c4b0277987d5505eb53355b25 null adds support for configurations management Reason: Adding configuration group support for the python-troveclient Changes: adding configuration api calls adding the compat client for tests and xml added the shell cmds for the configurations in the client made the path to datastore/version/parameters added unit tests partially implements blueprint configuration-management Change-Id: Ifc0b4077c93a805898b4cd157e33172f64e85b55 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index c803faa53872..8bc981aba55f 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit c803faa538721c7cead8fbd28d3456b481784f38 +Subproject commit 8bc981aba55f050c4b0277987d5505eb53355b25 From c951d82e594b5ea431fb99716285235f12f03950 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Feb 2014 23:04:17 +0000 Subject: [PATCH 01224/18836] Updated openstack/openstack Project: openstack/python-keystoneclient bb7f6aa9a9651576b73f6f187285a966c2a5ffe4 null Check for any monkeypatching Checking oinly for monkeypatching of the ``os`` module is insufficient. A process might have chosen not to patch ``os`` but still needs to use the eventlet version of Popen to deal with proper forks. This version checks if any modules have been monkeypatched with the eventlet versions. Closes-Bug: #1277231 Change-Id: Ia8d7150e9e7ced58132e8e90e7ad68fb3c7c3b9f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3d0eacddf9a9..bb7f6aa9a965 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3d0eacddf9a920b3bf8fb19dd522433fa771d6fb +Subproject commit bb7f6aa9a9651576b73f6f187285a966c2a5ffe4 From d68d73acfb5a7c4748d1ebd90dd4bcc726c95d5e Mon Sep 17 00:00:00 2001 From: Sergio Cazzolato Date: Fri, 29 Nov 2013 20:46:22 -0500 Subject: [PATCH 01225/18836] Updated openstack/openstack Project: openstack/python-swiftclient d387c61daa9fa57607223e598d52edfd5d64ffa3 null changed things because reasons Dictionaries added in texts to improve readability in case there are 2 params Change-Id: I064cceeaa56b232504c6f0b6c215c9c5dbb7fcef --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 9b73547b7de0..d387c61daa9f 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 9b73547b7de004fe623e454c425e9deee5d3d0ca +Subproject commit d387c61daa9fa57607223e598d52edfd5d64ffa3 From 1cd4f9e094d62e26cf89b90673bc05634e2ec1e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Feb 2014 03:38:54 +0000 Subject: [PATCH 01226/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 31fd1c8cd29e68026b73e118694b26e1ab98a23d null Provide a conversion function for creating session Session.construct will create a session based upon the kwargs that used to be passed to a client __init__ function. This will allow clients an easy path to providing compatibility with deprecated arguments. Make use of the function throughout discovery. Discovery was initially released prior to the session object being completed and was therefore handled with the same arguments as a client. Instead we should use a session object so use the conversion function to convert those kwargs into a session object if one is not provided. Change-Id: I8dc1e0810ea6ebc6ea648ec37d7881825c566676 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index bb7f6aa9a965..31fd1c8cd29e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit bb7f6aa9a9651576b73f6f187285a966c2a5ffe4 +Subproject commit 31fd1c8cd29e68026b73e118694b26e1ab98a23d From 685a101ae4c16362f31af08f14a5bff4f5feb478 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Feb 2014 03:38:55 +0000 Subject: [PATCH 01227/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2a64a1b37b62bbc15ceb2b1696fa521e86d23f4d null Create Authentication Plugins Provides the framework for creating authentication plugins and using them from a session object. To allow this system to co-exist with the original client there is a bit of a hack. The client object itself is now also an authentication plugin, that supports the original client pattern. If a client is created without a session object then that session object uses the client as it's authentication plugin. Change-Id: I682c8dcd3705148aaa804a91f4ed48a5b74bdc12 blueprint: auth-plugins --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 31fd1c8cd29e..2a64a1b37b62 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 31fd1c8cd29e68026b73e118694b26e1ab98a23d +Subproject commit 2a64a1b37b62bbc15ceb2b1696fa521e86d23f4d From 58954fa94c5b59bb0ac8bc37288970fc5d497b17 Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Wed, 29 Jan 2014 23:24:50 +0800 Subject: [PATCH 01228/18836] Updated openstack/openstack Project: openstack/glance 7998dbe33d6671bb4ea0e5506dd24aab8a85d2bf null Expose image property 'owner' in v2 API The 'owner' property on an image is exposed in v1 but does not appear in the v2 image response. It would be useful to have this available. docImpact Implement blueprint expose-owner-in-v2 Change-Id: I90f68d57e185f4a5ee63cd97bd5597948dde33ea --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8782526a9131..7998dbe33d66 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8782526a913106bc7e2b8d0ca0f8b3f8c0c549ad +Subproject commit 7998dbe33d6671bb4ea0e5506dd24aab8a85d2bf From 6f819e40dc823709c4c96a20a0e2d1c32dd7cbfe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Feb 2014 05:15:03 +0000 Subject: [PATCH 01229/18836] Updated openstack/openstack Project: openstack/glance 7f9c2760bc7ebc8ae797e74a57456c19aa9306f6 null Depending on python-swiftclient>=1.6 Now we're depending on python-swiftclient>=1.6 since the parameter 'headers' was introduced since python-swiftclient 1.6. This is a regression issue introduced by patch: https://review.openstack.org/#/c/48913/ get_object(container, obj, resp_chunk_size=None, query_string=None, response_dict=None, headers=None) Closes-Bug: #1276033 Change-Id: I174f2dc53a402d48301b17839be8b5fa97064805 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7998dbe33d66..7f9c2760bc7e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7998dbe33d6671bb4ea0e5506dd24aab8a85d2bf +Subproject commit 7f9c2760bc7ebc8ae797e74a57456c19aa9306f6 From 95d9c3d3be2efbabfec8b6c888663304497a043b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 7 Feb 2014 06:51:28 +0000 Subject: [PATCH 01230/18836] Updated openstack/openstack Project: openstack/glance d20dbb5c58ad090d9299eca261d75d4fb74d47f9 null Updated from global requirements Change-Id: Iad328b1d0887d3f31f3db73b7ad699bd20b6847f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7f9c2760bc7e..d20dbb5c58ad 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7f9c2760bc7ebc8ae797e74a57456c19aa9306f6 +Subproject commit d20dbb5c58ad090d9299eca261d75d4fb74d47f9 From 31c6a99926d7cbb4dc71f854a81210d621756d76 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 7 Feb 2014 13:47:00 +0800 Subject: [PATCH 01231/18836] Updated openstack/openstack Project: openstack/python-swiftclient 0d3f4a0aa2ec1a91c68b2b9056a371b1c1a4eb55 null Fix misspellings in python swiftclient Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I2fb042b3d9eb59cd404c52c775e5cc870e6157e1 Closes-Bug: #1257295 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index d387c61daa9f..0d3f4a0aa2ec 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit d387c61daa9fa57607223e598d52edfd5d64ffa3 +Subproject commit 0d3f4a0aa2ec1a91c68b2b9056a371b1c1a4eb55 From fe9e5ac94a3da31411232f84ae38cb668e6d9899 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Feb 2014 09:15:21 +0000 Subject: [PATCH 01232/18836] Updated openstack/openstack Project: openstack/glance 1570fa2b857b04d8639815fd32f89e5d3622d213 null Enable H202 check Enable H202 check: assertRaises Exception too broad. Make changes to glance/tests/unit/test_notifier.py Change-Id: I258367172e77312ddda06132d2e8371e8fff81e7 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d20dbb5c58ad..1570fa2b857b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d20dbb5c58ad090d9299eca261d75d4fb74d47f9 +Subproject commit 1570fa2b857b04d8639815fd32f89e5d3622d213 From a52024b64add1443d29c8d3c2feb78d187e343b3 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 7 Feb 2014 13:31:07 +0800 Subject: [PATCH 01233/18836] Updated openstack/openstack Project: openstack/python-glanceclient 0cda69f6a591a0ad6a3e4c23ddbab965d11a51f8 null Fix misspellings in python-glanceclient Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I504521e702c675640ab3869c608fa96edd2477b4 Closes-Bug: #1257295 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 4a41358ceaad..0cda69f6a591 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 4a41358ceaad115f1d3f2ffc640fc1fdc1ce4bb3 +Subproject commit 0cda69f6a591a0ad6a3e4c23ddbab965d11a51f8 From 1323f5018d97070d78e50300fbbd901e9dd56d21 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Feb 2014 10:42:51 +0000 Subject: [PATCH 01234/18836] Updated openstack/openstack Project: openstack/python-troveclient 5fd715da78762c936566ea6e9dde5c1282b63f34 null Remove copyright from empty files According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: Icad4ffa9843baeb9c437d2e2c0b0d35c24abc68a Closes-Bug: #1262424 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 8bc981aba55f..5fd715da7876 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 8bc981aba55f050c4b0277987d5505eb53355b25 +Subproject commit 5fd715da78762c936566ea6e9dde5c1282b63f34 From 9c9dadf9e0b2ca48407c34d1fda5281f0a83da87 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Feb 2014 17:12:17 +0000 Subject: [PATCH 01235/18836] Updated openstack/openstack Project: openstack-dev/devstack 2219fdb58773d44db3fa278438e637199bfb185a null Use github for swift3. swift3 is not on OpenStack infra (yet) use the github url instead. Closes-Bug: #1275923 Change-Id: I0cc393f93b65dcf8642b3a35925eb9eba3c2e1eb --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f583a04d739a..2219fdb58773 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f583a04d739a189da6f3780f83e2ddc61bfe9e22 +Subproject commit 2219fdb58773d44db3fa278438e637199bfb185a From 52b3f5a697b8a7174f7300c036772e95d175446f Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 4 Feb 2014 14:50:15 +0100 Subject: [PATCH 01236/18836] Updated openstack/openstack Project: openstack/requirements bcda212ab60dd9003fe6d004862bc7418b9be585 null Add a new dependency: trollius Trollius is a port of the new asyncio module on Python 2.6 and 2.7. I would like to replace eventlet with asyncio (Trollius). See my blueprint for Oslo Messaging for more information: https://wiki.openstack.org/wiki/Oslo/blueprints/asyncio Limit the version to < 0.2 because the API *might* be broken in version 0.2. Change-Id: Ic5d1df60eb3b86696f4c61d609e617c2ed05518c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 661e6bad9e56..bcda212ab60d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 661e6bad9e56dddd65a200dc08aedc00b9656312 +Subproject commit bcda212ab60dd9003fe6d004862bc7418b9be585 From 67a260b3dc1ef0bcc34da92072c80516c7874629 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 01:05:47 +0000 Subject: [PATCH 01237/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ba102bbd56795b1e97a26877a514e7c1303d65d7 null refactor handling of extension list Change-Id: I922c17523197497139da92d8be33dba10349a369 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2a64a1b37b62..ba102bbd5679 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2a64a1b37b62bbc15ceb2b1696fa521e86d23f4d +Subproject commit ba102bbd56795b1e97a26877a514e7c1303d65d7 From aeb8dd3f19cf6442e05365fcd72740e62d91ce28 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 01:05:49 +0000 Subject: [PATCH 01238/18836] Updated openstack/openstack Project: openstack/glance 73f6b68debcd7a1fb60d84f81d3328b62f1e6e91 null Fix misspellings in glance Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ib65747384763fa43bcf2441669d9903181c65cc6 Closes-Bug: #1257295 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1570fa2b857b..73f6b68debcd 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1570fa2b857b04d8639815fd32f89e5d3622d213 +Subproject commit 73f6b68debcd7a1fb60d84f81d3328b62f1e6e91 From 8dbcaae0f4c4ec38eb38a36dce27bb1f792c432c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 06:43:06 +0000 Subject: [PATCH 01239/18836] Updated openstack/openstack Project: openstack/python-glanceclient 348a81b176d8a93592db9aeee1152374f9467298 null Update my mailmap Using new email address. Change-Id: I4df8536d848fee91ced6debcd259a6cf8f748b44 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 0cda69f6a591..348a81b176d8 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 0cda69f6a591a0ad6a3e4c23ddbab965d11a51f8 +Subproject commit 348a81b176d8a93592db9aeee1152374f9467298 From 7531419e259106a51e53dafa3bf50e7e55f12743 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 06:43:44 +0000 Subject: [PATCH 01240/18836] Updated openstack/openstack Project: openstack/glance a41b30af013fea484fee219fa132e778119de2da null Enable H302 check Enable H302 (import only modules) which passes without any changes to files. Change-Id: Ibcc609ffad404e8d73a4828b7b18892444e7454d --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 73f6b68debcd..a41b30af013f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 73f6b68debcd7a1fb60d84f81d3328b62f1e6e91 +Subproject commit a41b30af013fea484fee219fa132e778119de2da From 6e220386ff6df51a4ec9b635b021db7fc32825a5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 06:59:34 +0000 Subject: [PATCH 01241/18836] Updated openstack/openstack Project: openstack/glance e7413091c3e0031d74e2c5c63dac708c02ed63c8 null Clean up DatabaseMigrationError Exception DatabaseMigrationError from glance/common/exception.py is unused, so we get rid of it. Change-Id: I36f70dcc7d5b282d3c9d9e82a0c3f673d008e71e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a41b30af013f..e7413091c3e0 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a41b30af013fea484fee219fa132e778119de2da +Subproject commit e7413091c3e0031d74e2c5c63dac708c02ed63c8 From 0fa006fc8d373afbc52e89d5a4d3e7d2d2447b87 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 14:07:57 +0000 Subject: [PATCH 01242/18836] Updated openstack/openstack Project: openstack-dev/devstack 13fa8d5dd2b5ef5f3ef87102ceb3b24c3018de0b null Fix config group for cinder multi_backend This commit just updates the config group for the multi_backend option. Tempest change d5c9602b created a volume-feature-enabled group and moved this volume there but devstack was never updated with the change. Closes-Bug: #1276326 Change-Id: Icf2e96783feec4edbd4d477f8492651cd9bb3f01 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2219fdb58773..13fa8d5dd2b5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2219fdb58773d44db3fa278438e637199bfb185a +Subproject commit 13fa8d5dd2b5ef5f3ef87102ceb3b24c3018de0b From 9a3362a78882d22257db3c184a62c8d0c8aedd73 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 14:08:04 +0000 Subject: [PATCH 01243/18836] Updated openstack/openstack Project: openstack-dev/devstack 28a29a3527b7f0599d8ca39759aaa338aca82708 null Move ironic to plugin Also adds an is_ironic_enabled() function to prepare for an upcoming change in is_service_enabled(). Change-Id: I6e6e0e8b70221e231785ab27e9b5d4836933ac4c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 13fa8d5dd2b5..28a29a3527b7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 13fa8d5dd2b5ef5f3ef87102ceb3b24c3018de0b +Subproject commit 28a29a3527b7f0599d8ca39759aaa338aca82708 From 1d15e898e3d54d2dc8361cb21c5702b3bec941ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 14:37:36 +0000 Subject: [PATCH 01244/18836] Updated openstack/openstack Project: openstack-dev/devstack b92bb231ecbff285fa293e10f7a1109ad03ba8fc null remove database init from horizon horizon default config no longer uses a session database, it uses signed cookies instead, so we can stop doing db initialization and cleanup (which based on errexit we weren't doing correctly anyway). Change-Id: Icae4318e2784486db2888cbf353e95ac9a5d7cba --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 28a29a3527b7..b92bb231ecbf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 28a29a3527b7f0599d8ca39759aaa338aca82708 +Subproject commit b92bb231ecbff285fa293e10f7a1109ad03ba8fc From 0fd9961d8048940e57542c9b1650b249f6e88a68 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 15:10:28 +0000 Subject: [PATCH 01245/18836] Updated openstack/openstack Project: openstack-dev/devstack a3008086fc181357e2eebe9a87291c12dbe4b974 null Make neutron tempest run with tenant isolation by default This commit removes the workaround that switched tempest tenant isolation to false if Neutron was enabled. Recent changes to both neutron and tempest should make this safe finally. Change-Id: I929fcc73a7ef9a10f01af422ff62f9d451d52ae3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b92bb231ecbf..a3008086fc18 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b92bb231ecbff285fa293e10f7a1109ad03ba8fc +Subproject commit a3008086fc181357e2eebe9a87291c12dbe4b974 From 85e5f4978ff6d3751c4d8f934b1e420bdd118c01 Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Tue, 3 Dec 2013 23:32:07 +1100 Subject: [PATCH 01246/18836] Updated openstack/openstack Project: openstack/glance d7f1221684ea3c958f0a382764074adb5ee6cbcf null Switch to testrepository for running tests OpenStack as a whole is moving towards using testrepository and testtools for running tests. To that end, bring Glance into line by switching it to use testrepository to run tests. This copies run_tests.sh and tools/colorizer.py from Nova. This change also has some minor changes to make run_test.sh work well. Partial fixes bug: 1179009 Fixes bug: 1271806 Change-Id: Ic265bc0d2f1528358f6e8ee5b4139f991923fc72 Signed-off-by: Steve Kowalik Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e7413091c3e0..d7f1221684ea 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e7413091c3e0031d74e2c5c63dac708c02ed63c8 +Subproject commit d7f1221684ea3c958f0a382764074adb5ee6cbcf From ebc786f13a63f04311591d5e0909bba9e289c56b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 23:22:12 +0000 Subject: [PATCH 01247/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 11165bf23d2e076d4cf813a98b9dfc07ef64d5f9 null Python3: fix test_insecure test_insecure() fails because it ends up calling guess_json_utf8() in the requests module, where the count() method of the str type is called with bytes input: nullcount = sample.count(_null) This patch makes sure that we pass 'sample' as bytes. Change-Id: I70071623d425ebbf910d3568a7b5c5d857892402 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ba102bbd5679..11165bf23d2e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ba102bbd56795b1e97a26877a514e7c1303d65d7 +Subproject commit 11165bf23d2e076d4cf813a98b9dfc07ef64d5f9 From be5f0c5fde835066684b4cab463b84aa5319118e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 23:23:37 +0000 Subject: [PATCH 01248/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2a3af3f2155df1903109bb6a6b1f92c14ea12c1f null Python3: webob.Response.body must be bytes Remove duplicate assignement for 'resp.body'. Use bytes in Python3. Change-Id: Ice1beb997ae401ebb87762e5499970409c63d801 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 11165bf23d2e..2a3af3f2155d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 11165bf23d2e076d4cf813a98b9dfc07ef64d5f9 +Subproject commit 2a3af3f2155df1903109bb6a6b1f92c14ea12c1f From 172a63a5b1cd9fcad3a9c659ba95001d9a1769e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Feb 2014 23:25:18 +0000 Subject: [PATCH 01249/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b9632bcc82a17f7abbbcbf4517e3527cc2695db9 null Python3: httpretty.last_request().body is now bytes In Python 3, we must decode it before using it. Change-Id: I473ba7b9732555ef5f9011a50d8684260e1f7f71 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2a3af3f2155d..b9632bcc82a1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2a3af3f2155df1903109bb6a6b1f92c14ea12c1f +Subproject commit b9632bcc82a17f7abbbcbf4517e3527cc2695db9 From 8175bffd4dfc135c8975b15c0497ead2f9b3a130 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 00:34:01 +0000 Subject: [PATCH 01250/18836] Updated openstack/openstack Project: openstack/requirements 528d515436f63df0a9e1fb6966c4a6a68c8eca03 null WSME: update to 0.6 0.6 version adds some API parameter type classes for API validation. We can replace each project's own classes with these WSME's classes. By sharing the same classes between projects, it conduces to good quality. Change-Id: I2e93f73c7caf2b176290c62562a109ded4b0e077 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index bcda212ab60d..528d515436f6 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit bcda212ab60dd9003fe6d004862bc7418b9be585 +Subproject commit 528d515436f63df0a9e1fb6966c4a6a68c8eca03 From 15c2f5d125cdada2f2dcfba7b52f1120863d3d67 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 01:17:08 +0000 Subject: [PATCH 01251/18836] Updated openstack/openstack Project: openstack/requirements 59f009b07844064d30d89b8464f7bcd326bb77e9 null Add oslo.version to the list of projects Enables oslo.version to use the openstack pypi mirror Change-Id: Ia142c7371064613ca33b24e5e7cc8307afdf8357 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 528d515436f6..59f009b07844 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 528d515436f63df0a9e1fb6966c4a6a68c8eca03 +Subproject commit 59f009b07844064d30d89b8464f7bcd326bb77e9 From d25643777f6bd5bf94e95248caa6a12b56631637 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 04:42:11 +0000 Subject: [PATCH 01252/18836] Updated openstack/openstack Project: openstack-dev/devstack f8bcbf4badc6289b89dc0ed03e3e9b9b545cf734 null Set uri_v3 in tempest config This properly sets the v3 uri for keystone in the tempest config. Previously tempest would just guess the v3 uri by replacing v2 with v3. However, moving forward this will no longer be the case so devstack should properly set this uri to enable tempest to use the keystone v3 api in addition to the v2. Change-Id: Ib02b2e9f24d8ca1f381186c48747ca0fbc45f3f1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a3008086fc18..f8bcbf4badc6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a3008086fc181357e2eebe9a87291c12dbe4b974 +Subproject commit f8bcbf4badc6289b89dc0ed03e3e9b9b545cf734 From 67773115603bb040a8f4084bcfb82f1a4a71145f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 10:24:11 +0000 Subject: [PATCH 01253/18836] Updated openstack/openstack Project: openstack/oslo.config 201485878362266dcc0a482206dbc2f49ba16f7d null Add docs for types Add a page to pull in the docstrings for the option types, and make the docstring changes in the module necessary for that to work properly. Also fix a formatting issue in the docs for the cfg module. Change-Id: Ib1cf24e59ecc3592d3b703f99659f4a0fdbc7f5c --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index fff04b37f137..201485878362 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit fff04b37f1371b86700da4a6529cbfc53b576102 +Subproject commit 201485878362266dcc0a482206dbc2f49ba16f7d From 3441eae9d57393889b1b5ff54db424698fa7a53c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 10:24:11 +0000 Subject: [PATCH 01254/18836] Updated openstack/openstack Project: openstack/oslo.config ff5378e81d3736eb345be26268ca2f2ec18e132d null Fix misspellings in oslo.config Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I96a3e5717cbce66c19ead15a9e491fe4a44f6e88 Closes-Bug: #1257295 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 201485878362..ff5378e81d37 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 201485878362266dcc0a482206dbc2f49ba16f7d +Subproject commit ff5378e81d3736eb345be26268ca2f2ec18e132d From 468c474cd11c309430eb409d705a44316baca472 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 14:11:16 +0000 Subject: [PATCH 01255/18836] Updated openstack/openstack Project: openstack-dev/devstack 51f3239d7a0cdf32ab2bde8a1f3376e72e3e93ed null nova: use the correct notification driver Nova now uses oslo.messaging and not the Oslo RPC code anymore, therefore the new driver should be used instead. Change-Id: I3533975ad38ff99bee6cfaa5332843444650f61f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f8bcbf4badc6..51f3239d7a0c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f8bcbf4badc6289b89dc0ed03e3e9b9b545cf734 +Subproject commit 51f3239d7a0cdf32ab2bde8a1f3376e72e3e93ed From 795d8d493137831dfd17f3fd2e767135306f5ed9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 14:11:23 +0000 Subject: [PATCH 01256/18836] Updated openstack/openstack Project: openstack/python-neutronclient a7e2bd33249171d0db4ea3efb96a1e9df44e4ba2 null Rename Nicira NVP to VMware NSX in neutronclient Use new naming scheme to reflect rebranding. Partial-implements blueprint nicira-plugin-renaming Change-Id: I694fbda1c228e92a0b910358523787fa742d9ab2 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 24bd404ac5ab..a7e2bd332491 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 24bd404ac5ab23e3262cc86ae83df94e9be4a5b2 +Subproject commit a7e2bd33249171d0db4ea3efb96a1e9df44e4ba2 From 24f17ff1c6fba7d511ad229369b375bd0fa44a3d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 17:34:38 +0000 Subject: [PATCH 01257/18836] Updated openstack/openstack Project: openstack/requirements d4c80ab273798350425a48491eeeb619f622f25d null Add decorator to the global requirements This module is usefull for declaring decorators. It is important in some cases where method signature has to be preserved between the original method and the decorated method ; when inspect is used. We have a feature in rally requiring to preserve signature of the original method. Here is a link which explains why we need this dependency: http://fperez.org/py4science/decorators.html Change-Id: Icef9a043fbf892bb401139902dc38cb6b4bf8030 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 59f009b07844..d4c80ab27379 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 59f009b07844064d30d89b8464f7bcd326bb77e9 +Subproject commit d4c80ab273798350425a48491eeeb619f622f25d From 7df4359c3b2540fa05893271ff946616328b319f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Feb 2014 19:52:46 +0000 Subject: [PATCH 01258/18836] Updated openstack/openstack Project: openstack-dev/devstack fb87714c211d8a8c43605af0f1dd9050934e8e3f null Fix misspellings in devstack Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I19726438d15cd27b813504aac530e7e53c4def12 Closes-Bug: #1257295 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 51f3239d7a0c..fb87714c211d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 51f3239d7a0cdf32ab2bde8a1f3376e72e3e93ed +Subproject commit fb87714c211d8a8c43605af0f1dd9050934e8e3f From 89684aa26aa7c5458027c4d88767c60c2b483ca0 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 9 Jan 2014 11:05:22 +0100 Subject: [PATCH 01259/18836] Updated openstack/openstack Project: openstack/python-heatclient a2ff9eaeed983ff3bacf60ce32c6bc1e95cff5b5 null Port to python requests Since python requests has builtins SSL verification we can get ride of our own implementation. Increase tests coverage of heatclient.common.http along the way. Partial Implements: blueprint python-requests-port Change-Id: I04a169da2334acc91e538ca02cba79d9765752b5 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 6a19658a9dc7..a2ff9eaeed98 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 6a19658a9dc7068cf3cb7513f3ed9ce2c1fdae44 +Subproject commit a2ff9eaeed983ff3bacf60ce32c6bc1e95cff5b5 From c38e8f1f0e6ad195400a1295d3b6e5c9f76de8fe Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 9 Feb 2014 17:49:29 -0500 Subject: [PATCH 01260/18836] Updated openstack/openstack Project: openstack/python-novaclient f6fdff657f079c83b2c3702380218c2b546ee632 null Fix python 3.3 unit test job Change-Id: Ibb253e51ec2412d71d04a1994cef4fb60e77f234 Closes-bug: 1277495 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 810857849ed3..f6fdff657f07 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 810857849ed32773c38df12785715f89d33e83af +Subproject commit f6fdff657f079c83b2c3702380218c2b546ee632 From 7273b530b98fb942546336adb1e5d9726f10e070 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 00:55:18 +0000 Subject: [PATCH 01261/18836] Updated openstack/openstack Project: openstack/python-novaclient f92160312cb0df3a13819fc4836b304c576decaf null Fixed polling after boot in shell + Added unit test to test that poll method is called. Testing of poll method itself is out of this CR scope. Change-Id: I57adb80bacd76b0831ea63f74182f60a2033ab11 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index f6fdff657f07..f92160312cb0 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit f6fdff657f079c83b2c3702380218c2b546ee632 +Subproject commit f92160312cb0df3a13819fc4836b304c576decaf From 6a00ea3c4fc242b8107c4e96a2db8e8302180381 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 00:55:19 +0000 Subject: [PATCH 01262/18836] Updated openstack/openstack Project: openstack/python-novaclient d0cdd28c47e7e9e54d9050a6f64d9a2fab08c680 null Update my mailmap Using new email address. Change-Id: Ib2303680e6219b4fb8bdd67c016b14dd515d6d05 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index f92160312cb0..d0cdd28c47e7 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit f92160312cb0df3a13819fc4836b304c576decaf +Subproject commit d0cdd28c47e7e9e54d9050a6f64d9a2fab08c680 From d1417d7ff93fa71fcd3c285ebea655664e6181c3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 01:20:13 +0000 Subject: [PATCH 01263/18836] Updated openstack/openstack Project: openstack/python-novaclient b6c6084ce3b29d5aaa5220a3d9becf8f33d544e1 null Fix Serivce class AttributeError When we str(service_object), an AttributeError occurred like this: ======================== File "/opt/stack/python-novaclient/novaclient/v1_1/services.py", line 24, in __repr__ return "" % self.service File "/opt/stack/python-novaclient/novaclient/openstack/common/apiclient/base.py", line 463, in __getattr__ raise AttributeError(k) AttributeError: service ======================== This commit fixes it. Change-Id: I496d522591273bf1b1e7dbadf19afaf5e64e41e3 Closes-Bug: #1276408 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d0cdd28c47e7..b6c6084ce3b2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d0cdd28c47e7e9e54d9050a6f64d9a2fab08c680 +Subproject commit b6c6084ce3b29d5aaa5220a3d9becf8f33d544e1 From 05270f5c3baa422c30d8ce4531ba93fe826d4240 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 01:20:25 +0000 Subject: [PATCH 01264/18836] Updated openstack/openstack Project: openstack/python-novaclient 5d4b8b534236c22a55fca369f17364b25fcaa081 null [UT] Fixed floating_ip_pools fake return to expected one It seems that author wanted to return two pools. But because of typo, method now returns only one of them. Fixed typo to return two pools. Change-Id: Ia77a8529fd4db1b06860073ebf33bd54b43438cd --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b6c6084ce3b2..5d4b8b534236 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b6c6084ce3b29d5aaa5220a3d9becf8f33d544e1 +Subproject commit 5d4b8b534236c22a55fca369f17364b25fcaa081 From 3e998ae1600eaefcea769225961511afa09ca6c5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 02:10:40 +0000 Subject: [PATCH 01265/18836] Updated openstack/openstack Project: openstack/python-novaclient 96870fba163ca6ab9085d05810295f2d2b970d47 null Fixed multi validation and wrong fail calls in unit tests * Positive test was calling the same check several times. Replaced with one call. * Negative test was failing with "'object has no attribute 'assertFail'" error message in case of failure. Replaced with appropriate message. Change-Id: Id03a452f7735d6b4d13f54036f1bd3ae50cb487a --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5d4b8b534236..96870fba163c 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5d4b8b534236c22a55fca369f17364b25fcaa081 +Subproject commit 96870fba163ca6ab9085d05810295f2d2b970d47 From 7bba9fed7d99b1c984481e8b3d0c0df5c60f67ea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 02:25:11 +0000 Subject: [PATCH 01266/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b34bb1b02bcbcc20691fa1d02c508b819e877ad9 null cms: Use universal_newlines=True in subprocess.Popen() The Python documentation states that "the type of [the first argument of subprocess.communicate()] must be bytes or, if universal_newlines was True, a string"[1]. Currently, in Python 3, a text string is given to subprocess.communicate(), even though the process was created with universal_newlines=False (the default value). Rather than converting strings to bytes (and the other way around) everywhere in the code, just create the process with universal_newlines=True. The side effect is that '\n', '\r\n' and '\r' will be recognized as ending lines[2], which should not be an issue. [1] http://docs.python.org/3/library/subprocess.html?highlight=popen#subprocess.Popen.communicate [2] http://docs.python.org/3/glossary.html#term-universal-newlines Change-Id: I668b187ba8ed00ad6d55ec487af623b79b21589d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b9632bcc82a1..b34bb1b02bcb 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b9632bcc82a17f7abbbcbf4517e3527cc2695db9 +Subproject commit b34bb1b02bcbcc20691fa1d02c508b819e877ad9 From d727974267a6344f7b2c419654d32c187074206d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 02:25:23 +0000 Subject: [PATCH 01267/18836] Updated openstack/openstack Project: openstack/python-novaclient d703381c45f85ed28c48a72c7628e4eb48a107f3 null Fix i18n messages in novaclient, part I This change make all the text visible by the user i18n. The messages changes are in prints, logs, exceptions, helps, etc Pep8 errors about "Multiple positional placeholders" also fixed Change-Id: I731afea790baddbc34d059b93a35e3d275fc1df8 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 96870fba163c..d703381c45f8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 96870fba163ca6ab9085d05810295f2d2b970d47 +Subproject commit d703381c45f85ed28c48a72c7628e4eb48a107f3 From f94d88b6f3299a56ef622deff137036164a2493c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 03:15:10 +0000 Subject: [PATCH 01268/18836] Updated openstack/openstack Project: openstack/oslo.messaging 44d38cb15ccb85ac53313978aee45c5244f357cb null Allow different login methods to be used with kombu connections Currently it is not possible to modify the login method used with kombu connections via configuration files, and requires modifying the source code to actually add a login method in the first place. This adds a configuration option (and default) which are passed along to the kombu connection. RabbitMQ allows three login method strings by default, but server side plugins allow arbitrarily named strings to be used as login methods and as such it is not possible to provide a fixed list of options to the user. DocImpact Change-Id: I5c62a8dd4125d42bb429d3985061e37a9d519fff Closes-Bug: #1269890 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 355d15aee3c3..44d38cb15ccb 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 355d15aee3c3e6120c1148ed679d1254e33dc7bd +Subproject commit 44d38cb15ccb85ac53313978aee45c5244f357cb From 6590b54ae5aaebcc3f53320fd6afc12b7ae8bcd8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 03:15:11 +0000 Subject: [PATCH 01269/18836] Updated openstack/openstack Project: openstack/oslo.messaging a65f17abbb8939315fc1776fbcafed58b3edc660 null Qpid: advance thru the list of brokers on reconnect In Qpid implementation, when using multiple qpid_hosts, we don't want to immediately retry failed connection for the same failed broker. This was not the case in existing implementation though, where we've always attempted to reconnect starting from the first broker in the list of candidates. So if the first broker failed, we initiated reconnect to the same failed broker. This change makes reconnect() implementation to select the next broker in the list. This also means that non-failure reconnect attempts will also switch the current broker. All in all, users should not rely on any particular order to use brokers from the list, so this should not constitute an issue. Change-Id: I257c2ad6d7ebead356c0239134340975da6dbc07 Partial-Bug: 1261631 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 44d38cb15ccb..a65f17abbb89 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 44d38cb15ccb85ac53313978aee45c5244f357cb +Subproject commit a65f17abbb8939315fc1776fbcafed58b3edc660 From 490d0d1824ca27e21d9d8004bfc24261025f6f37 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 03:24:47 +0000 Subject: [PATCH 01270/18836] Updated openstack/openstack Project: openstack/oslo.messaging 5a48b027a015109096d3827300d7185a8cf3fdf0 null RabbitMQ: advance thru the list of brokers on reconnect In RabbitMQ implementation, when using multiple rabbit_hosts, we don't want to immediately retry failed connection for the same failed broker. This was not the case in existing implementation though, where we've always attempted to reconnect starting from the first broker in the list of candidates. So if the first broker failed, we initiated reconnect to the same failed broker. This change makes reconnect() implementation to select the next broker in the list. This also means that non-failure reconnect attempts will also switch the current broker. All in all, users should not rely on any particular order to use brokers from the list, so this should not constitute an issue. Change-Id: I76965ea06c1fb6fd0cd384a5b3edc14703470b8f Partial-Bug: 1261631 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index a65f17abbb89..5a48b027a015 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit a65f17abbb8939315fc1776fbcafed58b3edc660 +Subproject commit 5a48b027a015109096d3827300d7185a8cf3fdf0 From 350c53b5b9821e8b5e1269c1cc6d585b34548b28 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 04:23:07 +0000 Subject: [PATCH 01271/18836] Updated openstack/openstack Project: openstack/python-novaclient eca796aeb99056b7082b4b55c4c0cba17bb86c42 null [UT] Removed duplicate key from dict in fake baremetal_node Python takes only the last value if several keys with the same name listed. Removed the first one to make value evident. Change-Id: I6cef783ff245073b4c0fde0e4d60ff69fb02fc22 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d703381c45f8..eca796aeb990 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d703381c45f85ed28c48a72c7628e4eb48a107f3 +Subproject commit eca796aeb99056b7082b4b55c4c0cba17bb86c42 From 5f156e410a7ae3f4d1eff3fae08ca623ad58ea2d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 06:08:22 +0000 Subject: [PATCH 01272/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 46e48ff9de9732c8139c55da62bfcdf514738205 null Sync apiclient from oslo In the process of unification of the clients code we should reuse common functionality from Oslo. Hash of latest commit which affected apiclient in oslo at time of sync: - be81d6ba70152e5cdd7e8e9d789b9733c6ff527f Related to blueprint common-client-library-2 Change-Id: I93d5dae3a2ba124d6fba91f02c486dca25c5e09e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b34bb1b02bcb..46e48ff9de97 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b34bb1b02bcbcc20691fa1d02c508b819e877ad9 +Subproject commit 46e48ff9de9732c8139c55da62bfcdf514738205 From d5044521fbeee090e849abe62f8f0697faed3890 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 06:08:24 +0000 Subject: [PATCH 01273/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6994f6a58c42edf2fa01722a8a454b911aa071b0 null Improve output of "keystone help discover" The current output of "keystone help discover" is: usage: keystone discover Discover Keystone servers, supported API versions and extensions. Usage:: $ keystone discover Keystone found at http://localhost:35357 - supports version v1.0 (DEPRECATED) here http://localhost:35357/v1.0 - supports version v1.1 (CURRENT) here http://localhost:35357/v1.1 - supports version v2.0 (CURRENT) here http://localhost:35357/v2.0 - and RAX-KSKEY: Rackspace API Key Authentication Admin Extension - and RAX-KSGRP: Rackspace Keystone Group Extensions The reason is that our parser strips away all the line ends. Let's rephrase the text so that it formats more nicely. Now the output is: Discover Keystone servers, supported API versions and extensions. Change-Id: Ic9f9e3e407ae299eb091a0a7093c955dc6cab8f2 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 46e48ff9de97..6994f6a58c42 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 46e48ff9de9732c8139c55da62bfcdf514738205 +Subproject commit 6994f6a58c42edf2fa01722a8a454b911aa071b0 From bb42c6a6817f4d92e1b59104421333b2e0a24911 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Feb 2014 02:59:56 +0000 Subject: [PATCH 01274/18836] Updated openstack/openstack Project: openstack/glance 00467964c768dc89128eb975ba7a0dbc0ffc4f2a null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: Ib10f5ef2fd747e38012384f1c6cbe147da8c2573 Closes-Bug: #1277495 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d7f1221684ea..00467964c768 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d7f1221684ea3c958f0a382764074adb5ee6cbcf +Subproject commit 00467964c768dc89128eb975ba7a0dbc0ffc4f2a From 28e664d28f1278e3ed3814691712935c8e6735f8 Mon Sep 17 00:00:00 2001 From: Vijendar Komalla Date: Wed, 18 Dec 2013 10:11:51 -0600 Subject: [PATCH 01275/18836] Updated openstack/openstack Project: openstack/python-heatclient a94108ab262116cd792c07ccf2042ae6c9680e12 null python-heatclient stack-abandon support Adding stack-abandon support for python-heatclient. Partial-Bug: #1262267 Change-Id: Ifaec08558103137fe8288d00ba8d7188f01afe03 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a2ff9eaeed98..a94108ab2621 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a2ff9eaeed983ff3bacf60ce32c6bc1e95cff5b5 +Subproject commit a94108ab262116cd792c07ccf2042ae6c9680e12 From b95eb00d5e1e699f363d6a3b59d806c38eb4bd9a Mon Sep 17 00:00:00 2001 From: Rohan Kanade Date: Mon, 3 Feb 2014 16:39:04 +0100 Subject: [PATCH 01276/18836] Updated openstack/openstack Project: openstack/requirements ef8286063dd5e643b786662b296a6e6e971974a2 null Adds python-seamicroclient dependency for Ironic * python-seamicroclient>=0.1.0,<2.0 required for Ironic project * required due to (https://review.openstack.org/#/c/70719/) Change-Id: I134ff9e841d31d266fa7b9f41963260449c25394 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d4c80ab27379..ef8286063dd5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d4c80ab273798350425a48491eeeb619f622f25d +Subproject commit ef8286063dd5e643b786662b296a6e6e971974a2 From 3296acc2851d2f1f389f9ce3b45a1bfd861ba2d8 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Feb 2014 03:11:19 +0000 Subject: [PATCH 01277/18836] Updated openstack/openstack Project: openstack/python-swiftclient ef814bdf514f9157d6016ca6c15ef56146390d99 null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: If4e025e22248d06b77e9d4d8f4e4815776428b9d Closes-Bug: #1277495 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 0d3f4a0aa2ec..ef814bdf514f 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 0d3f4a0aa2ec1a91c68b2b9056a371b1c1a4eb55 +Subproject commit ef814bdf514f9157d6016ca6c15ef56146390d99 From b29f7b7644b386eb1cbcc5c4f68c53cc929aeee9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 21:51:58 +0000 Subject: [PATCH 01278/18836] Updated openstack/openstack Project: openstack/python-swiftclient f13288ae320159547823c7b32ff9e76505ec0ae5 null Fix swiftclient help Command help was wrong in some cases. While we're at it, add some defaults to help and change some brackets to be consistent with http://en.wikipedia.org/wiki/Command-line_interface#Command_description_syntax Change-Id: I5d7b2a703294d97fc5e3de43b9ec375c3ea55a6e --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index ef814bdf514f..f13288ae3201 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit ef814bdf514f9157d6016ca6c15ef56146390d99 +Subproject commit f13288ae320159547823c7b32ff9e76505ec0ae5 From 1e82f71764772bca28c6f2ad907e18d7112e31ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 21:51:59 +0000 Subject: [PATCH 01279/18836] Updated openstack/openstack Project: openstack/requirements 0e4a09cd2b92d9b250dc983631fd8054381de344 null Update README with rationale and internal mirror Added why folks need to add their projects here and what it will help with Change-Id: Ia57e1197de8ad32fb819d1bd211b37b82db63518 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ef8286063dd5..0e4a09cd2b92 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ef8286063dd5e643b786662b296a6e6e971974a2 +Subproject commit 0e4a09cd2b92d9b250dc983631fd8054381de344 From 1130bc668ad9a0e189e08e3faa0221336dca4161 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Feb 2014 21:56:23 +0000 Subject: [PATCH 01280/18836] Updated openstack/openstack Project: openstack/requirements 139d684b9e44134ef9d7adec1bf19f9893ddb11b null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: I47affb3524a40c736c7bc1d9cd455b98c9d49273 Closes-Bug: #1277495 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0e4a09cd2b92..139d684b9e44 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0e4a09cd2b92d9b250dc983631fd8054381de344 +Subproject commit 139d684b9e44134ef9d7adec1bf19f9893ddb11b From 09a70cf908d99a9f4eadb3d713394f59207025b4 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 10 Feb 2014 17:05:58 +0100 Subject: [PATCH 01281/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient e31bbc735318d65ed8e724e5256f7242cfea8a53 null Python 3: fix format_nested_list_of_dict() In this function, we mean to add actual values, not a map object. In Python 2, map() did not return a map object, so this worked as expected, but not in Python3. Change-Id: Icc6467b7846d62c189765fdfd9dce1e30db7eb55 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 3f289a1dd904..e31bbc735318 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 3f289a1dd904874c0fc6afe0c6dd14ecb5da4c04 +Subproject commit e31bbc735318d65ed8e724e5256f7242cfea8a53 From 5e44200bad188ad2ecdfc9374e0466a00f3a63c5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 00:34:29 +0000 Subject: [PATCH 01282/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 0eed59f4b5579625ae082d8d46ec24cdf538620e null Sync with Oslo This fixes a bunch os Python3-related issues, linked to iteritems(), urllib, encoding, etc. This is now up-to-date with 6827012438c7c88e0f54803f33c612684cf34e86 in Oslo. Change-Id: Id8c265d76abfd8ede5575d3903f612ad1ea46643 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index e31bbc735318..0eed59f4b557 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit e31bbc735318d65ed8e724e5256f7242cfea8a53 +Subproject commit 0eed59f4b5579625ae082d8d46ec24cdf538620e From 725d0e135659c74b19ff039f55c5db16b095bb5a Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Feb 2014 03:10:52 +0000 Subject: [PATCH 01283/18836] Updated openstack/openstack Project: openstack/python-openstackclient 380d78c8564ca81c60d46176af622fd92a7b1582 null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: I89ff5c22be053f09defb04b3ec589d74bffcae9d Closes-Bug: #1277495 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 632363328b6b..380d78c8564c 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 632363328b6bcdfb562e2822cd033967adcf4b6c +Subproject commit 380d78c8564ca81c60d46176af622fd92a7b1582 From d9041e089f0652f52f617a894222042130cc4b55 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 01:54:12 +0000 Subject: [PATCH 01284/18836] Updated openstack/openstack Project: openstack/python-novaclient 19a723a37cd95b0058078894a9ba23bdd91c3c3f null Fixed super constructor call for TestResponse class Change-Id: Idbd436d63af152d4a73e747bf00a82fc0308a036 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index eca796aeb990..19a723a37cd9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit eca796aeb99056b7082b4b55c4c0cba17bb86c42 +Subproject commit 19a723a37cd95b0058078894a9ba23bdd91c3c3f From cce29e2bf63d8b57c64f15a2120fa9e3adf5046d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 01:54:13 +0000 Subject: [PATCH 01285/18836] Updated openstack/openstack Project: openstack/python-novaclient 7c3c1bb0dd56beba04717c8dd64ee53edd52e177 null Remove tox locale overrides * tox.ini: The LANG and LANGUAGE environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Change-Id: I0f30b45033145c61ad2a9b232cb1178c48c7fc97 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 19a723a37cd9..7c3c1bb0dd56 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 19a723a37cd95b0058078894a9ba23bdd91c3c3f +Subproject commit 7c3c1bb0dd56beba04717c8dd64ee53edd52e177 From 2dfa0251f7611b992aa1b519b62449ac10d349b2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 01:54:15 +0000 Subject: [PATCH 01286/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 0287208fbb58f9f0ac3df44822a47ee2e2fe942a null Set concurrency to num CPUs / 2 A recent change added a knob for setting the concurrency for tempest runs. It started out at 4 and then was reduced to 2. Both of these values assumed that all of our test nodes had 4 CPUs. That's not actually the case. We now have some nodes with 8. Change the default from 2 to the number of CPUs / 2. This won't change anything on most of our test nodes, but it will allow us to use more on some nodes. Change-Id: I559359b44dcbb717de3eab31cb296f033951f312 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 0d9f4f37d689..0287208fbb58 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 0d9f4f37d689fbab89980a49155dc328a012c50c +Subproject commit 0287208fbb58f9f0ac3df44822a47ee2e2fe942a From 58600ade0f5a5120c4faa72e7e80ee1ed3f98446 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 04:24:14 +0000 Subject: [PATCH 01287/18836] Updated openstack/openstack Project: openstack/python-heatclient 448d303790167abc7239db60408888f3d209ac6c null Add more default CA paths Added the default CA path for Mac OSX as well as the bundled CA pem that comes with the requests module. Change-Id: Icb202e04de48b75c43b5ce183e55d2e9e44f72b4 Closes-Bug: #1266581 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a94108ab2621..448d30379016 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a94108ab262116cd792c07ccf2042ae6c9680e12 +Subproject commit 448d303790167abc7239db60408888f3d209ac6c From 1039a3746a359b6b75d483302b2f7e0d893dca75 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 04:25:43 +0000 Subject: [PATCH 01288/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b7dacbe2ee56cc0c457f0088c1ab9ad75faefab2 null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: I96581dced7eac202d6715837037bb1c002550a14 Closes-Bug: #1277495 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6994f6a58c42..b7dacbe2ee56 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6994f6a58c42edf2fa01722a8a454b911aa071b0 +Subproject commit b7dacbe2ee56cc0c457f0088c1ab9ad75faefab2 From 4e2fca6feca6ab712d7da106b26d59de718109f2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 06:40:44 +0000 Subject: [PATCH 01289/18836] Updated openstack/openstack Project: openstack-dev/devstack 03ef5b410096041912d7dc3e9c96f6ca58ec7140 null If n-api-meta is being run, remove from NOVA_ENABLED_APIS If running n-api-meta as a separate service we shouldn't run it inside of n-api. This patch is in support of Iddd44f7ee43b9287a788dea49eaa484316f8da04 Change-Id: I8a54cf13dc6083b78e89c9ea5413d9e4d8d4b37a Related-Bug: #1270845 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fb87714c211d..03ef5b410096 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fb87714c211d8a8c43605af0f1dd9050934e8e3f +Subproject commit 03ef5b410096041912d7dc3e9c96f6ca58ec7140 From bd04fb85988cb4fa19b6b61e9d7fc8c4d861eea0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 06:51:41 +0000 Subject: [PATCH 01290/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 408825882af549a8d43685942d1c564b93c43432 null Remove support for old Swift memcache interface. Since this has been removed since a year, it's time to clean this up. Change-Id: I6681a31f675f2178285dadea876af1fdb7a8a4c3 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b7dacbe2ee56..408825882af5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b7dacbe2ee56cc0c457f0088c1ab9ad75faefab2 +Subproject commit 408825882af549a8d43685942d1c564b93c43432 From eccd39f0d0ba83560383628bee930ea5eb5ec2f5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 07:56:15 +0000 Subject: [PATCH 01291/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 820a68a44a560db071faeb9eac720ced231691bf null Make sure to unset all variable starting with OS_ Some OS_ variables are conflicting with the tests, make sure to unset them before starting the CLI tests. Change-Id: Ie4ef467571137a685976d36026866889f7a2a1a8 Closes-Bug: 1278144 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 408825882af5..820a68a44a56 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 408825882af549a8d43685942d1c564b93c43432 +Subproject commit 820a68a44a560db071faeb9eac720ced231691bf From 423bab9af3ecea6bd8644278485911471fb20201 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 08:03:27 +0000 Subject: [PATCH 01292/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8657da11af4100c67969c5ad256e084eee434b5e null Python3: use six.moves.urllib.parse.quote instead of urllib.quote This makes the code compatible with both python 2 and 3. Change-Id: Ic1c5c8d4a85db138a8402ea4b3208828fc118a40 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 820a68a44a56..8657da11af41 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 820a68a44a560db071faeb9eac720ced231691bf +Subproject commit 8657da11af4100c67969c5ad256e084eee434b5e From 393f6b84399b01230216a04344c82265c3e1c2d4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Feb 2014 03:09:45 +0000 Subject: [PATCH 01293/18836] Updated openstack/openstack Project: openstack/python-glanceclient b8a850c5b35e19c7760e367648aa0576f2921bd4 null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: I6be8e42167191096b16d0f16e8c89e85aeedd74c Closes-Bug: #1277495 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 348a81b176d8..b8a850c5b35e 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 348a81b176d8a93592db9aeee1152374f9467298 +Subproject commit b8a850c5b35e19c7760e367648aa0576f2921bd4 From bd6737bc4e16ec55a100d4db0679a037d0f9037e Mon Sep 17 00:00:00 2001 From: David Koo Date: Tue, 11 Feb 2014 11:57:11 +0800 Subject: [PATCH 01294/18836] Updated openstack/openstack Project: openstack/glance 70ff603e395773a4af5c3a6daafbe793036420f7 null Add a mailmap entry for myself Added a mailmap entry for myself to coalesce commits made under different email addresses. Change-Id: I5985691bbfc118b62971754000c80c264a7b1591 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 00467964c768..70ff603e3957 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 00467964c768dc89128eb975ba7a0dbc0ffc4f2a +Subproject commit 70ff603e395773a4af5c3a6daafbe793036420f7 From 12c5f65f33a89ee1dfd8eecf6e41fd767b077ea0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 08:19:44 +0000 Subject: [PATCH 01295/18836] Updated openstack/openstack Project: openstack/python-neutronclient df0f5d2c1d4d3c875d4bb1e86f1fec08392d6f2a null Fixed get_auth_info() for pre-authenticated clients When a client is instantiated with pre-defined authorization token, no authentication is done, so no auth_[tenant|user]_id keys are set for HTTPClient. As a result, Client.get_auth_info() fails with KeyError. Fixed the issue by setting those keys on HTTPClient initialization. Change-Id: Ifc9d6b128286b635346a7bc026fcc55dbd002050 Closes-Bug: 1277120 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index a7e2bd332491..df0f5d2c1d4d 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit a7e2bd33249171d0db4ea3efb96a1e9df44e4ba2 +Subproject commit df0f5d2c1d4d3c875d4bb1e86f1fec08392d6f2a From ff50b1968129c9dc0185744add37d98ab00f700a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 10:11:00 +0000 Subject: [PATCH 01296/18836] Updated openstack/openstack Project: openstack-dev/devstack 984a89bc336440f4cb10c16529920597ecd0859c null Embrane Plugin Support Implements blueprint embrane-plugin-support This commit implements Embrane's Neutron plugin installation support in Devstack. This is an extension of the openvswitch installation module, which is used by the main plugin, and enables configuration by localrc Change-Id: Ia4824f8d2300bcdce170d226145bbce6088f1557 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 03ef5b410096..984a89bc3364 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 03ef5b410096041912d7dc3e9c96f6ca58ec7140 +Subproject commit 984a89bc336440f4cb10c16529920597ecd0859c From b8cc4e471177aaf9facefbc9516e835805af4bdb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 11:16:20 +0000 Subject: [PATCH 01297/18836] Updated openstack/openstack Project: openstack-dev/devstack 34b81e7a3974300122575e9615a6267bcc49c4f7 null s3_token has been moved to keystoneclient. Change-Id: I6ffe756d517d11f323bd0c5d3b877d9a9f739a3b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 984a89bc3364..34b81e7a3974 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 984a89bc336440f4cb10c16529920597ecd0859c +Subproject commit 34b81e7a3974300122575e9615a6267bcc49c4f7 From 0840d562decb53045c8bd7cc37a824335e6320ba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 11:54:15 +0000 Subject: [PATCH 01298/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 84bafd604113fce995d7fb45ca93df168a499eb5 null Python 3: call functions from memcache_crypt.py with bytes as input These functions expect bytes as input, but in Python 3 they were given text strings. Change-Id: I39fa15b8d5d56dc536e0bd71a50cf27da3d03046 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8657da11af41..84bafd604113 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8657da11af4100c67969c5ad256e084eee434b5e +Subproject commit 84bafd604113fce995d7fb45ca93df168a499eb5 From 9467b4054dec00f9bc1d3bee62023a48fd61d4f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 12:52:21 +0000 Subject: [PATCH 01299/18836] Updated openstack/openstack Project: openstack/requirements ee3fc3827ce8ac79d94b6a0a59c7b5979be4f1e1 null Taskflow 0.1.3 was released A summary of this release: - Bug fixes, code cleanup - Unicode/str fix (mishandling user data) - Zookeeper logbook backend (optional usage) - Exception name cleanups - Automatic zookeeper, mysql, postgres testing (optional usage) - Tox.ini venv expansion to test more requirement variations Change-Id: Ibd23108c93e23202a9ef5de0ec770968c51966f1 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 139d684b9e44..ee3fc3827ce8 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 139d684b9e44134ef9d7adec1bf19f9893ddb11b +Subproject commit ee3fc3827ce8ac79d94b6a0a59c7b5979be4f1e1 From 2d99f8ecfcd28a6ca3edb089ea1d05a12386832a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 15:41:40 +0000 Subject: [PATCH 01300/18836] Updated openstack/openstack Project: openstack/python-openstackclient 9aa207eb9d66ae3240606a9b497b253b37566c95 null Use six.iteritems() rather than dict.iteritems() This is compatible with both Python 2 and 3. Change-Id: I6fe3e9bf9ece699badbdb9933118af90642a91e9 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 380d78c8564c..9aa207eb9d66 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 380d78c8564ca81c60d46176af622fd92a7b1582 +Subproject commit 9aa207eb9d66ae3240606a9b497b253b37566c95 From 15392fec4e5fbde8f3cc77717f772c3f63f64f05 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 15:52:25 +0000 Subject: [PATCH 01301/18836] Updated openstack/openstack Project: openstack/oslo.messaging 70dbe6a7cc09342d96280da8ab072ce9948fcaab null Update ExpectedException handling Catch expected exceptions in a way that supports subclasses also being seen as "expected." Log a little more detail about unexpected exceptions in the ExecutorBase so it is easier to add them to the list of expected exceptions. Change-Id: I1bdd628eba717308f0afe1a889efd8711bad6296 Closes-bug: #1276163 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 5a48b027a015..70dbe6a7cc09 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 5a48b027a015109096d3827300d7185a8cf3fdf0 +Subproject commit 70dbe6a7cc09342d96280da8ab072ce9948fcaab From 5a68e09d8286ee3c202654e043a12e42a5cf7b90 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 15:57:01 +0000 Subject: [PATCH 01302/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d35bafa43c8bb436d4144a84cc23731617373d42 null Sync openstack/common/memorycache.py with Oslo This fixes an issue in Client.get(), where a dictionary was modified as we iterated on its keys, which does not work in Python 3. Change-Id: I37583504dcc672060a3d780dce46418baa32dd53 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 84bafd604113..d35bafa43c8b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 84bafd604113fce995d7fb45ca93df168a499eb5 +Subproject commit d35bafa43c8bb436d4144a84cc23731617373d42 From 4a82f1a987b3425c7de0f7e0dc39a02b74cecc2b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 16:00:12 +0000 Subject: [PATCH 01303/18836] Updated openstack/openstack Project: openstack/oslo.config 2f98541d676a6c9606df93cf85edb6f65dbb9fbb null Support building wheels (PEP-427) Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: Ieabefc1fc8c8fbcd8749c07ccabb1ff88e1a761e --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index ff5378e81d37..2f98541d676a 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit ff5378e81d3736eb345be26268ca2f2ec18e132d +Subproject commit 2f98541d676a6c9606df93cf85edb6f65dbb9fbb From 517a28244151a8fde3fd7e3e03dc8e0e7be1d2d4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 17:07:53 +0000 Subject: [PATCH 01304/18836] Updated openstack/openstack Project: openstack-dev/devstack 99ea3ad7c38ff8619ace331a7c80a3f742a9c68a null read_password needs to store in .localrc.auto if local.conf is used. when running stack.sh with no passwords in local.conf read_password() creates localrc and local.conf is ignored Change-Id: I25ad07569d2b42b190449591d5a01ade8022392c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 34b81e7a3974..99ea3ad7c38f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 34b81e7a3974300122575e9615a6267bcc49c4f7 +Subproject commit 99ea3ad7c38ff8619ace331a7c80a3f742a9c68a From cc09783adbbac55c41672c3e3e1fb7edc8ad7446 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 17:12:49 +0000 Subject: [PATCH 01305/18836] Updated openstack/openstack Project: openstack-dev/devstack b4b9146de289dcc76683a2683fd0bfedccc5a57c null XenAPI: Fix new useage of trueorfalse * Ensure that Xen setup scripts will continue to function when unset variables are used in stackrc * Ensure that the generic functions are sourced in all places that xenrc (which sources stackrc) is sourced. Change-Id: I54eba20733c2e149621b74a1387f0bef14fca12e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 99ea3ad7c38f..b4b9146de289 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 99ea3ad7c38ff8619ace331a7c80a3f742a9c68a +Subproject commit b4b9146de289dcc76683a2683fd0bfedccc5a57c From dc353ae6be7c316392cee606de8b650e15eb8246 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Feb 2014 03:09:27 +0000 Subject: [PATCH 01306/18836] Updated openstack/openstack Project: openstack/python-cinderclient 7914e46b03614dde9ae4604cfe35b283d3a55253 null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: Ibd505447de74f13d90b9ff77dfd8c6b30c4c12cb Closes-Bug: #1277495 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 4273bbefb91d..7914e46b0361 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 4273bbefb91d380f626de3dbf858dd214a5f48de +Subproject commit 7914e46b03614dde9ae4604cfe35b283d3a55253 From a65b9d59b5520257a7f6b9223a21d42d9720a357 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 18:44:30 +0000 Subject: [PATCH 01307/18836] Updated openstack/openstack Project: openstack/python-openstackclient c8354b8d8310dce9b0296597e41f9a355d7067c0 null Fix misspellings in python openstackclient Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ic0d3efa26eb9a05ce16a8319c142f5bd1ce23821 Closes-Bug: #1257295 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 9aa207eb9d66..c8354b8d8310 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 9aa207eb9d66ae3240606a9b497b253b37566c95 +Subproject commit c8354b8d8310dce9b0296597e41f9a355d7067c0 From c65c3b0845f533618383a0cd23b78685b4f418a7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 19:26:50 +0000 Subject: [PATCH 01308/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d2b75d8a014d14b432762c8ba75d34c9dc2ced56 null Copy tempest.conf file with log files This commit adds the tempest conf file to the set of artifacts that get copied after the tests are finished running. Previously the entirety of the conf file was cat into the console output by devstack which is difficult to parse. By copying it that cat tempest.conf can be removed from devstack which will make it easier to verify the tempest conf file from a test run. Change-Id: Ifb36918cd0d686cb3865f5322cd62c209acaaf30 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 0287208fbb58..d2b75d8a014d 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 0287208fbb58f9f0ac3df44822a47ee2e2fe942a +Subproject commit d2b75d8a014d14b432762c8ba75d34c9dc2ced56 From 080cc828cd18296f2069c93256d718a9f6202a28 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 19:30:37 +0000 Subject: [PATCH 01309/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 948802081bebee2cc68d23e5f0d2ac65a425f485 null Remove exercises tests from grenade runs For now on we're going to use smoke + scenarios tests. Only devstack still uses exercises, so many references to it, and to exercises to be skipped were kept. Depends on: Iacb60ab011d2c7d90885b339b3c8454bd3de8219 Change-Id: I76305fae46a662177c6edcc9eca237c1d64be137 Closes-bug: #1023131 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d2b75d8a014d..948802081beb 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d2b75d8a014d14b432762c8ba75d34c9dc2ced56 +Subproject commit 948802081bebee2cc68d23e5f0d2ac65a425f485 From 1239da6980f1afb66037e813083c3237834eef32 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 5 Feb 2014 12:28:01 -0800 Subject: [PATCH 01310/18836] Updated openstack/openstack Project: openstack-dev/pbr 3eb741afcd77d2624b619aecc02a9c7267a9487d null Do not force log verbosity level to info Forcing the log level to info causes pbr to emit status log messages in a way that breaks commands like "python setup.py --maintainer" and "python setup.py --name", which are useful when scripting operations that work on packages. Change-Id: I6607c96e171f2f8efa89bd701018f4af6ec9c15a --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 44803433a7da..3eb741afcd77 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 44803433a7da66b5e7404806290237469f07fd5d +Subproject commit 3eb741afcd77d2624b619aecc02a9c7267a9487d From 2a21a8e2ed8dcbe9b2fc474ca89b8cf23b547cdc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 19:49:55 +0000 Subject: [PATCH 01311/18836] Updated openstack/openstack Project: openstack/requirements 1115101f51bd3c7c3972c338495af4631a33f14d null Sort global-requirements Change-Id: Ibef54e6f3aea36515ef354d097108759713c7b32 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ee3fc3827ce8..1115101f51bd 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ee3fc3827ce8ac79d94b6a0a59c7b5979be4f1e1 +Subproject commit 1115101f51bd3c7c3972c338495af4631a33f14d From 229e99b57a31b7fdf19c99233bb71d90da920764 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 20:21:37 +0000 Subject: [PATCH 01312/18836] Updated openstack/openstack Project: openstack/requirements 22a4c49fb23534865dda2610750ead26045d53b5 null Update openstack-doc-tools to 0.6 0.6 is the latest release and a hard requirement for gating the documentation projects. Change-Id: I9a3e7f397c3e41f0c1e1d3f500c3eb6ff6b447df --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1115101f51bd..22a4c49fb235 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1115101f51bd3c7c3972c338495af4631a33f14d +Subproject commit 22a4c49fb23534865dda2610750ead26045d53b5 From e0a6595e0cd24c5eead49ab7b6e42bf10f9778c0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 20:30:48 +0000 Subject: [PATCH 01313/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e0a3851a8ca4ce00538f39913ecabf00f2296b12 null Add cliff, pycadf, stevefore & taskflow Oslo has adopted 4 libraries that were previously on stackforge, so we can now install them from source. Add those 4, and alphabetize the libraries that were already present. Change-Id: I6b6e20a7884b47ade466fc38641a5ac1a5f3e146 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 948802081beb..e0a3851a8ca4 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 948802081bebee2cc68d23e5f0d2ac65a425f485 +Subproject commit e0a3851a8ca4ce00538f39913ecabf00f2296b12 From 9f2e67cdfeb4cbff791b73171fe5b18a296a7e0a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 20:30:49 +0000 Subject: [PATCH 01314/18836] Updated openstack/openstack Project: openstack-dev/devstack 2276437fa0523b5d8f7ac60058ce84d7a50459da null remove build_tempest we haven't actually used this script in about a year, in favor of the actual in tree lib/tempest. Change-Id: I9d78b395846ebe833a38ba50edae226040cd7f45 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b4b9146de289..2276437fa052 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b4b9146de289dcc76683a2683fd0bfedccc5a57c +Subproject commit 2276437fa0523b5d8f7ac60058ce84d7a50459da From 862adad73fbf0fd35bba95cdb942d67d491378b1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 21:35:55 +0000 Subject: [PATCH 01315/18836] Updated openstack/openstack Project: openstack/python-openstackclient e068cd0d715711e39ee0e564aca7e1dca819fb4a null FakeResponse: use a default status code When running some tests from test_restapi.py, the following error happens: TypeError: unorderable types: NoneType() < int() In Python 2, comparing NoneType and integers is possible: >>> None < 2 True But in Python 3, it's not allowed. Fix this by using a default status code. Change-Id: Ic0fad5c68f3bf2dd8a2b98423549903f982192c9 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index c8354b8d8310..e068cd0d7157 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit c8354b8d8310dce9b0296597e41f9a355d7067c0 +Subproject commit e068cd0d715711e39ee0e564aca7e1dca819fb4a From adafcc6626fbe5e283260b8ca82232701fe2010d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 21:36:46 +0000 Subject: [PATCH 01316/18836] Updated openstack/openstack Project: openstack/python-openstackclient 2f5e8232aa07a9031231ad7b4678b7c52c1effc4 null Python 3: fix a syntax error "raise AttributeError, name" is invalid in Python 3. Change-Id: Id61bd3747f49c2bd810cbfeae56506e7ed9d2bd0 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index e068cd0d7157..2f5e8232aa07 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit e068cd0d715711e39ee0e564aca7e1dca819fb4a +Subproject commit 2f5e8232aa07a9031231ad7b4678b7c52c1effc4 From 480e1d2c0bb79e770bdcf364921d8548c80cdec3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Feb 2014 22:21:47 +0000 Subject: [PATCH 01317/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 3f3f9208bd6c2cec0e241c0e2ee161194ebc0179 null Run stack.sh with forced line buffering Sometimes when stack.sh has an error we don't get all of the console log. This is part of a set of patches to attempt to eliminate console output buffering so Jenkins has an opportunity to get all of the output. The other change is in https://review.openstack.org/#/c/71996/ that eliminates the buffering that tee(1) does. If this works and is not too harmful to run times we'll come back and to the same thing to the grenade.sh execution. Change-Id: I7f567c43c966fcfd822715ec0baa53755af6099a --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e0a3851a8ca4..3f3f9208bd6c 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e0a3851a8ca4ce00538f39913ecabf00f2296b12 +Subproject commit 3f3f9208bd6c2cec0e241c0e2ee161194ebc0179 From dd0570ca6b42938444b45dc2e1e9cbb00706fb74 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 01:08:54 +0000 Subject: [PATCH 01318/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 52500a160ea61822b3643297803f7a8831e31b14 null Add support to run nova-api-metadata as separate binary nova-api-metadata is commonly run as a separate binary in production and devstack already has support to do this. Just wire up devstack-gate to support this mode. Config patch: Id7169e9ec72a934c2c2116f6e6156419b51b104f Change-Id: Iddd44f7ee43b9287a788dea49eaa484316f8da04 Related-Bug: #1270845 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 3f3f9208bd6c..52500a160ea6 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 3f3f9208bd6c2cec0e241c0e2ee161194ebc0179 +Subproject commit 52500a160ea61822b3643297803f7a8831e31b14 From 79115639eaa8fba6bbe1e0366354c3c4550c35a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 04:01:55 +0000 Subject: [PATCH 01319/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a6fb26ce236fbd8ed12d4c13eae5e54e201103a4 null Python: Pass bytes to derive_keys() This call was missed in d71b5b3. Change-Id: I0705dbefa5893e0ff5b786202f58fb254939ae76 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d35bafa43c8b..a6fb26ce236f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d35bafa43c8bb436d4144a84cc23731617373d42 +Subproject commit a6fb26ce236fbd8ed12d4c13eae5e54e201103a4 From 6c706ffd807c1b2fc4381b5495dbff8ee59b14c9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 06:07:35 +0000 Subject: [PATCH 01320/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 092651f4d4cd2d79078923573a73f2a0148a374c null Also copy tempest.config for old with grenade This commit adds support for copying the tempest config file for the old devstack when running with grenade. Previously only the config file from the new devstack was copied during a grenade run. Change-Id: Ic919a80648877737b1cf89d95ec91be3a7022ab1 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 52500a160ea6..092651f4d4cd 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 52500a160ea61822b3643297803f7a8831e31b14 +Subproject commit 092651f4d4cd2d79078923573a73f2a0148a374c From 576aa469816be4c87e86653f432eb913a277da45 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 06:40:29 +0000 Subject: [PATCH 01321/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c1adff769ebdda5d675d167f33274c85eae56696 null Add back --insecure option to CURL debug This was added in review: https://review.openstack.org/#/c/53500 but lost in the conversion to using session. Add it back again. Change-Id: Ia063eb018d3a7da706a02d60df63bfa1be21d147 Related-Bug: #1249891 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a6fb26ce236f..c1adff769ebd 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a6fb26ce236fbd8ed12d4c13eae5e54e201103a4 +Subproject commit c1adff769ebdda5d675d167f33274c85eae56696 From e62c901afc9fcd51a2168f46c6ae61edb67dc35f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 06:48:29 +0000 Subject: [PATCH 01322/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5b3342d570afa1481d0496d6998693ca58391350 null Fix debug curl commands for included data Include the submitted data in the curl debug statement. Initially fixed in: https://review.openstack.org/#/c/53501 Change-Id: I4e3e9e4799a508666fb37fafe864eea25b676836 Closes-Bug: #1249891 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c1adff769ebd..5b3342d570af 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c1adff769ebdda5d675d167f33274c85eae56696 +Subproject commit 5b3342d570afa1481d0496d6998693ca58391350 From 8186d41d42b2327c676c59bf87030e65206c3e97 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 07:19:11 +0000 Subject: [PATCH 01323/18836] Updated openstack/openstack Project: openstack-dev/devstack 7719d4aca8e87a73416637f2b91671738f801123 null Begin is_service_enabled() cleanup This converts the special cases in the is_service_enabled() function to call individual functions declared by the projects. This allows projects that are not in the DevStack repo and called via the extras.d plugin to handle an equivalent service alias. * Ceilometer * Cinder * Glance * Neutron * Nova * Swift TODO: remove the tests from is_service_enabled() after a transition period Patch Set 2: Rebased Change-Id: Ic78be433f93a9dd5f46be548bdbd4c984e0da6e7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2276437fa052..7719d4aca8e8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2276437fa0523b5d8f7ac60058ce84d7a50459da +Subproject commit 7719d4aca8e87a73416637f2b91671738f801123 From 94ff4fa3689026176d73b2ad631dccfb9538cb49 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 17:27:12 +0000 Subject: [PATCH 01324/18836] Updated openstack/openstack Project: openstack-dev/devstack cc3fcc8c8ebbe0a2cec43e7c6e0f96aae4949764 null add dstat to see top process info pidstat data isn't exceptionally useful, it's lots of lines, and seems to be missing some of the most critical one. dstat is kind of like sysstat, except the formatting is much better. It also supports advanced features like the top CPU using process at every interval. put this behind the sysstat variable, as we'll probably want to replace sysstat & pidstat with this if it works Change-Id: I48dc22a0a7e63fe3abb527646cc70525998a7d85 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7719d4aca8e8..cc3fcc8c8ebb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7719d4aca8e87a73416637f2b91671738f801123 +Subproject commit cc3fcc8c8ebbe0a2cec43e7c6e0f96aae4949764 From ff9bd75572b11ecb37b301780a516fe8df39624b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 19:01:01 +0000 Subject: [PATCH 01325/18836] Updated openstack/openstack Project: openstack/requirements 051bd0cca12c57f2fd016f56db2be724c30499f9 null Fix happybase version Since version 0.7 happybase contains a bug https://github.com/wbolster/happybase/issues/54 It makes impossible HBase table scanning with filters. Version 0.6 works ok in this scenario. Change-Id: I33bad6447f6bc1241f3168a3df14e6f5bf028f5b --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 22a4c49fb235..051bd0cca12c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 22a4c49fb23534865dda2610750ead26045d53b5 +Subproject commit 051bd0cca12c57f2fd016f56db2be724c30499f9 From 42e8bf89338014094227a580077422ad9da447e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 19:01:03 +0000 Subject: [PATCH 01326/18836] Updated openstack/openstack Project: openstack-dev/devstack 085ec7f2c6390b8b1b660f1c95bb8653e8353ac4 null Update docker driver to use a CirrOS image For purposes of matching the VM image used in devstack across hypervisors, set the default container image for Docker to cirros. This uses the CirrOS image from stackbrew, the "standard library" for Docker. Change-Id: I9d767a4e06c5caa7b92ffea25e6a9aeda9bf282a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cc3fcc8c8ebb..085ec7f2c639 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cc3fcc8c8ebbe0a2cec43e7c6e0f96aae4949764 +Subproject commit 085ec7f2c6390b8b1b660f1c95bb8653e8353ac4 From 548b2365ce8a4c59d8857f1ad9593c98e4192e38 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 20:45:29 +0000 Subject: [PATCH 01327/18836] Updated openstack/openstack Project: openstack-dev/devstack 5b0438f8ed3a1038f3b260c118b7652a865c1709 null Add marconi to enabled services This patch adds marconi to enabled services. This is needed to run the tempest experimental job for marconi. Change-Id: I28794c3acacc6daa9f698f8031b58d1ee13c3bad Implements: blueprint add-basic-marconi-tests --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 085ec7f2c639..5b0438f8ed3a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 085ec7f2c6390b8b1b660f1c95bb8653e8353ac4 +Subproject commit 5b0438f8ed3a1038f3b260c118b7652a865c1709 From a49f5536f394019739c9aeebcd489c37ef344d4c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 21:47:43 +0000 Subject: [PATCH 01328/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2b67e4afbbcd4ad47a43a11e0b2bbbe68942a81c null Update my mailmap Using new email address. Change-Id: I10aba0fc0b175c00508ffdb75c2e292aafac7b09 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5b3342d570af..2b67e4afbbcd 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5b3342d570afa1481d0496d6998693ca58391350 +Subproject commit 2b67e4afbbcd4ad47a43a11e0b2bbbe68942a81c From d447cc7299778754ff2d071f5aadc4dedd9b3324 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 22:38:53 +0000 Subject: [PATCH 01329/18836] Updated openstack/openstack Project: openstack-dev/devstack f0029532f8302ffc22a32923501b0a9be9b9a049 null Replace custom cinder driver configs The devstack/lib/cinder file has a number of third party driver config options hard-coded in it. Rather than add yet another if driver== statement here let's use plugin files and do something similar to what's already in place for nova_hypervisors and neutron plugins. This works the same way folks were implementing their drivers already, the key is to use a CINDER_DRIVER variable in your localrc file that matches the name of the lib/cinder_plugin file to use. The existing third party driver entries that were in lib/cinder have been migrated to cooresponding plugin files. Change-Id: I4ee51ea542d5aa63879afd5297311a9df727c57f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5b0438f8ed3a..f0029532f830 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5b0438f8ed3a1038f3b260c118b7652a865c1709 +Subproject commit f0029532f8302ffc22a32923501b0a9be9b9a049 From b76b9e19480468de26962afe97cdf0c11bd2ffab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 23:28:16 +0000 Subject: [PATCH 01330/18836] Updated openstack/openstack Project: openstack-dev/devstack 98abadd44fcd2aa6294ba5a1346df1cfe267c27f null Docker install script fails to install docker registry The tools/docker/install_docker.sh script fails during the installation/setup of the docker registry. The problem is that the used environment variables are wrong. REGISTRY_IMAGE > DOCKER_REGISTRY_IMAGE REGISTRY_IMAGE_NAME > DOCKER_REGISTRY_IMAGE_NAME Change-Id: I16f051abe5c426f295c69d518b49c1b9a7b4cc94 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f0029532f830..98abadd44fcd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f0029532f8302ffc22a32923501b0a9be9b9a049 +Subproject commit 98abadd44fcd2aa6294ba5a1346df1cfe267c27f From 82bfb126cc17fdc9cc4a29e338cb7df9f5d4c759 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Feb 2014 23:32:45 +0000 Subject: [PATCH 01331/18836] Updated openstack/openstack Project: openstack-dev/devstack 3fe7ad470921b298f086e6a5699c507ae64e1896 null Fix bug "Invalid OpenStack Nova credentials." on the gate During the process, when create_userrc.sh tries to creates certificates and sourcable rc, it assumes that all users have the same password. Change-Id: Ifb57a43aad439ffe041e98465719a8a8eceae544 Closes-Bug: #1260723 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 98abadd44fcd..3fe7ad470921 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 98abadd44fcd2aa6294ba5a1346df1cfe267c27f +Subproject commit 3fe7ad470921b298f086e6a5699c507ae64e1896 From 8e4406130ba658de7007ba2ac9dd266cc7cabf99 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 00:06:00 +0000 Subject: [PATCH 01332/18836] Updated openstack/openstack Project: openstack/python-keystoneclient bfc5f73f75e0886596fe37b15982c0747aba141b null HTTPretty: Bump to 0.8.0 The 0.8.0 release brings full support for Python 3. Change-Id: I7237c986efffa0474f7d76bca69a08a26b21adbd Closes-Bug: 1249165 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2b67e4afbbcd..bfc5f73f75e0 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2b67e4afbbcd4ad47a43a11e0b2bbbe68942a81c +Subproject commit bfc5f73f75e0886596fe37b15982c0747aba141b From 7f203af996398d84711c679ec05465986c098472 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 00:36:34 +0000 Subject: [PATCH 01333/18836] Updated openstack/openstack Project: openstack/requirements 02fd3e620b9532977562b99a5309f4089e8ac3d2 null Oslo program has adopted cliff, pycadf, stevedore, and taskflow Gate the projects above using the internal pypi mirror as these are official Oslo projects now Change-Id: I2e8d8ee808750859857774b7302df16b0e34bed3 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 051bd0cca12c..02fd3e620b95 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 051bd0cca12c57f2fd016f56db2be724c30499f9 +Subproject commit 02fd3e620b9532977562b99a5309f4089e8ac3d2 From 9fc91e52c4e0261dbb5831270b35905c3536fe63 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 00:36:36 +0000 Subject: [PATCH 01334/18836] Updated openstack/openstack Project: openstack/requirements d27f1896c2ad4bde9f604398deabdef295c0e648 null Use OS's pypi mirror for Marconi Marconi doesn't have any fancy dependency, let it use OpenStack's pypi mirror. Change-Id: Ieddac358c55791f4406cbf1416cd12d7df1c2b4e --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 02fd3e620b95..d27f1896c2ad 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 02fd3e620b9532977562b99a5309f4089e8ac3d2 +Subproject commit d27f1896c2ad4bde9f604398deabdef295c0e648 From f06764aa08995eb56ced5e6caf21953333002611 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 01:19:11 +0000 Subject: [PATCH 01335/18836] Updated openstack/openstack Project: openstack/requirements aa98545474c34e77fdf3c4c0cd9bb16002053a89 null Add pbr to projects.txt For automated requirements updates. Change-Id: I4d10b180e5c067729db4a89e1b9add454068f5b0 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d27f1896c2ad..aa98545474c3 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d27f1896c2ad4bde9f604398deabdef295c0e648 +Subproject commit aa98545474c34e77fdf3c4c0cd9bb16002053a89 From 64b181ebd648d95ee5b645103cc55ccf03f62e78 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 01:19:42 +0000 Subject: [PATCH 01336/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 07cf1cc9ace1b7ae9fb877bec32b1d95ae0fe5c6 null add dstat to our list of statistics collectors this will probably become the replacement for sysstat and pidstat in the gate, but for now, just add it to the list, so we can start getting data with it and make sure it's useful enough to drop the others. Change-Id: I9bb79cb0b5b0f9d98d03c31cddcda9a756aea54f --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 092651f4d4cd..07cf1cc9ace1 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 092651f4d4cd2d79078923573a73f2a0148a374c +Subproject commit 07cf1cc9ace1b7ae9fb877bec32b1d95ae0fe5c6 From 80e3f299574cf8e3e02cee520cf0bbdca6e6faeb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 02:11:27 +0000 Subject: [PATCH 01337/18836] Updated openstack/openstack Project: openstack-dev/pbr 8039dbd39e71f1a0b525381965a849535ef32e5c null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: Ic09e1f7f90216064d550bc06c6301d5e1779b5aa Closes-Bug: #1277495 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 3eb741afcd77..8039dbd39e71 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 3eb741afcd77d2624b619aecc02a9c7267a9487d +Subproject commit 8039dbd39e71f1a0b525381965a849535ef32e5c From 772a5861642401b0e992c45043894f03ef18542c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 03:33:49 +0000 Subject: [PATCH 01338/18836] Updated openstack/openstack Project: openstack-dev/devstack 3dc5a99e3710bc00e3fa58c0180992073e111b85 null ironic: remove notifier_strategy option This has never exited in Ironic, and it does not even uses notification. Change-Id: I4a3d386116561d9a22d650f123df1aae5ed9849e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3fe7ad470921..3dc5a99e3710 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3fe7ad470921b298f086e6a5699c507ae64e1896 +Subproject commit 3dc5a99e3710bc00e3fa58c0180992073e111b85 From 276b2fb99b6a46935c58d98aeb9bfc2a8cd78306 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Tue, 11 Feb 2014 08:36:41 -0500 Subject: [PATCH 01339/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6fd8d8e12e7788e7f5b85bc3b8ef2f6ee2eb7714 null Require ctrl_location for encryption-type-create This bug fix addresses bug #1267168, adding a default value to the optional control_location parameter for the encryption-type-create command. Prior to this fix, any invocation of encryption-type-create that omitted the control_location parameter would fail. The failure arose from the expectations of the cinder volume encryption type API extension, which expects to always receive a value for the control_location on encryption type creation. control_location indicates which service will conduct the volume encryption for the encryption-type under consideration; valid options are 'front-end' (i.e., nova) and 'back-end' (i.e., cinder). The new default value is 'front-end' and is used whenever control_location is omitted from encryption-type-create invocation. For prior discussion and information, see the abandoned patch below: https://review.openstack.org/#/c/58303/ blueprint encrypt-cinder-volumes https://blueprints.launchpad.net/nova/+spec/encrypt-cinder-volumes Change-Id: I8db80929adbf5a3d818b9d3a8115067ae8e7d9e2 Closes-Bug: #1267168 DocImpact --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 7914e46b0361..6fd8d8e12e77 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 7914e46b03614dde9ae4604cfe35b283d3a55253 +Subproject commit 6fd8d8e12e7788e7f5b85bc3b8ef2f6ee2eb7714 From 59e6ab9fe66ac28698526389d83ec561a952d44d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 03:43:31 +0000 Subject: [PATCH 01340/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ef69e0807809af1dc29e5410764cc44eb8eb28c3 null Remove vim header We don't need vim modelines in each source file, it can be set in user's vimrc. Change-Id: Ic7a61430a0a320ce6b0c4518d9f5d988e35f8aae Closes-Bug: #1229324 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index bfc5f73f75e0..ef69e0807809 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit bfc5f73f75e0886596fe37b15982c0747aba141b +Subproject commit ef69e0807809af1dc29e5410764cc44eb8eb28c3 From 1ac2b9744f6eafbd221775c8e4d4c69a7f2acc28 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Fri, 31 Jan 2014 17:16:30 +0100 Subject: [PATCH 01341/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 85c80f0fc5f02ed406d662ddb390d71bd32ee34e null Ensure url sent to proxy don't have redundant / When a proxy is set, the url requested to the proxy have a double // after the domain, but for ceilometer this kind of url is not valid. So, this patch ensures the url have only one / Closes-bug: #1274981 Change-Id: Id6fc5cf7ab7a3866bc23af7102785a9cede593fe --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 0eed59f4b557..85c80f0fc5f0 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 0eed59f4b5579625ae082d8d46ec24cdf538620e +Subproject commit 85c80f0fc5f02ed406d662ddb390d71bd32ee34e From ddcde3b3428213c844d5b8928b143d437594b866 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Wed, 12 Feb 2014 02:11:57 +0100 Subject: [PATCH 01342/18836] Updated openstack/openstack Project: openstack/python-heatclient 42099da4b3fc0d824897eaa0a16f86209db2beb9 null normalise_file_path_to_url: use urlutils.pathname2url Directly using urllib.pathname2url prevents this part of the code from working with Python 3. Change-Id: I9c0d295c321c1a16ef797efa856118fbd42ca950 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 448d30379016..42099da4b3fc 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 448d303790167abc7239db60408888f3d209ac6c +Subproject commit 42099da4b3fc0d824897eaa0a16f86209db2beb9 From 3960d6e4794ac66c5aa4d8c8087af07edb4dc424 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 12:15:11 +0000 Subject: [PATCH 01343/18836] Updated openstack/openstack Project: openstack/glance 31253812f5f63283fa5d412334234352357f0386 null Adding status field to image location -- DB migration Adding a status field to image's each location property, each location status can be 'active', 'pending_delete' and 'deleted'. Under location's status information Scrubber service can make cleanup based on DB records also but not a dedicated queue-file for each image. This is first part of this change which covered DB core migration. Partially-Implements BP: image-location-status Change-Id: I013b70d55ef14a3ceaca962f9bc48296cb8b2552 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 70ff603e3957..31253812f5f6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 70ff603e395773a4af5c3a6daafbe793036420f7 +Subproject commit 31253812f5f63283fa5d412334234352357f0386 From 9044af5cfae3f813223c6ad5cf6aabfc8c90f44f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 14:41:23 +0000 Subject: [PATCH 01344/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8b0c5eea3c76db63d3646d5d8ccc23461539d07e null Using common method 'bool_from_string' from oslo strutils Using common method 'bool_from_string' from oslo strutils to replace utils.string_to_bool. partially implements blueprint common-client-library-2 Change-Id: I22ee9c5a4b48e85606e033ab87d4adb72b665ee6 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ef69e0807809..8b0c5eea3c76 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ef69e0807809af1dc29e5410764cc44eb8eb28c3 +Subproject commit 8b0c5eea3c76db63d3646d5d8ccc23461539d07e From e00d80c4965b84f0d6824d35f71105af2249097d Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Wed, 8 Jan 2014 17:22:00 +0100 Subject: [PATCH 01345/18836] Updated openstack/openstack Project: openstack/glance 1679422e0a100ceeb61392f61711b586057e65b2 null Add a virtual_size attribute to the Image model In order to distinguish file size from the virtual image size, we need to add a new field to the Image model to represent that. This patch adds a new field called `virtual_size` to the Image model and the migration for it. The existing size attribute is kept as is in order to keep backwards compatibility. Most of the users consider that attribute to be the physical image size, which is what we're trying to achieve here. The API implementation will be done in a follow-up patch. Partially-Implements bp: split-image-size Change-Id: Ie968e8bcfaeda79de003fe8fd7a3b58c3e45f592 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 31253812f5f6..1679422e0a10 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 31253812f5f63283fa5d412334234352357f0386 +Subproject commit 1679422e0a100ceeb61392f61711b586057e65b2 From cdbd100b52da2326be798c91c1e3436f6d91b399 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Tue, 11 Feb 2014 14:23:30 +0100 Subject: [PATCH 01346/18836] Updated openstack/openstack Project: openstack/glance e98576efaebf9ce4882de21f2a664b9f4bb09660 null Add `virtual_size` to Glance's API v2 This patch adds the knowledge of a virtual_size field to Glance's API v2. The virtual_size field should respect the same rules applied to the size field in terms of readability, access control and propagation. Glance's API v1 has been left unmodified. docImpact Implements blueprint: split-image-size Change-Id: Ie4f58ee2e4da3a6c1229840295c7f62023a95b70 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1679422e0a10..e98576efaebf 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1679422e0a100ceeb61392f61711b586057e65b2 +Subproject commit e98576efaebf9ce4882de21f2a664b9f4bb09660 From 5aebb4ae77d6f88b93c9f4330364018f6ecf536b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 19:09:15 +0000 Subject: [PATCH 01347/18836] Updated openstack/openstack Project: openstack-dev/devstack 7817f7a1e5acb404ff49f2dde5caa0acfd4261ff null Fix service name for marconi This patch updates TEMPEST_SERVICES, to have the same name as devstack marconi service. Change-Id: Ibc9b4a66fccd3d95ddd1717bf549476bd843204a Implements: blueprint add-basic-marconi-tests --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3dc5a99e3710..7817f7a1e5ac 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3dc5a99e3710bc00e3fa58c0180992073e111b85 +Subproject commit 7817f7a1e5acb404ff49f2dde5caa0acfd4261ff From 34e3b8c57c60cb491385acc59f9459e9fbecc76b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 20:02:27 +0000 Subject: [PATCH 01348/18836] Updated openstack/openstack Project: openstack-dev/devstack 4b1266e10964b244b5e7473e9a14421aee8590fd null Don't warn about heat modifying flavors Since de0898a Heat no longer modifies flavors, so the comment and output related to modified flavors is no longer needed. Change-Id: I1007d2ab3387f28b8d7487f450cab4592f2824aa --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7817f7a1e5ac..4b1266e10964 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7817f7a1e5acb404ff49f2dde5caa0acfd4261ff +Subproject commit 4b1266e10964b244b5e7473e9a14421aee8590fd From c9097ce1bff740006ca26210a9538196283971fa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 20:20:24 +0000 Subject: [PATCH 01349/18836] Updated openstack/openstack Project: openstack-dev/devstack 305bad78875b76e17eec68ce247b2366a07c2fc2 null Stop catting tempest.config during tempest setup This commit removes the 'cat tempest.config' from lib/tempest. There is no reason to cat it as part of running devstack because the file is and can be interacted with after devstack finishes running. To prevent a loss of information in the gate this change should be coupled with devstack-gate change: Ifb36918cd0d686cb3865f5322cd62c209acaaf30 which copies the tempest.config file with the other test artifacts. Change-Id: Ia01cd53660b3490ea9faa9e9c746bafd9df12a9b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4b1266e10964..305bad78875b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4b1266e10964b244b5e7473e9a14421aee8590fd +Subproject commit 305bad78875b76e17eec68ce247b2366a07c2fc2 From d38838a430f466aa8540aa3b6da764835e088e49 Mon Sep 17 00:00:00 2001 From: tanlin Date: Thu, 13 Feb 2014 16:45:04 +0800 Subject: [PATCH 01350/18836] Updated openstack/openstack Project: openstack/python-swiftclient c3107cd665a059513192ece566fa74cdc65776f1 null Rename Openstack to OpenStack Change-Id: I091b1d2de41ff59b21ce136738e2f69b759d682b --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index f13288ae3201..c3107cd665a0 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit f13288ae320159547823c7b32ff9e76505ec0ae5 +Subproject commit c3107cd665a059513192ece566fa74cdc65776f1 From 5bf3e6b6d3fd0f0d4a0dd9097501db4e701b30ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Feb 2014 20:20:32 +0000 Subject: [PATCH 01351/18836] Updated openstack/openstack Project: openstack/python-swiftclient 0c7264c21d06d37de5db0beee677c4e026dc8f45 null Remove extraneous vim configuration comments Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 Change-Id: I31e4ee4112285f0daa5f2dd50db0344f4876820d Closes-Bug:#1229324 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index c3107cd665a0..0c7264c21d06 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit c3107cd665a059513192ece566fa74cdc65776f1 +Subproject commit 0c7264c21d06d37de5db0beee677c4e026dc8f45 From a9dfbed0666b1af55144726de9b31512c838d1f1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 13 Feb 2014 08:17:58 -0800 Subject: [PATCH 01352/18836] Updated openstack/openstack Project: openstack/requirements 4dc3efdce37fdbc19e135cc2841f087549d51c8f null Add requirements for taskflow The Oslo project has adopted the taskflow library, which uses several dependencies not present in the requirements list yet. Change-Id: I299ba0aa9f655d0493beebd3835ae4e853fe22cf --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index aa98545474c3..4dc3efdce37f 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit aa98545474c34e77fdf3c4c0cd9bb16002053a89 +Subproject commit 4dc3efdce37fdbc19e135cc2841f087549d51c8f From 716956013135f89bee60953f8d18673c20813e3e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Feb 2014 00:26:04 +0000 Subject: [PATCH 01353/18836] Updated openstack/openstack Project: openstack/requirements 600e4a1ba20ac188c2bad0278868033311adc45d null Update to new hp3parclient The updated hp3parclient v3.0.0 is required for the new HP 3PAR cinder driver and it's unit tests. This patch is the first in 2 patches that are need to land. We are breaking this up into 2 patches to avoid breaking continuous deployment. First we'll update the top end to 4.0 in this patch. The next patch will update the low end to 3.0. Change-Id: I2d0f92b7d082637d55f4bbc7cac66c97aa73cfe0 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 4dc3efdce37f..600e4a1ba20a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 4dc3efdce37fdbc19e135cc2841f087549d51c8f +Subproject commit 600e4a1ba20ac188c2bad0278868033311adc45d From 5cc3343d40f138a1ce079d95785469d68173567e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Feb 2014 00:41:06 +0000 Subject: [PATCH 01354/18836] Updated openstack/openstack Project: openstack/requirements 2cdc9e50c1dcc8292468e3d118b4a3f98b58a400 null Add cmd2 for cliff cliff was recently adopted by the Oslo project, so its requirements now need to be included explicitly in the global requirements list so they are in the mirror for jobs when cliff is installed from source. Change-Id: Ie8f9376dea2102c77a3310fe9adf56074c6fe25f --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 600e4a1ba20a..2cdc9e50c1dc 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 600e4a1ba20ac188c2bad0278868033311adc45d +Subproject commit 2cdc9e50c1dcc8292468e3d118b4a3f98b58a400 From af2bae0e5aec71a8f4f7b33ab838f5641cc654a5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Feb 2014 00:41:39 +0000 Subject: [PATCH 01355/18836] Updated openstack/openstack Project: openstack/python-swiftclient 19d7e1812a99d73785146667ae2f3a7156f06898 null Port to python-requests Currently, httplib implementation does not support SSL certificate verification. This patch fixes this. Note that ssl compression parameter and 100-continue thing is still missing from requests, though those are lower priority. Requests now takes care of: * proxy configuration (get_environ_proxies), * chunked encoding (with data generator), * bulk uploading (with files dictionary), * SSL certificate verification (with 'insecure' and 'cacert' parameter). This patch have been tested with requests 1.1.0 (CentOS 6) and requests 2.2.1 (current version). Change-Id: Ib5de962f4102d57c71ad85fd81a615362ef175dc Closes-Bug: #1199783 DocImpact SecurityImpact --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 0c7264c21d06..19d7e1812a99 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 0c7264c21d06d37de5db0beee677c4e026dc8f45 +Subproject commit 19d7e1812a99d73785146667ae2f3a7156f06898 From 85fb41a5d7cdf6bcce356d10620729d444a31d8a Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Thu, 13 Feb 2014 23:33:01 -0800 Subject: [PATCH 01356/18836] Updated openstack/openstack Project: openstack/python-swiftclient 79f189a59352ee5b11a584924f5066b511b482b0 null Fix --insecure option on auth Change-Id: Ibe76d98d6075b84cbdb370b48f3498ab848142ad --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 19d7e1812a99..79f189a59352 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 19d7e1812a99d73785146667ae2f3a7156f06898 +Subproject commit 79f189a59352ee5b11a584924f5066b511b482b0 From dc6f364a17fc855376f71d78e8ab1e8baf413b3a Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Fri, 14 Feb 2014 12:52:26 +0100 Subject: [PATCH 01357/18836] Updated openstack/openstack Project: openstack/python-swiftclient 380e83087447b724458ba16e11f527babb39dd01 null Remove multipart/form-data file upload The requests 'files' parameter adds this 'Content-Type: multipart/form-data' HTTP header and the whole multipart body data get stored with the object. This also create a memory hog issue because files are loaded in memory before being actually sent. This patch removes this behavior and restores what was done before, ie: direct uploading. This patches also fixes an issue in requests, when used with glance CooperativeReader it mis-calculates content-length leading to chunked encoding for raw upload. Change-Id: Ie5b0a1078bedd33f09c6157f48b5f88116c589fa Closes-Bug: #1280072 Closes-Bug: #1280275 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 79f189a59352..380e83087447 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 79f189a59352ee5b11a584924f5066b511b482b0 +Subproject commit 380e83087447b724458ba16e11f527babb39dd01 From c7909096f0c5985c91c50977a12fc89c3b5a3721 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Thu, 13 Feb 2014 22:56:29 +0000 Subject: [PATCH 01358/18836] Updated openstack/openstack Project: openstack-dev/devstack d6997d317685353482a0aa7a18408c1313583460 null Fix tee statement for catching tempest output The use of exec and tee doesn't seem to be quite right, and was unreliable in terms of catching the exit status of the tempest test as well as not catching the output when things went wrong. This changes the way we do the redirect and the tee to something that should be more robust and seems to work reliably in testing. Change-Id: Ieb9d725839fb8e3f9e2e63a2b7b2e9c7c86713a2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 305bad78875b..d6997d317685 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 305bad78875b76e17eec68ce247b2366a07c2fc2 +Subproject commit d6997d317685353482a0aa7a18408c1313583460 From 72729d04cac9e689dc34c34a188d4fda529c4a5f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Feb 2014 14:22:26 +0100 Subject: [PATCH 01359/18836] Updated openstack/openstack Project: openstack/oslo.config 13de959d20d4b3b9d128ba50502806f2d48bf88e null Switch over to oslosphinx Having the sphinx theme in the same namespace package as the production code has been causing issues with devstack installations. The solution settled on was to rename oslo.sphinx to oslosphinx because oslo.sphinx is not a "production" library. See the linked bug report for more background details. Closes-Bug: #1277168 Change-Id: I419fe50d66fa0c1ac48deca2286ae7c4b922d72d --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 2f98541d676a..13de959d20d4 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 2f98541d676a6c9606df93cf85edb6f65dbb9fbb +Subproject commit 13de959d20d4b3b9d128ba50502806f2d48bf88e From 2807e0ed980424ad219ea48c99904d9da2489380 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Feb 2014 14:39:21 +0100 Subject: [PATCH 01360/18836] Updated openstack/openstack Project: openstack/oslo.messaging de6d92fb924911aaf8bcae72995012b5e1781045 null Switch over to oslosphinx Having the sphinx theme in the same namespace package as the production code has been causing issues with devstack installations. The solution settled on was to rename oslo.sphinx to oslosphinx because oslo.sphinx is not a "production" library. See the linked bug report for more background details. Closes-Bug: #1277168 Change-Id: I220b8901cef36499e91b92719f1e8e5461a95e92 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 70dbe6a7cc09..de6d92fb9249 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 70dbe6a7cc09342d96280da8ab072ce9948fcaab +Subproject commit de6d92fb924911aaf8bcae72995012b5e1781045 From d462865e8b922b8dc1883ea3b64ad7bf0e8ec646 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 01:44:51 +0000 Subject: [PATCH 01361/18836] Updated openstack/openstack Project: openstack-dev/devstack 44f51c3faa31a1274b86bfa330db196ce9935b02 null Fix MARCONI_USER This patch fixes the MARCONI_USER in create_marconi_accounts(). Change-Id: I9618530fa20ee84d25646107c7450017ada908df --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d6997d317685..44f51c3faa31 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d6997d317685353482a0aa7a18408c1313583460 +Subproject commit 44f51c3faa31a1274b86bfa330db196ce9935b02 From 42fba077c2c7c9282593168605b7dcb5e78887f4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 01:44:54 +0000 Subject: [PATCH 01362/18836] Updated openstack/openstack Project: openstack-dev/devstack b4596480b224216b28414383d1a7d285f46573e1 null Add Fedora support to install_docker.sh On Fedora, just install the docker-io package as supplied in the Fedora repository. Change-Id: Iea74878d3e1c434863c188ea2253817384e56bf4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 44f51c3faa31..b4596480b224 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 44f51c3faa31a1274b86bfa330db196ce9935b02 +Subproject commit b4596480b224216b28414383d1a7d285f46573e1 From 58dc8dc7631d1904c76c5701219bdb2e0efe8543 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 01:52:02 +0000 Subject: [PATCH 01363/18836] Updated openstack/openstack Project: openstack/requirements 53c879051da0636deebe6c98062bf573de147602 null Adding Mako>=0.4.0 to global requirements Mako>=0.4.0 is default template engine that is used by Pecan. As well it is in requirements of Pecan: https://github.com/stackforge/pecan/blob/master/requirements.txt#L2 So it makes sense to add it to global requirements, so we will be able to use it in other projects without Pecan. Change-Id: Id7b67a28c882ef00d255118f717857dd3d7021c5 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 2cdc9e50c1dc..53c879051da0 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 2cdc9e50c1dcc8292468e3d118b4a3f98b58a400 +Subproject commit 53c879051da0636deebe6c98062bf573de147602 From e7ba759d15e8d7a2c46e8b264882e2c814384244 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 01:54:26 +0000 Subject: [PATCH 01364/18836] Updated openstack/openstack Project: openstack-dev/devstack 6c42ecd96ee87ed76c35137e62ac67fde56ed508 null Marconi fixes for precise Fix a couple of problems found on Ubuntu: * $MARCONI_DIR/etc/marconi/policy.json doesn't exist; removed the copy to /etc/marconi * added a seting of nssize in /etc/mongodb.conf for Ubuntu * restart the correct serice name on Ubuntu Change-Id: I9bd2ab1aa4fb94ff96559e069e5b62138c358fb5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b4596480b224..6c42ecd96ee8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b4596480b224216b28414383d1a7d285f46573e1 +Subproject commit 6c42ecd96ee87ed76c35137e62ac67fde56ed508 From 767775ba4563888adf6a6f7fe660416f5d81390c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 01:54:29 +0000 Subject: [PATCH 01365/18836] Updated openstack/openstack Project: openstack-dev/devstack 745f3933b11c428282817c14845a3ce067361223 null Revert the tempest service name to marconi This patch is to rollback the change introduced by https://review.openstack.org/#/c/73100/. 73100 is no longer needed because of the recent https://review.openstack.org/#/c/69497/. Using 'marconi' as the service name will keep us aligned with the naming convention used by other projects. Change-Id: I5da6d2aaeb5c9dc29a1cbc70c8425449807eb34c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6c42ecd96ee8..745f3933b11c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6c42ecd96ee87ed76c35137e62ac67fde56ed508 +Subproject commit 745f3933b11c428282817c14845a3ce067361223 From 3d9a87d41d46347b1f6dad065a221789f4526b56 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 01:54:31 +0000 Subject: [PATCH 01366/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 3e11faab3eabe3dd5ffe85fc544e530befbc1463 null Remove unused mock in v2/test_shell.py Change-Id: Ia2dd362bf30b527145635b1afd9c10bd0c2556b7 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 85c80f0fc5f0..3e11faab3eab 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 85c80f0fc5f02ed406d662ddb390d71bd32ee34e +Subproject commit 3e11faab3eabe3dd5ffe85fc544e530befbc1463 From 64ba5c936433b87b92c44a23bc68ab14a2879f07 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 01:54:33 +0000 Subject: [PATCH 01367/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 97957eae219a44cd31567e8987f01618f51d9e6a null Remove tox locale overrides * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were introduced originally during the testr migration in an attempt to be conservative about the possibility that locale settings in the calling environment could cause consistency problems for test runs. In actuality, this should be unnecessary and any place where it does cause issues ought to be considered an actual bug. Also, having these in the configuration actively causes older pip to have problems with non-ASCII content in some package metadata files under Python 3, so drop it now. Change-Id: I0661b20a0e426fee56bc706d364dfe158da9be72 Closes-Bug: #1277495 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 3e11faab3eab..97957eae219a 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 3e11faab3eabe3dd5ffe85fc544e530befbc1463 +Subproject commit 97957eae219a44cd31567e8987f01618f51d9e6a From 34a3cc37428b1a95415101beac16e6ac8505c7b3 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 12 Feb 2014 16:00:30 +0800 Subject: [PATCH 01368/18836] Updated openstack/openstack Project: openstack/python-novaclient adcdf116611e8cebd5713ff06b34ae0192c0f5fe null Fix copy/paste errors in print messages "Aggregate %s has been successfully updated." as the print message of do_aggregate_set_metadata/do_aggregate_add_host/do_aggregate_remove_host is incorrect. Change-Id: I18c1c3a4403a8ebe3062ef7a695b0e643619dc74 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 7c3c1bb0dd56..adcdf116611e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 7c3c1bb0dd56beba04717c8dd64ee53edd52e177 +Subproject commit adcdf116611e8cebd5713ff06b34ae0192c0f5fe From bfd1668b27ea51306d84b75fa39b6677f72df36c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 02:17:20 +0000 Subject: [PATCH 01369/18836] Updated openstack/openstack Project: openstack-dev/devstack 20047053be5c697d8113e4dbd3119c7880599680 null Move install responsibilities to domU As we are moving forward to test XenAPI in the gate, it is necessary to move dom0 related modifications to be performed from domU. For this purpose, a new user is created, and that user should be used to talk to dom0 from domU. This change creates that user, makes it possible for dom0 to log in to domU with that account, and configure that account to be able to talk down to dom0. Also move several steps to the nova xenserver plugin: - dom0 plugin installation - create kernels and images directory - install console rotate script - configure a cron to execute console rotate script Configuration changes: A new configuration option, DOMZERO_USER has been created, that specifies a user account that is configured to be able to do passwordless ssh to dom0. Change-Id: If9de0b297a67b7cdb5de78d8dd0e8b2ca578b601 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 745f3933b11c..20047053be5c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 745f3933b11c428282817c14845a3ce067361223 +Subproject commit 20047053be5c697d8113e4dbd3119c7880599680 From eb80e1465e1693cf4def2e95969cf8d72251eec8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 02:21:13 +0000 Subject: [PATCH 01370/18836] Updated openstack/openstack Project: openstack-dev/devstack 1d081ebc2b48846b2adb49e975bda16eec940226 null Cleanup cinder-rootwrap support cinder_rootwrap support in devstack handled a number of now-abandoned use cases: - no $CINDER_DIR/etc/cinder/rootwrap.d (old-style rootwrap) - using oslo-rootwrap instead of cinder-rootwrap (abandoned experiment) This change removes unused code paths and aligns configure_cinder_rootwrap() with configure_nova_rootwrap(). Change-Id: I387808dae0e064cc9c894c74ab78e86124f08dd2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 20047053be5c..1d081ebc2b48 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 20047053be5c697d8113e4dbd3119c7880599680 +Subproject commit 1d081ebc2b48846b2adb49e975bda16eec940226 From b7c7b30e4025e998288ce446fac0da8ce8eed1d6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 02:21:29 +0000 Subject: [PATCH 01371/18836] Updated openstack/openstack Project: openstack-dev/devstack ea76eb727a21878ae4035d217afbaf3f68a7b6fc null Install glance images before starting Nova The docker driver for Nova needs a registry service to be running. It is being run inside a container using an image -- that image must be downloaded. The registry service must be started via nova_plugins/hypervisor-docker, but this is presently called before Glance's image download. The reordering is being done such that Glance may download the registry image, but prior to starting Nova such that "hypervisor-docker" may have an image downloaded and available to launch the registry. This change should cause no negative effects on other hypervisors. Change-Id: I7bccb42517e4c6187f2a90c64f39cda4577f89a3 blueprint: docker-glance-uploads --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1d081ebc2b48..ea76eb727a21 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1d081ebc2b48846b2adb49e975bda16eec940226 +Subproject commit ea76eb727a21878ae4035d217afbaf3f68a7b6fc From be1bdd505a9937abfb72665ad2cd9371bbe23e3f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 02:23:37 +0000 Subject: [PATCH 01372/18836] Updated openstack/openstack Project: openstack-dev/devstack 488e5842fcf58522bbd58b5ca344bf6a5cbeaf33 null Split functions Move shared and non-DevStack-specific functions to `functions-common`. This is a code move only with some updated comments. The functions are now sorted alphabetically within function groups, eg. all git-related functions are grouped together. The groups are listed at the top of the file. 'functions' sources 'functions-common' so no additional changes are required for backward-compatability. All functions shared with Grenade have also been moved. functions-common was created from commit e0ed8ea038299952826b27a16753775472f108d8 Change-Id: I73bf7134fd6a60ec1ea44a5bfab08b0569b60ded --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ea76eb727a21..488e5842fcf5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ea76eb727a21878ae4035d217afbaf3f68a7b6fc +Subproject commit 488e5842fcf58522bbd58b5ca344bf6a5cbeaf33 From 9c5d9a9e6470e2d692f1799b50d46c247d9248db Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 02:28:09 +0000 Subject: [PATCH 01373/18836] Updated openstack/openstack Project: openstack-dev/devstack 824fac2cc740fa83086ac65ff8a5657eafbc1166 null Optionally enable file injection There is a patch up for nova right now that disables file injection by default. This is a corresponding devstack change that only sets file injection options if it is enabled in the devstack config. This is good to keep around so that we can easily turn it on for testing. The nova change is id Icff1304fc816acc843f8962727aef8bbbc7bbaa3. Change-Id: I5015f2c351b1d680c205d7f9a5204febca490b91 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 488e5842fcf5..824fac2cc740 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 488e5842fcf58522bbd58b5ca344bf6a5cbeaf33 +Subproject commit 824fac2cc740fa83086ac65ff8a5657eafbc1166 From aaaaaa7b49bbabbbc0e6da8556fa798217c3cf73 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 02:28:12 +0000 Subject: [PATCH 01374/18836] Updated openstack/openstack Project: openstack/python-novaclient f488e9e1c9b2c270acf9fef93ad08ce640fd579d null Update broken command line reference link The old reference link of nova command line was broken, update it with latest one. Change-Id: I4ab8a4750c7090ba20def6e47d1c4fe905a8256d --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index adcdf116611e..f488e9e1c9b2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit adcdf116611e8cebd5713ff06b34ae0192c0f5fe +Subproject commit f488e9e1c9b2c270acf9fef93ad08ce640fd579d From c5859917d37ba33499da3b1088866d78ab311432 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 02:36:12 +0000 Subject: [PATCH 01375/18836] Updated openstack/openstack Project: openstack/python-novaclient 265a6ead1b420a813c3ee04c8948c601ef038dfa null Fix spelling miss of password_func variable In novaclient/shell.py there is a variable called 'password_fun' which isn't used anywhere. In fact it's a spelling miss, and should be modified to 'password_func' which is used in novaclient/client.py This patch fixes this bug. Change-Id: Ibb8e95a2efc77575dcc8544584c708c5c62b7dea --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index f488e9e1c9b2..265a6ead1b42 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit f488e9e1c9b2c270acf9fef93ad08ce640fd579d +Subproject commit 265a6ead1b420a813c3ee04c8948c601ef038dfa From f1882ed64595a549a367f97dcee9da6e47998501 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 05:03:58 +0000 Subject: [PATCH 01376/18836] Updated openstack/openstack Project: openstack/python-novaclient 004287481285fba497ca16891f82643f83cfca9b null Adds support for the get_rdp_console API Hyper-V employs RDP to access virtual machine consoles, unlike most other hypervisors which support VNC. In order to support this scenario, the get_rdp_console API has been added to Nova. This commit adds the corresponding client side feature, implemented in a way consistent with existing VNC and SPICE console support. Nova Gerrit commit: https://review.openstack.org/#/c/43502/ Change-Id: I86b814797d234f1eb49a7fa67ed27a9bcda034ae Implements: blueprint hyper-v-rdp-console --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 265a6ead1b42..004287481285 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 265a6ead1b420a813c3ee04c8948c601ef038dfa +Subproject commit 004287481285fba497ca16891f82643f83cfca9b From fe880e33c080edf43a24d671835bc2263a8bfbb5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 06:03:44 +0000 Subject: [PATCH 01377/18836] Updated openstack/openstack Project: openstack/requirements 7e7bb31ff3c5032e84dbd84af2274479c0a27905 null Add climate-nova to tracked projects list Change-Id: I6f677bd3f9bc45b849d84e9d6052746b848eefc1 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 53c879051da0..7e7bb31ff3c5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 53c879051da0636deebe6c98062bf573de147602 +Subproject commit 7e7bb31ff3c5032e84dbd84af2274479c0a27905 From 1cf20108691a879eed18dfcee0d19352a271074a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 08:51:24 +0000 Subject: [PATCH 01378/18836] Updated openstack/openstack Project: openstack/requirements b47eab8d2f884dd68314c5f44ae536be05e6d335 null Use >=, not >, for the lower bound of a requirement More consistent with the other requirements Change-Id: I290c4f2f2693e79a4ee49384981c879866a39c95 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7e7bb31ff3c5..b47eab8d2f88 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7e7bb31ff3c5032e84dbd84af2274479c0a27905 +Subproject commit b47eab8d2f884dd68314c5f44ae536be05e6d335 From 5ca4123eb39327cc60a167c1178f89a3a444fcbb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 10:29:52 +0000 Subject: [PATCH 01379/18836] Updated openstack/openstack Project: openstack/python-novaclient 7cf73f19423f53a7eddc221fddbd60a610aa47a7 null Remove invalid parameter of quota-update nova quota-update doesn't support update '--gigabytes' and '--volumes', but CLI include these two parameter, so it should remove these two parameter from novaclient Change-Id: I9db39dd397ba3368f214377f37b56ac4f4f3864c Closes-bug: #1277673 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 004287481285..7cf73f19423f 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 004287481285fba497ca16891f82643f83cfca9b +Subproject commit 7cf73f19423f53a7eddc221fddbd60a610aa47a7 From 220af9df38935e95c18dc7833a5c8ae4f7689bbb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Feb 2014 23:21:04 +0000 Subject: [PATCH 01380/18836] Updated openstack/openstack Project: openstack-dev/devstack 2b8aae621e1a3cf5e161e6e37c210fc0297ced18 null Added the import of lib/infra This fixes an error in the devstack/functions setup_develop call, which tries to cd to $REQUIREMENTS_DIR, which is created in lib/infra Change-Id: Ie65d2ba83547acc4ea36d1191e6e90dc21da1fa7 Closes-Bug: #1276365 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 824fac2cc740..2b8aae621e1a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 824fac2cc740fa83086ac65ff8a5657eafbc1166 +Subproject commit 2b8aae621e1a3cf5e161e6e37c210fc0297ced18 From 4ed867624fb9a023cfaa334f5dbbbc2292d5c75d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 16 Feb 2014 00:14:35 +0000 Subject: [PATCH 01381/18836] Updated openstack/openstack Project: openstack-dev/devstack 293a40545006100be18a731480e2206c1261423c null Set DEFAULT_IMAGE_NAME for Docker hypervisor This allows the tempest configuration to set the right image for booting docker containers with Nova. Since glance uploads are not yet integrated in devstack, IMAGE_URLS remains empty. Change-Id: I5df153cd1d5e1411bb3c11816122ce280148e129 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2b8aae621e1a..293a40545006 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2b8aae621e1a3cf5e161e6e37c210fc0297ced18 +Subproject commit 293a40545006100be18a731480e2206c1261423c From 53f2048ce539cbc24c723c1e68def199cbf953cf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 16 Feb 2014 17:43:22 +0000 Subject: [PATCH 01382/18836] Updated openstack/openstack Project: openstack-dev/devstack 5137bb616534791ca750fea11d63e750cafa4536 null Backport Grenade updates Backport changes made in Grenade's copy of functions since the last sync: * d0654b9,i 4c7726e - get_release_name_from_branch() * 7907766 - edits to install_package() Change-Id: I0714c0b1072f1360c3c08fe24225e65e2a550fad --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 293a40545006..5137bb616534 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 293a40545006100be18a731480e2206c1261423c +Subproject commit 5137bb616534791ca750fea11d63e750cafa4536 From 275033ed466214e427a3b2f2a5bf8b500f604cef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 16 Feb 2014 18:27:45 +0000 Subject: [PATCH 01383/18836] Updated openstack/openstack Project: openstack-dev/devstack 5a6581f6cf006f5840115b6cd48dbf69632742e9 null Change most keystoneclient commands to openstacklient in libs migrated most keystoneclient commands from the following libs: ceilometer cinder ironic keystone marconi neutron nova savanna swift trove Also need to set and unset openstackclient specific environment variables from stack.sh Change-Id: I725f30bc08e1df5a4c5770576c19ad1ddaeb843a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5137bb616534..5a6581f6cf00 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5137bb616534791ca750fea11d63e750cafa4536 +Subproject commit 5a6581f6cf006f5840115b6cd48dbf69632742e9 From 489bf0069e0cb4e04358e30a5803ad2e0a0bf263 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 01:52:49 +0000 Subject: [PATCH 01384/18836] Updated openstack/openstack Project: openstack-dev/devstack d85e1ea66902c020b2e5761ae7e43738185f501f null Use database connection for keystone The keystone configuration used the 'connection' option in the 'sql' section of the keystone.conf file. This option is deprecated in favor of 'connection' in the 'database' section. The keystone setup code is changed to use the option in the new section rather than the deprecated one. Change-Id: I62fd2f50ded3b8848e9e5225e88c80ed8fed3bff --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5a6581f6cf00..d85e1ea66902 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5a6581f6cf006f5840115b6cd48dbf69632742e9 +Subproject commit d85e1ea66902c020b2e5761ae7e43738185f501f From 9543b61294a35856e46662bfdc2bf19777529b6d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 04:53:17 +0000 Subject: [PATCH 01385/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 43f8870f66f8d43b0a0635b170a47a73d7be0ac2 null Don't use private last_request variable This is exposed in more recent versions of httpretty via a public method rather than accessing it from the class. Change-Id: I86949d94ac9b647ef577ee7db0ec4d664d6bc60b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8b0c5eea3c76..43f8870f66f8 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8b0c5eea3c76db63d3646d5d8ccc23461539d07e +Subproject commit 43f8870f66f8d43b0a0635b170a47a73d7be0ac2 From ec053aaaa1bf1244cb59552566c2ba6cd2696db4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 05:24:15 +0000 Subject: [PATCH 01386/18836] Updated openstack/openstack Project: openstack/glance a9f355a64f9a559d24d579f4ef50af3b16c7e444 null Switch over to oslosphinx oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: I8aa08e3e16d46209b9aeb20a70b3984b2a4ae5bb --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e98576efaebf..a9f355a64f9a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e98576efaebf9ce4882de21f2a664b9f4bb09660 +Subproject commit a9f355a64f9a559d24d579f4ef50af3b16c7e444 From 9e58909e5180a36eaf5b0a27aaac6b69a5a1078f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 08:02:59 +0000 Subject: [PATCH 01387/18836] Updated openstack/openstack Project: openstack/glance 54974bb27ff5f5acb1b0243e639facee5ec56c64 null Improve help strings Follow oslo.config style guide for help strings better to create consistent help strings: * Capitalize first word of each help string * Finish help strings with "." Change-Id: Iac0a0fc0ea6c0cf23f2523fe6030a842810b6909 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a9f355a64f9a..54974bb27ff5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a9f355a64f9a559d24d579f4ef50af3b16c7e444 +Subproject commit 54974bb27ff5f5acb1b0243e639facee5ec56c64 From 495ca5ed7f7c2edfc39834cf042dd17e769bfe92 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 10:41:00 +0000 Subject: [PATCH 01388/18836] Updated openstack/openstack Project: openstack-dev/devstack 83f7736dcf9039d9114dd4568687f28221bac5d9 null Fix hook script for Ironic cleanup_ironic should not be started on "unstack" phase, otherwise API service not restarted because auth cache directory removed. Change-Id: I3da86b9fb8c3ce1185aff05df0fa83cf259708f4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d85e1ea66902..83f7736dcf90 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d85e1ea66902c020b2e5761ae7e43738185f501f +Subproject commit 83f7736dcf9039d9114dd4568687f28221bac5d9 From 56056a8ee2f42216b3ade6f18db36c55e67ad76d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 16:17:38 +0000 Subject: [PATCH 01389/18836] Updated openstack/openstack Project: openstack-dev/devstack c8dcb2fd5e2c51a96ab840523bfc59c521aea287 null Add cliff, pycadf, stevedore, & taskflow from oslo Oslo has adopted 4 libraries that were previously on stackforge, so we can now install them from source. Change-Id: I6b6e20a7884b47ade466fc38641a5ac1a5f3e146 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 83f7736dcf90..c8dcb2fd5e2c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 83f7736dcf9039d9114dd4568687f28221bac5d9 +Subproject commit c8dcb2fd5e2c51a96ab840523bfc59c521aea287 From 2a2be86aa84f9d22b8bb93d8c6a0d96184f54402 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 16:33:42 +0000 Subject: [PATCH 01390/18836] Updated openstack/openstack Project: openstack/oslo.messaging 15bfa35e0ccdf5e12d70208192edebc547560491 null Implements notification listener and dispatcher This patch allows to quickly create a listener to receive notification messages. Example of the api: class Endpoint(object): def warn(self, ctxt, publisher_id, event_type, payload): do_something(payload) target = messaging.Target(topic='notifications', exchange='cinder') listener = notify.get_notification_listener(transport, [target], [Endpoint()], executor, serializer) Implements blueprint notification-subscriber-server Change-Id: I434bc487c382a2048670df726d9bebd640150bb9 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index de6d92fb9249..15bfa35e0ccd 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit de6d92fb924911aaf8bcae72995012b5e1781045 +Subproject commit 15bfa35e0ccdf5e12d70208192edebc547560491 From 0a7626693a95013ee28d8daac50c6096537b6a35 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 16:39:24 +0000 Subject: [PATCH 01391/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7473d18ebe1506836c65ea1334d180d7ff48a744 null Abstract the acknowledge layer of a message The patch add ta abstraction layer to acknowledge a message. Partial implements blueprint notification-subscriber-server Change-Id: I6e37780cc28737cfd56b6719ec8d9cebbc9bb278 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 15bfa35e0ccd..7473d18ebe15 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 15bfa35e0ccdf5e12d70208192edebc547560491 +Subproject commit 7473d18ebe1506836c65ea1334d180d7ff48a744 From 4fac9e194a74ef91659a9bfc68d577c57dc198d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 17:59:23 +0000 Subject: [PATCH 01392/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 4917f1347a6cf4708e320e822ee523d1ee6f61f2 null Fix references to auth_token in middlewarearchitecture doc The middlewarearchitecture doc was still referring to keystone.middleware.auth_token, but the middleware was moved to keystoneclient. Also, corrected some other minor typos. Change-Id: I270ea2ccc739596e99a4a852bff3b5b7d1c85c82 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 43f8870f66f8..4917f1347a6c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 43f8870f66f8d43b0a0635b170a47a73d7be0ac2 +Subproject commit 4917f1347a6cf4708e320e822ee523d1ee6f61f2 From 8390cc8c95454e37f323fea12c43888982606d8a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 20:52:30 +0000 Subject: [PATCH 01393/18836] Updated openstack/openstack Project: openstack/glance 4c5121f2e427afc1fbca767b52dfa8ec817311d0 null Use uuid instead of uuidutils Glance no longer import uuidutils from Oslo. This patch replaces uuidutils.generate_uuid() with str(uuid.uuid4()). Change-Id: I463324cefe488138d709ffe0cc4a587d6ecaa850 Related-Bug: #1253497 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 54974bb27ff5..4c5121f2e427 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 54974bb27ff5f5acb1b0243e639facee5ec56c64 +Subproject commit 4c5121f2e427afc1fbca767b52dfa8ec817311d0 From 6df4d7c5c80740c97f08472d9a41d03e88f8fdde Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 3 Feb 2014 09:05:29 +1300 Subject: [PATCH 01394/18836] Updated openstack/openstack Project: openstack/python-heatclient b58202caa778afa97721f8930913f9143d92b692 null Add support for software config resources SoftwareConfig lacks update methods as it is immutable. Implements: blueprint hot-software-config-rest Change-Id: I1d05433303c182f03d21378fd66af4f589b7821b --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 42099da4b3fc..b58202caa778 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 42099da4b3fc0d824897eaa0a16f86209db2beb9 +Subproject commit b58202caa778afa97721f8930913f9143d92b692 From 7dbbfd838385c5d18d461fda18d54fde377bc421 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 13 Feb 2014 14:06:42 -0800 Subject: [PATCH 01395/18836] Updated openstack/openstack Project: openstack/requirements b0ef374d45c1770a1729cd32130d75791c652d58 null Sync requirements to oslo.test bp graduate-oslo-test Change-Id: Ib376f3ef8bd44f0285fd3e1a1f4b14aa0ad1018a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b47eab8d2f88..b0ef374d45c1 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b47eab8d2f884dd68314c5f44ae536be05e6d335 +Subproject commit b0ef374d45c1770a1729cd32130d75791c652d58 From 0f29d400661f209ab1f7add97fc48bc28d0d3af7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 20:59:24 +0000 Subject: [PATCH 01396/18836] Updated openstack/openstack Project: openstack/glance d821b247bfdc7429753ad50af758880d527236a0 null Use six.moves.urllib.parse instead of urlparse To keep Python 3.x compatibility, use six.moves.urllib.parse to replace urlparse. Partial-Bug: #1279611 Change-Id: Ibe5e028acd12e8d753d95cfd9c3f63072278b120 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4c5121f2e427..d821b247bfdc 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4c5121f2e427afc1fbca767b52dfa8ec817311d0 +Subproject commit d821b247bfdc7429753ad50af758880d527236a0 From 19b3035489798e21b233817560907accb58b6135 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 21:35:11 +0000 Subject: [PATCH 01397/18836] Updated openstack/openstack Project: openstack/glance 4a02162a18184e742d3723d92fa337dddb7414ea null Fix parsing of AMQP configuration The deprecated notifier_strategy option is always used even if it is set to its default value and the new notification_driver option is explicitly set. This change makes the notification_driver option work. Change-Id: Icc2a063a828472132d2e2eda7f12e265db990ea1 Closes-Bug: #1271724 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d821b247bfdc..4a02162a1818 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d821b247bfdc7429753ad50af758880d527236a0 +Subproject commit 4a02162a18184e742d3723d92fa337dddb7414ea From e1104e63e438d399d6ba667dc9db72b35ac95fbf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 21:37:30 +0000 Subject: [PATCH 01398/18836] Updated openstack/openstack Project: openstack/python-heatclient 24dbaa135accfa3f01d622db0046b6e010d33da4 null Add optional args arg back to do_list Without this change "heat list" does not work. Change-Id: Ie0bc4d0964fcb9d7a5e3271b739f053eb1c701fd Closes-Bug: #1278178 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b58202caa778..24dbaa135acc 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b58202caa778afa97721f8930913f9143d92b692 +Subproject commit 24dbaa135accfa3f01d622db0046b6e010d33da4 From db4d2156752a4ea37ae6ed2b634972e093ab4b92 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Feb 2014 22:34:25 +0000 Subject: [PATCH 01399/18836] Updated openstack/openstack Project: openstack/python-heatclient aa1f09eced07e497835726c3901298ec6732ef2b null Fixes environment file using correct YAML format An internal unexpected exception is raised while create a stack with an environment file which only has string content. We should handle the case and raise the correct error message such as "environment file is not Yaml format". Change-Id: I4e124db6a8dca9cf811f151ae95058cdaae16a01 Closes-Bug: #1273974 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 24dbaa135acc..aa1f09eced07 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 24dbaa135accfa3f01d622db0046b6e010d33da4 +Subproject commit aa1f09eced07e497835726c3901298ec6732ef2b From 43499a796d7dbcef8b934a6e0c9652b486928c37 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 01:45:54 +0000 Subject: [PATCH 01400/18836] Updated openstack/openstack Project: openstack/python-swiftclient 0aa0f4f6ccda99aae754768f2980be2f93f8fb92 null Add option to skip downloading/uploading identical files swift has already the upload option "--changed" to upload only changed files. This patch adds a similar feature by comparing the md5 of the local file to the remote object etag. When used in combination with download the MD5 hexdigest of each file is sent with an "If-None-Match" header to skip downloading identical files. When used in combination with upload the MD5 is compared to the remote etag by using the already existing HEAD request. Change-Id: I727b0456558c6a7742b2428c6d1c45c4bfaf66e9 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 380e83087447..0aa0f4f6ccda 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 380e83087447b724458ba16e11f527babb39dd01 +Subproject commit 0aa0f4f6ccda99aae754768f2980be2f93f8fb92 From bcc643258dd8df6a5c9c069f54aef12f7bf3e565 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 03:04:14 +0000 Subject: [PATCH 01401/18836] Updated openstack/openstack Project: openstack/python-heatclient 2c5c61c9f1a59d569905851bca6fabd105dca08c null Make POST/PUT redirects use original methods Commands like 'stack-update' and 'action-suspend' use PUT or POST methods when interacting with the Heat API. They also require the use of redirects. Currently redirects for these use GET instead of the original method which leads to undesired outcomes. This commit ensures that the redirect always uses the original method. Change-Id: Iee578ea23c842e48f2d73992804f9c2efb9c7f43 Closes-bug: #1280158 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index aa1f09eced07..2c5c61c9f1a5 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit aa1f09eced07e497835726c3901298ec6732ef2b +Subproject commit 2c5c61c9f1a59d569905851bca6fabd105dca08c From ed801a6c57212885910a42bc8bf228fde99495d2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 03:11:24 +0000 Subject: [PATCH 01402/18836] Updated openstack/openstack Project: openstack/oslo.config 4c5c1ea002cf381f5cbe63483dd7cd8817a3a7d9 null Remove extraneous vim configuration comments Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 Change-Id: I6e486876d5743bfbfb3a93c89f6da81c32d22ffd Closes-Bug:#1229324 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 13de959d20d4..4c5c1ea002cf 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 13de959d20d4b3b9d128ba50502806f2d48bf88e +Subproject commit 4c5c1ea002cf381f5cbe63483dd7cd8817a3a7d9 From 74cd20764101e8a5a24085463505b6fd16d25bdc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 06:22:52 +0000 Subject: [PATCH 01403/18836] Updated openstack/openstack Project: openstack/python-swiftclient 029ade17d2b1db63911a1622262f9b40df75a72d null Only run flake8 on swiftclient code In particular, this skips the "build" directory, which is prone to containing stuff that doesn't comply with all the hacking checks. The actual code we care about all lives in three places, so let's only check those. Change-Id: I4a3be59913ad85a5a9e91d254f4d3f4b0b1cc7b7 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 0aa0f4f6ccda..029ade17d2b1 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 0aa0f4f6ccda99aae754768f2980be2f93f8fb92 +Subproject commit 029ade17d2b1db63911a1622262f9b40df75a72d From 98d2665e97b3539e5d565731a3e309b4abd1e552 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 06:24:13 +0000 Subject: [PATCH 01404/18836] Updated openstack/openstack Project: openstack-dev/devstack 7429fb60be723a6de9453474609796e7f087af4b null Fixed missing backslash in lib/trove This is breaking the installation of trove with devstack Change-Id: I8b59d96072da47b8be5000eda835258654230b0f Closes-Bug: 1280915 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c8dcb2fd5e2c..7429fb60be72 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c8dcb2fd5e2c51a96ab840523bfc59c521aea287 +Subproject commit 7429fb60be723a6de9453474609796e7f087af4b From c78b954de74ed9a40200536c7736653f9a19786c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 06:24:59 +0000 Subject: [PATCH 01405/18836] Updated openstack/openstack Project: openstack/python-swiftclient 21cec82ff1b0a3c76865cf190c9b02ab2a5cd16d null Add missing backslash. The one character commit of the day that needed two iterations. Change-Id: I3bfe91c7e164d45d03348b18e0a457314b8baec7 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 029ade17d2b1..21cec82ff1b0 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 029ade17d2b1db63911a1622262f9b40df75a72d +Subproject commit 21cec82ff1b0a3c76865cf190c9b02ab2a5cd16d From 9f646982ada74a3928b43b0933f4a4c98a574499 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 07:43:37 +0000 Subject: [PATCH 01406/18836] Updated openstack/openstack Project: openstack-dev/devstack 3ccd768db0500f6e5bbd759048320c9980fd6fe9 null Rename Openstack to OpenStack Change-Id: I78ac040e926ef8040ee674b6fea3223a8ab4ae99 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7429fb60be72..3ccd768db050 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7429fb60be723a6de9453474609796e7f087af4b +Subproject commit 3ccd768db0500f6e5bbd759048320c9980fd6fe9 From 49a9ed0ca155db6c38b38e8d4b673f1919cd5a8e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 08:08:14 +0000 Subject: [PATCH 01407/18836] Updated openstack/openstack Project: openstack/glance 870030e1b093c82e002b043b81b60f51d6e56909 null Enable F841 check Enable F841 check: local variable 'name' assigned but never used. Make appropriate changes to files listed below. Change-Id: I02837d4abf421dc9d85f3b01587120fd68acfa12 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4a02162a1818..870030e1b093 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4a02162a18184e742d3723d92fa337dddb7414ea +Subproject commit 870030e1b093c82e002b043b81b60f51d6e56909 From eae6c9d3bc0e0f77e9fd3b85d10a0cbfe0cb21df Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Mon, 17 Feb 2014 12:46:17 +0100 Subject: [PATCH 01408/18836] Updated openstack/openstack Project: openstack/oslo.messaging 8a644c116642730f02eca9039b237ba4b1d78286 null Don't reply to notification message The notification listener doesn't have anything to send to the notifier and the notifier doesn't attend to receive something. So this patch remove the message reply when the listener is a notification listener. Partial implements blueprint notification-subscriber-server Change-Id: Ic989947ba3b6894cde788422842fca19159ea261 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 7473d18ebe15..8a644c116642 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7473d18ebe1506836c65ea1334d180d7ff48a744 +Subproject commit 8a644c116642730f02eca9039b237ba4b1d78286 From f15f56befa31d8b4d528a08b4a3ff8c4dac969f2 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Wed, 11 Dec 2013 16:50:09 +0100 Subject: [PATCH 01409/18836] Updated openstack/openstack Project: openstack/oslo.messaging e785a5d994456bde3dec3843798cc65d411eb103 null Make the dispatcher responsible of the message ack This patch make the dispatcher responsible of the message acknowledgement. This is the preliminar step to be able to requeue message. Partial implements blueprint notification-subscriber-server Change-Id: If74b47d5e23976d407deb27df7395b1982963c75 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 8a644c116642..e785a5d99445 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 8a644c116642730f02eca9039b237ba4b1d78286 +Subproject commit e785a5d994456bde3dec3843798cc65d411eb103 From f0d302f3c34725e22ba3623b645f1e20cf94056e Mon Sep 17 00:00:00 2001 From: Toilal Date: Mon, 17 Feb 2014 07:50:27 +0100 Subject: [PATCH 01410/18836] Updated openstack/openstack Project: openstack-dev/pbr b1f29780de7bc8bb0c37f0c786691a44ca394efc null Add support for python 3-<3.3 Use unicode_literals import instead of u'unicode' notation. Change-Id: I6e6aba938ae43399d5aa398344c219fe43649034 Closes-Bug: #1276139 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 8039dbd39e71..b1f29780de7b 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 8039dbd39e71f1a0b525381965a849535ef32e5c +Subproject commit b1f29780de7bc8bb0c37f0c786691a44ca394efc From cc77de6c49312cde397e67df20b852d88bffe664 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 11:02:09 +0000 Subject: [PATCH 01411/18836] Updated openstack/openstack Project: openstack/python-heatclient 0437e30aee50a74953e456da474201750d8ef21e null REST method to fetch deployments metadata for a server This REST method returns a grouped collection of deployment resource metadata which a server uses as its configuration inputs. Previously the index method was overloaded to perform this function too. Currently this will be called by heat-engine when the server resource metadata is polled, but it should eventually be possible for servers to call this method directly so that a stack does not need to be parsed every time a server polls for metadata. partial blueprint hot-software-config Change-Id: Ie81e413459eaf7a24658be84152d88228f42c6b6 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 2c5c61c9f1a5..0437e30aee50 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 2c5c61c9f1a59d569905851bca6fabd105dca08c +Subproject commit 0437e30aee50a74953e456da474201750d8ef21e From c6d46c84f4e1d66c1bb1fe7f9a8124c3b0fd0222 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 12:08:37 +0000 Subject: [PATCH 01412/18836] Updated openstack/openstack Project: openstack-dev/devstack cf3203b6aee541573148796a5f1f5dc7f0854506 null Add support for creating heat stack domain The Heat instance-users blueprint requires an additional domain where heat creates projects and users related to stack resources so add support for creating this domain when configured to install Heat. Note a workaround is currently required to make the openstack command work with the v3 keystone API. Change-Id: I36157372d85b577952b55481ca5cc42146011a54 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3ccd768db050..cf3203b6aee5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3ccd768db0500f6e5bbd759048320c9980fd6fe9 +Subproject commit cf3203b6aee541573148796a5f1f5dc7f0854506 From 26afb792fe6e517fa390f6c07bf26dd5b78dd708 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 12:13:29 +0000 Subject: [PATCH 01413/18836] Updated openstack/openstack Project: openstack/python-heatclient a7e6dbbfbd42472a3de4f5a0aab864819d43cbd9 null Decode all headers before logging curl commands This fixes an issue with username with utf8 characters, heatclient would crashes while it is supported in keystone. Closes-Bug: #1269779 Change-Id: I10906cc3876a5e2916dd00e5d96070bc05c832be --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 0437e30aee50..a7e6dbbfbd42 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 0437e30aee50a74953e456da474201750d8ef21e +Subproject commit a7e6dbbfbd42472a3de4f5a0aab864819d43cbd9 From 68fb8b825d2f353be85c794c5a3759912cfda949 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 12:19:03 +0000 Subject: [PATCH 01414/18836] Updated openstack/openstack Project: openstack/python-heatclient 1dabd8c6de1caa473ff62baa57e9057dbbb39edc null Python3: use six.iteritems() rather than dict.iteritems() This is compatible with both Python 2 and 3. Change-Id: If8c3a4a6fe028a3a1dc6899f0f4e65c89403d267 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a7e6dbbfbd42..1dabd8c6de1c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a7e6dbbfbd42472a3de4f5a0aab864819d43cbd9 +Subproject commit 1dabd8c6de1caa473ff62baa57e9057dbbb39edc From dcc3bad770a43561a31f8b8d604b2f6579b2430a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 13:07:30 +0000 Subject: [PATCH 01415/18836] Updated openstack/openstack Project: openstack-dev/devstack 535e0089e0656fd4fcaa36ad5abc3653a9a45ff0 null Use lowercase section name in Neutron ML2 security group config All other security group configs in Neutron are lower-case and it should be consistent. Change-Id: I683333c1e186446a69172446cca6d9b952673ed4 Closes-Bug: #1279862 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cf3203b6aee5..535e0089e065 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cf3203b6aee541573148796a5f1f5dc7f0854506 +Subproject commit 535e0089e0656fd4fcaa36ad5abc3653a9a45ff0 From c6748213c9383cbc7b8e9e068d193fae8ccf327d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 16:05:38 +0000 Subject: [PATCH 01416/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c67a60204d88b26475ba83cb4d4042b9e5b49e49 null Update reference to middlewarearchitecture doc auth_token was referring to the middlewarearchitecture doc in keystone developer docs rather than python-keystoneclient. Change-Id: I7bfb3595097cc4a2a1061efe5c4480e06a499edb --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 4917f1347a6c..c67a60204d88 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 4917f1347a6cf4708e320e822ee523d1ee6f61f2 +Subproject commit c67a60204d88b26475ba83cb4d4042b9e5b49e49 From 8cd27fd64f8ab9fb3d529aa40b03ec2b0daef9e2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 17:00:14 +0000 Subject: [PATCH 01417/18836] Updated openstack/openstack Project: openstack/glance 4267af6fe057a50395907c5afb4c971c55c1dc9c null Sync log.py from oslo Add use_syslog_rfc_format config option. Default value is False. If enabled, will add APP-NAME before the MSG part of the syslog message. Fixes bug: #904307 Change-Id: Idd664bc98532e3a557dde5cbee213ca597d4e2e5 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 870030e1b093..4267af6fe057 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 870030e1b093c82e002b043b81b60f51d6e56909 +Subproject commit 4267af6fe057a50395907c5afb4c971c55c1dc9c From 2a33e2e4af5739797674dd88c24eb6bdca5b4cf4 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Thu, 9 Jan 2014 17:45:47 -0800 Subject: [PATCH 01418/18836] Updated openstack/openstack Project: openstack/python-neutronclient d661414a43b60ffdcd1df18bc8d5da773e49e912 null Work around for httplib2 retries on timeout httplib2 automatically retries a request on a timeout even if the request is a POST. This can lead to orphaned objects being created that we don't know about. This patch sets httplib2.RETRIES to 1 to avoid this. Note: httplib2.RETRIES is only available in new versions of httplib2. See: https://code.google.com/p/httplib2/issues/detail?id=124 for more details. Co-Authored-By: Ashwin Raveendran Co-Authored-By: Sudheendra Murthy Date: Tue, 18 Feb 2014 20:04:32 +0000 Subject: [PATCH 01419/18836] Updated openstack/openstack Project: openstack/python-neutronclient 224c2a345a816ae6a41f9bcaa8549c101db842e2 null Mention --fixed-ip subnet_id=<..> in help message Improved help message for port-create --fixed-ip subnet_id=<..> case: * ensure it's mentioned when no arguments are passed; * fixed wording of --help message to make it clear subnet_id may be passed without ip_address. Change-Id: Ie48099e0445f80dbff78766e42bc548f925cd208 Closes-Bug: #1267465 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index d661414a43b6..224c2a345a81 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit d661414a43b60ffdcd1df18bc8d5da773e49e912 +Subproject commit 224c2a345a816ae6a41f9bcaa8549c101db842e2 From 8fa60292a4fd33e1f6e2d54c69f429f3fb0a16bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Feb 2014 20:13:53 +0000 Subject: [PATCH 01420/18836] Updated openstack/openstack Project: openstack/python-neutronclient 3ba2d2e1a32abc682018927651eb5e759c8870de null update coveragerc file fix missing change from quantumclient to neutronclient in .coveragerc exclude tests from code coverage calculation Change-Id: Ie286faaaaad9e9bc72c89422ac628178a30ccc8e --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 224c2a345a81..3ba2d2e1a32a 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 224c2a345a816ae6a41f9bcaa8549c101db842e2 +Subproject commit 3ba2d2e1a32abc682018927651eb5e759c8870de From c9fd08ac8bd3c74b6388e85a5447c7da71d4db70 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 02:09:53 +0000 Subject: [PATCH 01421/18836] Updated openstack/openstack Project: openstack/glance 5959c38005048c6f3e9afa3aaffe18a7fdb11d58 null Enable hacking H301 and disable H304, H302 Enable hacking H301: one import per line. H304 and H302 check enables too, so we temporarily disable it since it does not pass. Fix imports in files below. Add # noqa to migration scripts. Change-Id: I6a8d4dcd9c3195d2848f218aafe304b1240ab60c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4267af6fe057..5959c3800504 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4267af6fe057a50395907c5afb4c971c55c1dc9c +Subproject commit 5959c38005048c6f3e9afa3aaffe18a7fdb11d58 From 287771e38f1b3050f980a52455c12bab60ff2990 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 02:31:33 +0000 Subject: [PATCH 01422/18836] Updated openstack/openstack Project: openstack/python-neutronclient 36e3bb256ff2c786c25516c2b29b83e0c23ca5d4 null Remove vi modelines We don't need to have the vi modelines in each source file, it can be set in a user's vimrc if required. Change-Id: Ic30e91df1b0e25beda9b8d8c19be58573cdae4f6 Closes-Bug: #1229324 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 3ba2d2e1a32a..36e3bb256ff2 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 3ba2d2e1a32abc682018927651eb5e759c8870de +Subproject commit 36e3bb256ff2c786c25516c2b29b83e0c23ca5d4 From 1bdaa9ee836914876739a642f6e3de411cf3990d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 02:31:44 +0000 Subject: [PATCH 01423/18836] Updated openstack/openstack Project: openstack/python-heatclient fe57a6cd51c71e57ffa7692b72a1df7e18e58384 null Adding stack-adopt support to python-heatclient Closes-Bug: #1262267 Change-Id: I7c337b90ad58e17f0c24fc4664fc37f642296566 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 1dabd8c6de1c..fe57a6cd51c7 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 1dabd8c6de1caa473ff62baa57e9057dbbb39edc +Subproject commit fe57a6cd51c71e57ffa7692b72a1df7e18e58384 From 1f5a16eb4519cbc711bdd5e0dc907d0e9a3d2132 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 03:26:41 +0000 Subject: [PATCH 01424/18836] Updated openstack/openstack Project: openstack/python-heatclient 06dbfe2af6d709c863414a765fd7c246d4f7cf31 null get_file_contents: use six.itervalues() instead of dict.itervalues() This is compatible with both Python 2 and 3. Change-Id: I7429efe3ee5fd1dabf9bb607dcd3860057a8569f --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index fe57a6cd51c7..06dbfe2af6d7 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit fe57a6cd51c71e57ffa7692b72a1df7e18e58384 +Subproject commit 06dbfe2af6d709c863414a765fd7c246d4f7cf31 From 36d3ee485ed9980fd83d2aac6dd4c216c104a909 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 03:30:04 +0000 Subject: [PATCH 01425/18836] Updated openstack/openstack Project: openstack/python-heatclient 6c2b5c7ff7009486afe792c954b82c3e92c590d4 null Improve help strings Follow oslo.config style guide for help strings better to create consistent help strings: * Finish help strings with "." * Add missing spaces between words Change-Id: I6191842c253b254768bcc5c22fcfb435296f3945 Co-Authored-By: Shilla Saebi --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 06dbfe2af6d7..6c2b5c7ff700 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 06dbfe2af6d709c863414a765fd7c246d4f7cf31 +Subproject commit 6c2b5c7ff7009486afe792c954b82c3e92c590d4 From bba27ddec5188d4afebb92c3fee6b52889fa5749 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 03:30:15 +0000 Subject: [PATCH 01426/18836] Updated openstack/openstack Project: openstack/python-neutronclient 298a0e55a34495880ba1bef4050b7a8472ee454e null Modify quota-list descripton 'quota-list' is truly to descirbe quotas for tenants who have non-default quota values. Change-Id: I9b5cc92afda9ec7ace479f456c303a3ecc5672d0 Closes-bug: #1280519 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 36e3bb256ff2..298a0e55a344 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 36e3bb256ff2c786c25516c2b29b83e0c23ca5d4 +Subproject commit 298a0e55a34495880ba1bef4050b7a8472ee454e From ce00ea9abdad8f2c14364506ece4801d6fbb158e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 03:47:56 +0000 Subject: [PATCH 01427/18836] Updated openstack/openstack Project: openstack/python-neutronclient d5558265cc97af3fc48eb71a99816a04cd17a0d8 null Don't reuse 'body' for response data It makes diagnostics in debuggers much harder - we can just use a different variable name instead. Change-Id: I69367336cbb0f9f302ef8d484a5d504d2b3869bb --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 298a0e55a344..d5558265cc97 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 298a0e55a34495880ba1bef4050b7a8472ee454e +Subproject commit d5558265cc97af3fc48eb71a99816a04cd17a0d8 From 081ce15cabba5180a51252272654094d11d7095a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 05:58:17 +0000 Subject: [PATCH 01428/18836] Updated openstack/openstack Project: openstack/requirements 1c9cb1af8a961176d09699fc5127d3719c54451f null Update hp3parclient low version number This is the 2nd patch that upgrades the hp3parclient to requiring the new 3.0.0 version for unit tests. Change-Id: Ie78b03499b6ba53e75716ff1d4159424a7a82fae --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b0ef374d45c1..1c9cb1af8a96 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b0ef374d45c1770a1729cd32130d75791c652d58 +Subproject commit 1c9cb1af8a961176d09699fc5127d3719c54451f From 5531b38f5657cdaa045b455f7fb0a33ff9c5f2ea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 06:30:36 +0000 Subject: [PATCH 01429/18836] Updated openstack/openstack Project: openstack/python-heatclient 78b2251857ecbbf6b09d01ddc55f85421f82b7aa null Do not use the '+' operation dict_items() This operation is undefined in Python3, list() must be called first. Change-Id: I764ee994b5faf0e6783e4025466e6ceb17fe3642 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 6c2b5c7ff700..78b2251857ec 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 6c2b5c7ff7009486afe792c954b82c3e92c590d4 +Subproject commit 78b2251857ecbbf6b09d01ddc55f85421f82b7aa From f49086d8166474eb7eed674a42be18ca97feda59 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 06:30:37 +0000 Subject: [PATCH 01430/18836] Updated openstack/openstack Project: openstack/python-heatclient 5458fe691ee7edc71b8670e4be6db39e2426ff05 null Only call decode() on bytes In Python 3, text strings are not bytes, so the decode() method should not be called on them. Change-Id: I081c6a93daa86586378a15d8ae98738c41bda8d0 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 78b2251857ec..5458fe691ee7 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 78b2251857ecbbf6b09d01ddc55f85421f82b7aa +Subproject commit 5458fe691ee7edc71b8670e4be6db39e2426ff05 From c1421f796b71d3dfafc3221a0eab490784750fc2 Mon Sep 17 00:00:00 2001 From: Malini Kamalambal Date: Tue, 18 Feb 2014 13:45:18 -0500 Subject: [PATCH 01431/18836] Updated openstack/openstack Project: openstack-dev/devstack 2dcc77422348e55b6f7028679647cfbdf872f6a2 null Add retry to connect to mongo db This patch adds retries to connect to the mongodb, after a restart. Change-Id: I16e37614736c247fa0b737db2b868c052c2aa33a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 535e0089e065..2dcc77422348 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 535e0089e0656fd4fcaa36ad5abc3653a9a45ff0 +Subproject commit 2dcc77422348e55b6f7028679647cfbdf872f6a2 From d6f776808a951c0b0b0aacfe034feb100d9be35c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 17:22:15 +0000 Subject: [PATCH 01432/18836] Updated openstack/openstack Project: openstack/requirements d1b4e87218746de84c6f2252cab9dae07cc707f7 null Sync requirements to oslo.vmware Change-Id: I0dd4e40abbad2c9a91ebaa94f3d2242649a39202 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1c9cb1af8a96..d1b4e8721874 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1c9cb1af8a961176d09699fc5127d3719c54451f +Subproject commit d1b4e87218746de84c6f2252cab9dae07cc707f7 From bdd95b1de960a6fe150edc9ef764e3277deaae9c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 23:17:10 +0000 Subject: [PATCH 01433/18836] Updated openstack/openstack Project: openstack/python-swiftclient f4e057923c8b880b3d25486a72830d938085cd64 null Remove useless statement Change-Id: Ide74b417ede6a4976c33fc835d366ed472033fd0 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 21cec82ff1b0..f4e057923c8b 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 21cec82ff1b0a3c76865cf190c9b02ab2a5cd16d +Subproject commit f4e057923c8b880b3d25486a72830d938085cd64 From 80824c0a8d6d4d85e6f0f4d99134b91fc71cdf30 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 23:17:22 +0000 Subject: [PATCH 01434/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8e92cb20b2f2cb2f73db16e6d41c6885fa83226c null Use Resource class from Oslo Most methods of Resource class from keystoneclient are similar to methods from common code. In the process of unification of the clients code we should reuse common functionality from Oslo. Related to blueprint common-client-library-2 Change-Id: I5858eec1596a6921dcf49dfcefb7abd4387de73b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c67a60204d88..8e92cb20b2f2 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c67a60204d88b26475ba83cb4d4042b9e5b49e49 +Subproject commit 8e92cb20b2f2cb2f73db16e6d41c6885fa83226c From 9ebd9839e588dda12ffe1ed0c294f5077e2f0002 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 23:21:56 +0000 Subject: [PATCH 01435/18836] Updated openstack/openstack Project: openstack-dev/devstack 4fa0401d3386b56f66efc50712463fbabdc8fc80 null Improve savanna-dashboard installation * split configurations setting to one-per-line; * don't set SAVANNA_URL in horizon configs - we're now using endpoits keystone to find corresponding edpoint. Change-Id: I9497a511656a2f70e923b651c66c5ef2917a0939 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2dcc77422348..4fa0401d3386 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2dcc77422348e55b6f7028679647cfbdf872f6a2 +Subproject commit 4fa0401d3386b56f66efc50712463fbabdc8fc80 From e716b67f0fc58b49d2146aeb51f0b8e1741ad6a9 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Fri, 14 Feb 2014 16:31:55 +0100 Subject: [PATCH 01436/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 117767df47a19c2db9f79b56ad4a0a8a31007410 null test_url_generation_with_proxy: do not use contextlib.nested() This method does not exist in Python 3, use the "@mock.patch.object" decorator instead. Change-Id: Ic45fea1553320c61be284a9397b54fd32f7d30ef --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 97957eae219a..117767df47a1 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 97957eae219a44cd31567e8987f01618f51d9e6a +Subproject commit 117767df47a19c2db9f79b56ad4a0a8a31007410 From afd0190a7530126a06e0302acc986542205bc082 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 23:34:30 +0000 Subject: [PATCH 01437/18836] Updated openstack/openstack Project: openstack/requirements 752e14c91e6d6fc798876ae8ca7c6d2cf2780836 null python-keystoneclient: Bump to 0.6.0 The 0.6.0 release is fully Python 3 compatible. Requiring at least this version would help porting the clients that depend on the keystone client. Change-Id: I3dc0d145f825d92a04f3a7197319f8147adc3913 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d1b4e8721874..752e14c91e6d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d1b4e87218746de84c6f2252cab9dae07cc707f7 +Subproject commit 752e14c91e6d6fc798876ae8ca7c6d2cf2780836 From d6fac6e106289bffb1467c1cd299cc1125b8ff6b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Feb 2014 23:34:40 +0000 Subject: [PATCH 01438/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 02d9cea563c088d6b5e6df278bfbbf2dd081f815 null Fix a typo in a comment in v2 client Change-Id: I835af00af62046e9a391a08e675bc6eeb7267824 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 117767df47a1..02d9cea563c0 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 117767df47a19c2db9f79b56ad4a0a8a31007410 +Subproject commit 02d9cea563c088d6b5e6df278bfbbf2dd081f815 From 10e4b4167f3c876736eaf2f1b43de393b32193c5 Mon Sep 17 00:00:00 2001 From: Vadim Rovachev Date: Tue, 18 Feb 2014 16:01:36 +0400 Subject: [PATCH 01439/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6cec2d8b5280f8958f8a0c7587dcd8751c5f78f7 null Add change in README file according to changes in code Manifest slave_template.pp was renamed single_use_slave.pp This change added to README file. Change-Id: I5168cba9e4a87c10f83728e99198a3e55e1d06f7 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 07cf1cc9ace1..6cec2d8b5280 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 07cf1cc9ace1b7ae9fb877bec32b1d95ae0fe5c6 +Subproject commit 6cec2d8b5280f8958f8a0c7587dcd8751c5f78f7 From 304e5bf57d5ac7889e8de9bb6e30a6e9e1e0506f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 01:30:26 +0000 Subject: [PATCH 01440/18836] Updated openstack/openstack Project: openstack/requirements 3af62ffd3d9d8fc7b684b690a3401aa32eb9f03a null Update neutron-client minimum to 2.3.4 Closes-bug:1280941 Change-Id: I1de211c0920e629621a64caefc2a639769e32425 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 752e14c91e6d..3af62ffd3d9d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 752e14c91e6d6fc798876ae8ca7c6d2cf2780836 +Subproject commit 3af62ffd3d9d8fc7b684b690a3401aa32eb9f03a From a82e5aa26346039947423b619099e45b7c2302a7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 01:30:28 +0000 Subject: [PATCH 01441/18836] Updated openstack/openstack Project: openstack/requirements cbc6c422983e21b0bdccd2b5d68ffd1c949d2fe0 null Update openstack-doc-tools to 0.7.1 We now need at least version 0.7.1 of openstack-doc-tools. Change-Id: Ie449294e5e7a7a6758969857c878953718d0320c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3af62ffd3d9d..cbc6c422983e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3af62ffd3d9d8fc7b684b690a3401aa32eb9f03a +Subproject commit cbc6c422983e21b0bdccd2b5d68ffd1c949d2fe0 From e7abe33f135f2568645025a7c02d6cbfbc8af622 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 18 Feb 2014 00:49:10 +0100 Subject: [PATCH 01442/18836] Updated openstack/openstack Project: openstack/python-openstackclient 5f9e7d09cb0c6efd01816253611092c1bbc51495 null Python 3: the content of a FakeResponse must be bytes Encode '_content' if necessary. Change-Id: I25c1e1cd5330f0519bf062be840045d0ef520b28 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 2f5e8232aa07..5f9e7d09cb0c 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 2f5e8232aa07a9031231ad7b4678b7c52c1effc4 +Subproject commit 5f9e7d09cb0c6efd01816253611092c1bbc51495 From 796db504c5797e97657d328fa5d4b6ebf140264f Mon Sep 17 00:00:00 2001 From: zhang-jinnan Date: Wed, 19 Feb 2014 21:02:11 +0800 Subject: [PATCH 01443/18836] Updated openstack/openstack Project: openstack/python-novaclient ca721d6e9b5013093e4324899b4f69e83aeb43d3 null Remove None for dict.get() Because If no default value is specified it defaults to None already. Change-Id: I3caad9f17840347e30465c7bd4c9c4fe53d991e3 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 7cf73f19423f..ca721d6e9b50 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 7cf73f19423f53a7eddc221fddbd60a610aa47a7 +Subproject commit ca721d6e9b5013093e4324899b4f69e83aeb43d3 From f5032bb7a86bd8030a370d4a92a584a602fb64a6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 04:29:41 +0000 Subject: [PATCH 01444/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 18539b563189ebd85a85be8a59303b66449fd559 null Test query-string for list actions with filter arguments httpretty.register_uri only matches the path, not the query string, so the test_list will pass even if the query string passed by the manager doesn't match that passed as part of expected_path. So add a test for the query component of all list requests, and a way to override the expected query, which is needed in the trusts list filter tests where the query string doesn't exactly match the kwargs passed to the client API. Change-Id: I290b73bbbdac88487c225063fd3775ab7dd8bb89 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8e92cb20b2f2..18539b563189 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8e92cb20b2f2cb2f73db16e6d41c6885fa83226c +Subproject commit 18539b563189ebd85a85be8a59303b66449fd559 From 9ae5015f71b4056d6e79b2eebaaab490a55ebbaa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 04:29:44 +0000 Subject: [PATCH 01445/18836] Updated openstack/openstack Project: openstack/python-novaclient 97309b918b164b4c59637c8817a1322f2a1ea9af null Invalid client version message unclear The error message when using an invalid os-compute-api-version is created by joining all the available versions without space. This patch will add ', ' between versions. Ex: nova --os-compute-api-version v3 list ERROR: Invalid client version 'v3'. must be one of: 321.1 Now: nova --os-compute-api-version v3 list ERROR: Invalid client version 'v3'. must be one of: 3, 2, 1.1 Change-Id: I825df89d38adc9e4bd3fb900cd0199f159c04a6b --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ca721d6e9b50..97309b918b16 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ca721d6e9b5013093e4324899b4f69e83aeb43d3 +Subproject commit 97309b918b164b4c59637c8817a1322f2a1ea9af From 01b8afd48042fd9ec092aa35e6e20f1e24c2a80d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 06:32:27 +0000 Subject: [PATCH 01446/18836] Updated openstack/openstack Project: openstack/python-novaclient 43f1f7851a1ad46478d00183fd438cfde86c05ff null Replace assertEqual(None, *) with assertIsNone in tests Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. Change-Id: I6deee90c31adf61d80e2678a5f29ba9e187281c9 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 97309b918b16..43f1f7851a1a 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 97309b918b164b4c59637c8817a1322f2a1ea9af +Subproject commit 43f1f7851a1ad46478d00183fd438cfde86c05ff From c819a96266dc007ad8f0934c613f2512c807b5d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 06:33:38 +0000 Subject: [PATCH 01447/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c0165b1a88317aced61e8c98d34f078c30bd15b4 null Replace assertEqual(None, *) with assertIsNone in tests Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. Change-Id: I8ba72d345ad00f5cde8696ab82c31606ca82a13f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 18539b563189..c0165b1a8831 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 18539b563189ebd85a85be8a59303b66449fd559 +Subproject commit c0165b1a88317aced61e8c98d34f078c30bd15b4 From fea577fe468e0e560705b87e04b0e36dad0dff0d Mon Sep 17 00:00:00 2001 From: abhishek-kekane Date: Wed, 5 Feb 2014 05:33:13 -0800 Subject: [PATCH 01448/18836] Updated openstack/openstack Project: openstack/glance f50074c0f65fdeae90dcd4b469fa2ac6f306e4b7 null Delete image metadata after image is deleted Delete image metadata after the image is deleted successfully from the backend store. Set image status to it's original status if the image deletion fails. Change-Id: I5fee1bace58ff49a8952292250629c1628edbac8 Closes-Bug: #1276142 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5959c3800504..f50074c0f65f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5959c38005048c6f3e9afa3aaffe18a7fdb11d58 +Subproject commit f50074c0f65fdeae90dcd4b469fa2ac6f306e4b7 From dc40315eab42a2bde1f2e3b6c3c5ee9e9f2492e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 12:21:58 +0000 Subject: [PATCH 01449/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 98a28a020cb3a21419110f7e9b1893bf53389826 null Improve help strings The help strings where rather inconsistent in their usage of '.' and capitalization. Now all strings end with a "." and are capitalized. This leads to output like: --alarm_ids List of alarm id Required. Note the missing period before "Required". Change-Id: I5edf0d4584b7f01d941068818c9dd0d17043ffaa --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 02d9cea563c0..98a28a020cb3 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 02d9cea563c088d6b5e6df278bfbbf2dd081f815 +Subproject commit 98a28a020cb3a21419110f7e9b1893bf53389826 From 56c7c293ca7f276a729c9f50fb3948f426e10652 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 15:10:44 +0000 Subject: [PATCH 01450/18836] Updated openstack/openstack Project: openstack-dev/devstack 5d920e02e30f375253ff9a5f6fef010c95c2fb4b null add heat to the default devstack service list heat has been integrated for a while, we should turn it on out of the box. Also refactor the service list to make it simpler to understand what's enabled. Change-Id: I9738f39ce196d5c7f75b0a5b164222ea165fb340 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4fa0401d3386..5d920e02e30f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4fa0401d3386b56f66efc50712463fbabdc8fc80 +Subproject commit 5d920e02e30f375253ff9a5f6fef010c95c2fb4b From 413a918bf3685334c6c871accee9f1fb73cfc16f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 15:41:32 +0000 Subject: [PATCH 01451/18836] Updated openstack/openstack Project: openstack/requirements 77ed652f5216e37e71632aa4e9e407f0badbabb5 null Update pecan >= 0.4.5 in global requirements. Pecan has undergone a variety of bug fixes and performance enhancements, including fixes that resolve issues in ceilometer. Change-Id: I6106c34579ee05bc0aa72485795b520a0b370db3 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index cbc6c422983e..77ed652f5216 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit cbc6c422983e21b0bdccd2b5d68ffd1c949d2fe0 +Subproject commit 77ed652f5216e37e71632aa4e9e407f0badbabb5 From 3cbcaa3529b57211ea39476222bb1e2767c204e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 20:00:59 +0000 Subject: [PATCH 01452/18836] Updated openstack/openstack Project: openstack/python-openstackclient 295842175540df01ea4a2ab5de08f79398e6e12b null Glance client no longer isa http client If the client has-a http_client, then is must not be an is-a. This has been tested with the current version of glanceclient and the master branch. Closes-Bug: #1269821 Change-Id: I14d67eb094bfb4c2dbc07106343488298b6a9409 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 5f9e7d09cb0c..295842175540 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 5f9e7d09cb0c6efd01816253611092c1bbc51495 +Subproject commit 295842175540df01ea4a2ab5de08f79398e6e12b From 81906ba84e3405c502cf9359ba18ac43ac95d963 Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Fri, 14 Feb 2014 17:52:01 -0500 Subject: [PATCH 01453/18836] Updated openstack/openstack Project: openstack/python-heatclient 60f3de47e36eebbcf4cde4655096e73d0dc24f3e null add output-list and output-show This patch adds the "output-list" and "output-show" commands to heat. The first prints a table of available outputs to stdout, and the second prints a single output_value to stdout. All outputs are serialized to JSON. This patch includes tests for the new commands as well as updated documentation. Implements blueprint: stack-outputs-in-shell Change-Id: Iaade16d043b2c42d14f642fde17419eaa07d0ab8 Closes-Bug: 1258622 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 5458fe691ee7..60f3de47e36e 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 5458fe691ee7edc71b8670e4be6db39e2426ff05 +Subproject commit 60f3de47e36eebbcf4cde4655096e73d0dc24f3e From 294d807bf527bd7927cdd93807bea013ca0df2f2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 20:12:36 +0000 Subject: [PATCH 01454/18836] Updated openstack/openstack Project: openstack/glance 43a08e0a41993303b176adc5145458b566dd4d5e null Glance all: Replace basestring by six for python3 compatability The builtin basestring abstract type was removed in python3, use str instead, we need to using six.string_types to replace the basestring for py3 compatibility. Change-Id: Icf709b3499ff7f1ea935045153eb9a5ecb4618ee --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f50074c0f65f..43a08e0a4199 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f50074c0f65fdeae90dcd4b469fa2ac6f306e4b7 +Subproject commit 43a08e0a41993303b176adc5145458b566dd4d5e From 5435f73d623936c9f3c9f0a28a3704f422e0125b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 20:13:56 +0000 Subject: [PATCH 01455/18836] Updated openstack/openstack Project: openstack/glance 8762a7b072522d93df9180a94f4b79e345476a22 null Modify assert statement when comparing with None Replace assertEqual(None, *) with assertIsNone in glance's tests to have more clear messages in case of failure. Also, replace assertTrue(* is not None) with assertIsNotNone for the same reason. Change-Id: If41a71bd750057c7136b03bef94c04517092134c Closes-Bug: #1280522 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 43a08e0a4199..8762a7b07252 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 43a08e0a41993303b176adc5145458b566dd4d5e +Subproject commit 8762a7b072522d93df9180a94f4b79e345476a22 From f177564e084389369b1f1b2b23fe58c93a6a08a1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Feb 2014 20:14:19 +0000 Subject: [PATCH 01456/18836] Updated openstack/openstack Project: openstack/python-keystoneclient bbd30eee3fa1f84f02be6a3f115d8a31faba7f20 null Update middlewarearchitecture config options docs The configuration options documented in middlewarearchitecture.rst were incomplete. This change adds all the options defined in middleware.auth_token. Change-Id: I4a479bfa90e941f5094516cdb97cd58f91727f1c --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c0165b1a8831..bbd30eee3fa1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c0165b1a88317aced61e8c98d34f078c30bd15b4 +Subproject commit bbd30eee3fa1f84f02be6a3f115d8a31faba7f20 From 4b1cc2e2659ae3e34a0297676667f9eddbcacec8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Feb 2014 01:36:26 +0000 Subject: [PATCH 01457/18836] Updated openstack/openstack Project: openstack/python-openstackclient 2cae50c442337826216d68832a1cb387f3cc1341 null Rename Openstack to OpenStack Change-Id: I9e5b245141290a4b642900fbc46b98bd4f44c321 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 295842175540..2cae50c44233 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 295842175540df01ea4a2ab5de08f79398e6e12b +Subproject commit 2cae50c442337826216d68832a1cb387f3cc1341 From 4d73d8e0daee39d6b4792c2dae78c429a5f619d9 Mon Sep 17 00:00:00 2001 From: Marcos Lobo Date: Fri, 31 Jan 2014 16:25:34 +0100 Subject: [PATCH 01458/18836] Updated openstack/openstack Project: openstack/python-neutronclient 6adb11703cb5b55a4af45e8524dc1039fb03176c null Unexpected response in agent-list command Problem with 'alive' field. if you try this command you obtain an unexpected response: $ neutron agent-list --field agent_type 'alive' The problem is that the 'alive' field is not checked for instanciate before to check its value. Under the hood, there is a non catched Keyerror exception converted to unicode. Change-Id: I59b313494605f64c5588324d1153614b1c11920f Closes-Bug: #1271948 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index d5558265cc97..6adb11703cb5 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit d5558265cc97af3fc48eb71a99816a04cd17a0d8 +Subproject commit 6adb11703cb5b55a4af45e8524dc1039fb03176c From 97b2a7b4d12935eaa603d61092f8b78d6f23c36e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Feb 2014 05:24:42 +0000 Subject: [PATCH 01459/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 5b4563dd412a61163cadadef542b7635b0355ff0 null Python 3 compatibility * add Python 3 classifiers * require at least keystoneclient 0.6.0, since it is the first version that works with Python 3. Change-Id: I631c94d6efa0f7d58ade4a8e044c87558ee58c15 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 98a28a020cb3..5b4563dd412a 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 98a28a020cb3a21419110f7e9b1893bf53389826 +Subproject commit 5b4563dd412a61163cadadef542b7635b0355ff0 From fe401783b2387ea4b69f6880c578e1c7fa2ffd3a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Feb 2014 12:56:31 +0000 Subject: [PATCH 01460/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dff54b8d1ea5a2543fc4b4ed12dfc14459d74333 null Interactive prompt for create user Execution of the shell will now prompt the user for a password if argument '--pass' is specified without a following parameter. In that way, a user does not need to pass passwords on the command line. Usage example: $ keystone user-create --name bob --tenant admin --pass --enabled true New Password: Repeat New Password: Closes-Bug: #1100116 Change-Id: I1f6d6322830972dfad19ebe2fe63e91f82ed8033 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index bbd30eee3fa1..dff54b8d1ea5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit bbd30eee3fa1f84f02be6a3f115d8a31faba7f20 +Subproject commit dff54b8d1ea5a2543fc4b4ed12dfc14459d74333 From da0d955e6619bdd746c42e8465302ed215d5c198 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Feb 2014 18:27:51 +0000 Subject: [PATCH 01461/18836] Updated openstack/openstack Project: openstack/python-openstackclient 8b494f08b2d60b487b37de6603349db66496b955 null Update oslo incubator bits * update gettextutils.py, strutils.py, install_venv_common.py * remove cfg.py, openstackkeyring oslo-incubator commit 630d3959b9d001ca18bd2ed1cf757f2eb44a336f Change-Id: I0ae9b9dc72ec88ed64a8c353b9c51734ee2cd24c --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 2cae50c44233..8b494f08b2d6 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 2cae50c442337826216d68832a1cb387f3cc1341 +Subproject commit 8b494f08b2d60b487b37de6603349db66496b955 From 836952af55bdef8d3f5b5030efb45a34a6c30886 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 24 Jan 2014 16:59:14 +0100 Subject: [PATCH 01462/18836] Updated openstack/openstack Project: openstack/requirements 836aead35577809c1e7be5966403ecae500291c0 null Add posix_ipc as requirement This is going to be needed for Oslo lockutils. Change-Id: I472d22c7807dedf1ee433cc7eea9aafe0772b5ff Blueprint: lockutils-posix-ipc --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 77ed652f5216..836aead35577 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 77ed652f5216e37e71632aa4e9e407f0badbabb5 +Subproject commit 836aead35577809c1e7be5966403ecae500291c0 From 4a873b6b440748f9f1c724dcc7cd5aaca50f0c3d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 03:22:01 +0000 Subject: [PATCH 01463/18836] Updated openstack/openstack Project: openstack/requirements 87944449ae0a217dfbc619ff4c557e6b019bdcd0 null Add oslotest library Allow projects to start using the oslotest library instead of copying test base classes and fixtures out of the incubator. Change-Id: Ib198e013462ad07d29347aa9171f03f5803c7396 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 836aead35577..87944449ae0a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 836aead35577809c1e7be5966403ecae500291c0 +Subproject commit 87944449ae0a217dfbc619ff4c557e6b019bdcd0 From 3573606cd7b2daaed2cbc4df7606c4b68a9ecafd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 03:23:36 +0000 Subject: [PATCH 01464/18836] Updated openstack/openstack Project: openstack/python-neutronclient 58a7e01b8f4b5c4aa8872246d7f96945dfefc42b null Use assertIn where appropriate Change-Id: I27038279067183352e5a54766fb74515057d581a --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 6adb11703cb5..58a7e01b8f4b 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 6adb11703cb5b55a4af45e8524dc1039fb03176c +Subproject commit 58a7e01b8f4b5c4aa8872246d7f96945dfefc42b From 0bdc9066d14fc1374147333c6ebf1b296ed981ed Mon Sep 17 00:00:00 2001 From: Malini Kamalambal Date: Thu, 20 Feb 2014 14:48:59 -0500 Subject: [PATCH 01465/18836] Updated openstack/openstack Project: openstack-dev/devstack 67df3b2fc2b2e7b1cfb0418e59f96db7561277be null Bind Marconi to SERVICE_HOST & add health check This patch, 1. Binds Marconi to SERVICE_HOST, to be consistent with other services. 2. Adds a health check to verify if marconi started correctly. Change-Id: I1d48d0e610369cc97d479a5cd47b2bd11656da3f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5d920e02e30f..67df3b2fc2b2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5d920e02e30f375253ff9a5f6fef010c95c2fb4b +Subproject commit 67df3b2fc2b2e7b1cfb0418e59f96db7561277be From a76944d46639e0b5d24688fe567d212ee78422ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 03:54:35 +0000 Subject: [PATCH 01466/18836] Updated openstack/openstack Project: openstack-dev/devstack e2dcf8e13867861bf72412ee8178d75483340116 null Add more files to run_tests.sh bash8 check Add functions-common, stackrc, openrc, exerciserc, eucarc to bash8 checks Change-Id: Ic14b348c871bf98bf35c7e866e715bb75bdccf97 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 67df3b2fc2b2..e2dcf8e13867 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 67df3b2fc2b2e7b1cfb0418e59f96db7561277be +Subproject commit e2dcf8e13867861bf72412ee8178d75483340116 From 1dee941ea9d09e16ab9fd368ada9c2a3737ddc7f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 04:02:50 +0000 Subject: [PATCH 01467/18836] Updated openstack/openstack Project: openstack-dev/devstack acdc1189f6a6afcb5373583c3f9d87a7b40ad6d5 null Set stack_user_domain config correctly The recently merged patch which creates a domain for heat fails to correctly set the domain ID in heat.conf, so move the setting of the config option to immediately after we create the domain. Also add the missing DEFAULT section identifier in the iniset, and use OS_TOKEN instead of OS_SERVICE token, because the stack.sh comment says this is exported for the openstackclient workaround. Change-Id: I912f774f1215d68cbcfe44229b371f318d92966a Closes-Bug: #1283075 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e2dcf8e13867..acdc1189f6a6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e2dcf8e13867861bf72412ee8178d75483340116 +Subproject commit acdc1189f6a6afcb5373583c3f9d87a7b40ad6d5 From a73ff4c9bf5dec00cf49f4d33a11fa0dfd8c2a8b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 04:58:23 +0000 Subject: [PATCH 01468/18836] Updated openstack/openstack Project: openstack/python-neutronclient 0933fe0b00ade6d4dafdeb5279d5d5b5e19648ad null Fixed a minor typo in a docstring Change-Id: I4d822513cc65662a988c7ad10b01ff04fa7d6890 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 58a7e01b8f4b..0933fe0b00ad 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 58a7e01b8f4b5c4aa8872246d7f96945dfefc42b +Subproject commit 0933fe0b00ade6d4dafdeb5279d5d5b5e19648ad From 19189681f3544c284802d8a904f843a8ccefc226 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 04:58:31 +0000 Subject: [PATCH 01469/18836] Updated openstack/openstack Project: openstack/oslo.config 482e276a0bde9f3d8bc389e9287f1f47fcaa9c81 null Fix docstring of parsing order There is wrong explaination of option parsing order in config files and on command line. That is only the later one takes action. The sample code shows only the later one takes action. See http://paste.openstack.org/show/64229/ Change-Id: I4d48df1b551bb130dc25fe32303fa2d0b1fecffd --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 4c5c1ea002cf..482e276a0bde 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 4c5c1ea002cf381f5cbe63483dd7cd8817a3a7d9 +Subproject commit 482e276a0bde9f3d8bc389e9287f1f47fcaa9c81 From b836e83feb57ac15476ad8ccc77d08cd1b4dd464 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 05:05:08 +0000 Subject: [PATCH 01470/18836] Updated openstack/openstack Project: openstack-dev/devstack 2bf23de22b2ce5176c8aec1aec02b3fa65a65639 null Disable tempest backup tests if c-bak unavailable This will update the tempest config to not run the cinder backup tests when the c-bak service is not enabled. Change-Id: I0b6486f1222afa7ae9bd9d13c7d3648d2b870710 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index acdc1189f6a6..2bf23de22b2c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit acdc1189f6a6afcb5373583c3f9d87a7b40ad6d5 +Subproject commit 2bf23de22b2ce5176c8aec1aec02b3fa65a65639 From e47f28e63b02936d9d5b8a002018f803167ffa2f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 05:06:55 +0000 Subject: [PATCH 01471/18836] Updated openstack/openstack Project: openstack-dev/devstack 92558b8f5ec1cb9d25e5aa7a7cb65e06e6bcb67d null Fix shocco errors Clean up comments to fix errors seen while processing with shocco Change-Id: I0e97ad27613313f03e47c107051ea93b115d4744 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2bf23de22b2c..92558b8f5ec1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2bf23de22b2ce5176c8aec1aec02b3fa65a65639 +Subproject commit 92558b8f5ec1cb9d25e5aa7a7cb65e06e6bcb67d From 06516012f0e5c5f67916ed706c9adcc4506f78b9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 05:09:26 +0000 Subject: [PATCH 01472/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 2a4f1366074a9c9c6a8f7faf577e2c43552599e3 null Skip exercises that use swiftclient cli on grizzly With the push of v2.0 swiftclient the install of swfitclient on grizzly stops working because the version is capped <2. This causes pip to freak out replace the bin/swift script but leave the code from master at >2 in the swiftclient namespace. This disconnect causes the exercises that use the swiftclient cli to fail with import errors in the bin/swift script. This commit skips these exercises to avoid the failures. Change-Id: I2f9afdae4ae091c7de6ba3397fce5b6ee0980014 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6cec2d8b5280..2a4f1366074a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6cec2d8b5280f8958f8a0c7587dcd8751c5f78f7 +Subproject commit 2a4f1366074a9c9c6a8f7faf577e2c43552599e3 From 7ee445966ca18d3740c470522ca029145af0c67b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 06:00:18 +0000 Subject: [PATCH 01473/18836] Updated openstack/openstack Project: openstack/python-openstackclient 034a9d158f27bb9bd1a7430c09d1826196215093 null Add ability to prompt for passwords for user create and set * Add get_password method to the utilities * Add --password-prompt option * Call the get_password method if a prompt is requested * Various tests Change-Id: I1786ad531e2a2fbcc21b8bc86aac0ccd7985995a Closes-Bug: 1100116 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 8b494f08b2d6..034a9d158f27 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 8b494f08b2d60b487b37de6603349db66496b955 +Subproject commit 034a9d158f27bb9bd1a7430c09d1826196215093 From 790e957bb74b35dec4003ddf0a6bbecbe6220790 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Fri, 21 Feb 2014 16:18:16 +0100 Subject: [PATCH 01474/18836] Updated openstack/openstack Project: openstack/glance 765b6c98e08577038d33c9a5d745bb75c6b9f06d null Fix logging context to include user_identity The user_identity generated created from user, tenant, domain user_domain and project_domain. The new domain related values are default to None Closes-Bug: #1283080 Change-Id: I5e43142afba3492ecf05b65ba24ee70f158f88de --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8762a7b07252..765b6c98e085 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8762a7b072522d93df9180a94f4b79e345476a22 +Subproject commit 765b6c98e08577038d33c9a5d745bb75c6b9f06d From d520ef9f79ef32ecea8aadd4e664567c85f19ad5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 12:06:31 +0000 Subject: [PATCH 01475/18836] Updated openstack/openstack Project: openstack/glance 8e5ca0efb269e587948fde05b1f8ac42e99f8742 null Added undescore function to some strings Strings were not ready for translation w/o underscore function. Change-Id: Ie6a95c4e6d6f096deddd485e3ce91bde0e9eda15 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 765b6c98e085..8e5ca0efb269 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 765b6c98e08577038d33c9a5d745bb75c6b9f06d +Subproject commit 8e5ca0efb269e587948fde05b1f8ac42e99f8742 From 6db21c7221bd2a63331b119912f1530f9591d489 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 12:10:27 +0000 Subject: [PATCH 01476/18836] Updated openstack/openstack Project: openstack/glance 7130d9fe18d2637747aaf6bf21181450232b5727 null Add support for PartialTask list - partial-task: Task that includes all the values except the 'Text' columns(input, result & message). - This patch is to have the database to return a partial-task list on users invoking 'GET /v2/tasks'. - Returning list of partial tasks will help in reducing the response time when the user queries for the list of tasks. - This patch also includes changes for making implementation and return values of display task detail (GET /v2/tasks/{task_id}) and list tasks (GET /v2/tasks) more explicit. partially implements bp async-glance-workers Change-Id: I4fbadc9a97e3147128c7c733384c7bb50918806f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8e5ca0efb269..7130d9fe18d2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8e5ca0efb269e587948fde05b1f8ac42e99f8742 +Subproject commit 7130d9fe18d2637747aaf6bf21181450232b5727 From d36b001dd60654602db098fbe4386b1051fa8a9c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Feb 2014 13:07:48 +0000 Subject: [PATCH 01477/18836] Updated openstack/openstack Project: openstack/glance 09fd5a61eb8f05eeba168cd3b11fbb6d9a63e9df null Replacement mox by mock Replace mox testing library by mock one in the file glance/tests/unit/test_quota.py Implements: blueprint replace-mox-with-mock Change-Id: I4577c4debe92846ba3dd0ecf3c6bef96b4ca352c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7130d9fe18d2..09fd5a61eb8f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7130d9fe18d2637747aaf6bf21181450232b5727 +Subproject commit 09fd5a61eb8f05eeba168cd3b11fbb6d9a63e9df From 168d651fcfd1dad1721ec4e039076b679fc25c7f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Feb 2014 05:22:12 +0000 Subject: [PATCH 01478/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6899686a145ba96b978ae80dae6a986707e58a3e null Fix misspellings in devstack gate Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: Ib63929e6e7c01f4c422edef9bad421b1252609a3 Closes-Bug: #1257295 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 2a4f1366074a..6899686a145b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 2a4f1366074a9c9c6a8f7faf577e2c43552599e3 +Subproject commit 6899686a145ba96b978ae80dae6a986707e58a3e From 79202110efb67791acf60e5a6391f7ac6d905625 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 21 Feb 2014 10:14:17 -0600 Subject: [PATCH 01479/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d8a18fffac6daca56dbaa20473e9d4816a0b8d92 null remove extra indentation Change-Id: I5b132e210b7155968a5d4f47da4ad8d7100d3e75 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dff54b8d1ea5..d8a18fffac6d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dff54b8d1ea5a2543fc4b4ed12dfc14459d74333 +Subproject commit d8a18fffac6daca56dbaa20473e9d4816a0b8d92 From 8f1ce84cc7453f14b73401148292ab647bce9051 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Feb 2014 06:17:49 +0000 Subject: [PATCH 01480/18836] Updated openstack/openstack Project: openstack/python-openstackclient 8fe50fc75d4fa26557662af0759c44cb22c5fb79 null Fix some help strings This fixes some errors and inconsistencies I found reviewing the help strings: * Capitalize help strings * Add missing space between words (in multi-line strings) * Improve wording Change-Id: I2fb31ab4191c330146e31c1a9651115a6657769a --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 034a9d158f27..8fe50fc75d4f 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 034a9d158f27bb9bd1a7430c09d1826196215093 +Subproject commit 8fe50fc75d4fa26557662af0759c44cb22c5fb79 From d419956d1883a5110ad893ef7883b03fb465aa6f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Feb 2014 09:23:04 +0000 Subject: [PATCH 01481/18836] Updated openstack/openstack Project: openstack/requirements 68f5a5a2935aa430971945dcb34a27122db1424a null Require testrepository>=0.0.18 To help with debugging, quoting from upstream: `run` now accepts `--isolated` as a parameter, which will cause each selected test to be run independently. This can be useful to both workaround isolation bugs and detect tests that can not be run independently. Change-Id: I168700457566067cc7389d290a2d7ef4e87ba8a2 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 87944449ae0a..68f5a5a2935a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 87944449ae0a217dfbc619ff4c557e6b019bdcd0 +Subproject commit 68f5a5a2935aa430971945dcb34a27122db1424a From eec386f4a2abb5abe1f84e46f95505dae17cb6b0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Feb 2014 15:52:12 +0000 Subject: [PATCH 01482/18836] Updated openstack/openstack Project: openstack-dev/devstack d7e38ebd057219fdf55e69b63c9b929e629b8e74 null Remove provider router configuration To be compatible with the Icehouse release of MidoNet, the provider router configuration is removed from devstack since it is no longer necessary to configure it. Change-Id: I4be2d9bbf2c82fd375702cbb1d60c3277086134f Implements: blueprint remove-provider-router-config-for-midonet --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 92558b8f5ec1..d7e38ebd0572 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 92558b8f5ec1cb9d25e5aa7a7cb65e06e6bcb67d +Subproject commit d7e38ebd057219fdf55e69b63c9b929e629b8e74 From af67c16e3a489c2b2c405b90e1ed2d8deac57f9f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Feb 2014 16:25:45 +0000 Subject: [PATCH 01483/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d347840b3ceb501bb7a1ebce06552ee7dac4caf2 null Ensure domains.list filtered results are correct Convert enabled=False to enabled=0, such that requests directed to an older keystone not containing the fix for bug #1267530 will not return the wrong data. Closes-Bug: #1281070 Change-Id: I49fd0953fc2323f2034c241c6342ced6f3412125 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d8a18fffac6d..d347840b3ceb 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d8a18fffac6daca56dbaa20473e9d4816a0b8d92 +Subproject commit d347840b3ceb501bb7a1ebce06552ee7dac4caf2 From 585bae1843bbd9af33760812b1030a60bae7eefe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Feb 2014 17:40:17 +0000 Subject: [PATCH 01484/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 9e188e92f8398f2c03be262130d996e51c336ba9 null Fix role_names call from V3 AccessInfo This was probably initially written against an incorrect test token. Change-Id: I3e1eb0cb207864dbadb01a477b180058902bb0cd Closes-Bug: #1282410 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d347840b3ceb..9e188e92f839 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d347840b3ceb501bb7a1ebce06552ee7dac4caf2 +Subproject commit 9e188e92f8398f2c03be262130d996e51c336ba9 From 86f87abb37e8410b4a18bd2d15ac2ce532c3c534 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Feb 2014 22:58:55 +0000 Subject: [PATCH 01485/18836] Updated openstack/openstack Project: openstack/python-neutronclient aba40b10e4811775fa76096bc894b40e023d48eb null Add shared parameter for metering labels With this patch metering labels can be set as shared so that the rules associated with this label will be applied to all routers for all tenants. Partially implements blueprint l3-metering-mgnt-ext Change-Id: I23f9fb9cf17c7a20069616bb1c4ae19a5dc55d68 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 0933fe0b00ad..aba40b10e481 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 0933fe0b00ade6d4dafdeb5279d5d5b5e19648ad +Subproject commit aba40b10e4811775fa76096bc894b40e023d48eb From e0e599422f23e29e41b1a6ea46fff5e9a23b4b90 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 00:10:10 +0000 Subject: [PATCH 01486/18836] Updated openstack/openstack Project: openstack/python-neutronclient 0df7db0ba134715f1956a4ff041a5e4ebcbec6bb null Adding weight column to Neutron lb member list CLI Adding 'weight' column to lbaas member-list command in order to quickly identify member properties. Protocol port was already been shown. This avoids having to enter each member details to see the weights settings. Change-Id: Id3c8cd8b3304535e2d82777018121007ed3bb129 Closes-Bug: #1267575 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index aba40b10e481..0df7db0ba134 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit aba40b10e4811775fa76096bc894b40e023d48eb +Subproject commit 0df7db0ba134715f1956a4ff041a5e4ebcbec6bb From 16061092498aeae5ffa32a81008efeab50d61555 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 02:18:22 +0000 Subject: [PATCH 01487/18836] Updated openstack/openstack Project: openstack-dev/devstack e5bb257714e6a921ae9fc35b07219e8d0675f049 null Remove unnecessary comment out lines This commit removes some comment-outed codes. If we want to use them, we can get them from the git repository. Change-Id: Ie438c43d332d0631750f0ad458653fc40e23faad --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d7e38ebd0572..e5bb257714e6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d7e38ebd057219fdf55e69b63c9b929e629b8e74 +Subproject commit e5bb257714e6a921ae9fc35b07219e8d0675f049 From 488b8f4b97a889f9e566bf3eabc8f7e2100f687f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 03:10:35 +0000 Subject: [PATCH 01488/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 709a3cecd573ceb03243c37dba7f8c3d5b3594b7 null Start compressing config files too This commit starts gzipping the config files that are copied to the log directory. Previously this was overlooked because there weren't any conf files copied. Change-Id: I21902d34eeea6931289f2a8053c787cd5284e5b2 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6899686a145b..709a3cecd573 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6899686a145ba96b978ae80dae6a986707e58a3e +Subproject commit 709a3cecd573ceb03243c37dba7f8c3d5b3594b7 From 73f727a8f66b1a191fd9f21fc1c5c7dfb4f4c700 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 03:11:07 +0000 Subject: [PATCH 01489/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 3fa8c9d2b8d8f639cc8c5b04b2493f67f85d75a9 null Add support for running tempest serially without tenant isolation This commit adds a new env variable for devstack-gate: DEVSTACK_GATE_TEMPEST_DISABLE_TENANT_ISOLATION which is used to disable tenant isolation. If this option is set it will also run tempest serially instead of in parallel. This depends on tempest commit: I886b3fd416b2063df5daaca8d17ac6fbbdfe399e Change-Id: Ida532021e1287efed09343e8e546d0605355e889 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 709a3cecd573..3fa8c9d2b8d8 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 709a3cecd573ceb03243c37dba7f8c3d5b3594b7 +Subproject commit 3fa8c9d2b8d8f639cc8c5b04b2493f67f85d75a9 From a3678f9ce82a1704ead5ea92131e130f1a6e927b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 03:17:37 +0000 Subject: [PATCH 01490/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 0321a76ace39e8e47bfd677d3b9bf2273fba0afc null Support grenade-svm-rolling rename to *-partial-ncpu I273b82fe2bb449d497f565fe1e2e14e4ea0a59e9 added support for a rolling upgrade test, we have decided to call it partial-ncpu instead, also grenade now takes a list of services to hold back (Ifb733ee2fe0c5bba61b43ae19dca7040c12f7893). Related devstack-infra/config patch: Ic680502d4dcc0a8677749bc38bf57b6c76c881f7 Change-Id: Icdf43128539e5eee24e47f81b236cede31755a00 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 3fa8c9d2b8d8..0321a76ace39 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 3fa8c9d2b8d8f639cc8c5b04b2493f67f85d75a9 +Subproject commit 0321a76ace39e8e47bfd677d3b9bf2273fba0afc From bc4c3a86186e925122e877219da3fee264b22d40 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 03:19:27 +0000 Subject: [PATCH 01491/18836] Updated openstack/openstack Project: openstack-dev/devstack 5d7c7ac42556e03960a5a6549c3e07c34d36b9c0 null Add RHEL7 beta support RHEL7 still in beta status, so it will require the FORCE option, until the GA release. The main notable difference from another RHEL family members, it does not have the mysql alias for the mariadb. Change-Id: Ic90bb6c3dd9447fc80453c3dc1adb22cdfc6226f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e5bb257714e6..5d7c7ac42556 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e5bb257714e6a921ae9fc35b07219e8d0675f049 +Subproject commit 5d7c7ac42556e03960a5a6549c3e07c34d36b9c0 From 59a3a44f170e1b0b0843f3664181f9e00d7f7dc5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 03:30:11 +0000 Subject: [PATCH 01492/18836] Updated openstack/openstack Project: openstack-dev/devstack 215be7a733c8a81ae186f47e3c557abf3af11e22 null Update orchestration-related service names in template catalog The orchestration-related service names were not consistent with the other AWS compatibility and native API names, so this change makes them consistent. Related-Bug: #1240138 Change-Id: I29a26bc6b0ddab0bff579a900e28da65df097a96 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5d7c7ac42556..215be7a733c8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5d7c7ac42556e03960a5a6549c3e07c34d36b9c0 +Subproject commit 215be7a733c8a81ae186f47e3c557abf3af11e22 From cbe3ed3e9dd4652e74c8232fdbcde10d82d403ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 04:33:30 +0000 Subject: [PATCH 01493/18836] Updated openstack/openstack Project: openstack-dev/devstack 4df996bcc6ffd0236576b81aaf50d09adc8042a1 null Un-nest generate_swift_config I think this got accidentally nested during some code refactorizing? Change-Id: Ie486cf3395b6acf3a10eb32e116d39ca56134b9f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 215be7a733c8..4df996bcc6ff 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 215be7a733c8a81ae186f47e3c557abf3af11e22 +Subproject commit 4df996bcc6ffd0236576b81aaf50d09adc8042a1 From 3b8570a2578edc4edd2c0cb88f42b65081b62f70 Mon Sep 17 00:00:00 2001 From: Xavier Queralt Date: Wed, 19 Feb 2014 11:56:02 +0100 Subject: [PATCH 01494/18836] Updated openstack/openstack Project: openstack/oslo.messaging 8a3744fe055843ecf5a7208ea32fb42e6c4224b1 null Pass the session to QpidMessage constructor The patch in I6e37780cc28737cfd56b6719ec8d9cebbc9bb278 added a new class for the QpidMessage which was wrongly initialized when processing a message. Change-Id: Iaf525fc6ee9e56100c89863f9c651f20c148ecb5 Closes-Bug: 1282038 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index e785a5d99445..8a3744fe0558 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit e785a5d994456bde3dec3843798cc65d411eb103 +Subproject commit 8a3744fe055843ecf5a7208ea32fb42e6c4224b1 From 3f941117aa610b06f6fa8c0cb6774a3acfbb4b8f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 10:19:29 +0000 Subject: [PATCH 01495/18836] Updated openstack/openstack Project: openstack/python-heatclient 537809a983ff43ad9908a58de06035b5a4b0f174 null Support the native signal API The patch adds a new command to send a signal to a resource. Change-Id: Ic0d7390e31114e1a58b700c57b838c059bf5b086 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 60f3de47e36e..537809a983ff 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 60f3de47e36eebbcf4cde4655096e73d0dc24f3e +Subproject commit 537809a983ff43ad9908a58de06035b5a4b0f174 From 7271f3aff137e518b086da2c6e258f758408847b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 11:55:30 +0000 Subject: [PATCH 01496/18836] Updated openstack/openstack Project: openstack/python-heatclient 55ad4b715439c672c2392a0a9106e9941e08ad9f null Python3: fix bytes/str issues In Python 3, tempfile.NamedTemporaryFile().write() takes bytes as input, not a text string. Make sure we use bytes in the tests. Also, completely fix test_get_template_contents_file by passing a string to template_utils.get_template_contents(). Change-Id: I49070b32e44a405740e3150ccc357ec375f41e64 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 537809a983ff..55ad4b715439 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 537809a983ff43ad9908a58de06035b5a4b0f174 +Subproject commit 55ad4b715439c672c2392a0a9106e9941e08ad9f From 07d736020a554a7c1d4fbeb0316ce5e8ea8eb5fa Mon Sep 17 00:00:00 2001 From: Sergey Nikitin Date: Wed, 19 Feb 2014 14:48:37 +0400 Subject: [PATCH 01497/18836] Updated openstack/openstack Project: openstack/glance 085b96957a06ae789619aef1ff9a2158a593cb47 null Replaced "...\'%s\'..." with "...'%s'..." We can use "'" without "\" if we use it inside of double quote pair. Change-Id: Ia8be708611fb0f7053960773a7e32ad8f3121fd3 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 09fd5a61eb8f..085b96957a06 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 09fd5a61eb8f05eeba168cd3b11fbb6d9a63e9df +Subproject commit 085b96957a06ae789619aef1ff9a2158a593cb47 From 916185b2353a9507402c0b73a168c3689974e7a0 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 24 Feb 2014 15:44:16 +0900 Subject: [PATCH 01498/18836] Updated openstack/openstack Project: openstack/oslo.config 076d828efbb88d97459bcf201015227b6f9c5898 null Fix a whitespace in a comment Change-Id: I1044f278eb0159be56d4b7564e140180c8c8441a --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 482e276a0bde..076d828efbb8 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 482e276a0bde9f3d8bc389e9287f1f47fcaa9c81 +Subproject commit 076d828efbb88d97459bcf201015227b6f9c5898 From b2e2a7d2be581290f9c15815c588e1fef78c79f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 16:18:20 +0000 Subject: [PATCH 01499/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate c138c24f8b91e7bcdb7c90a33b4f99167e15c156 null timestamp sublogs the sublogs really need timestamps so they can be indexed in logstash, and we can then actually understand when things might be failing. basic logic brought in from devstack, with some changes for millisecond timing. Change-Id: Iede34b970d090f855c701b69c1f5167a08ab9c52 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 0321a76ace39..c138c24f8b91 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 0321a76ace39e8e47bfd677d3b9bf2273fba0afc +Subproject commit c138c24f8b91e7bcdb7c90a33b4f99167e15c156 From 729967c5f957923bf4d28f0cb48954f60f4b043d Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 24 Feb 2014 16:18:29 +0000 Subject: [PATCH 01500/18836] Updated openstack/openstack Project: openstack/glance 873945189e1d298d9b2222428b9b3eef718e1749 null Updated from global requirements Change-Id: Iebef337a6a6c56047f94abefc822ae9d90a1bdb1 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 085b96957a06..873945189e1d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 085b96957a06ae789619aef1ff9a2158a593cb47 +Subproject commit 873945189e1d298d9b2222428b9b3eef718e1749 From 18445bb099cbf87a84aea7c727c8156d9cd895e1 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 11 Feb 2014 17:28:56 -0500 Subject: [PATCH 01501/18836] Updated openstack/openstack Project: openstack-dev/devstack f1eb0475d9320875f1a6c4a9c398e9388350d206 null don't check for service enabled service enabled is something that's not required for sysstat and friends, because instead we actually can do this with screen_it. Change-Id: I4aa5787101cb0def46690f38a7f82effbb85f502 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4df996bcc6ff..f1eb0475d932 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4df996bcc6ffd0236576b81aaf50d09adc8042a1 +Subproject commit f1eb0475d9320875f1a6c4a9c398e9388350d206 From 26395b5251fd8e9f0f6d9d1754b39849d78c9e47 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 23 Feb 2014 09:31:50 +0000 Subject: [PATCH 01502/18836] Updated openstack/openstack Project: openstack/python-novaclient c6f2331c15ba250a19770e7ec81e984916433b72 null Updated from global requirements Change-Id: I0456dea975c2ce3d45caa9c1813a8ac9e966976a --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 43f1f7851a1a..c6f2331c15ba 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 43f1f7851a1ad46478d00183fd438cfde86c05ff +Subproject commit c6f2331c15ba250a19770e7ec81e984916433b72 From 3ad08537d6f8480adbaaad7f01923937f28fedb4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 22:22:27 +0000 Subject: [PATCH 01503/18836] Updated openstack/openstack Project: openstack/requirements 204600cea85ab9c68d40207aa93e1d794cd4a87e null Don't update pbr's setup.py Due to the fact that we'd like to keep pbr's requirements in sync with global requirements we should disable syncing of setup.py for pbr. * existing tests fixed by adding standard setup.cfg file; * new test case added for syncing pbr project (with pbr like setup.cfg file). Change-Id: Ibf5fcdad118fffb4fd5dd50c5d1decfa6f9a6479 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 68f5a5a2935a..204600cea85a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 68f5a5a2935aa430971945dcb34a27122db1424a +Subproject commit 204600cea85ab9c68d40207aa93e1d794cd4a87e From 164520dd7d8b59b7e2778e6b3ff8c3d4280c66b6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 22:23:03 +0000 Subject: [PATCH 01504/18836] Updated openstack/openstack Project: openstack/requirements ba01fbf1aa6e652b233794dbd089746fcda54204 null Standardize read ops to 'with open' construction Change-Id: I76093df2cd76f4fdb56b059055601f7c61a9feaf --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 204600cea85a..ba01fbf1aa6e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 204600cea85ab9c68d40207aa93e1d794cd4a87e +Subproject commit ba01fbf1aa6e652b233794dbd089746fcda54204 From 92092eb4616666737760fc7c48904a0827980fe3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 23:20:35 +0000 Subject: [PATCH 01505/18836] Updated openstack/openstack Project: openstack-dev/devstack 7648e9c615ac8c1e87138a55e95ac536a0cddce5 null match devstack-gate format support millisecond resolution and the | separator for ts vs. content. everything else in openstack is running at millisecond resolution, and some times it's actually useful to see that when debugging gate failures. Change-Id: I2227ab0b4965cd1a24b579bdf2ba8c1f9a432f70 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f1eb0475d932..7648e9c615ac 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f1eb0475d9320875f1a6c4a9c398e9388350d206 +Subproject commit 7648e9c615ac8c1e87138a55e95ac536a0cddce5 From 95e216cf718c99e9f1d42d27e5f001d670b0d283 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 23:24:36 +0000 Subject: [PATCH 01506/18836] Updated openstack/openstack Project: openstack/python-novaclient bd72fb0a2e6ebb0b4d778d9287d89b8151c05d89 null Fix i18n messages in novaclient, part II This change make all the text visible by the user i18n. The messages changes are in prints, logs, exceptions, helps, etc Pep8 errors about "Multiple positional placeholders" also fixed. Change-Id: Ia69c86bb2ee8be3fa8af734f793a81eefebe362d --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c6f2331c15ba..bd72fb0a2e6e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c6f2331c15ba250a19770e7ec81e984916433b72 +Subproject commit bd72fb0a2e6ebb0b4d778d9287d89b8151c05d89 From e34bd9505b86de0a712105fda8245dd5fef5614b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 23 Feb 2014 09:31:55 +0000 Subject: [PATCH 01507/18836] Updated openstack/openstack Project: openstack/python-openstackclient 125393210bd40d70d77a4667922a4a33f569a7ef null Updated from global requirements Change-Id: Icad0fcf4125b4aefac7ed8f0df5bef2c6ee64594 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 8fe50fc75d4f..125393210bd4 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 8fe50fc75d4fa26557662af0759c44cb22c5fb79 +Subproject commit 125393210bd40d70d77a4667922a4a33f569a7ef From e2ff9ccbf8b6d04777cb82d6ff678913bcab2e90 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 23:58:18 +0000 Subject: [PATCH 01508/18836] Updated openstack/openstack Project: openstack-dev/devstack 512da6e51328ea004cad8b86c3596b85ac3e775f null make bash8 take a -v flag this ensures that we actually know we are processing all the files we believe we are. Change-Id: I8e99b5f9dc987c946586475f374f7040ca63a478 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7648e9c615ac..512da6e51328 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7648e9c615ac8c1e87138a55e95ac536a0cddce5 +Subproject commit 512da6e51328ea004cad8b86c3596b85ac3e775f From bd52001d78049aee946cbd3618cc3c0a1e5d6694 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 00:58:30 +0000 Subject: [PATCH 01509/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate c9c986e9a27a4e2a1ddab44dce5890acb6cec0da null make xtrace stateful instead of forcing xtrace off indescriminatly in functions, capture the global state before changing xtrace and just restore to the prior state. Change-Id: Ifc117c2a8e2d554382ff87fc6885004d74bce187 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index c138c24f8b91..c9c986e9a27a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit c138c24f8b91e7bcdb7c90a33b4f99167e15c156 +Subproject commit c9c986e9a27a4e2a1ddab44dce5890acb6cec0da From ecfde1c5ef85c2570245d5c9e631ad10d881c690 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 00:58:32 +0000 Subject: [PATCH 01510/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 7e4ed14fb36f0480dcdb19650a5d0c6246c88ac3 null add indent function in order to make the output more readable, indent the command output separate from the echo before the command. Change-Id: I2783d756f916083f172032b05a2b03d286835f40 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index c9c986e9a27a..7e4ed14fb36f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit c9c986e9a27a4e2a1ddab44dce5890acb6cec0da +Subproject commit 7e4ed14fb36f0480dcdb19650a5d0c6246c88ac3 From 63266ede68aeeb50b952507b8e801a888c877b01 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 00:58:33 +0000 Subject: [PATCH 01511/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d91f5680aa7acdf137e424caf9f3c046537f5050 null suppress devstack console log instead of printing devstack log to the console, suppress it. We are already logging it in a sublog. In the normal case, this will mean our logs are largely the tempest run logs, which are the things that most people care about (unless something goes wrong). Change-Id: I438c16d3117e065123afa9ea8c0f7d79a955f9cb --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 7e4ed14fb36f..d91f5680aa7a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 7e4ed14fb36f0480dcdb19650a5d0c6246c88ac3 +Subproject commit d91f5680aa7acdf137e424caf9f3c046537f5050 From 2f3bc2eb3087a7b5ad80a315ffdc4799474d630e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 02:51:43 +0000 Subject: [PATCH 01512/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 95a3404975574daf063ca053511a158e1b85d32f null start first partition at 1M not 0 trying to create a partition with parted at actually 0 offset causes a warning on alignment. On a real disk this would be an actual issue with offsets, and could have a real performance impact. With a virtual disk, it's a little less clear, but can't hurt to shave off 1M of swap to align in a more typical way. Change-Id: I28cb60c635280603488a9b34ead848ee76ca111c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d91f5680aa7a..95a340497557 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d91f5680aa7acdf137e424caf9f3c046537f5050 +Subproject commit 95a3404975574daf063ca053511a158e1b85d32f From e07176e11182e1c35716a285af63e5a366cf442a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 02:51:45 +0000 Subject: [PATCH 01513/18836] Updated openstack/openstack Project: openstack-dev/devstack 5d3e151aa39c2a3280554aef474030de3a19dd41 null Perform safety checks in create-stack-user.sh This adds some safety checks to the stack user creation script. This includes: - Using set -o errexit to exit early on errors - Make sure STACK_USER is set before doing anything with it Change-Id: If027daddd03e32c5ba3c2ebb05ad5b27d2868b0a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 512da6e51328..5d3e151aa39c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 512da6e51328ea004cad8b86c3596b85ac3e775f +Subproject commit 5d3e151aa39c2a3280554aef474030de3a19dd41 From 0ca9d4743d6c64bc2f748326b23fc92c68531b73 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 17 Feb 2014 20:59:16 +0100 Subject: [PATCH 01514/18836] Updated openstack/openstack Project: openstack/python-glanceclient fe006e06713ab4638756bffa60d0dfaa8cd093a9 null Pass bytes to tempfile.NamedTemporaryFile().write() This method takes bytes as input; the current code fails in Python 3. Closes-Bug: #1281372 Change-Id: I070d9e9e07523c124f3168b55048fb9d1b338f69 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index b8a850c5b35e..fe006e06713a 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit b8a850c5b35e19c7760e367648aa0576f2921bd4 +Subproject commit fe006e06713ab4638756bffa60d0dfaa8cd093a9 From a16ad02d269bbf3fb6f739085447bc7177d5822b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 03:05:10 +0000 Subject: [PATCH 01515/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 0e3ebfb13240fbf04d6c9d2fc9e88158c10201eb null annotate stages of script because the script is mostly not running under xtrace, we should mark the script a little more so people can see when we are at various phases. Change-Id: I2e9e12dba4d2b14e3eea78d83d54360fc63e1f4f --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 95a340497557..0e3ebfb13240 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 95a3404975574daf063ca053511a158e1b85d32f +Subproject commit 0e3ebfb13240fbf04d6c9d2fc9e88158c10201eb From 995f20341fb0c81980ccd950071ae3c90c8938ed Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 03:05:11 +0000 Subject: [PATCH 01516/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a90b58f335b092df18b070f9878a3bf5dd6d68ea null calculate remaining timeout locally instead of making assumptions on how much time to set aside for the timeout, instead calculate the timeout for the main gate_hook to be DEVSTACK_GATE_TIMEOUT - time elapsed when we enter the hook - 5 minutes (to handle cleanup and upload time). This will hopefully make accidental overage of the timeouts less frequent occurrence. Change-Id: I364f9c9926488699dc77dd49189d529607858316 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 0e3ebfb13240..a90b58f335b0 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 0e3ebfb13240fbf04d6c9d2fc9e88158c10201eb +Subproject commit a90b58f335b092df18b070f9878a3bf5dd6d68ea From 3146598bb376f2c153322e4215ebeee1b5727d10 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 03:54:26 +0000 Subject: [PATCH 01517/18836] Updated openstack/openstack Project: openstack/python-neutronclient fba38c6b27506ceaa175e16459b0f07918ae75c7 null Fix net-gateway-create help message "neutron help net-gateway-create" said: --device DEVICE Device info for this gateway device_id=... However, actually parameter name of DEVICE is "id". Not "device_id". Change-Id: Ifa19f11f250101ddf4803c3c591bb19274fae869 Closes-Bug: #1262527 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 0df7db0ba134..fba38c6b2750 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 0df7db0ba134715f1956a4ff041a5e4ebcbec6bb +Subproject commit fba38c6b27506ceaa175e16459b0f07918ae75c7 From c842e21e37cd2c368ba691dc56e5522c12e7c109 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 06:25:12 +0000 Subject: [PATCH 01518/18836] Updated openstack/openstack Project: openstack/requirements e48a108fc50af7781bd7662b994848acd82a15a6 null Remove vim header We don't need vim modelines in each source file, it can be set in user's vimrc. Change-Id: Ib2b5642b7d9051d4586419a6dd4785060cd59825 Closes-Bug: #1229324 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ba01fbf1aa6e..e48a108fc50a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ba01fbf1aa6e652b233794dbd089746fcda54204 +Subproject commit e48a108fc50af7781bd7662b994848acd82a15a6 From f3baee8fd7fcc6582bf14cc1bb7b3b6b05b38ec9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Feb 2014 19:21:21 +0000 Subject: [PATCH 01519/18836] Updated openstack/openstack Project: openstack/swift 58fda94736a5a1eb46a5661669afaee729c4b4ab Merge "Alphabetized items under other sections in source documentation" --- swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift b/swift index 78704010cc4c..58fda94736a5 160000 --- a/swift +++ b/swift @@ -1 +1 @@ -Subproject commit 78704010cc4c3b5c2bd050ee846323506ad3ed5b +Subproject commit 58fda94736a5a1eb46a5661669afaee729c4b4ab From 4896ef4e9c87f3744bd73da092c28eb6b49a4145 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 08:23:53 +0000 Subject: [PATCH 01520/18836] Updated openstack/openstack Project: openstack-dev/devstack f545d7fc595bfa8c6f855b078072f0aea0cabf3f null Improve savanna keystone auth configuration We're doing to use common keystone configuration approach - section keystone_authtoken with config opts from the python-keystoneclient auth_token middleware. Change-Id: Ibbe0c76ee3b00045f5cb5134bd7661e9cef6ccdd --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5d3e151aa39c..f545d7fc595b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5d3e151aa39c2a3280554aef474030de3a19dd41 +Subproject commit f545d7fc595bfa8c6f855b078072f0aea0cabf3f From d79771bdb01696d4b0b6cbfb8b82b989b5e93d61 Mon Sep 17 00:00:00 2001 From: Jonathan LaCour Date: Mon, 24 Feb 2014 15:14:42 -0800 Subject: [PATCH 01521/18836] Updated openstack/openstack Project: openstack/oslo.config 438a6a193b5bfba38a13e63d93057bebcf4b2282 null Convert to oslo.test bp graduate-oslo-test Change-Id: I7769934c2ebce46f9f364bab1a34be95f7452f49 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 076d828efbb8..438a6a193b5b 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 076d828efbb88d97459bcf201015227b6f9c5898 +Subproject commit 438a6a193b5bfba38a13e63d93057bebcf4b2282 From 3e3faf79809b0978cba673a30ed00e734aaa0503 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 10:06:14 +0000 Subject: [PATCH 01522/18836] Updated openstack/openstack Project: openstack/python-glanceclient 875fcf46ee720badff1ac0ef73824dd30eabc5e8 null Python3: define a __next__() method for VerboseIteratorWrapper In Python 3, __next__() has replaced next(). Also, call the next() function rather than the next() method. Closes-Bug: #1281866 Change-Id: I92b44508c9c875f16ad89ef8410d2c38092ab23d --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index fe006e06713a..875fcf46ee72 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit fe006e06713ab4638756bffa60d0dfaa8cd093a9 +Subproject commit 875fcf46ee720badff1ac0ef73824dd30eabc5e8 From 33fb786265b5f735c370e9fffa4ecbeb56feffb4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 10:06:15 +0000 Subject: [PATCH 01523/18836] Updated openstack/openstack Project: openstack/python-glanceclient 8b76817c170e4c69136b287940e671f545ceeb87 null Python 3: Fix JsonPatch-related issues In Python 3, the generated JSON patches have a different representation than those generated with Python 2. For instance, the patch generated in test_patch_should_replace_missing_core_properties() is: '[{"op": "replace", "value": "red", "path": "/color"}]' in Python 2, but: '[{"path": "/color", "value": "red", "op": "replace"}]' in Python 3. Therefore, the comparison fails, and the test fail. We fix the tests by comparing JsonPatch objects rather than strings. Closes-Bug: #1281374 Change-Id: Id435e87664b2d2aa0ba69f2df1c1fad431651963 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 875fcf46ee72..8b76817c170e 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 875fcf46ee720badff1ac0ef73824dd30eabc5e8 +Subproject commit 8b76817c170e4c69136b287940e671f545ceeb87 From 37ad5e14502bf8bcb2266c8d56c911ea2e900696 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 24 Feb 2014 22:30:48 +0000 Subject: [PATCH 01524/18836] Updated openstack/openstack Project: openstack/python-heatclient c6659e0883c15caff431bdb32952391bd5f08624 null Updated from global requirements Change-Id: I6d8caee156dffec94a4e01d87e5d6ceed19bb5ea --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 55ad4b715439..c6659e0883c1 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 55ad4b715439c672c2392a0a9106e9941e08ad9f +Subproject commit c6659e0883c15caff431bdb32952391bd5f08624 From 731631a6aaabe614d30e9db9a662aedb046467d9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 11:05:21 +0000 Subject: [PATCH 01525/18836] Updated openstack/openstack Project: openstack/glance ea1a670e06ed7c833c95d9edc1ff4959dd48f2e9 null Use 0-based indices for location entries Glance server currently uses 1-based indices for indexing location entries. This violates the JSON-pointer RFC (RFC 6901) which states that indicies should be 0-based. Furthermore, since this deviation is not mentioned in the docs any application directly calling the REST APIs would trip over it. This commit makes Glance use zero-based indexing for location entries. Note that the "show_multiple_locations" config option should be set to True to expose location related REST operations. DocImpact: Since this change modifies user-visible Glance behaviour it should be explicitly documented because the previous behaviour (1-based indexing), though not explicitly documented, was exposed through the REST APIs. Change-Id: I6326455874c381fcb0d8babf9cc4fa8311e219d2 Closes-bug: #1282437 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 873945189e1d..ea1a670e06ed 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 873945189e1d298d9b2222428b9b3eef718e1749 +Subproject commit ea1a670e06ed7c833c95d9edc1ff4959dd48f2e9 From 740e80f6f68faff721351b2e433f5b154646e051 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 12:21:12 +0000 Subject: [PATCH 01526/18836] Updated openstack/openstack Project: openstack/python-heatclient 3d1b382b306f760fd56bd78d3de0d96a64174193 null Don't use request builtin redirect for any methods Since Iee578ea23c842e48f2d73992804f9c2efb9c7f43 has been merged we really don't need to use requests buggy redirect so let just do that to have the element of less surprise. Change-Id: Ie363edc3f21274a075f3e7363b78ece1b511d193 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index c6659e0883c1..3d1b382b306f 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit c6659e0883c15caff431bdb32952391bd5f08624 +Subproject commit 3d1b382b306f760fd56bd78d3de0d96a64174193 From 7782b8c30c58f650578fa63e97f36054cef3535d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 12:35:37 +0000 Subject: [PATCH 01527/18836] Updated openstack/openstack Project: openstack/python-heatclient 3bd4d7aa47c06afbb1a917c6600fac1c41556c11 null Improve help strings Follow oslo.config style guide for help strings better to create consistent help strings: * Finish help strings with "." * Fix capitalization in one example * Fix wording (use "by a semicolon") Change-Id: I402401509481ce18bac333cd6d96554d64725b57 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 3d1b382b306f..3bd4d7aa47c0 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 3d1b382b306f760fd56bd78d3de0d96a64174193 +Subproject commit 3bd4d7aa47c06afbb1a917c6600fac1c41556c11 From e7b067eec3c49e807a8edf2709ffcd52aab3ecb2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 12:38:19 +0000 Subject: [PATCH 01528/18836] Updated openstack/openstack Project: openstack/python-heatclient 7083897195139354b136608ccb258726394b8f9a null Fixed incorrect indentation in the tests Change-Id: I8900ac8542a9a0fd3ea41a8031eb66e79cefecd6 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 3bd4d7aa47c0..708389719513 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 3bd4d7aa47c06afbb1a917c6600fac1c41556c11 +Subproject commit 7083897195139354b136608ccb258726394b8f9a From f74fabe971068a05a366d58e4c99c132df95d8ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 12:38:20 +0000 Subject: [PATCH 01529/18836] Updated openstack/openstack Project: openstack/python-heatclient 8503781c6777b525b73ef5ac71ed6cb97468b621 null Replace try...except with assertRaises Even the exception was not raised, try...except... still can pass the test cases. So change to assertRaises. Change-Id: Idec096d66fe8019cfa009dfa12e36bd4827485ad --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 708389719513..8503781c6777 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 7083897195139354b136608ccb258726394b8f9a +Subproject commit 8503781c6777b525b73ef5ac71ed6cb97468b621 From ccd1038af322536a749dec171309f4dfc960d9eb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 12:40:18 +0000 Subject: [PATCH 01530/18836] Updated openstack/openstack Project: openstack/oslo.messaging e9821fe602344c6e755a1510ddd60f7ed0f09853 null Improve help strings Follow oslo.config style guide for help strings better to create consistent help strings: * Capitalize first word of each help string * Finish help strings with "." Change-Id: Ia08fa09593661e6e5b834d98bbd92689c2674075 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 8a3744fe0558..e9821fe60234 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 8a3744fe055843ecf5a7208ea32fb42e6c4224b1 +Subproject commit e9821fe602344c6e755a1510ddd60f7ed0f09853 From 38d9be6d8ecbb67285dd71d0cba39da1cc215626 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 13:07:19 +0000 Subject: [PATCH 01531/18836] Updated openstack/openstack Project: openstack-dev/devstack 0df99e2d4ba70eb9669df6e18fb97ed37313c582 null Fix permissions for tempest.conf The current script uses 'sudo' to copy tempest.conf.sample and thus the .conf file gets owned by root. It then makes the permissions 644, meaning that when the 'stack' user does the iniset() calls, it doesn't have permisson on the .conf file. Since the dir has been chowned to the stack user, it seems safe to just copy the sample file in without sudo. In addition, I moved the $TEMPEST_CONFIG_DIR creation closer to the copy to make it clearer what's going on. Seems to be related to dc4dc7f03335e26ea3d86b6184f0475cc5f3d51b Fixes bug: #1284378 Change-Id: I103b4e90cbcfa693c9cef319f4135868a1b83de3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f545d7fc595b..0df99e2d4ba7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f545d7fc595bfa8c6f855b078072f0aea0cabf3f +Subproject commit 0df99e2d4ba70eb9669df6e18fb97ed37313c582 From 2b06d1a22141775d7b7f152b791b65e75a5cdeff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 15:02:57 +0000 Subject: [PATCH 01532/18836] Updated openstack/openstack Project: openstack/glance 6165966203c8b93cbb168f09a6c30d9cc76d7320 null Keep py3.X compatibility for urllib Use six.moves.urllib.parse instead of urllib Partial-Bug: #1280105 Change-Id: Id08fd5b4dad35c888f302a69be56252fe8276bcb --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ea1a670e06ed..6165966203c8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ea1a670e06ed7c833c95d9edc1ff4959dd48f2e9 +Subproject commit 6165966203c8b93cbb168f09a6c30d9cc76d7320 From 46d0ad31b28aea6c0e1b3e954f58ac932bc74b1e Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 24 Feb 2014 22:22:48 +0000 Subject: [PATCH 01533/18836] Updated openstack/openstack Project: openstack-dev/pbr ff4c1e9f203797c5527ff0fec8ba08bd739f7a27 null Updated from global requirements Change-Id: I2da7f761a0582e8d2be7aaaf0ca55d119f800fbc --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index b1f29780de7b..ff4c1e9f2037 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit b1f29780de7bc8bb0c37f0c786691a44ca394efc +Subproject commit ff4c1e9f203797c5527ff0fec8ba08bd739f7a27 From c098a9f656b80e345ca03df2894f2730555a447b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 23 Feb 2014 09:31:13 +0000 Subject: [PATCH 01534/18836] Updated openstack/openstack Project: openstack/python-cinderclient 0b9e2f52c6acddccaa5659386e915427cdca0006 null Updated from global requirements Change-Id: Ibd5e12f7a33667d93e2fc99d79a11cff44c3b884 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 6fd8d8e12e77..0b9e2f52c6ac 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 6fd8d8e12e7788e7f5b85bc3b8ef2f6ee2eb7714 +Subproject commit 0b9e2f52c6acddccaa5659386e915427cdca0006 From 994dd7b7b84b9b599058cc4e8ab6d00a23525e64 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 16:51:40 +0000 Subject: [PATCH 01535/18836] Updated openstack/openstack Project: openstack-dev/devstack b17fecf7d8c1a0c562ac7d8fc3a8d642f6392ac6 null xtrace less we are xtrace happy, however that's just generating bulk in log files that are mostly ignorable. For the basically bullet proof functions we should not xtrace. Change-Id: Iab4e6d270c1546e0db2a06395cefcdf7f7929c3c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0df99e2d4ba7..b17fecf7d8c1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0df99e2d4ba70eb9669df6e18fb97ed37313c582 +Subproject commit b17fecf7d8c1a0c562ac7d8fc3a8d642f6392ac6 From 3115c6616c55536d2bdebf037d5052ebe370c112 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 16:51:45 +0000 Subject: [PATCH 01536/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 97161640d84370a6a7bcd0b897c198fa29e227f6 null Skip Swift exercises on Grizzly for Havana Grenade Swiftclient 2.x is incompatible with DevStack's Swift exercises in Grizzly. They were already skipped on stable/grizzly changes, but are now skipped on the stable/grizzly base setup for stable/havana Grenade jobs. Closes-bug: #1281540 Change-Id: I497fd5517f7121f0e183fc28009915c6edb44b45 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a90b58f335b0..97161640d843 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a90b58f335b092df18b070f9878a3bf5dd6d68ea +Subproject commit 97161640d84370a6a7bcd0b897c198fa29e227f6 From 88b2b90c90ee00058f9126ed706238016320f403 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 16:51:47 +0000 Subject: [PATCH 01537/18836] Updated openstack/openstack Project: openstack/oslo.config 53873a262c86bd24bac7c2fa3be5a6512d486ba1 null Add py33 trove classifier Change-Id: I85bec5e36e60d249788155f9fa8a880d31c3b309 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 438a6a193b5b..53873a262c86 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 438a6a193b5bfba38a13e63d93057bebcf4b2282 +Subproject commit 53873a262c86bd24bac7c2fa3be5a6512d486ba1 From f11e4fb8d8e4d2ca2cd3c3bbbb04ccb3928351ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 16:51:54 +0000 Subject: [PATCH 01538/18836] Updated openstack/openstack Project: openstack/oslo.messaging 14e3aeb3dac468da1d7aa11d93082f8a7270ae7f null Add log_handler to oslo.messaging Move log_handler from oslo-incubator to oslo.messaging and include unit tests. This patch also adds an additional test case from the original version in oslo-incubator. Originally, the test case only checked to make sure the notification was not sent. Now a positive test case exists to test both paths. bp graduate-notifier-log-handler Co-Authored By: Ben Nemec Change-Id: I9ea051ec7e3614579341a31d8dc1c13d9514b8a9 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index e9821fe60234..14e3aeb3dac4 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit e9821fe602344c6e755a1510ddd60f7ed0f09853 +Subproject commit 14e3aeb3dac468da1d7aa11d93082f8a7270ae7f From 8c4cbd2c199ac9ec2b02584a2169acd9a3491dd7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 17:17:09 +0000 Subject: [PATCH 01539/18836] Updated openstack/openstack Project: openstack-dev/pbr ef796d4fc92d15fc518106f40e2987fb8816b18c null Remove unused _parse_mailmap() Unused since commit 745d615 Change-Id: I7fbd90bb480f6d039e2e96d629a1db67127f40d5 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index ff4c1e9f2037..ef796d4fc92d 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit ff4c1e9f203797c5527ff0fec8ba08bd739f7a27 +Subproject commit ef796d4fc92d15fc518106f40e2987fb8816b18c From 0fb75d9827c833c32fc7478e47860bccdd04ca3e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 17:17:20 +0000 Subject: [PATCH 01540/18836] Updated openstack/openstack Project: openstack/oslo.messaging 9bf03ad5064053e1124ae243aea8983ae9a8946c null Add a link to the docs from the README Newcomers often struggle to find the docs for Oslo libraries. Let's help them out a little. Change-Id: I68cb214ad117ff1c45e83df302f37dba485147f6 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 14e3aeb3dac4..9bf03ad50640 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 14e3aeb3dac468da1d7aa11d93082f8a7270ae7f +Subproject commit 9bf03ad5064053e1124ae243aea8983ae9a8946c From da9a0ee625ba1844d3e8c9316ed73a1aeb17f2e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Feb 2014 23:32:36 +0000 Subject: [PATCH 01541/18836] Updated openstack/openstack Project: openstack-dev/devstack e26b7bb415cc75406a2d0d3914a0084407cc373c null Fix missing libffi-devel for python-glanceclient python-glanceclient is failing to install on rhel6 with a dependency chain from pip as cryptography>=0.2.1 (from pyOpenSSL>=0.11->python-glanceclient==0.12.0.56.gb8a850c) cryptography requires libffi-devel to build. I'm not sure what changed, but remove it from "testonly" so it is always installed. However, RHEL6 includes this in the optional repo, so we enable this repo in the fixup script. Change-Id: I9da0e91b75f41578861ee9685b8c7e91dd12dae7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b17fecf7d8c1..e26b7bb415cc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b17fecf7d8c1a0c562ac7d8fc3a8d642f6392ac6 +Subproject commit e26b7bb415cc75406a2d0d3914a0084407cc373c From d9a0ad8eb65783c375dfe0f664f904218dbb98b2 Mon Sep 17 00:00:00 2001 From: wingwj Date: Tue, 25 Feb 2014 14:17:35 +0800 Subject: [PATCH 01542/18836] Updated openstack/openstack Project: openstack/python-novaclient 5461af9c6ca0a56267b28b83930503a9d60214a9 null Fix typo in novaclient sapshot --> snapshot messanges --> messages Change-Id: I21d9f3bd02c435f92f8ba20e85898d7a11e6a0af --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index bd72fb0a2e6e..5461af9c6ca0 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit bd72fb0a2e6ebb0b4d778d9287d89b8151c05d89 +Subproject commit 5461af9c6ca0a56267b28b83930503a9d60214a9 From f4579b8caaf41846bc81f8591ee676c561061da5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 01:09:14 +0000 Subject: [PATCH 01543/18836] Updated openstack/openstack Project: openstack-dev/devstack abcc36e1214faebf567ce9f10e1d071faeb8c49a null reset prereqs status on clean.sh when running a clean, we should really reset the prereq status as well, as this should start us back from zeroish. Change-Id: I5fae151ab13bcf7fb82feb1e91eed19e0215dc59 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e26b7bb415cc..abcc36e1214f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e26b7bb415cc75406a2d0d3914a0084407cc373c +Subproject commit abcc36e1214faebf567ce9f10e1d071faeb8c49a From f93a079b0cf9930571e05a45a2e0ae86a9abae77 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 02:14:30 +0000 Subject: [PATCH 01544/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7564e2cf4796167550df1eb8c09fad9b5d687dce null User a more accurate max_delay for reconnects In an HA deployment, a 60 seconds delay between reconnects can be quite problematic. This patch changes the delay calculation by setting the max delay to 5s and by changing the way it is increased. Unfortunately, this is one of the places where both our main drivers are not consistent. Rabbit's driver uses configuration parameters for this whereas qpid's driver has never had one. However, I would prefer not adding configuration paremeters to qpid's driver for the following reasons: 1. Most of OpenStack services depend on the messaging layer, hence they need it to be available. A 5s delay seems to be reasonable and I could argue the need of tune it further. Although so frequent reconnects can add load to the network, that wouldn't be the main issue if one of the brokers go down. 2. We're trying to move away from configuration options towards using transport URL. This path is still not clear and I would prefer avoiding adding new options until we clear it out. Change-Id: I537015f452eb770acba41fdedfe221628f52a920 Closes-bug: #1281148 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 9bf03ad50640..7564e2cf4796 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 9bf03ad5064053e1124ae243aea8983ae9a8946c +Subproject commit 7564e2cf4796167550df1eb8c09fad9b5d687dce From a9365e423a58a12d21287c672e74d4e40589e514 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 02:14:32 +0000 Subject: [PATCH 01545/18836] Updated openstack/openstack Project: openstack/python-cinderclient 596c909097de6ce2acd3621dc2f31f453082d260 null Set v2 commands available for v2 service_type These commands originally were only available for v1, but this makes them available for both v1 and v2 service_type. Change-Id: I26e3f1997aebafa1eb784273c892397522dbbfe2 Closes-Bug: #1284321 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 0b9e2f52c6ac..596c909097de 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 0b9e2f52c6acddccaa5659386e915427cdca0006 +Subproject commit 596c909097de6ce2acd3621dc2f31f453082d260 From ae876236dd30c85b808e2812ab7b8fc340e496c6 Mon Sep 17 00:00:00 2001 From: Andrew Lazarev Date: Tue, 25 Feb 2014 12:55:36 -0800 Subject: [PATCH 01546/18836] Updated openstack/openstack Project: openstack/requirements 8d733d12df1eeeb63476b72e23d49026ccaa0076 null Bump python-savannaclient to 0.5.0 * it's first release with CLI covering mostly all features * dev docs moved to client from the main repo * support for all new Savanna features introduced in Icehouse release cycle * single common entrypoint, actual - savannaclient.client.Client('1.1) * 93 commits from the prev. release Change-Id: Ib00dd24aacbdea146fcf33b1ec9f62b1b0533f38 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e48a108fc50a..8d733d12df1e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e48a108fc50af7781bd7662b994848acd82a15a6 +Subproject commit 8d733d12df1eeeb63476b72e23d49026ccaa0076 From 3fee3cc2d90beae2e6ef032e6ff582d087f6236a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 02:38:30 +0000 Subject: [PATCH 01547/18836] Updated openstack/openstack Project: openstack-dev/devstack 339ec177310509378365f0ed53b0521a6ff6e943 null remove sysstat & pidstat dstat is far cleaner for getting results out of the environment, and covers the bulk of our use cases for sysstat and pidstat with a much better ui. devstack is allowed to be opinionated, so become opinionated here. Change-Id: I21ec96339dcd704098512fdafd896738f352962d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index abcc36e1214f..339ec1773105 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit abcc36e1214faebf567ce9f10e1d071faeb8c49a +Subproject commit 339ec177310509378365f0ed53b0521a6ff6e943 From b5c580be98772ad416b86e0f2dfd911d633a356a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 06:12:36 +0000 Subject: [PATCH 01548/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6f9dc369985cfb03a9249eedee9e1f5cba9617bf null Add oslo.vmware Change-Id: Ia70e759d17b878244f0d85345e4359016a328fee --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 97161640d843..6f9dc369985c 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 97161640d84370a6a7bcd0b897c198fa29e227f6 +Subproject commit 6f9dc369985cfb03a9249eedee9e1f5cba9617bf From 36024ba0e3b6361c846682b30eacf8115e9edf0a Mon Sep 17 00:00:00 2001 From: He Yongli Date: Mon, 17 Feb 2014 13:10:18 +0800 Subject: [PATCH 01549/18836] Updated openstack/openstack Project: openstack/glance 01903933dba6f5ae667487300b947e5c36f8b033 null Use six.StringIO/BytesIO instead of StringIO.StringIO to keep Python 3.x compatibility, use six.StringIO/BytesIO to replace StringIO.StringIO StringIO works for unicode BytesIO works for bytes Change-Id: I93e043c633e1de9e4dedcb0a313032403b6a70fb Closes-Bug: #1280100 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 6165966203c8..01903933dba6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 6165966203c8b93cbb168f09a6c30d9cc76d7320 +Subproject commit 01903933dba6f5ae667487300b947e5c36f8b033 From 2a9833ee2b45b89dac3fc30e91b24323457239a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 06:12:45 +0000 Subject: [PATCH 01550/18836] Updated openstack/openstack Project: openstack-dev/devstack 7755912d3047093066675b85516a8c533cb697dc null Create stack_domain_admin user Create an additional service user for Heat, which is a domain admin for the stack_user_domain - this is necessary since the normal service user cannot manage the projects/users in the stack_user_domain when keystone is configured to use the v3cloudsample policy (such as in gate integration tests). Change-Id: If59c11a74145b9bd02f78a7e0882afe1b0a72e40 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 339ec1773105..7755912d3047 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 339ec177310509378365f0ed53b0521a6ff6e943 +Subproject commit 7755912d3047093066675b85516a8c533cb697dc From a0e6f1c152e330938e0a39bcb80d86aded72b175 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 23 Feb 2014 09:31:08 +0000 Subject: [PATCH 01551/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 6f4ec9dc96477131c90040ee00f5535e50d5f914 null Updated from global requirements Change-Id: I743b87c111923105b7cb5cc357f363812bfd0358 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 5b4563dd412a..6f4ec9dc9647 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 5b4563dd412a61163cadadef542b7635b0355ff0 +Subproject commit 6f4ec9dc96477131c90040ee00f5535e50d5f914 From 099ac134e85ffa1520a320dbb2293b851aa9d60e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 08:38:38 +0000 Subject: [PATCH 01552/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient f7f145c7f11ccc878d8373e30afabab16d881ad6 null py3kcompat: remove in python-ceilometerclient Everything is already in six>=1.4.0 and we already depend on such a version. There's no reason to keep this file. So remove py3kcompat from python-ceilometerclient. Change-Id: Ide6876e7a60377cb3843816d1d9ab2c589bc8f1b Closes-Bug: #1280033 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 6f4ec9dc9647..f7f145c7f11c 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 6f4ec9dc96477131c90040ee00f5535e50d5f914 +Subproject commit f7f145c7f11ccc878d8373e30afabab16d881ad6 From 3145caabd6a9ec54ea0cdcd00755c0f5d5717e44 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 12:47:39 +0000 Subject: [PATCH 01553/18836] Updated openstack/openstack Project: openstack-dev/devstack ebd1321fcbbd3a010798a5bb1aaab523b078b385 null Removes the dependence with aptitude Removes the dependence with aptitude by replacing the call of: aptitude purge -y ~npackage by apt_get purge -y package* Change-Id: I08875ffad9dc6293047827666f02453a355b16ea Closes-Bug: 1281410 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7755912d3047..ebd1321fcbbd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7755912d3047093066675b85516a8c533cb697dc +Subproject commit ebd1321fcbbd3a010798a5bb1aaab523b078b385 From 567d42caf77d368ece023688776c6882c3666af6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 19:04:09 +0000 Subject: [PATCH 01554/18836] Updated openstack/openstack Project: openstack/requirements ad18cc833f07391d393ecf19ccbfa19f08da3cab null Allow projects to use oslo.vmware Change-Id: I389ddf0b1765d53bf9d02a71827021505190e188 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8d733d12df1e..ad18cc833f07 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8d733d12df1eeeb63476b72e23d49026ccaa0076 +Subproject commit ad18cc833f07391d393ecf19ccbfa19f08da3cab From 07ec016c426111dc0f9050613862ba4c6fb42b57 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 19:04:11 +0000 Subject: [PATCH 01555/18836] Updated openstack/openstack Project: openstack-dev/devstack 1c10bb373788eca54fec577a6247388c8d0ce6ec null Move enablement of rhel6-optional repo earlier Change 4f1fee6eae300a3384900df06ebc857e95854eb0 added the RHEL6 optional repo in fixup_stuff.sh, but it turns out that doesn't get run until after the package prerequisites phase. Move this into stack.sh with the RDO repo setup. Change-Id: Iae0df85fa94c6c1b6f497dd29fda90d03b903a41 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ebd1321fcbbd..1c10bb373788 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ebd1321fcbbd3a010798a5bb1aaab523b078b385 +Subproject commit 1c10bb373788eca54fec577a6247388c8d0ce6ec From 8bde8811fa0873db999f9df6743c08a8bf692f21 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 23:10:50 +0000 Subject: [PATCH 01556/18836] Updated openstack/openstack Project: openstack/python-keystoneclient cd75afd9c8cb3a649d54c50a144243302119d78d null Create V2 Auth Plugins Extract the authentication code from a v2 client and move it to a series of auth plugins. Auth plugins each represent one method of authenticating with a server and there is a factory method on the base class to select the appropriate plugin from a group of arguments. When a v2 client wants to do authentication it will create a new v2 auth plugin, do the authentication and then take that result for the client to use. Change-Id: I4dd7474643ed5c2a3204ea2ec56029f926010c2c blueprint: auth-plugins --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 9e188e92f839..cd75afd9c8cb 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 9e188e92f8398f2c03be262130d996e51c336ba9 +Subproject commit cd75afd9c8cb3a649d54c50a144243302119d78d From 0c23e67372fd632419806bf9b95cfa81024f5e38 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 23:10:52 +0000 Subject: [PATCH 01557/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 1d6ee91eb99aa79ff54c9e75f13c97cd1c915ba3 null Create V3 Auth Plugins Extract the authentication code from a v3 client and move it to a series of auth plugins. As v3 authentication can contain multiple authentication methods this concept is represented by an AuthMethod. An auth plugin then is provided with multiple mechanisms to authenticate with. There is also some helper class for the standard case where you only need to authenticate with one method. When a v3 client wants to do authentication it will create a new v3 auth plugin, do the authentication and then take that result for the client to use. Change-Id: I5fa6a6e1c2e114e1428e35b723700c63a3cbed44 blueprint: auth-plugins --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index cd75afd9c8cb..1d6ee91eb99a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit cd75afd9c8cb3a649d54c50a144243302119d78d +Subproject commit 1d6ee91eb99aa79ff54c9e75f13c97cd1c915ba3 From 249234da78ea194e3baf06317cb6ea971be80e8c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 23:18:32 +0000 Subject: [PATCH 01558/18836] Updated openstack/openstack Project: openstack/requirements d50d0c26f9d5620e631774117ad95c2b53c1c497 null Upgrade six to 1.5.2 six 1.5.2 has supported more modules for python 2 and 3 compatibility. Change-Id: Iae1f2d730890829a89393c23a599848dfe72f792 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ad18cc833f07..d50d0c26f9d5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ad18cc833f07391d393ecf19ccbfa19f08da3cab +Subproject commit d50d0c26f9d5620e631774117ad95c2b53c1c497 From 85fc58ff1b17729419003e8b5b274658e8f36d13 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Wed, 26 Feb 2014 13:26:45 +1000 Subject: [PATCH 01559/18836] Updated openstack/openstack Project: openstack/python-openstackclient 8be3e249b6bb63188e8f31874827bb9c4b45ff40 null Use cacert values when creating identity client These were ignored when the client was created with a username and password. Change-Id: Id7557a5b07a41c7f79ab1a05ede385da31889940 Closes-Bug: #1284957 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 125393210bd4..8be3e249b6bb 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 125393210bd40d70d77a4667922a4a33f569a7ef +Subproject commit 8be3e249b6bb63188e8f31874827bb9c4b45ff40 From 6dfc7d5a000d76216f1d82b781cc163a9aaaa4af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 23:18:34 +0000 Subject: [PATCH 01560/18836] Updated openstack/openstack Project: openstack/python-openstackclient b7f673cb81f1a6539739dc6d12eaef7455bf63fd null Fix volume commands with multiple regions The region_name was not passed into the the client causing volume commands to fail if there were multiple regions. Change-Id: I066dbbc4852f412e017daeeb16a3f186d3f91d2f Closes-Bug: #1241177 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 8be3e249b6bb..b7f673cb81f1 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 8be3e249b6bb63188e8f31874827bb9c4b45ff40 +Subproject commit b7f673cb81f1a6539739dc6d12eaef7455bf63fd From 064fb70250b2720c60fa72e5c0a658acf6a7289a Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Mon, 27 Jan 2014 14:28:28 +0000 Subject: [PATCH 01561/18836] Updated openstack/openstack Project: openstack/python-cinderclient ea8c9554c947b7fd30adfb1249a9317f258901ab null Fix typos in the volumes and snapshots docstrings Change-Id: I0e4f3813b8e263ea59e182db153c5b4c6fd2a177 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 596c909097de..ea8c9554c947 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 596c909097de6ce2acd3621dc2f31f453082d260 +Subproject commit ea8c9554c947b7fd30adfb1249a9317f258901ab From 62c780d2374b16023579e264a49925b4ed3417ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Feb 2014 23:58:00 +0000 Subject: [PATCH 01562/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3a6d47c1540e9e5b75be064a2273eb52831192ec null Remove redundant default value None for dict.get The default value for dict.get is None, no need to specify again. Change-Id: I9f0204e59bd4c1642586bddfef0c75e0a7730925 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 1d6ee91eb99a..3a6d47c1540e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 1d6ee91eb99aa79ff54c9e75f13c97cd1c915ba3 +Subproject commit 3a6d47c1540e9e5b75be064a2273eb52831192ec From 6385345f2453200affc7d77e3aa1e5b517c7851e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 00:39:17 +0000 Subject: [PATCH 01563/18836] Updated openstack/openstack Project: openstack-dev/devstack 6f11838d80ab90ee0c9f9dbde8642904c85b660d null Add support for oslo.vmware Change-Id: I2162a339b1869c27850afcda6be3c4e11de94e0e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1c10bb373788..6f11838d80ab 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1c10bb373788eca54fec577a6247388c8d0ce6ec +Subproject commit 6f11838d80ab90ee0c9f9dbde8642904c85b660d From 6e5255509cfe2454d267c44b643321919941090a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 00:39:25 +0000 Subject: [PATCH 01564/18836] Updated openstack/openstack Project: openstack-dev/devstack d4d27a04a03ef0a0de4a5202fffae207199110d7 null Fix heat role create error https://review.openstack.org/#/c/76036/ changed the user creat commands, missed the argument to --user Change-Id: Iaf10ef80a2fb0227dd66a314e7ec253dfb4dc4fe --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6f11838d80ab..d4d27a04a03e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6f11838d80ab90ee0c9f9dbde8642904c85b660d +Subproject commit d4d27a04a03ef0a0de4a5202fffae207199110d7 From 010b0451bff53dc672ab387a3fd832ed6b804fa2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 00:39:32 +0000 Subject: [PATCH 01565/18836] Updated openstack/openstack Project: openstack-dev/devstack db5a80171f289c58a9c7c4a771f3d373f3fc767a null Unbuffer log output * Force-flush log output so we don't lose log output in certain error cases. * Slow down exit paths: add sleep to die(), wait until last moment to kill child processes (including the awk log output filter) Change-Id: I1620fd33b89b237d9c2bb6206f3de2c81719f676 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d4d27a04a03e..db5a80171f28 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d4d27a04a03ef0a0de4a5202fffae207199110d7 +Subproject commit db5a80171f289c58a9c7c4a771f3d373f3fc767a From fa72135f5986711944899aa1bf9a172e2e8a1cad Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 14 Feb 2014 16:01:07 +0800 Subject: [PATCH 01566/18836] Updated openstack/openstack Project: openstack/python-novaclient a2a1ef8f36644c3487bdaf00b2e70bcc6b948fb4 null 'name' should as be optional param on aggregate-update 'name' should be an optional parameter not required on aggregate-update, so we can update 'availability_zone' only. Change-Id: I23e669a3362e0bea44adc88744eed823ec1e7ebb Closes-Bug: #1280118 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5461af9c6ca0..a2a1ef8f3664 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5461af9c6ca0a56267b28b83930503a9d60214a9 +Subproject commit a2a1ef8f36644c3487bdaf00b2e70bcc6b948fb4 From 2e03f0f1319d56b21adecdb648a0cbb8f01e1f2d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 03:26:33 +0000 Subject: [PATCH 01567/18836] Updated openstack/openstack Project: openstack/python-novaclient 4a2c9b2621b2abb65f03b4003f648deebd4baebc null Remove usage of module py3kcompat Module py3kcompat was removed from oslo-incubator. We need remove its usage in client side firstly. This make us move smoothly when sync oslo-incubator code. Change-Id: I8b07c32c9852e747579a23685f3c8a07ac13ec01 Partial-Bug: #1280033 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index a2a1ef8f3664..4a2c9b2621b2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit a2a1ef8f36644c3487bdaf00b2e70bcc6b948fb4 +Subproject commit 4a2c9b2621b2abb65f03b4003f648deebd4baebc From 4a7a032168cac31ea388695284db27cc50d71da5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 03:29:55 +0000 Subject: [PATCH 01568/18836] Updated openstack/openstack Project: openstack-dev/devstack 9f21ed663ef0f8db2289e07a2f5e9292b5bca6aa null Make python-guestfs NOPRIME & install for libvirt The libguestfs dependency tree includes a number of packages that we may not want or work everywhere, such as fuse. Now python-(lib)guestfs will install from lib/nova_plugins/hypervisor-libvirt Change-Id: I6c3a614010ee8d65813eec66a56680def622514c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index db5a80171f28..9f21ed663ef0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit db5a80171f289c58a9c7c4a771f3d373f3fc767a +Subproject commit 9f21ed663ef0f8db2289e07a2f5e9292b5bca6aa From 6222f6eb0c32406395d56e59989d95f24712e18f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 03:31:02 +0000 Subject: [PATCH 01569/18836] Updated openstack/openstack Project: openstack-dev/devstack 368031ff2b6509be8b8f777c64fa8875902be180 null Insecure check if keystone is up If we start keystone with an SSL endpoint then the curl check to see if it is running will fail because it cannot create a secure connection. This check can be done insecurely as all we care about is that the service has started. Change-Id: I826753d4d46e9956f443110029346bc70282951a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9f21ed663ef0..368031ff2b65 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9f21ed663ef0f8db2289e07a2f5e9292b5bca6aa +Subproject commit 368031ff2b6509be8b8f777c64fa8875902be180 From 284281570d06d28419806d582c0878247774a92e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 04:31:17 +0000 Subject: [PATCH 01570/18836] Updated openstack/openstack Project: openstack-dev/devstack 5d1e8bcddf984a4a8085394171a76b06066816ea null Don't use --skip-redirect for cinder restart on rhel6 RHEL6 doesn't support this flag so the restart fails. Not exactly sure why it is required, seems unchagned from the initial commit 67787e6b4c6f31388cbee6d83b67371b31c443d4 (found running stack.sh with -e per [1]) [1] https://review.openstack.org/#/c/71996/ Change-Id: Ib34c3663409d7b96b932286cb5a6974e940075d3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 368031ff2b65..5d1e8bcddf98 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 368031ff2b6509be8b8f777c64fa8875902be180 +Subproject commit 5d1e8bcddf984a4a8085394171a76b06066816ea From e7b84b209db7adca0ec68b1b7c372a407ff7087b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 04:31:24 +0000 Subject: [PATCH 01571/18836] Updated openstack/openstack Project: openstack-dev/devstack df43b5c8281d8abd73bd9753831e62ba154dc38b null Run yum repolist commands as root Otherwise you get yum errors like [1] when you run stack.sh as !root. The solution is to run yum commands as root so it can access the right certs [1] https://access.redhat.com/site/solutions/312413 Change-Id: I54b0df13508c50aba67e23da11953c536933917a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5d1e8bcddf98..df43b5c8281d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5d1e8bcddf984a4a8085394171a76b06066816ea +Subproject commit df43b5c8281d8abd73bd9753831e62ba154dc38b From 4ea5d3219115e286ef10b5238c8d40588fc3eb5e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 04:31:40 +0000 Subject: [PATCH 01572/18836] Updated openstack/openstack Project: openstack-dev/devstack cf7237c505689055521a23d9ba4c18c116fec9c6 null Add GIT_TIMEOUT variable to watch git operations During my CI testing of each devstack change I can often see git get itself stuck and hang indefinitely. I'm not sure if it's transient network issues, or issues at the remote end (seen with both github.com and git.openstack.org) but it hits fairly frequently. Retrying the command usually gets it going again. Searching for "git hanging" and similar shows its not entirely uncommon... This adds a watchdog timeout for remote git operations based on a new environment variable GIT_TIMEOUT. It will retry 3 times before giving up. The wrapper is applied to the main remote git calls. Change-Id: I5b0114ca26b7ac2f25993264f761cba9ec8c09e1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index df43b5c8281d..cf7237c50568 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit df43b5c8281d8abd73bd9753831e62ba154dc38b +Subproject commit cf7237c505689055521a23d9ba4c18c116fec9c6 From 072dfc44cb94ccea54cfa8a57dec18e09a7e854c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 04:36:59 +0000 Subject: [PATCH 01573/18836] Updated openstack/openstack Project: openstack-dev/devstack 415893fadd8b4430aec80eb3019b461c261acc50 null Add end-of-file checks to bash8 Add two end-of-file checks to bash8. Firstly, alert if heredoc hasn't finished. Some heredocs were done like: --- sudo bash -c "cat < foo ... EOF" --- (A better way to do this is "cat < Date: Thu, 27 Feb 2014 04:46:22 +0000 Subject: [PATCH 01574/18836] Updated openstack/openstack Project: openstack-dev/devstack 52730e49e59803db3720d6e2d9ace1ec03d728bd null Add variable to configure the run of IPv6 Tests Related Tempest change: https://review.openstack.org/#/c/74933/ Closes-bug: 1282387 Change-Id: If9e9c5319c484dc4c00ed3bdcefc132410719b87 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 415893fadd8b..52730e49e598 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 415893fadd8b4430aec80eb3019b461c261acc50 +Subproject commit 52730e49e59803db3720d6e2d9ace1ec03d728bd From be557df2e388a7b76fc22020a423291d71ec3554 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 04:52:58 +0000 Subject: [PATCH 01575/18836] Updated openstack/openstack Project: openstack/python-swiftclient cfddbde81f135261165ecad8c56c90cb5be55ba4 null swift.1 manpage fix for groff warnings The current manual page contains hyphens where a minus sign was intended. By default, "-" chars are interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D). Since options to programs use minus signs (U+002D), this means for example in UTF-8 locales that you cannot cut and paste options, nor search for them easily. This patch fixes this by escaping hyphens with backslashes, and also fixes a typo: s/retreived/retrieved/. Change-Id: If954c91eebe7b39bdac792f1f126998d2e3bcb8e --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index f4e057923c8b..cfddbde81f13 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit f4e057923c8b880b3d25486a72830d938085cd64 +Subproject commit cfddbde81f135261165ecad8c56c90cb5be55ba4 From 966c18986597622bcaa97de93e6c2af31d0449e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 04:52:59 +0000 Subject: [PATCH 01576/18836] Updated openstack/openstack Project: openstack/python-swiftclient 6cc1324e6e999317739f8307f75d421df8081601 null Add LengthWrapper in put_object to honor content_length param Closes-Bug:#1284360 Change-Id: Iec63a3fde77bb8195bfe46c764403b367999ff43 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index cfddbde81f13..6cc1324e6e99 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit cfddbde81f135261165ecad8c56c90cb5be55ba4 +Subproject commit 6cc1324e6e999317739f8307f75d421df8081601 From f91e620844329ee4152a5c05dd2a57eaf62c3d4a Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 27 Feb 2014 04:53:09 +0000 Subject: [PATCH 01577/18836] Updated openstack/openstack Project: openstack/python-swiftclient 52893e3ce548af98d6b5d30cdda37e7f3da7122f null Updated from global requirements Change-Id: I36af2ac149fe6b56ee3e0c54f13f1592c2f97343 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 6cc1324e6e99..52893e3ce548 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 6cc1324e6e999317739f8307f75d421df8081601 +Subproject commit 52893e3ce548af98d6b5d30cdda37e7f3da7122f From c477d00745b35697e536e33e3cad8898b189fe6f Mon Sep 17 00:00:00 2001 From: He Yongli Date: Thu, 13 Feb 2014 14:49:40 +0800 Subject: [PATCH 01578/18836] Updated openstack/openstack Project: openstack/python-troveclient 59ec2bb43354674f9d0a3f25d8098bc7264bbd45 null Remove vim header No need to set tabstop tons of times, this can be set in your vimrc file instead. More disucssion: http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html Change-Id: I45766d91f0c0b3622bbdc7dc5517497c87ebee8c Closes-Bug: #1229324 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 5fd715da7876..59ec2bb43354 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 5fd715da78762c936566ea6e9dde5c1282b63f34 +Subproject commit 59ec2bb43354674f9d0a3f25d8098bc7264bbd45 From 8605db6555e65ea1e8756e3ca727d4b201547242 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 08:51:42 +0000 Subject: [PATCH 01579/18836] Updated openstack/openstack Project: openstack/glance 3d5202df4570a0608ba878cd5a85d361089c2d7c null Rename Openstack to OpenStack Change-Id: I96b2283b0ae5bb632da357184dc4aea0ee7656ab --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 01903933dba6..3d5202df4570 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 01903933dba6f5ae667487300b947e5c36f8b033 +Subproject commit 3d5202df4570a0608ba878cd5a85d361089c2d7c From af386c22fdebaecbc7c705ad8e194c5ee364787c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 11:55:40 +0000 Subject: [PATCH 01580/18836] Updated openstack/openstack Project: openstack/python-glanceclient 46bf4527109f8d185d017bcbe16c23f502ab233b null Only show progress bar for local image files This patch fixes a bug where both 'location' and 'progress' are passed as command line arguments. In this case, the 'data' field is not present in the fields dict and therefore the progress option cannot be used. A check is added to make sure the user has specified both a local image file and the progress flag together. Change-Id: Ia563139ee8b56d54d480534986e4b619a503fbfc Closes-Bug: #1259357 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 8b76817c170e..46bf4527109f 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 8b76817c170e4c69136b287940e671f545ceeb87 +Subproject commit 46bf4527109f8d185d017bcbe16c23f502ab233b From 3b5e6aae68c409b28e9977185e240796efa8fabb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 12:32:54 +0000 Subject: [PATCH 01581/18836] Updated openstack/openstack Project: openstack-dev/devstack 003a6a3e1032d882aeff250d3098d48e1315ef1f null Move setup_develop() to common It's in the wrong place for current Grenade Change-Id: Ia670198332af5945a56d708cd83d9239df0c2287 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 52730e49e598..003a6a3e1032 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 52730e49e59803db3720d6e2d9ace1ec03d728bd +Subproject commit 003a6a3e1032d882aeff250d3098d48e1315ef1f From 5cdf48813eec108f57c79c19a90f22021daee648 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 14:57:43 +0000 Subject: [PATCH 01582/18836] Updated openstack/openstack Project: openstack-dev/devstack 0ed4af02da0bd4a0f757dd8c2156913e6c7a724c null enable -o errexit devstack should run under -o errexit to ensure that we fail early when something has gone wrong, otherwise determination of the root failure location is often quite challenging. this clears all the normal use cases for devstack, there could be tests which now die early, which we're going to have to check for later. Change-Id: Ibd828c4f4fd95a60d3918d3d7ae90e10649479ab --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 003a6a3e1032..0ed4af02da0b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 003a6a3e1032d882aeff250d3098d48e1315ef1f +Subproject commit 0ed4af02da0bd4a0f757dd8c2156913e6c7a724c From 93187b0bbbd2b3860cd1f33dc6e6c3e9f3910c98 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sat, 22 Feb 2014 03:26:33 +0000 Subject: [PATCH 01583/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 9d7ceb359fce40d1b2a374e7a739f0dbfb880568 null Updated from global requirements Change-Id: I1fb29a45a67aa334a99b3b6d5b979cec8c3f78c1 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index b2eab841d980..9d7ceb359fce 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit b2eab841d98072942a09c565ff3d07f12811132b +Subproject commit 9d7ceb359fce40d1b2a374e7a739f0dbfb880568 From b85516134eefe4a20d749a444e1fe14e9be4d6d4 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Thu, 27 Feb 2014 13:12:41 +0100 Subject: [PATCH 01584/18836] Updated openstack/openstack Project: openstack/python-novaclient 360a3393f4d52746a9e87ac0011cc700a51965ad null Revert "'name' should as be optional param on aggregate-update" This reverts commit a2a1ef8f36644c3487bdaf00b2e70bcc6b948fb4. Change-Id: I43bdc254e391c4b20254b8732c772fc9e728310c Reopens-bug: #1280118 Partial-bug: #1281416 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 4a2c9b2621b2..360a3393f4d5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 4a2c9b2621b2abb65f03b4003f648deebd4baebc +Subproject commit 360a3393f4d52746a9e87ac0011cc700a51965ad From e042beb08ff0b0504e06b3697dc5c4452c130cee Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 22:38:32 +0000 Subject: [PATCH 01585/18836] Updated openstack/openstack Project: openstack-dev/devstack a340d68b1b4d8572865c59d3c93ca8cb65a8c6d8 null Fix comments about System Functions This commit fixes comments about "System Functions". * Add a missing comment about System Functions in the header * Fix singular to plural like others Change-Id: I3feb94cd11a6683ca80093574d60fdf7420e3af2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0ed4af02da0b..a340d68b1b4d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0ed4af02da0bd4a0f757dd8c2156913e6c7a724c +Subproject commit a340d68b1b4d8572865c59d3c93ca8cb65a8c6d8 From e043a86dbf48e56215e77cf6675fa70806c0d871 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 22:38:39 +0000 Subject: [PATCH 01586/18836] Updated openstack/openstack Project: openstack-dev/devstack c7adccb548dd9e0be523f0071c9a8c3738367994 null Savanna: use heat infra engine if available In Savanna we have two provisioning engines: * "savanna" that directly work with nova/neutron/glance/cinder/etc and we'd like to deprecate it early in Juno release cycle, but it's still useful due to the fact that it could work ok w/o Heat; * "heat" engine uses Heat for provisioning of cluster resources, it's currently under active development and we're ready to make it default for OpenStack installations with enabled Heat. Change-Id: I937337b3921e9e51768a118fb4b6bd95962622bd --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a340d68b1b4d..c7adccb548dd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a340d68b1b4d8572865c59d3c93ca8cb65a8c6d8 +Subproject commit c7adccb548dd9e0be523f0071c9a8c3738367994 From cc9bde90bd21334c8080545f3ee8c825820ee0ee Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 23:37:21 +0000 Subject: [PATCH 01587/18836] Updated openstack/openstack Project: openstack/django_openstack_auth dd98eca42f47a23fbd080959f5a4df48b0f483e8 null Sort project list by name Change-Id: I8063cffb9fb01442076e59c9288b9834fd6aaa0c Closes-Bug: #1258590 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 9d7ceb359fce..dd98eca42f47 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 9d7ceb359fce40d1b2a374e7a739f0dbfb880568 +Subproject commit dd98eca42f47a23fbd080959f5a4df48b0f483e8 From 96e0a8f6588acd0f863163ab31c3b86127919732 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Feb 2014 23:41:11 +0000 Subject: [PATCH 01588/18836] Updated openstack/openstack Project: openstack-dev/devstack 3ac259c6856b0f8f7fb24b987f83868c86517396 null Make admin_bind_host configurable The use case is running devstack inside an OpenStack vm and running tempest from some other machine. To make the catalog export urls that can be accessed from off the devstack machine, you need to set KEYSTONE_SERVICE_HOST to an external IP. But devstack uses that address in its setup of keystone in addition to exporting in the catalog. Because OpenStack has an issue where a vm cannot access itself through its own floating ip, devstack fails. There is no way to have this use case by providing an ip address. The workaround is to use the hostname of the devstack machine. That worked until recently when a change was made to set admin_bind_host to the value of KEYSTONE_SERVICE_HOST. The result is that port 35357 is only opened locally. This change allows the devstack user to restore the original behavior allowing this use case. Change-Id: I97b938b305b7dd878397e7e64462650064e59cd2 Closes-Bug: #1283803 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c7adccb548dd..3ac259c6856b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c7adccb548dd9e0be523f0071c9a8c3738367994 +Subproject commit 3ac259c6856b0f8f7fb24b987f83868c86517396 From 83ae597c0b0b94966da16eb5eff32cd3505a5ddb Mon Sep 17 00:00:00 2001 From: Jeremy Hanmer Date: Wed, 26 Feb 2014 17:05:07 -0800 Subject: [PATCH 01589/18836] Updated openstack/openstack Project: openstack/oslo.messaging fb453e4f0817a7478ef1df3c3e7fc994016678dc null Convert to oslo.test bp graduate-oslo-test Change-Id: Iff1eebac011dab26468a7f1475b5c36b0bb2a7d2 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 7564e2cf4796..fb453e4f0817 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7564e2cf4796167550df1eb8c09fad9b5d687dce +Subproject commit fb453e4f0817a7478ef1df3c3e7fc994016678dc From 2425ae05e23167aa39f07a83f4ca262334a54963 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 01:43:12 +0000 Subject: [PATCH 01590/18836] Updated openstack/openstack Project: openstack-dev/devstack 9d43deb2f3fcddafa3b7e044673074cbd023f98b null Implements fix to run lbaas service on fedora with devstack changes 'user_group = nobody' in 'haproxy' section of lbaas_agent.ini Change-Id: I801fec5a11d8abd97cb6f5cdff35fabb9eaf9000 Closes-Bug: 1283064 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3ac259c6856b..9d43deb2f3fc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3ac259c6856b0f8f7fb24b987f83868c86517396 +Subproject commit 9d43deb2f3fcddafa3b7e044673074cbd023f98b From 389d90d11187b6485c6e7e169c4712752ed36611 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 01:43:23 +0000 Subject: [PATCH 01591/18836] Updated openstack/openstack Project: openstack-dev/devstack 0debef8aa0ca3eea61b4f89fb2d701792c1bee04 null Fix libvirt polkit settings After the https://review.openstack.org/#/c/75314 merged the /etc/polkit-1/rules.d/50-libvirt-stack.rules files contains subject.user == '"stack"' instead of subject.user == 'stack'. Change-Id: I09f252b2d0e53f012facb9f7eaa21c1e1bdf492b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9d43deb2f3fc..0debef8aa0ca 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9d43deb2f3fcddafa3b7e044673074cbd023f98b +Subproject commit 0debef8aa0ca3eea61b4f89fb2d701792c1bee04 From 1da7fcdb0f2a1affa658f6b01c22d7614466935f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 01:43:31 +0000 Subject: [PATCH 01592/18836] Updated openstack/openstack Project: openstack-dev/devstack 5f9d3980fc48272a8a7f095eba995ececad5c5d1 null Set umask Ensure we have a known-good umask. Otherwise files such as /etc/polkit-1/rules.d/50-libvirt-$STACK_USER.rules may not be readable by non-root users afterwards. Also reworded some comments to be more clear. Change-Id: I7653d4eee062cf32df22aa158da6269b1aa9a558 Closes-Bug: #1265195 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0debef8aa0ca..5f9d3980fc48 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0debef8aa0ca3eea61b4f89fb2d701792c1bee04 +Subproject commit 5f9d3980fc48272a8a7f095eba995ececad5c5d1 From 94d6c132387cf14482dea49d19d09e9fa25790c3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 01:44:48 +0000 Subject: [PATCH 01593/18836] Updated openstack/openstack Project: openstack/python-openstackclient 9ccaacbe2760012ee916b517035a24160fcf7b91 null Fix format errors in nova security group rule list * port range was throwing exception for None to/from ports * ip_range didn't always have cidr causing error * ip_protocol None at times and looked bad Closes-Bug #1256935 Change-Id: I451a0f038a3e9646bca3f278c5d6f6d7e3097a83 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index b7f673cb81f1..9ccaacbe2760 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit b7f673cb81f1a6539739dc6d12eaef7455bf63fd +Subproject commit 9ccaacbe2760012ee916b517035a24160fcf7b91 From c2304e9f89c19c8db6dd76d917595bc289861175 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 01:50:06 +0000 Subject: [PATCH 01594/18836] Updated openstack/openstack Project: openstack-dev/devstack 5caa58459d40933eb22d4546ced5a648d2eece36 null Fix exit_trap() error if no child processes Bug-Id: 1285776 Change-Id: Iad7a9f2c03cc39159beda55345f232cefed10520 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5f9d3980fc48..5caa58459d40 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5f9d3980fc48272a8a7f095eba995ececad5c5d1 +Subproject commit 5caa58459d40933eb22d4546ced5a648d2eece36 From 69853bfae77bd7368e74a49d86f5498c48a71600 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 01:55:28 +0000 Subject: [PATCH 01595/18836] Updated openstack/openstack Project: openstack-dev/devstack 4b76faa32b21964dc72a055f65172199618edeee null Stop trying to create the 'ironic' user twice After 09bd7c8fd5a6 landed, a conflict between lib/ironic and extras.d/50-ironic.sh was exposed, breaking Ironic's check and gate tests. This resolves that conflict by only creating the 'ironic' user once. Change-Id: Ic41517f0977c84a82f92f58565aaee6b5cc7eb3e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5caa58459d40..4b76faa32b21 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5caa58459d40933eb22d4546ced5a648d2eece36 +Subproject commit 4b76faa32b21964dc72a055f65172199618edeee From 4e31b831d84e2c2fb090b6a9c47ae79cdb3dde53 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 28 Feb 2014 01:55:36 +0000 Subject: [PATCH 01596/18836] Updated openstack/openstack Project: openstack/python-novaclient 716d9a3af3733b41909d6579ae8e4bfde2dd7eb5 null Updated from global requirements Change-Id: I870165ea9be249b1cda937307a32ab29d8270d94 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 360a3393f4d5..716d9a3af373 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 360a3393f4d52746a9e87ac0011cc700a51965ad +Subproject commit 716d9a3af3733b41909d6579ae8e4bfde2dd7eb5 From 5004a95e67d7a4f5c28976e55cad9c641d8fc533 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 06:32:20 +0000 Subject: [PATCH 01597/18836] Updated openstack/openstack Project: openstack-dev/devstack dad6e4114d07978ade5ab5594d4b5b19e998bdb5 null Enforce function declaration format in bash8 Check that function calls look like ^function foo {$ in bash8, and fix all existing failures of that check. Add a note to HACKING.rst Change-Id: Ic19eecb39e0b20273d1bcd551a42fe400d54e938 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4b76faa32b21..dad6e4114d07 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4b76faa32b21964dc72a055f65172199618edeee +Subproject commit dad6e4114d07978ade5ab5594d4b5b19e998bdb5 From 8459eac63d1ef9c78be464440648ebf86b5c5e1d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 07:33:34 +0000 Subject: [PATCH 01598/18836] Updated openstack/openstack Project: openstack-dev/devstack f07a209ce01e2d34c3624244da040537b6006bf9 null Fix Neutron enabled check * Remove the check for neutron enabled on a block of variable settings, there is no conflict and serves no purpose. * Also floating_ips.sh and volume.sh needed to properly source lib/neutron for do ping_check() to work properly. The current error in check-devstack-dsvm-neutron is not related to this fix. Change-Id: I1c458aaa787ffb98c945aefc3afa80c6861a405f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index dad6e4114d07..f07a209ce01e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit dad6e4114d07978ade5ab5594d4b5b19e998bdb5 +Subproject commit f07a209ce01e2d34c3624244da040537b6006bf9 From 17ea6bf0cfc24358dfdda62299406d671d69a710 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 07:33:42 +0000 Subject: [PATCH 01599/18836] Updated openstack/openstack Project: openstack-dev/devstack 2cf03d246998acf5c387a5855c36b25a1b791cb8 null make service_check fatal if we fail service check, we should do so in a fatal way, because something is not right. This will be very useful in grenade. Change-Id: I18811b0d8e6d06f364685c366cdc8f5dda3b8f7e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f07a209ce01e..2cf03d246998 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f07a209ce01e2d34c3624244da040537b6006bf9 +Subproject commit 2cf03d246998acf5c387a5855c36b25a1b791cb8 From e1ed4632e3e0fce63dea9861c70669fad73a7d91 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 07:51:15 +0000 Subject: [PATCH 01600/18836] Updated openstack/openstack Project: openstack/requirements 3e39666a546f49d76f7150c6692147880b3bf6f6 null bump pycadf requirement to 0.4.1 pycadf 0.4.1 added audit middleware required by Nova Partial-Bug: #1280327 Change-Id: I34c64ed92b2114875c934264a7edcae8cd2f8df3 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d50d0c26f9d5..3e39666a546f 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d50d0c26f9d5620e631774117ad95c2b53c1c497 +Subproject commit 3e39666a546f49d76f7150c6692147880b3bf6f6 From 6046c39556540eb6d82b8777f738ed9be84dfa55 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 10:07:06 +0000 Subject: [PATCH 01601/18836] Updated openstack/openstack Project: openstack/python-heatclient f6b7fdc9b1949832235fa4cd787d62c8656fd8b6 null "version" section should be required in template Adding the version checking to keep place with heat. Change-Id: Ib2f0b55c3c9e8b0a8f26e972b37a979d8d703f7c Closes-Bug: #1273980 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 8503781c6777..f6b7fdc9b194 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 8503781c6777b525b73ef5ac71ed6cb97468b621 +Subproject commit f6b7fdc9b1949832235fa4cd787d62c8656fd8b6 From 0bfd7dd0e26baa0fd32576ccc8f33ab8371b6566 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 13:07:01 +0000 Subject: [PATCH 01602/18836] Updated openstack/openstack Project: openstack/python-heatclient a9f321e2d23d32047c1822d939e6d58a74dd2be7 null Expand get_file using to template scope So we can use get_file in outputs section and parameters section except resources section. For example, we can use get_file to set default value for some parameters. Closes-Bug: #1284493 Change-Id: If584ea108b437c28713925af68691c019e64e1fc --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index f6b7fdc9b194..a9f321e2d23d 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit f6b7fdc9b1949832235fa4cd787d62c8656fd8b6 +Subproject commit a9f321e2d23d32047c1822d939e6d58a74dd2be7 From 054b47270724e62ae0a92d4c3fc6399abf472e80 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 14:10:50 +0000 Subject: [PATCH 01603/18836] Updated openstack/openstack Project: openstack/glance d1f89064f3a445698637fb588eaf8d7173020684 null Fix 031 migration failed on DB2 031 migration script failed on DB2, because DB2 doesn't support GROUP BY with clob data type. Add if condition to judge DB2 connection, if yes, make another sql query supported by DB2. Fixes bug #1256816 Change-Id: I7e3a8cd89edd91c167c619365ab863ec53787f8f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3d5202df4570..d1f89064f3a4 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3d5202df4570a0608ba878cd5a85d361089c2d7c +Subproject commit d1f89064f3a445698637fb588eaf8d7173020684 From a7102d590d519dd063b379572c59cfacbd5ab5d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 14:10:58 +0000 Subject: [PATCH 01604/18836] Updated openstack/openstack Project: openstack/glance 9001bf283e6de57296c8eb61645bb996c7b5d14d null VMware storage backend should use oslo.vmware Currently, the VMware store is using its own copy of the VMwareApiSession to connect to vCenter server and ESX(i). This patch gets rid of this copy to use the oslo.vmware library. Closes-Bug: #1282715 Change-Id: I0aa47eada388c09d9835b00fb2c93f50f22675a4 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d1f89064f3a4..9001bf283e6d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d1f89064f3a445698637fb588eaf8d7173020684 +Subproject commit 9001bf283e6de57296c8eb61645bb996c7b5d14d From 0bd4f1ec17f94e6de2eb3786829b16ef611a8e45 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 15:13:56 +0000 Subject: [PATCH 01605/18836] Updated openstack/openstack Project: openstack/python-novaclient eef94a62484a21f748eec2c655f3d062c3af7465 null oslo-sync of low hanging fruit Generated with: ./update.sh --base novaclient --config-file ../python-novaclient/openstack-common.conf --dest-dir ../python-novaclient/ Skipped modules: apiclient and cliutils due to oslo issue in apiclient (cliutils depends on apiclient). https://review.openstack.org/#/c/76718/ Removed non-existent modules from openstack-commit.conf: py3kcompat I06b90f789ae21f2ef8b8071b4298bfc0406482a6 intall_venv_common I84267f3c6726cb2e750f615e107c48b12c6ed353 Synced patches: __init__.py [first sync]: c178e56 Add basic Python 3 tests 12bcdb7 Remove vim header 547ab34 Fix Copyright Headers - Rename LLC to Foundation 96b9a54 Rajaram/Vinkesh|Added nova's serializaiton classes into common c85e1f7 Initial skeleton project gettextutils: 6d55e26 Add support for translating log levels separately afdbc0a Fix E501 in individual openstack projects 6b2d15f Merge "Add support for locales missing from babel" 9d529dd Make Message keep string interpolation args importutils: 885828a Deleted duplicated method in cliutils. strutils: bec3a5e Implements SI/IEC unit system conversion to bytes timeutils: d815087 Merge "Fix spelling errors in comments" 71208fe Fix spelling errors in comments Change-Id: I8f82acb63e61a64eeb6caba9d2d9c81d9cb766d8 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 716d9a3af373..eef94a62484a 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 716d9a3af3733b41909d6579ae8e4bfde2dd7eb5 +Subproject commit eef94a62484a21f748eec2c655f3d062c3af7465 From 2c69e08de82e11c9b843ea95a2840c7a3ec37810 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 15:19:22 +0000 Subject: [PATCH 01606/18836] Updated openstack/openstack Project: openstack/python-novaclient 06582e0c1d411d0beb51b24eee9ae02a3c2cecf5 null oslo sync apiclient and cliutils Generated with: ./update.sh --base novaclient --config-file ../python-novaclient/openstack-common.conf --dest-dir ../python-novaclient/ Synced patches: apiclient: 04a1abe Revert "Removed set_loaded() method from Resource class" 5e76477 Merge "Handle 300 status code in common HTTPClient" 492fe2c Merge "py3kcompat: remove" 466ad64 Merge "Fix usage of dict.keys in apiclient.exceptions" 8630a44 Merge "Removed set_loaded() method from Resource class" 41fbfea Merge "Add to_dict() method to apiclient Resource" 6650435 Fix usage of dict.keys in apiclient.exceptions 35dc1d7 py3kcompat: remove 9f1e7eb Correct docstring in load_plugin_from_args 0c4d2c7 Removed set_loaded() method from Resource class 3b248dd Add to_dict() method to apiclient Resource 71c22e9 Handle 300 status code in common HTTPClient cliutils: 9a7f2f8 Merge "Deleted duplicated method in cliutils." 8f2effd Use `six.text_type` instead of `str` in cliutils 885828a Deleted duplicated method in cliutils. 71a2d90 Add common methods to cliutils Change-Id: I0c8849d8d5dd71f34aa5dbcd2c0875c164706d70 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index eef94a62484a..06582e0c1d41 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit eef94a62484a21f748eec2c655f3d062c3af7465 +Subproject commit 06582e0c1d411d0beb51b24eee9ae02a3c2cecf5 From 9d3e83af0249ac259af88aa96d96db5c57eb5a7f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 17:30:35 +0000 Subject: [PATCH 01607/18836] Updated openstack/openstack Project: openstack-dev/devstack 3208d7ad43d665536c523a37b33c2a6491529b3e null Handle non-zero exit code from git diff The check for a changed repo in setup_develop() 'git diff --exit-code' returns a status of 1 when the repo has changes; trap that so errexit does not abort the script. Bug-Id: 1285780 Change-Id: Ic97e68348f46245b271567893b447fcedbd7bd6e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2cf03d246998..3208d7ad43d6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2cf03d246998acf5c387a5855c36b25a1b791cb8 +Subproject commit 3208d7ad43d665536c523a37b33c2a6491529b3e From e0d6539d1d2b55cf13b3519c1435bc09a8933dc5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 17:30:42 +0000 Subject: [PATCH 01608/18836] Updated openstack/openstack Project: openstack/requirements c1568996f6a487fa07e85eec7af4af5970d24a98 null Add croniter dependency A cron library, will be used in Ceilometer alarms. License is MIT, lower bound is based on the added Py3 support. Is also used by Mistral: https://github.com/stackforge/mistral/blob/master/requirements.txt Change-Id: I9b818c171d9ca2e4e8afd8058769be471b2ff800 Blueprint: time-constrained-alarms --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3e39666a546f..c1568996f6a4 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3e39666a546f49d76f7150c6692147880b3bf6f6 +Subproject commit c1568996f6a487fa07e85eec7af4af5970d24a98 From 99ceae9d7145838da83e3f3c94388bb010216fe9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 23:12:47 +0000 Subject: [PATCH 01609/18836] Updated openstack/openstack Project: openstack-dev/devstack 9bd5b9399aa08306c76b3eeb15b32fa01ba5a59f null Preinstall yum-utils; move sudo check before install Some cloud images don't have yum-utils installed, so the call to yum-config-manager fails. Pre-install it (I still think it's easier than fiddling config files). Also, these repo setup steps are using sudo, but the root/sudo checks happen after this. Move them up before we start trying to do repo/package installs. Change-Id: I875e1f0663c9badc00278b2cc1a3b04ca3dde9fc --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3208d7ad43d6..9bd5b9399aa0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3208d7ad43d665536c523a37b33c2a6491529b3e +Subproject commit 9bd5b9399aa08306c76b3eeb15b32fa01ba5a59f From ee783132de0f1ffe6c223c757c9923863f2d4a9f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 23:14:35 +0000 Subject: [PATCH 01610/18836] Updated openstack/openstack Project: openstack/glance 0e2b8ca31a96e9174a02a1bfb2fc953db68a5b1d null Refactor UUID test Oslo is removing uuidutils during the icehouse cycle. We had removed uuidutils.generate_uuid() in https://review.openstack.org/#/c/60643/ It seems the UUID test was not executed, for example, there is no method called generate_uuid() in common/utils, the Jekins still passed. This patch move the testcase and remove the test method for generate_uuid. Change-Id: If4f508129f0b44d63fe77ed1251c0e0737e7e897 Partial-Bug: #1253497 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9001bf283e6d..0e2b8ca31a96 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9001bf283e6de57296c8eb61645bb996c7b5d14d +Subproject commit 0e2b8ca31a96e9174a02a1bfb2fc953db68a5b1d From 56bc2e8b828d65e139e91573606a31f629ddcfc1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 23:14:51 +0000 Subject: [PATCH 01611/18836] Updated openstack/openstack Project: openstack/python-openstackclient 808fa652109e8d0141f88b258df05874e6676d98 null Update release notes for 0.3.1 * update README * update man page * fix doc errors Change-Id: I5682654bf482289879c8ba9016e348f2b2782971 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 9ccaacbe2760..808fa652109e 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 9ccaacbe2760012ee916b517035a24160fcf7b91 +Subproject commit 808fa652109e8d0141f88b258df05874e6676d98 From 916f7c3be65fd6362769714d45b6d240f11dd549 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Feb 2014 23:50:15 +0000 Subject: [PATCH 01612/18836] Updated openstack/openstack Project: openstack/python-novaclient 427e346a7b021d86f2901d6a5ac1426e6bbe642a null Fix in in novaclient, to avoid excessive conns The current client creates new .Session() on each request, but since Horizon is a stateless app, each Session creates new HttpAdapter, which itself has its own connection pool, and each connection there is used (almost) once and then is being kept in the pool(with Keep-Alive) for a certain amount of time(waiting for inactivity timeout). The problem is that the connection cannot be used anymore from next Django calls - they create new connection pool with new connections, etc. This keeps lots of open connections on the server. Now the client will store an HTTPAdapter for each URL into a singleton object, and will reuse its connections between Django calls, but still taking advantage of Sessions during a single page load(although we do not fully use this). Note: the default pool behavior is non-blocking, which means that if the max_pool_size is reached, a new connection will still be opened, and when released - will be discarded. It could be useful to add max_pool_size param into settings, for performance fine-tuning. The default max_pool_size is 10. Since python-novaclient is also used from non-Django projects, I'd expect feedback from more people on the impact this change could have over other projects. Patch Set 3: Removed explicit connection closing, leaving connections open in the pool. Change-Id: Icc9dc2fa2863d0e0e26a86c8180f2e0fbcd1fcff Closes-Bug: #1247056 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 06582e0c1d41..427e346a7b02 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 06582e0c1d411d0beb51b24eee9ae02a3c2cecf5 +Subproject commit 427e346a7b021d86f2901d6a5ac1426e6bbe642a From a189a7aa29f239083fe9bd15fe34b0f9b0435540 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 26 Feb 2014 13:18:33 -0800 Subject: [PATCH 01613/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b9f5bf63bc3b44e8982d4e615e350e12015ff63e null Write DO_NOT_UPGRADE_SERVICES to grenade's localrc not devstacks This should fix check-grenade-dsvm-partial-ncpu which currently isn't getting DO_NOT_UPGRADE_SERVICES=[n-cpu] written to its localrc file Change-Id: Ided01c2688c360881e99c794b518021cd0c302c6 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6f9dc369985c..b9f5bf63bc3b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6f9dc369985cfb03a9249eedee9e1f5cba9617bf +Subproject commit b9f5bf63bc3b44e8982d4e615e350e12015ff63e From 67478f279dc8f36e95bf1cf422121efae595de3e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 03:46:10 +0000 Subject: [PATCH 01614/18836] Updated openstack/openstack Project: openstack-dev/devstack 9f2ee82d2c0e709aa881d05c3813fc4d51fe1b38 null Add use_syslog to Marconi config This patch adds use_syslog option to the marconi config file. This is needed to allow marconi to run, when USE_SCREEN is set to False in devstack. Change-Id: I547697ec2745975e235a4e58cde81132ac37b70d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9bd5b9399aa0..9f2ee82d2c0e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9bd5b9399aa08306c76b3eeb15b32fa01ba5a59f +Subproject commit 9f2ee82d2c0e709aa881d05c3813fc4d51fe1b38 From 37db693a11403dc3b8438c3b18d781b963875b42 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 08:23:53 +0000 Subject: [PATCH 01615/18836] Updated openstack/openstack Project: openstack-dev/devstack 6777119f2e02e3baf4e54f55e830d1ef5fc87e56 null Devstack install can fail on missing xinetd.d/rsync config Assuming if the system does not have the xinetd.d/rsync, the dedicated service is the prefered way. Change-Id: Ic42651c5c3fb5bf0099786ca81a7bd06ace896a8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9f2ee82d2c0e..6777119f2e02 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9f2ee82d2c0e709aa881d05c3813fc4d51fe1b38 +Subproject commit 6777119f2e02e3baf4e54f55e830d1ef5fc87e56 From bbaef9c0ca6d5993c741864416e2b3e1402f26df Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 08:26:08 +0000 Subject: [PATCH 01616/18836] Updated openstack/openstack Project: openstack-dev/devstack cf8cca5e0ae895d835ce705c55fc1715acd2b814 null clean.sh removes all the files clean.sh was incorrectly looping over the list of files to remove. Because of this the files were not being removed. Change-Id: Ie0559e1d396a4d35df6a12dfbceefa7eb261bac5 Closes-Bug:1285924 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6777119f2e02..cf8cca5e0ae8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6777119f2e02e3baf4e54f55e830d1ef5fc87e56 +Subproject commit cf8cca5e0ae895d835ce705c55fc1715acd2b814 From 68078ac476b9260bcbd3f1806380d57887640d77 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 12:56:16 +0000 Subject: [PATCH 01617/18836] Updated openstack/openstack Project: openstack-dev/devstack 93bc338e38a9c62f784cc9f4a800a0fc1a433a96 null Source lib/neutron in boot_from_volume.sh Without lib/neutron, boot_from_volume.sh generates the following error: + _ping_check_neutron private 10.11.12.5 30 /devstack/functions: line 356: _ping_check_neutron: command not found Change-Id: Ib72c3f24d614570d69bf5dda35cbaf5847b1d1b9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cf8cca5e0ae8..93bc338e38a9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cf8cca5e0ae895d835ce705c55fc1715acd2b814 +Subproject commit 93bc338e38a9c62f784cc9f4a800a0fc1a433a96 From a31f0587a6c13291fa5d3e6351e5ca0da2ace37b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 13:03:13 +0000 Subject: [PATCH 01618/18836] Updated openstack/openstack Project: openstack-dev/devstack f0ea4b0dda62e321c11078164d821575a17146c0 null nova changes for multinode working under -o errexit There was a stray inicomment on paste outside of a nova-api block. This fails under -o errexit because the paste.ini doesn't exist. Move this to inside the correct block. Change-Id: Iffbdae6716a1c2a8f650b68edd4faf436434eab1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 93bc338e38a9..f0ea4b0dda62 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 93bc338e38a9c62f784cc9f4a800a0fc1a433a96 +Subproject commit f0ea4b0dda62e321c11078164d821575a17146c0 From e56c568ca62e85796e5c2da58fc1c02e775969d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 13:11:14 +0000 Subject: [PATCH 01619/18836] Updated openstack/openstack Project: openstack-dev/devstack 5894db323ff528c56bd036243ee15aad91e34fef null Move some comments of variables to right place setup_develop*() in functions has been moved to functions-common. But some comments about the variables are still left. This commit moves it to the right place. Change-Id: Ic360454f1ee72f51c9979d0468dee0913e9b32e4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f0ea4b0dda62..5894db323ff5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f0ea4b0dda62e321c11078164d821575a17146c0 +Subproject commit 5894db323ff528c56bd036243ee15aad91e34fef From f2b866d08c4c93b9e92c98d69ef4b17468274252 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 13:11:56 +0000 Subject: [PATCH 01620/18836] Updated openstack/openstack Project: openstack/python-heatclient cd70d6f08a69b2c0c9255af075ffec17c68822ad null Remove None for dict.get() Because If no default value is specified it defaults to None already. Change-Id: I1ca522c7eebb2171d1a3efd35680ce42b89237b5 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a9f321e2d23d..cd70d6f08a69 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a9f321e2d23d32047c1822d939e6d58a74dd2be7 +Subproject commit cd70d6f08a69b2c0c9255af075ffec17c68822ad From 239148f9f5b7616b7cce5e103c60571eff28328f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 13:11:58 +0000 Subject: [PATCH 01621/18836] Updated openstack/openstack Project: openstack/python-heatclient d9b2909e380efb02950fb91db3336fac5f28780b null Update apiclient.base and reuse new functional Module apiclient.base has several updates in oslo, so we need to sync latest code to have ability to reuse new functional. Updates in oslo which related to usage of apiclient.base in heatclient: - I491f9b54c7074546cf738c6150666bfcc3966a78 - I1db6c12a1f798de7f7fafd0c34fb0ef523610153 Related to bp common-client-library-2 Change-Id: I509d6efb0c8eef87ba2e4aa02ebb44ba149a9860 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index cd70d6f08a69..d9b2909e380e 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit cd70d6f08a69b2c0c9255af075ffec17c68822ad +Subproject commit d9b2909e380efb02950fb91db3336fac5f28780b From de0e1e01f889c9cfbab054cac51453363de3cf83 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 13:12:00 +0000 Subject: [PATCH 01622/18836] Updated openstack/openstack Project: openstack/python-heatclient b048b1a5bd7508e35e955dff8bd176b76bbb7354 null Do not use the '+' operation dict_items() This operation is undefined in Python3, list() must be called first. Change-Id: I07a9b81a117dfd38e04e1d92533522036f8b0f9f --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index d9b2909e380e..b048b1a5bd75 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit d9b2909e380efb02950fb91db3336fac5f28780b +Subproject commit b048b1a5bd7508e35e955dff8bd176b76bbb7354 From f8de48843997f39124b36055d40dc99a4d847242 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 28 Feb 2014 08:00:27 +0000 Subject: [PATCH 01623/18836] Updated openstack/openstack Project: openstack/oslo.messaging 35f6d588a3139159bc6e17d8a19dcbcb5f48f28f null Updated from global requirements Change-Id: Iddf9be2b384f9c0871a2baf59e94ec5201ca37c6 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index fb453e4f0817..35f6d588a313 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit fb453e4f0817a7478ef1df3c3e7fc994016678dc +Subproject commit 35f6d588a3139159bc6e17d8a19dcbcb5f48f28f From 97200ef481b548ad76f51ba272e601405087cbcf Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 26 Feb 2014 23:33:51 +0000 Subject: [PATCH 01624/18836] Updated openstack/openstack Project: openstack/oslo.config c577365d2ab343ca7640b50e9ccc4b8f1b023414 null Updated from global requirements Change-Id: I09331634dc4fbc0d7bb9030eea6bb36e4db5f8e7 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 53873a262c86..c577365d2ab3 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 53873a262c86bd24bac7c2fa3be5a6512d486ba1 +Subproject commit c577365d2ab343ca7640b50e9ccc4b8f1b023414 From e057abecc43e9b76aced372f7154840e769a261f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 16:37:59 +0000 Subject: [PATCH 01625/18836] Updated openstack/openstack Project: openstack-dev/devstack 2988a9c978eaae1783ff1c9425d8db884ceb9e13 null Use glance image-show to check for uploaded Docker images The behavior of the code being replaced was failing with '-o errexit' should that, as in the common case, the image has not been uploaded into Glance. While we could workaround this using a '|| :', the existing code also happened to overwrite the DOCKER_IMAGE global which is used elsewhere. It seemed prudent to either change this variable name or remove it altogether. Finally, using 'glance image-show' is more deterministic than grepping the output of 'glance image-list'. Change-Id: I23188155966ae9db64259b4a9d25a0d98c63c912 Closes-Bug: 1286443 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5894db323ff5..2988a9c978ea 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5894db323ff528c56bd036243ee15aad91e34fef +Subproject commit 2988a9c978eaae1783ff1c9425d8db884ceb9e13 From dde075a43d156034e3e00bc24e1d918dd035ca69 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 17:20:31 +0000 Subject: [PATCH 01626/18836] Updated openstack/openstack Project: openstack-dev/devstack f020c9aa6bdc919bebbaca9ce07d046ec235f849 null make ceilometer work if you don't enable ceilometer-api when doing ceilometer in a multihost devstack, you don't want ceilometer-api running on the computes. Under -o errexit this became fatal. Change-Id: Ie43c8724ba467b810f5a3b075dea45d66dde8648 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2988a9c978ea..f020c9aa6bdc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2988a9c978eaae1783ff1c9425d8db884ceb9e13 +Subproject commit f020c9aa6bdc919bebbaca9ce07d046ec235f849 From 1d8caff6513b6dbc9b0fff4e6ae382b41dad740d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 18:40:41 +0000 Subject: [PATCH 01627/18836] Updated openstack/openstack Project: openstack-dev/devstack 3de8607a4c9a07f9bf3c5adbc9ed5dd31a1b0a05 null Replace NvpPluginV2 with NsxPlugin The king is dead, long live the king! Partial-implements blueprint: nicira-plugin-renaming Change-Id: I9b71479a8d4228d45a6591b169c489c0107fb04c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f020c9aa6bdc..3de8607a4c9a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f020c9aa6bdc919bebbaca9ce07d046ec235f849 +Subproject commit 3de8607a4c9a07f9bf3c5adbc9ed5dd31a1b0a05 From fd523a019e674159ba20790afa5fa7919ec9ce87 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 1 Mar 2014 18:54:57 +0000 Subject: [PATCH 01628/18836] Updated openstack/openstack Project: openstack-dev/devstack fe09741e14f94679bdf90e663860a3e9dd55da2d null only do a dbsync if on the database node ceilometer should only try to reset the database if it's actually on a node where there is a database. Change-Id: Ibcfec0556829bff0938e3769c19d34ae6c02b738 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3de8607a4c9a..fe09741e14f9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3de8607a4c9a07f9bf3c5adbc9ed5dd31a1b0a05 +Subproject commit fe09741e14f94679bdf90e663860a3e9dd55da2d From ab796ddca71273e80da62b34cc7d0aeda3c24274 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Fri, 28 Feb 2014 15:30:54 -0500 Subject: [PATCH 01629/18836] Updated openstack/openstack Project: openstack/python-cinderclient 3ec28c3309d28d99a10ab1e1b55fd360fd2a97b5 null Fix type-delete to allow deletion by name and ID This change addresses bug #1286314, fixing type deletion to allow deletion by either volume type name or ID. The former implementation only accepted the volume type ID. Help documentation is also updated to reflect this change. Change-Id: I0fc66b54a7bcfa4e00a4d136ac513fa40e628dd2 Closes-Bug: #1286314 DocImpact --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index ea8c9554c947..3ec28c3309d2 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit ea8c9554c947b7fd30adfb1249a9317f258901ab +Subproject commit 3ec28c3309d28d99a10ab1e1b55fd360fd2a97b5 From 3b79e6aa34407b3d5498de79fef0a223bbd55d2b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 03:25:59 +0000 Subject: [PATCH 01630/18836] Updated openstack/openstack Project: openstack/requirements bea9b138de4ec29e5ad69eb9a1d695b502979506 null Require openstack-doc-tools 0.8.2 This is the current release and it is needed to fix building with current infrastructure. Change-Id: I4e7fa0da6429feb87f61b527c4a6ca5d617b1255 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index c1568996f6a4..bea9b138de4e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit c1568996f6a487fa07e85eec7af4af5970d24a98 +Subproject commit bea9b138de4ec29e5ad69eb9a1d695b502979506 From 5052cb32a4660ebd1b0ad9a9410bdb8e7d08c01e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 04:15:36 +0000 Subject: [PATCH 01631/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 1e03b176ba320b3be173d38f22dabdde27326166 null refer to non-deprecated config option in help memcache_servers was renamed to memcached_servers Change-Id: Ia04c6655f81d5b71cee0f16a7614262efa907b62 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3a6d47c1540e..1e03b176ba32 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3a6d47c1540e9e5b75be064a2273eb52831192ec +Subproject commit 1e03b176ba320b3be173d38f22dabdde27326166 From 57f9e2b2cb24d33483663b73349c95a7c5be2cd6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 04:15:38 +0000 Subject: [PATCH 01632/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8b906ad4a8a417109fefa266b6622fa4509161ac null Add Python 3 classifiers. This makes sure people know that the client is Python 3 compatible when browsing PyPI. Change-Id: Ie97a4de49bafc2184831ca25bc70d8af3c29d34f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 1e03b176ba32..8b906ad4a8a4 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 1e03b176ba320b3be173d38f22dabdde27326166 +Subproject commit 8b906ad4a8a417109fefa266b6622fa4509161ac From 7b7daa7446d86e56d4fde92668cc3f9f3bcebecc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 04:15:40 +0000 Subject: [PATCH 01633/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 77339936405ba06786c4eea212fa3a217acd787b null demonstrate auth_token behavior with a simple echo service Change-Id: I522faed9fb9d338fcaf9aeec37e04fd5078b6306 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8b906ad4a8a4..77339936405b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8b906ad4a8a417109fefa266b6622fa4509161ac +Subproject commit 77339936405ba06786c4eea212fa3a217acd787b From 663580a17226af4d0ba4f1ca42b1a3b1c733e93e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 04:18:17 +0000 Subject: [PATCH 01634/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b4faf74bb00ba69d774e455cda9f9994e841056d null Use admin_prefix consistently The auth_admin_prefix config option is used manually in a number of places where it could just be set for all requests. Change-Id: Ib690d69bdf075cf7095841a6ab9f419dfe8b1ca8 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 77339936405b..b4faf74bb00b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 77339936405ba06786c4eea212fa3a217acd787b +Subproject commit b4faf74bb00ba69d774e455cda9f9994e841056d From e4dbd315c2279bf9e0ea674c56840fb89edaea46 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 04:18:28 +0000 Subject: [PATCH 01635/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ea969bf3a2ca81be1b90c241b1259eb787d8693c null correct typo of config option name in error message Change-Id: I146e6ac742649ec24c6fbfd8b73a5359e447e76f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b4faf74bb00b..ea969bf3a2ca 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b4faf74bb00ba69d774e455cda9f9994e841056d +Subproject commit ea969bf3a2ca81be1b90c241b1259eb787d8693c From dc2330835dbd897b9cdd7405c06886f0eb60d039 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 04:35:13 +0000 Subject: [PATCH 01636/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 19356011e644dd9165e5638edaa5a43026200ac0 null Remove http_handler config option in auth_token This option was predominately used so that we could substitute a fake handler in place so that we could mock our HTTP calls. This has been replaced for some time now with httpretty so is no longer necessary. Change-Id: I8613f4e189ee977f17b9606547840d5e7847d77a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ea969bf3a2ca..19356011e644 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ea969bf3a2ca81be1b90c241b1259eb787d8693c +Subproject commit 19356011e644dd9165e5638edaa5a43026200ac0 From db4b52a7b22d1fc551ab041e0cc711795ded1273 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 05:52:46 +0000 Subject: [PATCH 01637/18836] Updated openstack/openstack Project: openstack/glance a0a43203fde3c89d0f0e3cf03c577186b027db33 null Documentation for Glance tasks Added some docs for:- - configuration - notifications - statuses partially implements blueprint async-glance-workers Change-Id: I4e33bc3be2278d6906968d1dac3aff6587eef6df --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0e2b8ca31a96..a0a43203fde3 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0e2b8ca31a96e9174a02a1bfb2fc953db68a5b1d +Subproject commit a0a43203fde3c89d0f0e3cf03c577186b027db33 From 354335f136dc78405ad6e3fabbc585527a25a0d4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 09:14:46 +0000 Subject: [PATCH 01638/18836] Updated openstack/openstack Project: openstack/glance 38386298b666784a6de632cdcfec65ce0b50adcd null Sync common db code from Oslo This sync contains commit ``ce69e7f Don't store engine instances in oslo.db `` which removed global engine from oslo.db code. So, added code for work with sqla engines and sessions to Glance - get_engine() and get_session() functions in glance.db.sqlalchemy.api module. Also this remove database slave connection and tpool features, because they was removed from oslo code and seeps to be unused in Glance. Full list of changes: 7959826 db: move all options into database group dda24eb Introduce mysql_sql_mode option, remove old warning 0b5af67 Introduce a method to set any MySQL session SQL mode 8dccc7b Handle ibm_db_sa DBDuplicateEntry integrity errors 0f24d82 Fix migration.db_version when no tables ac84a40 Update log translation domains c0d357b Add model_query() to db.sqlalchemy.utils module 84254fc Fix a small typo in api.py b8a676c Remove CONF.database.connection default value 86707cd Remove None for dict.get() 0545121 Fix duplicating of SQL queries in logs fcf517d Update oslo log messages with translation domains fa05b7c Restore the ability to load the DB backend lazily 630d395 Don't use cfg.CONF in oslo.db ce69e7f Don't store engine instances in oslo.db 35dc1d7 py3kcompat: remove b4f72b2 Don't raise MySQL 2013 'Lost connection' errors 271adfb Format sql in db.sqlalchemy.session docstring 0334cb3 Handle exception messages with six.text_type eff69ce Drop dependency on log from oslo db code 7a11a04 Automatic retry db.api query if db connection lost 11f2add Clean up docstring in db.sqlalchemy.session 1b5147f Only enable MySQL TRADITIONAL mode if we're running against MySQL 39e1c5c Move db tests base.py to common code 986dafd Fix parsing of UC errors in sqlite 3.7.16+/3.8.2+ 9a203e6 Use dialect rather than a particular DB API driver 1779029 Move helper DB functions to db.sqlalchemy.utils bcf6d5e Small edits on help strings ae01e9a Transition from migrate to alembic 70ebb19 Fix mocking of utcnow() for model datetime cols 7aa94df Add a db check for CHARSET=utf8 aff0171 Remove "vim: tabstop=4 shiftwidth=4 softtabstop=4" from headers fa0f36f Fix database connection string is secret 8575d87 Removed copyright from empty files d08d27f Fix the obsolete exception message 8b2b0b7 Use hacking import_exceptions for gettextutils._ 9bc593e Add docstring for exception handlers of session 855644a Removal of _REPOSITORY global variable. ea6caf9 Remove string.lowercase usage a33989e Remove eventlet tpool from common db.api e40903b Database hook enabling traditional mode at MySQL f2115a0 Replace xrange in for loop with range c802fa6 SQLAlchemy error patterns improved 1c1f199 Remove unused import 97d8cf4 Remove lazy loading of database backend Co-authored-by: Zhi Yan Liu Related to blueprint db-use-oslo-common-code Change-Id: Ia73abba8309ccc2ad10a0f636b410984c6b6e5d8 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a0a43203fde3..38386298b666 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a0a43203fde3c89d0f0e3cf03c577186b027db33 +Subproject commit 38386298b666784a6de632cdcfec65ce0b50adcd From 2d5b8b5c79032079ae56447ab1318413e7f0c778 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 09:45:19 +0000 Subject: [PATCH 01639/18836] Updated openstack/openstack Project: openstack/python-troveclient 24281a1ab5a003d115f84705da28fcee7b1c1090 null Replace assertEqual(None, *) with assertIsNone in tests Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. Change-Id: Ifbb144e26b62790d8b8ba9b5c3eea7d04844ee19 Closes-Bug:#1280522 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 59ec2bb43354..24281a1ab5a0 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 59ec2bb43354674f9d0a3f25d8098bc7264bbd45 +Subproject commit 24281a1ab5a003d115f84705da28fcee7b1c1090 From cefcb76155384b029c1b74ce85ce85670ade4c5c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 11:13:22 +0000 Subject: [PATCH 01640/18836] Updated openstack/openstack Project: openstack/python-neutronclient 866d1e18843c8a9ec1c546104563088a6d0052c8 null Enable hacking H233 rule H233: Python 3.x incompatible use of print operator Change-Id: I7acd664b888c0ba049524e5f519c72038d79495b --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index fba38c6b2750..866d1e18843c 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit fba38c6b27506ceaa175e16459b0f07918ae75c7 +Subproject commit 866d1e18843c8a9ec1c546104563088a6d0052c8 From 0e794bfd900d9f204cfda660fe8799b17cb9b3f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 13:30:13 +0000 Subject: [PATCH 01641/18836] Updated openstack/openstack Project: openstack/glance bfddf66ec43442a9a69355635bc535ec4ae234f5 null Replaced calls of get(foo, None) -> get(foo) If no default value is specified, the get method of dictionaries defaults to 'None' already. So removing the 'None' argument to make the code more clean and readable. Change-Id: I2f29315488d515aa2837d06ea59ab41e8ca05fc8 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 38386298b666..bfddf66ec434 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 38386298b666784a6de632cdcfec65ce0b50adcd +Subproject commit bfddf66ec43442a9a69355635bc535ec4ae234f5 From b587414947eb3f0b9f58fe9a56c0970358954f14 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 3 Mar 2014 10:26:12 -0500 Subject: [PATCH 01642/18836] Updated openstack/openstack Project: openstack/requirements 63930089d3076aa9ec06357ee117b6b9c6854514 null migrate 0.8.4 is bad, block it migrate 0.8.4 does a non conditional require on ibm db2 code. This isn't correct, and that version needs to be blocked. Change-Id: I087dc93543843a1f8d5556f3e21a73b1673ae54a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index bea9b138de4e..63930089d307 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit bea9b138de4ec29e5ad69eb9a1d695b502979506 +Subproject commit 63930089d3076aa9ec06357ee117b6b9c6854514 From b3fc44b175bb946a0f362ff7d1cb265eead69274 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 16:43:05 +0000 Subject: [PATCH 01643/18836] Updated openstack/openstack Project: openstack-dev/devstack bd9dbef9329ef4dad0a5ecb3dca29dd9a282c2dc null use "rabbit_hosts" config option instead of "rabbit_host" This allows for easy client configuration against clustered RabbitMQ setups. Does not break existing configs. Change-Id: I2b180f8860a727e35d7b465253689e5e8c44eb98 Closes-Bug: 1286411 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fe09741e14f9..bd9dbef9329e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fe09741e14f94679bdf90e663860a3e9dd55da2d +Subproject commit bd9dbef9329ef4dad0a5ecb3dca29dd9a282c2dc From 6f1934e94abbf58d100a9dea4ae709d395d4311c Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 26 Feb 2014 23:34:18 +0000 Subject: [PATCH 01644/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 0eb52f8d2fe2d06d8071e648b075d175e431451b null Updated from global requirements Change-Id: Ifde266cc299d94a742cd8b76f15bd1f990336d25 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index f7f145c7f11c..0eb52f8d2fe2 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit f7f145c7f11ccc878d8373e30afabab16d881ad6 +Subproject commit 0eb52f8d2fe2d06d8071e648b075d175e431451b From 6aa81ee05bfbde343aa680dbe1d86424f80a1f63 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 19:21:30 +0000 Subject: [PATCH 01645/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 3e8045c9caad407b38758da7f611982809e3a0f5 null test created virtual env directory should git ignored Change-Id: Ifb7aa7f3b142133d03d7dee6f7f43e4f8ce38aed --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 0eb52f8d2fe2..3e8045c9caad 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 0eb52f8d2fe2d06d8071e648b075d175e431451b +Subproject commit 3e8045c9caad407b38758da7f611982809e3a0f5 From e604f856046e0763b479f1d30f06a071032f1df2 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Wed, 11 Dec 2013 16:50:09 +0100 Subject: [PATCH 01646/18836] Updated openstack/openstack Project: openstack/oslo.messaging d8d2ad95d79bad991b471e97a6b7985552aba91b null Allow to requeue the notification message This patch allow to requeue the notification received by the notification listener. Partial implements blueprint notification-subscriber-server Change-Id: I49c4ba91224c280e479edb19289ccb337a2ab843 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 35f6d588a313..d8d2ad95d79b 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 35f6d588a3139159bc6e17d8a19dcbcb5f48f28f +Subproject commit d8d2ad95d79bad991b471e97a6b7985552aba91b From a3550a302a840b8faccf2f68470ca9a74fc4adef Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Thu, 30 Jan 2014 11:00:57 +0100 Subject: [PATCH 01647/18836] Updated openstack/openstack Project: openstack/oslo.messaging 71ac681a73fa8959d1ee44b95f926797d7e99936 null Add multiple exchange per listerner in fake driver This patch allow the FakeListener to listen on multiple FakeExchange. Partial implements blueprint notification-subscriber-server Change-Id: I9830cc01efdd931f6628853f7e84b947d7b855c9 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index d8d2ad95d79b..71ac681a73fa 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit d8d2ad95d79bad991b471e97a6b7985552aba91b +Subproject commit 71ac681a73fa8959d1ee44b95f926797d7e99936 From ca377a5cc4065e816424951881db462dea709dd7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 19:52:50 +0000 Subject: [PATCH 01648/18836] Updated openstack/openstack Project: openstack-dev/devstack 20e176dc3a910b1964f99712557540ff3931780c null Adds support for IBM SDN-VE Neutron plugin This provides the support for the monolithic plugin for IBM SDN-VE that is being added to Neutron here: https://review.openstack.org/#/c/66453/ Implements: blueprint ibm-sdnve-plugin-support Depends-On: I92619a95bca2ae0c37e7fdd39da30119b43d1ad6 DocImpact Change-Id: I0958457355036fdab93156cd7fb4afd1a458918b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bd9dbef9329e..20e176dc3a91 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bd9dbef9329ef4dad0a5ecb3dca29dd9a282c2dc +Subproject commit 20e176dc3a910b1964f99712557540ff3931780c From 1b6907bd8a06d09292197bf44a0e1a2a690d8dab Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Thu, 27 Feb 2014 17:37:14 +0100 Subject: [PATCH 01649/18836] Updated openstack/openstack Project: openstack/oslo.messaging ed2a1545c0abf638dc977d48d78749fe4ec82f74 null Add missing data into the notif. endpoint callback Some information about the notification (ie: message_id and timestamp) are currently not available for the application. This change add them. Partial implements blueprint notification-subscriber-server Change-Id: I83e562725205fb270f6065fe1118c3c9865b2294 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 71ac681a73fa..ed2a1545c0ab 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 71ac681a73fa8959d1ee44b95f926797d7e99936 +Subproject commit ed2a1545c0abf638dc977d48d78749fe4ec82f74 From b350a0a1228d4a62b12b412090b8473003f35190 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 20:49:54 +0000 Subject: [PATCH 01650/18836] Updated openstack/openstack Project: openstack/oslo.messaging 8cccf06c65d47d18870164b787e5e18da4996e93 null notification listener: add allow_requeue param In commit d8d2ad9 we added support for notification listener endpoint methods to return REQUEUE, but if a driver does not support this we raise NotImplementedError when the application attempts to requeue a message. This requeuing behaviour might only be used by an application in unusual, exceptional circumstances and catch users by surprise. Instead, let's require the application to assert that it needs this feature in advance and raise NotImplementError at that point if the driver doesn't support it. Change-Id: Id0bb0e57d2dcc1ec7d752e98c9b1e8e48d99f35c --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index ed2a1545c0ab..8cccf06c65d4 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit ed2a1545c0abf638dc977d48d78749fe4ec82f74 +Subproject commit 8cccf06c65d47d18870164b787e5e18da4996e93 From 6d6a37b715dbeb59abfc8a6c773e07336a329b0b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 3 Mar 2014 22:31:08 +0000 Subject: [PATCH 01651/18836] Updated openstack/openstack Project: openstack/python-novaclient d0b6550d66fd7b67cddba2be42af9a3a40b122fa null Add classifiers for specific versions of Python These are used by automated tools, such as caniusepython3 (https://github.com/brettcannon/caniusepython3) to check on what version of Python the Nova client works. Change-Id: Ie2a652a8c4797b1e1a69c91673e6009f36772667 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 427e346a7b02..d0b6550d66fd 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 427e346a7b021d86f2901d6a5ac1426e6bbe642a +Subproject commit d0b6550d66fd7b67cddba2be42af9a3a40b122fa From 48a1e0ad51f6a042ea8bb46e1e5da0c1e5d2f1fd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 00:56:59 +0000 Subject: [PATCH 01652/18836] Updated openstack/openstack Project: openstack/oslo.messaging 693d6780e785dfa3862a5ddc63017d7ef2484c30 null Do not leak _unique_id out of amqp drivers In commit d8d2ad9 we delayed when a message's unique ID gets added to the duplicate message cache in order to allow for message requeueing. However, as part of this, we exposed the private _unique_id field outside of the driver. This commit reverses that change by storing the ID in the AMQPIncomingMessage object. Change-Id: Ibeb7896de7ad9abf3c6a43495c1a87aabb762c0d --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 8cccf06c65d4..693d6780e785 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 8cccf06c65d47d18870164b787e5e18da4996e93 +Subproject commit 693d6780e785dfa3862a5ddc63017d7ef2484c30 From c2adc9d979904222bc78fa31aad48a375fc0ccfb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 00:57:01 +0000 Subject: [PATCH 01653/18836] Updated openstack/openstack Project: openstack-dev/devstack 6751ed504c5f8c73d96cab093957ed01c246aa7d null Remove bm_poseur, unmaintained and obsolete The bm_poseur git repository link has been broken for over 11 months. The virtualized/fake baremetal environment is not working and has not worked in a long time. Now, on the tail of enabling 'enable -o errexit', this functionality now has a hard break. Change-Id: I3cbd8db58c422bc5273d2433278aaa5e449ecfd9 Closes-Bug: 1285954 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 20e176dc3a91..6751ed504c5f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 20e176dc3a910b1964f99712557540ff3931780c +Subproject commit 6751ed504c5f8c73d96cab093957ed01c246aa7d From 0c0859ff7e66db7358ddb0686e0c17bb0328dd13 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 00:57:08 +0000 Subject: [PATCH 01654/18836] Updated openstack/openstack Project: openstack/python-neutronclient 43f7fa4ab245c74389613dabf869ce6b1336f0dc null Supporting Net-Partition as extension for Nuage plugin A net-partition provides administrative separation between groups of tenant routers/networks/subnets. Within a net-partition, subnets can be shared, and VMs can connect multiple vNICs to subnets within the net-partition. For security and isolation between organizations, VMs may not connect VNICs to subnets within more than one net-partition. This work is in accordance with bp/nuage-networks-plugin which is under review: https://review.openstack.org/#/c/67272/ Change-Id: Ia9b0304f714c65548cd6b8ce6ff74a3075c4e673 Implements: blueprint nuage-net-partition-extension --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 866d1e18843c..43f7fa4ab245 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 866d1e18843c8a9ec1c546104563088a6d0052c8 +Subproject commit 43f7fa4ab245c74389613dabf869ce6b1336f0dc From 450e2160c1c4abbed23a00fa6c0338f515d144c8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 01:05:24 +0000 Subject: [PATCH 01655/18836] Updated openstack/openstack Project: openstack-dev/devstack a98721da9cb0ef70ae25bfd4f7cbf19e9a56d89d null Add configurations for the OpenFlow Agent mechanism driver This patch supports configurations for an environment of the OpenFlow Agent mechanism driver Set the following variables in a localrc to be ran this mechanism driver. Q_ML2_PLUGIN_MECHANISM_DRIVERS=ofagent Q_AGENT=ofagent Implements: blueprint ryu-ml2-driver Change-Id: I774da9a26f241487dfa4ec124b12f528704d860b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6751ed504c5f..a98721da9cb0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6751ed504c5f8c73d96cab093957ed01c246aa7d +Subproject commit a98721da9cb0ef70ae25bfd4f7cbf19e9a56d89d From 6ae362100861eee666cd50c84a40349e071472ae Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 01:13:06 +0000 Subject: [PATCH 01656/18836] Updated openstack/openstack Project: openstack-dev/devstack 9f935cbd4af02fe63021282e13bbb3c88758c346 null devstack (stack.sh) fails when extra config files are specified Latest merge of https://review.openstack.org/#/c/71996/ exposes an issue in stack.sh which did not surface before. Please see the details of the issue in the bug description. Closes bug: 1285884 Change-Id: Ie231c9835497c2a418a61d339dfd5df1aab9e3d7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a98721da9cb0..9f935cbd4af0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a98721da9cb0ef70ae25bfd4f7cbf19e9a56d89d +Subproject commit 9f935cbd4af02fe63021282e13bbb3c88758c346 From c25029459bd27bb8897ddc64cc7237071e142bb8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 01:59:19 +0000 Subject: [PATCH 01657/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 92c6a775df884ec1894cbc85465c469aab1eb950 null fix incorrect use of local local can only be used in functions, this probably broke other projects but no one yet complained. Change-Id: I1a80ae4838769d8ea9ec6b090f277a9a1f338dbf --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b9f5bf63bc3b..92c6a775df88 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b9f5bf63bc3b44e8982d4e615e350e12015ff63e +Subproject commit 92c6a775df884ec1894cbc85465c469aab1eb950 From 27854c48ec8903f9e665988566c8738bc42c9c90 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Mon, 24 Feb 2014 09:10:32 -0500 Subject: [PATCH 01658/18836] Updated openstack/openstack Project: openstack-dev/pbr fe08ee5d79def281590627c07e80d665a09d9ddb null Remove copyright from empty files According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Closes-Bug: #1262424 Change-Id: Ib937beb9f627e7b5e25baa1cd37fd01fcc04fd41 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index ef796d4fc92d..fe08ee5d79de 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit ef796d4fc92d15fc518106f40e2987fb8816b18c +Subproject commit fe08ee5d79def281590627c07e80d665a09d9ddb From f0c7dd392342a089483675011af442fc1069938a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 04:22:07 +0000 Subject: [PATCH 01659/18836] Updated openstack/openstack Project: openstack/python-glanceclient 4f9fc841184d68b7e279066066dc8899ae5d355e null Replace file with open, which is Python 3 compatible Change-Id: I471ae9b372f88a508d4654b1a18c6da90397a828 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 46bf4527109f..4f9fc841184d 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 46bf4527109f8d185d017bcbe16c23f502ab233b +Subproject commit 4f9fc841184d68b7e279066066dc8899ae5d355e From a2a0c5088b6a962d6e26f2d7f12b8b1c029d697d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 04:33:22 +0000 Subject: [PATCH 01660/18836] Updated openstack/openstack Project: openstack/oslo.config 58d7d2f0502d9cc1a149d58f742441c481323c7c null Follow style guide for help strings Improve help strings to follow the style guide: * Capitalize first word of each help string * Finish help strings with "." * Improve wording and follow usual capitalization Change-Id: Iecab34edd35175dcf1cccd4676e5cd91752549ad --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index c577365d2ab3..58d7d2f0502d 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit c577365d2ab343ca7640b50e9ccc4b8f1b023414 +Subproject commit 58d7d2f0502d9cc1a149d58f742441c481323c7c From 6eaf1539874841ad8396e251c81a83d8032ba99c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 04:33:23 +0000 Subject: [PATCH 01661/18836] Updated openstack/openstack Project: openstack/oslo.config a5faf6b79fc0957665f4f6d16538c9d470f59a0e null Do substitution on overrides and defaults too Some of our consuming projects are setting defaults or overrides on config objects that look like $state_path/some/file and we're no longer handling that correctly since commit 2422d4118c97734067ea0b37ae159bc2e3c492c5 Change-Id: I4324bda6f3de3cdf05f8eb3cf16052c04018dec8 Closes-Bug: #1282250 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 58d7d2f0502d..a5faf6b79fc0 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 58d7d2f0502d9cc1a149d58f742441c481323c7c +Subproject commit a5faf6b79fc0957665f4f6d16538c9d470f59a0e From 605cebe51df840270b7290e80975571e7d886f19 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 04:33:24 +0000 Subject: [PATCH 01662/18836] Updated openstack/openstack Project: openstack/oslo.messaging 5594a57012bf980895a601c47acf90a0e50f3d59 null Gracefully handle consumer cancel notifications With mirrored queues and clustered rabbit nodes a queue is still mastered by a single rabbit node. When the rabbit node dies an election occurs amongst the remaining nodes and a new master is elected. When a slave is promoted to master it will close all the open channels to its consumers but it will not close the connections. This is reported to consumers as a consumer cancel notification (CCN). Consumers need to re-subscribe to these queues when they recieve a CCN. kombu 2.1.4+ reports CCNs as channel errors. This patch updates the ensure function to be more inline with the upstream kombu functionality. We now monitor for channel errors as well as connection errors and initiate a reconnect if we detect an error. Change-Id: Ie00f67e65250dc983fa45877c14091ad4ae136b4 Partial-Bug: 856764 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 693d6780e785..5594a57012bf 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 693d6780e785dfa3862a5ddc63017d7ef2484c30 +Subproject commit 5594a57012bf980895a601c47acf90a0e50f3d59 From cae40ebb9562e93d84e37ea554f317cc0c825bc2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 04:33:25 +0000 Subject: [PATCH 01663/18836] Updated openstack/openstack Project: openstack/oslo.messaging 491414408b6049dd8b3babe5ae6c9404644b4a3b null Slow down Kombu reconnect attempts For a rationale for this patch, see the discussion surrounding Bug When reconnecting to a RabbitMQ cluster with mirrored queues in use, the attempt to release the connection can hang "indefinitely" somewhere deep down in Kombu. Blocking the thread for a bit prior to release seems to kludge around the problem where it is otherwise reproduceable. DocImpact Change-Id: Ic2ede3046709b831adf8204e4c909c589c1786c4 Partial-Bug: 856764 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 5594a57012bf..491414408b60 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 5594a57012bf980895a601c47acf90a0e50f3d59 +Subproject commit 491414408b6049dd8b3babe5ae6c9404644b4a3b From 3f4c81871fa2a77fdf9f0e4ca502ad8dcd93c591 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 04:56:20 +0000 Subject: [PATCH 01664/18836] Updated openstack/openstack Project: openstack-dev/pbr 01b12f879060509c514d072b863716d30db4ca0e null Declare support for Python versions in setup.cfg Change-Id: Iffdcf7a6eab6990f9b32669070b8a4173e834613 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index fe08ee5d79de..01b12f879060 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit fe08ee5d79def281590627c07e80d665a09d9ddb +Subproject commit 01b12f879060509c514d072b863716d30db4ca0e From d5f0a6ac9b23ba23a2278e4125f00ee0351cc160 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 04:56:21 +0000 Subject: [PATCH 01665/18836] Updated openstack/openstack Project: openstack/oslo.messaging 68ee02535b57116825bbeade40aed11ff37a1f0d null Don't run python 3 tests by default Remove py33 from the list of environments used when someone runs "tox" without any arguments. The python 3.3 tests do not pass yet, and the expected failure is confusing to new contributors. Change-Id: I1f1307153c4a32e59bcffbf340c31dbf3e70173c --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 491414408b60..68ee02535b57 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 491414408b6049dd8b3babe5ae6c9404644b4a3b +Subproject commit 68ee02535b57116825bbeade40aed11ff37a1f0d From 5d1c4d1284714ddd0049624a92d9b84139aff81f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 07:15:57 +0000 Subject: [PATCH 01666/18836] Updated openstack/openstack Project: openstack-dev/devstack bb2d40b87ca0c1edf583ef957afdd20a2e30f371 null Fix pep8 errors This commit fixes pep8 errors. Change-Id: Ia1f1d61081a86b8a58251918392171cbc60f5ab8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9f935cbd4af0..bb2d40b87ca0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9f935cbd4af02fe63021282e13bbb3c88758c346 +Subproject commit bb2d40b87ca0c1edf583ef957afdd20a2e30f371 From 46b06e5d0b3e0070897d13c7bb817691def56d63 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 09:18:06 +0000 Subject: [PATCH 01667/18836] Updated openstack/openstack Project: openstack/python-glanceclient 9c9b70f0a4325b7b017214ac280ede2172518858 null Python 3: do not use the unicode() function It is Python2-specific, and should not be used in code intended to be portable. Change-Id: Ibebef1a7e51a7444538275d22d444c926b8b4dec Closes-Bug: 1284677 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 4f9fc841184d..9c9b70f0a432 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 4f9fc841184d68b7e279066066dc8899ae5d355e +Subproject commit 9c9b70f0a4325b7b017214ac280ede2172518858 From ea041e0a1172e15bc46ee52c8a04874c0a01a59b Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Fri, 24 Jan 2014 11:06:29 +0800 Subject: [PATCH 01668/18836] Updated openstack/openstack Project: openstack/glance f70b72b78b16d569f469f2cd6381dee6c90ed229 null Add support for API message localization Add support for doing language resolution for a request, based on the Accept-Language HTTP header. For example, an HTTP client can receive API messages in Chinese even if the locale language of the server is English. The underscore (_) method is initialized so that it returns openstack.common.gettextutils.Message objects. The locale of these Message objects is set when exceptions with which they are associated are raised in the context of an HTTP request. docImpact Partially implements bp i18n-messages Signed-off-by: Fei Long Wang Signed-off-by: John Warren Change-Id: I352cda57fe119022c59c6c813b5c8053765b2d3c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index bfddf66ec434..f70b72b78b16 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit bfddf66ec43442a9a69355635bc535ec4ae234f5 +Subproject commit f70b72b78b16d569f469f2cd6381dee6c90ed229 From c88a990ee7810787960ec6a3281cb7526c1f2691 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 18:28:26 +0000 Subject: [PATCH 01669/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b9e924505653bbec2152479c62ab3ee4bb84b2b7 null add some helpfulness to our log output this makes it more explicit what's going on in devstack gate, some sane time ranges for operations (so people can figure out if they are hung), and pointers to logs for each stage. Change-Id: I3dac0ab7f7f637698753ab9398a8cd6da269017d --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 92c6a775df88..b9e924505653 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 92c6a775df884ec1894cbc85465c469aab1eb950 +Subproject commit b9e924505653bbec2152479c62ab3ee4bb84b2b7 From 78ff6ceb8172e6f3d0b8c2c12e2888830f919e67 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 18:39:52 +0000 Subject: [PATCH 01670/18836] Updated openstack/openstack Project: openstack-dev/devstack 9db04f7f30012e5d685d10d350c765ee0ce3f00e null Fix upload function for vmdk files Fix all grep statements failing under -o errexit. Change-Id: I0591a2ba7351d598eb5b29d68a83ce6290600938 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bb2d40b87ca0..9db04f7f3001 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bb2d40b87ca0c1edf583ef957afdd20a2e30f371 +Subproject commit 9db04f7f30012e5d685d10d350c765ee0ce3f00e From b9a1f271c35ccf7259f724f2bb448d5d49ec997e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 18:42:48 +0000 Subject: [PATCH 01671/18836] Updated openstack/openstack Project: openstack/oslo.messaging 543d5f06bb2c72f1ec1e7d7a07bb42cada04ba07 null Remove use of sslutils sslutils is the only oslo-incubator module we use which registers any config options, and we don't even use those config options at runtime. The problem with us using oslo-incubator config options is that they need to be exactly in sync with the oslo-incubator version of those used by every project using oslo.messaging. Avoid all this be inlining validate_ssl_version() until we have it available in a real library. Change-Id: Id3b0bb2e7ede33ede9b66025d1af113ae60cfc58 Closes-Bug: #1287542 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 68ee02535b57..543d5f06bb2c 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 68ee02535b57116825bbeade40aed11ff37a1f0d +Subproject commit 543d5f06bb2c72f1ec1e7d7a07bb42cada04ba07 From 720434799406824743d97daa4d5ec9652f643851 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 4 Mar 2014 18:43:04 +0000 Subject: [PATCH 01672/18836] Updated openstack/openstack Project: openstack/python-glanceclient a9dee7948db06e9bbb01bc3ec8d95ceb9c8f1836 null test_shell: remove a deprecated keyword argument The 'version' keyword argument of argparse.ArgumentParser is deprecated. It was set to 'None' anyway, so just remove it. Closes-Bug: #1281856 Change-Id: I6e5af0d90e9b1e7a6a60d5183c13299101148442 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 9c9b70f0a432..a9dee7948db0 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 9c9b70f0a4325b7b017214ac280ede2172518858 +Subproject commit a9dee7948db06e9bbb01bc3ec8d95ceb9c8f1836 From 78789039962c0a3865c74badc93d3b796d368a15 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 02:02:19 +0000 Subject: [PATCH 01673/18836] Updated openstack/openstack Project: openstack/trove fba8cabea326527bacdeca56760a97e14cdcc18f Merge "Initial support for single instance MongoDB support" --- trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove b/trove index dbf31a7447b1..fba8cabea326 160000 --- a/trove +++ b/trove @@ -1 +1 @@ -Subproject commit dbf31a7447b16d4fd5defb3fb0bfadf7fdfc057f +Subproject commit fba8cabea326527bacdeca56760a97e14cdcc18f From d9ce290f67e3b0c6e60df0309246786ca4d1b4c1 Mon Sep 17 00:00:00 2001 From: JUNJIE NAN Date: Sun, 2 Mar 2014 10:38:54 +0800 Subject: [PATCH 01674/18836] Updated openstack/openstack Project: openstack/python-heatclient aa30e4642a5e71b6149dfc29821d4d85da410cc9 null Enable --help for each command Now heat stack-create --help outputs same with heat --help. It should output the help message for stack-create instead of the global one. Change-Id: I1b451ddb4ecba3bb3294ff3219a5ecad394ada9e --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index b048b1a5bd75..aa30e4642a5e 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit b048b1a5bd7508e35e955dff8bd176b76bbb7354 +Subproject commit aa30e4642a5e71b6149dfc29821d4d85da410cc9 From 17811497910ae9d0d6c43ce3abce892ea5756c2e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 10:50:11 +0000 Subject: [PATCH 01675/18836] Updated openstack/openstack Project: openstack/nova 799c61457dbd34a64ad2fda4283e2d3ccc81fff3 Merge "Adding image multiple location support" --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 80efcae3a3a4..799c61457dbd 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 80efcae3a3a46a1c2960bbc0460d0e42112b60a0 +Subproject commit 799c61457dbd34a64ad2fda4283e2d3ccc81fff3 From d10556f89e77d7eae30dcec5fdbd2d41c244115b Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 4 Mar 2014 15:02:04 -0500 Subject: [PATCH 01676/18836] Updated openstack/openstack Project: openstack-dev/devstack b9a7035081b6a897254f2510b88813f47cbca20b null fix typo in lib/ceilometer this should be is_service_enabled and not service_enabled. Not sure why it passes in the gate, but it fails in stackforge jobs. Change-Id: I876f72cd98ff9c8e4ea28832bc9ac6bbdc3b865d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9db04f7f3001..b9a7035081b6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9db04f7f30012e5d685d10d350c765ee0ce3f00e +Subproject commit b9a7035081b6a897254f2510b88813f47cbca20b From f97be5b1fc1433de04ce78e13c4cf2ef61925ac8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 14:21:10 +0000 Subject: [PATCH 01677/18836] Updated openstack/openstack Project: openstack-dev/devstack 4981bd75322810b5ad5bfc89ba77f6e8fb0733e8 null fix tgt to use 'service' instead of upstart calls the comments in here were largely about oneric, which we don't support any more. service is installed in a precise environment, and will support debian and the upcoming transition to systemd better, so use that instead. Change-Id: If15493549a8c93a7387df9b3bba31443aed46995 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b9a7035081b6..4981bd753228 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b9a7035081b6a897254f2510b88813f47cbca20b +Subproject commit 4981bd75322810b5ad5bfc89ba77f6e8fb0733e8 From 36ca2799ea74518963499e6176c974f4d827f10a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 14:21:53 +0000 Subject: [PATCH 01678/18836] Updated openstack/openstack Project: openstack/glance 9ad6e5f71da8068b7134f3e3cca1801285ad01e8 null Store URI must start with the expected URI scheme Add a check to make sure the store location URI starts with the expected scheme. Also add some more tests for the location. Change-Id: I4ef360b3444d29de209a6e90a5ff29bd74f21155 Closes-Bug: #1287495 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f70b72b78b16..9ad6e5f71da8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f70b72b78b16d569f469f2cd6381dee6c90ed229 +Subproject commit 9ad6e5f71da8068b7134f3e3cca1801285ad01e8 From 96f14971440d67f7f20f53c7f71c49782421d104 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 14:23:37 +0000 Subject: [PATCH 01679/18836] Updated openstack/openstack Project: openstack/glance 6f97173061071cadcd93249cfcaa95c48b83fbcd null Add the OVA container format An OVA package is a tar archive usually containing an OVF directory inside it. Nova needs to be able to differentiate OVF and OVA based on the container format in order to extract the relevant information from it. This patch adds the OVA container format to the Glance configuration. Closes-Bug: #1286375 Change-Id: I5034d2943907823a9296e7a5fb41a28f2d92ec5a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9ad6e5f71da8..6f9717306107 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9ad6e5f71da8068b7134f3e3cca1801285ad01e8 +Subproject commit 6f97173061071cadcd93249cfcaa95c48b83fbcd From f28be5612a9c38facc08c2b0bc75d48b48933ad0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 17:01:22 +0000 Subject: [PATCH 01680/18836] Updated openstack/openstack Project: openstack/cinder 586b284c44e9af827fac6df112598fdac71f94be Merge "GlusterFS: Set permissions on qcow2 snapshot files" --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 4325ccae2880..586b284c44e9 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 4325ccae288061ec9a834843c77a0febe6332494 +Subproject commit 586b284c44e9af827fac6df112598fdac71f94be From 6b7476c3b58c8c525bc2efceeaf6e2922fa08e7c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 18:54:38 +0000 Subject: [PATCH 01681/18836] Updated openstack/openstack Project: openstack/glance 70422c49267e224fd4f39dec6a228a86d41d29d7 null Document for API message localization This patch will add document about how to use the API message localization. Partially implements bp i18n-messages Change-Id: I389103574fc52feed96c592cbafbb52faccda939 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 6f9717306107..70422c49267e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 6f97173061071cadcd93249cfcaa95c48b83fbcd +Subproject commit 70422c49267e224fd4f39dec6a228a86d41d29d7 From f881fe85df435a32a57f08cc9fe46824f06b3c5f Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 28 Feb 2014 11:28:01 -0500 Subject: [PATCH 01682/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b935741f6c93abae1c7aac41da92b475bbe14815 null Atomic write of certificate files and revocation list Using a rename from a temporary file to avoid having partial writes. Closes-Bug: #1285833 Change-Id: I3e70c795be357ceab8e5a1d12202c04fd88a02b8 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 19356011e644..b935741f6c93 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 19356011e644dd9165e5638edaa5a43026200ac0 +Subproject commit b935741f6c93abae1c7aac41da92b475bbe14815 From 73ea4ad611a92d5e0d8028728b6350c3fe00b29c Mon Sep 17 00:00:00 2001 From: Alessandro Pilotti Date: Tue, 4 Mar 2014 21:47:44 +0200 Subject: [PATCH 01683/18836] Updated openstack/openstack Project: openstack/requirements 2d9c3c98ba6ec0e39dadca179ab0bc5c7b22a61f null Sets the min python-novaclient version to 2.16.0 python-novaclient 2.16.0 introduces RDP support required by Horizon for the "hyper-v-rdp-console" BP. Change-Id: I44a0ba108c9272bd6ef7ab71d587367c0eddaaac --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 63930089d307..2d9c3c98ba6e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 63930089d3076aa9ec06357ee117b6b9c6854514 +Subproject commit 2d9c3c98ba6ec0e39dadca179ab0bc5c7b22a61f From 2abaceacf16bf8cd8e7127b56233a5f0d43ea718 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 19:31:06 +0000 Subject: [PATCH 01684/18836] Updated openstack/openstack Project: openstack/python-neutronclient 8047d62846dc3fa39d5aa0edb244cd360f8570f8 null Adds delete of extra-dhcp-opt to the client Add support to delete existing extra-dhcp-opt(s) for a port via the port-update operation. To use it, set the opt_value=null of the opt_name that you want deleted (i.e. neutron port-update --extra-dhcp-opt opt_name=tftp-server,opt_value=null), which will delete this DHCP option from the port. Change-Id: I9c2c2474b2bfe8c8f8c3c3cc1513d2b999643d14 Closes-Bug: 1228008 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 43f7fa4ab245..8047d62846dc 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 43f7fa4ab245c74389613dabf869ce6b1336f0dc +Subproject commit 8047d62846dc3fa39d5aa0edb244cd360f8570f8 From 1899bd173bcd1f14f0f8a3377c216b5eea3b90a7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 19:10:29 +0000 Subject: [PATCH 01685/18836] Updated openstack/openstack Project: openstack/horizon 3a153c86af15f765277737a8a7e58ade0ff27fdf Merge "Host aggregates panel." --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index 3af84a8afe6f..3a153c86af15 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit 3af84a8afe6f99fa0435a1d931e30e5d1ac21786 +Subproject commit 3a153c86af15f765277737a8a7e58ade0ff27fdf From 0cac0f3b70f40b80b7eef297b9102bdf060cd9ed Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 18:57:17 +0000 Subject: [PATCH 01686/18836] Updated openstack/openstack Project: openstack/keystone 388155c128ef282e13925675fa6c8b9f11e6a6b6 Merge "Token Revocation Extension" --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index c8099159f95c..388155c128ef 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit c8099159f95c50b663590ef8a1bc8f3760c49afe +Subproject commit 388155c128ef282e13925675fa6c8b9f11e6a6b6 From e9e84529c151c9184b2c8edef13349c2f141886d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 19:09:30 +0000 Subject: [PATCH 01687/18836] Updated openstack/openstack Project: openstack/heat 0614b707d38a99225caee75c4303ecdcecf9fdbb Merge "Add tools/create_heat_domain helper script" --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 371bbdea47dc..0614b707d38a 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 371bbdea47dce1c7ccea9b55dc769d48c38a4167 +Subproject commit 0614b707d38a99225caee75c4303ecdcecf9fdbb From d7fbf544b2bff266bb4a1d0fb9ce6fea407ab4a6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 19:30:56 +0000 Subject: [PATCH 01688/18836] Updated openstack/openstack Project: openstack/neutron 30f6f2fa4e6e73cf8045febbd1e8d26360714ac5 Merge "Do fip_status migration only for l3-capable plugins" --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 49efd608d395..30f6f2fa4e6e 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 49efd608d395ecede1f8074d17c6a8230ffbb1c6 +Subproject commit 30f6f2fa4e6e73cf8045febbd1e8d26360714ac5 From 7e057623fb1a6bc17523c049fc9acd27abf40dac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 21:44:47 +0000 Subject: [PATCH 01689/18836] Updated openstack/openstack Project: openstack/ceilometer 4d35b216585c3a9fcc57b2768565d0913a7788bd Merge "Per pipeline pluggable resource discovery" --- ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer b/ceilometer index 8b091df446ca..4d35b216585c 160000 --- a/ceilometer +++ b/ceilometer @@ -1 +1 @@ -Subproject commit 8b091df446ca3e3cb5da9dd911e393ce7b147d5f +Subproject commit 4d35b216585c3a9fcc57b2768565d0913a7788bd From b103028995e9bdad9ea5e847e1702adeba8beb04 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 5 Mar 2014 23:57:01 +0000 Subject: [PATCH 01690/18836] Updated openstack/openstack Project: openstack/python-neutronclient 9d8ccad3fab10cecb214a74b89aaad6233df11ea null Python 3: fix a call to ugettext() In Python 3, ugettext() does not exist and gettext() should be used instead. Closes-Bug: 128485 Change-Id: Id9f51f0d630ef0c92fc315253c45d3abba356cd1 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 8047d62846dc..9d8ccad3fab1 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 8047d62846dc3fa39d5aa0edb244cd360f8570f8 +Subproject commit 9d8ccad3fab10cecb214a74b89aaad6233df11ea From 5c423d475c5d359027bc20e267dcf68049fe0a93 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 00:54:36 +0000 Subject: [PATCH 01691/18836] Updated openstack/openstack Project: openstack/python-swiftclient acfaed610cb3fa2d0a64e5a9af77ddd69b78f2ee null Make the help strings constant Have all the option help strinsg match the usage text for that command. Change-Id: I575a71769600f95c33cc4bbc9904b313f890e997 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 52893e3ce548..acfaed610cb3 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 52893e3ce548af98d6b5d30cdda37e7f3da7122f +Subproject commit acfaed610cb3fa2d0a64e5a9af77ddd69b78f2ee From 7f8ca423dfb70b75697f76b7013b250348931160 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 00:57:16 +0000 Subject: [PATCH 01692/18836] Updated openstack/openstack Project: openstack/python-swiftclient d2f3563cde2e7dec28e1ea13c4b02b5063a4c916 null Help string format persistent Keep the format of these strings constant through all options and commands. Change-Id: I67a47bdd5681b4b221baf55933a175568aa8e16d --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index acfaed610cb3..d2f3563cde2e 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit acfaed610cb3fa2d0a64e5a9af77ddd69b78f2ee +Subproject commit d2f3563cde2e7dec28e1ea13c4b02b5063a4c916 From 64cc9e22c63185c26280fdbde48aab9a07a7f4ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 02:06:28 +0000 Subject: [PATCH 01693/18836] Updated openstack/openstack Project: openstack/oslo.messaging 048c8c3e606737342fcaaafcde18bab07d5888dd null Expose PublishErrorsHandler through oslo.messaging Fix up the imports so that the log handler for publishing error messages is available through the oslo.messaging package instead of users having to know the full path inside the sub-module. Change-Id: I5c8ddaf451f7c977d8c400fe920512cdafbc7fdf --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 543d5f06bb2c..048c8c3e6067 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 543d5f06bb2c72f1ec1e7d7a07bb42cada04ba07 +Subproject commit 048c8c3e606737342fcaaafcde18bab07d5888dd From 8a32e602fcb47aa2ff05aaf73ef922d91cc9ffe5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 02:06:28 +0000 Subject: [PATCH 01694/18836] Updated openstack/openstack Project: openstack/oslo.messaging 33ef68c5307dfd94b9a61abf677c235af906871f null Adds unit test cases to impl_qpid Change-Id: I0c056efd9fb8b48d02a11dfb969ee98b736ba017 Closes-Bug: #1255239 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 048c8c3e6067..33ef68c5307d 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 048c8c3e606737342fcaaafcde18bab07d5888dd +Subproject commit 33ef68c5307dfd94b9a61abf677c235af906871f From 2037be75331b69be7d05ed9e82775f76dc401329 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 03:20:54 +0000 Subject: [PATCH 01695/18836] Updated openstack/openstack Project: openstack-dev/devstack f0d30275004bc881c5232fae0cd31f1cff75b0c2 null NCCLIENT_REPO is using the wrong url NCCLIENT_REPO value in lib/neutron_plugins/cisco is pointing to a repo that does not exist. This fix corrects the url. Closes-Bug #1286302 Change-Id: I42db0b3f7a4bbf5d1d053e3da8b4fbb67d47de94 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4981bd753228..f0d30275004b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4981bd75322810b5ad5bfc89ba77f6e8fb0733e8 +Subproject commit f0d30275004bc881c5232fae0cd31f1cff75b0c2 From 97afaa5f22b5c621cd9962077dcf9cd6fc256b54 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Thu, 6 Mar 2014 08:56:23 +0100 Subject: [PATCH 01696/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e9aa963b5eac7c841a5adeb86437c3823a4e47d3 null Set CEILOMETER_PIPELINE_INTERVAL to 15 New incomming tempest tests around will check the notification are correctly collected by ceilometer. But by default the notification are processed every 600 seconds. This is too high for the gate jobs. This patch reduce this interval to 15 seconds to allow ceilometer tempest test to succeed in less than 15 seconds instead of 10 minutes. Change-Id: I4cb5d0eeb03b5b2868664dcb7546d6994217dc03 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b9e924505653..e9aa963b5eac 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b9e924505653bbec2152479c62ab3ee4bb84b2b7 +Subproject commit e9aa963b5eac7c841a5adeb86437c3823a4e47d3 From 461db0dc842fab9e8af306f2fca247f5987e2bfe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 15:12:22 +0000 Subject: [PATCH 01697/18836] Updated openstack/openstack Project: openstack/python-neutronclient 9908706bcd95e3c3334b0dfba5df6410c0bdcc97 null Print human friendly string as an error message This commit also removes a blank line displayed when error_dict['detail'] is empty. When 403 is returned, Forbidden exception is raised from HTTPClient (neutronclient/client.py). There is no reason this exception is raised by it. By this commit v2_0.client now handles 403 response to show human friendly message by parsing Neutron 2.0 -specific error format. Change-Id: Iefbd7db094267fe3799ebf4713e142e62c63174c Closes-Bug: #1246271 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 9d8ccad3fab1..9908706bcd95 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 9d8ccad3fab10cecb214a74b89aaad6233df11ea +Subproject commit 9908706bcd95e3c3334b0dfba5df6410c0bdcc97 From 0e3c538a55c2714e0c0284089573fa8be8f38646 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 16:17:27 +0000 Subject: [PATCH 01698/18836] Updated openstack/openstack Project: openstack-dev/devstack a8f195b96af0f2aba3a1894a661df9861888bd2d null Fix typo in ironic configure function IRONIC_CONF should be replaced by IRONIC_CONF_FILE Change-Id: Ie43e376f42f14c46d21df7dbb19db923521f438b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f0d30275004b..a8f195b96af0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f0d30275004bc881c5232fae0cd31f1cff75b0c2 +Subproject commit a8f195b96af0f2aba3a1894a661df9861888bd2d From 722f98bab70007f0b486df4f1bb3f9fb44550349 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 16:24:12 +0000 Subject: [PATCH 01699/18836] Updated openstack/openstack Project: openstack-dev/devstack 3a07906d9054e282aea2a06098d12f69342056a1 null Use cat instead of read Date: Thu, 6 Mar 2014 17:38:05 +0000 Subject: [PATCH 01700/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 2baefbf1a7802d025975968151018695715dc444 null Rename tempest.conf so it is gz'ed properly Change-Id: I7395ee907326c5fe6588064ec478a582a4a49d0c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e9aa963b5eac..2baefbf1a780 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e9aa963b5eac7c841a5adeb86437c3823a4e47d3 +Subproject commit 2baefbf1a7802d025975968151018695715dc444 From 11e9cdbb54f5845390e772aa7a90ac79652e66cb Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 5 Mar 2014 19:29:33 +0000 Subject: [PATCH 01701/18836] Updated openstack/openstack Project: openstack/python-glanceclient c18536eacb65642f6a82ba347917bf4d9ca2ed3b null Updated from global requirements Change-Id: Ifb298bbb37a94e1d4f5e537b7f4eb086da4c95a9 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index a9dee7948db0..c18536eacb65 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit a9dee7948db06e9bbb01bc3ec8d95ceb9c8f1836 +Subproject commit c18536eacb65642f6a82ba347917bf4d9ca2ed3b From e471ad5b9ad6e8bb17aea09e819396c4bfb0ea8b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 6 Mar 2014 18:41:14 +0000 Subject: [PATCH 01702/18836] Updated openstack/openstack Project: openstack/python-neutronclient a55c44ff0b9c2bfc3993806a973e554292de3c4c null Updated from global requirements Change-Id: I24869d188b7ecdc2a08ed10e1aafdeee2914d127 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 9908706bcd95..a55c44ff0b9c 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 9908706bcd95e3c3334b0dfba5df6410c0bdcc97 +Subproject commit a55c44ff0b9c2bfc3993806a973e554292de3c4c From 2b6b897e019358ea15f479e8e8dba0c72f494dda Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 5 Mar 2014 16:38:54 +0000 Subject: [PATCH 01703/18836] Updated openstack/openstack Project: openstack/heat 7953ce1fecd51b26d213c0d80a3d1bce1295c14e null heat_keystoneclient add legacy fallback path If users fail to observe the reccomendations in the commit messages and/or release notes and use a heat.conf from a previous version of heat currently some functionality will fail due to the missing domain configuration in heat.conf. Instead degrade gracefully with warnings, calling the non-domain functions which are maintained (for now) for backwards compatibility. Hopefully we won't have to maintain this huge pile of legacy stuff for too long :( Change-Id: Ia029d585dfdb2563609725589c41083819a11a3b Closes-Bug: #1287980 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 0614b707d38a..7953ce1fecd5 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 0614b707d38a99225caee75c4303ecdcecf9fdbb +Subproject commit 7953ce1fecd51b26d213c0d80a3d1bce1295c14e From 4ae0751296882cd9ea534cdebdd086d4c7eef122 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 20:54:19 +0000 Subject: [PATCH 01704/18836] Updated openstack/openstack Project: openstack-dev/devstack 82660c69145b4fe749ee1525a33226be084e6948 null Move heat keystone setup into lib/heat Move the heat setup which currently happens in files/keystone_data.sh to lib/heat, where we have create_heat_accounts. Move the user, role, service and endpoint creation as that is consistent with what other services, e.g lib/nova are doing. Change-Id: Iaa2c822cad581d6b2b4f22f8863daf81e25f8485 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3a07906d9054..82660c69145b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3a07906d9054e282aea2a06098d12f69342056a1 +Subproject commit 82660c69145b4fe749ee1525a33226be084e6948 From 1353e69d44f1558540ea00b9a6ed502c9bad6c80 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 21:03:24 +0000 Subject: [PATCH 01705/18836] Updated openstack/openstack Project: openstack-dev/devstack c880fb41b05d94d7c9b5d3acca5ded9a13f14c66 null Fix marconi's storage setting for MongoDB The storage driver should be set to mongodb and the driver's uri to the mongodb:// uri. Change-Id: I6193a5d78f6cd7283b4e3b1831978883b9e99b06 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 82660c69145b..c880fb41b05d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 82660c69145b4fe749ee1525a33226be084e6948 +Subproject commit c880fb41b05d94d7c9b5d3acca5ded9a13f14c66 From b9ede3780e0fdb8b4a63dd50f57c894488b9b837 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 6 Mar 2014 21:03:46 +0000 Subject: [PATCH 01706/18836] Updated openstack/openstack Project: openstack/python-neutronclient 42f48fb1e71a6ff27b4727fbf5cabd2bcad8535a null New exception when auth_url is not specified Certain scenarios into the neutron client will not specify the auth_url. This is typically when a token is specified. However, when the token is expired the neutron client will attempt to refresh the token. Users of this may not have passed in all of the required information for this reauthentication to properly occur. This code fixes an error that occurs in this flow where the auth_url (which is None) is appended to another string. This results in a core Python error. The update will provide a more targetted error message specifying to the user that the auth_url needs to be specified. An associated unit test is also included to validate this behavior. Change-Id: I577ce0c009a9a281acdc238d290a22c5e561ff82 Closes-Bug: #1241275 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index a55c44ff0b9c..42f48fb1e71a 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit a55c44ff0b9c2bfc3993806a973e554292de3c4c +Subproject commit 42f48fb1e71a6ff27b4727fbf5cabd2bcad8535a From ad387d336bd3c629bcd12ddfefb911ad26e44c57 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 5 Mar 2014 19:30:08 +0000 Subject: [PATCH 01707/18836] Updated openstack/openstack Project: openstack/python-openstackclient 64a33b0aa59a1d22fadc41bffebfab04dd6c2cc7 null Updated from global requirements Change-Id: Ic90d9682a9c15795928c0c5b64c41bd06d74243a --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 808fa652109e..64a33b0aa59a 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 808fa652109e8d0141f88b258df05874e6676d98 +Subproject commit 64a33b0aa59a1d22fadc41bffebfab04dd6c2cc7 From 7d5db82bb98f91d39490e38e07076800c013a202 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Mar 2014 01:54:32 +0000 Subject: [PATCH 01708/18836] Updated openstack/openstack Project: openstack-dev/devstack 6756c697d2a605f8dd323cd719a6dc16af49d094 null Inject all account details in tempest.conf The tempest configuration function did not inject all account details in tempest.conf. The only reason why it worked, was because tempest uses default config values which are valid for the current devstack setup. To remove this dependency, two patches are needed: - this one in devstack, to inject all values - https://review.openstack.org/#/c/77602/ in tempest, to change default values to None Partially fixes bug 1287191 Change-Id: I01507b142703a1ff66707464b9a743e9d0ca3e01 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c880fb41b05d..6756c697d2a6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c880fb41b05d94d7c9b5d3acca5ded9a13f14c66 +Subproject commit 6756c697d2a605f8dd323cd719a6dc16af49d094 From 0f908f07c24f8effa09bb32e5b18ad0d7f9fb9d1 Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Thu, 6 Mar 2014 10:51:59 -0800 Subject: [PATCH 01709/18836] Updated openstack/openstack Project: openstack/python-swiftclient 07dd6680821a9332cd6c8bd7883129988e1bd64e null add "info" as an alias to "capabilities" Change-Id: Ia07554250a6aae8f3a6be6a70f83690ec3fc108c --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index d2f3563cde2e..07dd6680821a 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit d2f3563cde2e7dec28e1ea13c4b02b5063a4c916 +Subproject commit 07dd6680821a9332cd6c8bd7883129988e1bd64e From cdd87ad3d3db36b69d2834c1f54b486a6429e515 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 6 Mar 2014 10:25:26 -0600 Subject: [PATCH 01710/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 813f80cab84b436d42f3d7909957348b25bc34c2 null improve configuration help text in auth_token Related-Bug: 1287301 Change-Id: I3499fdf87b49b7499c525465ccd947edfa5cec6d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b935741f6c93..813f80cab84b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b935741f6c93abae1c7aac41da92b475bbe14815 +Subproject commit 813f80cab84b436d42f3d7909957348b25bc34c2 From 5d93baa250527846564c3f0624f8066abbc586c5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 6 Mar 2014 16:01:44 -0800 Subject: [PATCH 01711/18836] Updated openstack/openstack Project: openstack/oslo.config b3475191a3b228211de88b4a666ed75f6c040e1e null Include the 'meta' trove classifiers for python versions Change-Id: I76caa576d9490dfbc9f405d4fb1e9ec0ded762af --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index a5faf6b79fc0..b3475191a3b2 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit a5faf6b79fc0957665f4f6d16538c9d470f59a0e +Subproject commit b3475191a3b228211de88b4a666ed75f6c040e1e From f8a44b65010be088a170d430a30acb69523afbdb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Mar 2014 18:53:58 +0000 Subject: [PATCH 01712/18836] Updated openstack/openstack Project: openstack-dev/devstack 54331b51e77ec07ef365b72b7337c6bdd4246beb null Add support for configuring OVS to work with OpenDaylight This adds support for running OpenDaylight as an OpenStack Neutron plugin under devstack. This entails downloading the latest version of OpenDaylight, configuring it, and running it as a service under devstack. This code also includes pieces which configure Open vSwitch on each devstack node to point at OpenDaylight as their OpenFlow and OVSDB control interface. This is required for compute hosts, which will not be running any Neutron software on them at all. This post-devstack configuration is handled in the extras directory because of the fact there is no Neutron code running on the compute hosts themselves. Closes-bug: #1273917 Change-Id: I696e7c7fe63c835f90c56105775def305a702877 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6756c697d2a6..54331b51e77e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6756c697d2a605f8dd323cd719a6dc16af49d094 +Subproject commit 54331b51e77ec07ef365b72b7337c6bdd4246beb From 5a21ccdd91ffd769fa85cf2ae2009e7072145a19 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Mar 2014 19:57:34 +0000 Subject: [PATCH 01713/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 040fc814463d7789ee514425398d9b29af6217c9 null Improve help strings Improve consistency of help strings: * Add "." at end of help strings and descriptions. * Improve descriptions. * Fix capitalization. Change-Id: I291acea95871734a30192c2e4564267326f9c0a7 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 813f80cab84b..040fc814463d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 813f80cab84b436d42f3d7909957348b25bc34c2 +Subproject commit 040fc814463d7789ee514425398d9b29af6217c9 From 04ef98e85747e5e3e3825bc09c37d405f8994ac0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Mar 2014 20:21:43 +0000 Subject: [PATCH 01714/18836] Updated openstack/openstack Project: openstack-dev/devstack e11e68911e74332d2cbd94cc6bc45e828932e6b7 null Add a few missing package for SUSE Additionally rearranged the package list to be alphabetically sorrted Change-Id: I52cea97da60437250d0b7cf86a71e4a05d765568 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 54331b51e77e..e11e68911e74 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 54331b51e77ec07ef365b72b7337c6bdd4246beb +Subproject commit e11e68911e74332d2cbd94cc6bc45e828932e6b7 From 451fe8c99bf62c5981666447a21d8e92a95b1d1f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 7 Mar 2014 20:32:01 +0000 Subject: [PATCH 01715/18836] Updated openstack/openstack Project: openstack/python-novaclient 3393cb9ff828bf49722617f60f437b1941acd2c7 null Add os-server-external-events support This adds support for the os-server-external-events extension in nova, which allows other services to deliver events to nova. It also adds a shell command to trigger the "network-changed" event manually, which will cause nova to refresh its network cache from neutron. Related to blueprint admin-event-callback-api Change-Id: I1a302a43b6b7a6d8bdc03965a8f4c1a151bcab88 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d0b6550d66fd..3393cb9ff828 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d0b6550d66fd7b67cddba2be42af9a3a40b122fa +Subproject commit 3393cb9ff828bf49722617f60f437b1941acd2c7 From 2775e9562a6ca579c7f1d1b7d54de0dcee22fdb2 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 19 Feb 2014 14:44:03 -0600 Subject: [PATCH 01716/18836] Updated openstack/openstack Project: openstack/python-openstackclient 3435f188a400b21891981c4024c26bcefc7be861 null add interface and url to endpoint list endpoint list is not terribly useful without these details Change-Id: I65b0bdf7667d73ceaad5856171678cabcde003f3 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 64a33b0aa59a..3435f188a400 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 64a33b0aa59a1d22fadc41bffebfab04dd6c2cc7 +Subproject commit 3435f188a400b21891981c4024c26bcefc7be861 From 60a1c9209bf739d955398b9a5c3d3c3bf2a49061 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 6 Mar 2014 16:09:19 -0800 Subject: [PATCH 01717/18836] Updated openstack/openstack Project: openstack-dev/pbr 68e88965b6ed36bc97c27372aa6c410518af7e1a null Init sphinx config values before accessing them. Sphinx's config object needs to have its values initialized with init_values for the values to be loaded from _raw_config into config. Without this pbr gets null equivalent values from Sphinx's config. These null values prevented man pages from being built when Sphinx warnerrors is set. Fix this. Change-Id: I0f17ca6eff036a0bcc6686fcc3f4efe0830cc585 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 01b12f879060..68e88965b6ed 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 01b12f879060509c514d072b863716d30db4ca0e +Subproject commit 68e88965b6ed36bc97c27372aa6c410518af7e1a From c85f2122a76f781e0bf0d05101d7959a4eaf0568 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 00:33:10 +0000 Subject: [PATCH 01718/18836] Updated openstack/openstack Project: openstack/python-openstackclient b0c0b48fdc1a26196b5838db33e3bc0683566b3d null Fixed spelling errors - occurance to occurence Change-Id: Ie0550a1168448d85043d9b4943edd732b1f10307 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 3435f188a400..b0c0b48fdc1a 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 3435f188a400b21891981c4024c26bcefc7be861 +Subproject commit b0c0b48fdc1a26196b5838db33e3bc0683566b3d From c93a26590ce8634745c387d29df73c7e820b5e3d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 00:33:11 +0000 Subject: [PATCH 01719/18836] Updated openstack/openstack Project: openstack/python-openstackclient b03680aea5a3759e38d8b46b0c99df65738f98d7 null Fixed Spelling errors - compatability to compatibility Change-Id: I9da380cef8b798e21fd35882763bd05f5cf1e33e --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index b0c0b48fdc1a..b03680aea5a3 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit b0c0b48fdc1a26196b5838db33e3bc0683566b3d +Subproject commit b03680aea5a3759e38d8b46b0c99df65738f98d7 From 15ce9a36ed741a6dc785b82b1fdbee93f309c5bf Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Fri, 7 Mar 2014 13:11:05 -0800 Subject: [PATCH 01720/18836] Updated openstack/openstack Project: openstack/requirements f8fe09b7ad865d720b04c8841c0c42c07ee76b81 null Sets the minimum python-novaclient version to 2.17.0 python-novaclient 2.17.0 introduces external event support, required for nova/neutron interaction. Change-Id: I3c03bfccb38ec5029370daf25f60575bc3e00103 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 2d9c3c98ba6e..f8fe09b7ad86 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 2d9c3c98ba6ec0e39dadca179ab0bc5c7b22a61f +Subproject commit f8fe09b7ad865d720b04c8841c0c42c07ee76b81 From 7de283150668c4b87a2f474207a8ef097084256d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 01:46:31 +0000 Subject: [PATCH 01721/18836] Updated openstack/openstack Project: openstack/requirements e08592cba1700a365b9a23db66693fd166dcabcd null Update oslo.vmware to be >= 0.2 There are a number of bug fixes that deal with image and session management. Change-Id: I27e62ac6a6d4e0bbadf1be3dbc62d38cd68e9f58 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index f8fe09b7ad86..e08592cba170 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit f8fe09b7ad865d720b04c8841c0c42c07ee76b81 +Subproject commit e08592cba1700a365b9a23db66693fd166dcabcd From fa54b927bc7ebe1556d0e9791c0b82034e3261d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 01:46:33 +0000 Subject: [PATCH 01722/18836] Updated openstack/openstack Project: openstack-dev/devstack da6831200b30aad9f0734c7745b8f081b9854824 null Iniset keystone auth version Introduces support for suth_version config flag in lib/tempest. The variable is named TEMPEST_AUTH_VERSION, and it can be set via localrc, so that the devstack-vm-gate-wrap may control it. The aim is to setup a keystone v3 based experimental check job in tempest experimental pipeline. Partially implements bp multi-keystone-api-version-tests Change-Id: Ia6832d87308c6c7109e6ae0dbd8dff61134718ee --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e11e68911e74..da6831200b30 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e11e68911e74332d2cbd94cc6bc45e828932e6b7 +Subproject commit da6831200b30aad9f0734c7745b8f081b9854824 From 0278a16e5c7acb1cb6cd3c8c8aa371ac0de30426 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 01:46:55 +0000 Subject: [PATCH 01723/18836] Updated openstack/openstack Project: openstack-dev/devstack fa210d2ab6e9bd66d8c47e8ca06611ab5ccb65f5 null make compute-admin correct we lost the admin tenant at some point in the last couple of days which disabled 500 tempest tests. Bring this back. Change-Id: I5cab2074777cab99982ae8fc4a83663e9d128284 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index da6831200b30..fa210d2ab6e9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit da6831200b30aad9f0734c7745b8f081b9854824 +Subproject commit fa210d2ab6e9bd66d8c47e8ca06611ab5ccb65f5 From 514cb09279566e6da663e0608502f2d0073dde36 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 01:46:57 +0000 Subject: [PATCH 01724/18836] Updated openstack/openstack Project: openstack-dev/devstack 33cd549f71809b9b6d6cd07b380213c8e4cfbaff null Refactor vmdk upload code A syntax error is hit when trying to upload a flat vmdk file that is accompanied by a descriptor file. The code block that handles this has some unneeded characters that cause the error. Also, an else-block has been removed so that we can remove an extra indent. Change-Id: Iaf5c914e09da6831eeeec141228b39554a1e2216 Closes-bug: #1288471 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fa210d2ab6e9..33cd549f7180 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fa210d2ab6e9bd66d8c47e8ca06611ab5ccb65f5 +Subproject commit 33cd549f71809b9b6d6cd07b380213c8e4cfbaff From 71aa69de14d18ea56d0b005b06dd52d6201b7bb9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 03:50:54 +0000 Subject: [PATCH 01725/18836] Updated openstack/openstack Project: openstack/python-openstackclient 3293138121c0ad1b91d63eae219c9aae41d758c3 null Add --volume option to image create command Add ability to create an image from a volume. * Added --volume command to image create * Added --force option to image create * Added block to access volume manager in image create * Tests added for the volume option Change-Id: I3910a2b5e04acd0d15dd230747ba6ebca07aa316 Closes-Bug: #1207615 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index b03680aea5a3..3293138121c0 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit b03680aea5a3759e38d8b46b0c99df65738f98d7 +Subproject commit 3293138121c0ad1b91d63eae219c9aae41d758c3 From c8b5609fd8b54281666db4227c7d50dcc5868ed3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 03:50:55 +0000 Subject: [PATCH 01726/18836] Updated openstack/openstack Project: openstack/python-openstackclient 46322387b6e8a6957c50655dffb227452b36c628 null Fixed spelling error, compatability to compatibility Change-Id: I72c1254666a741ffe1070cf8275af889fa323f52 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 3293138121c0..46322387b6e8 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 3293138121c0ad1b91d63eae219c9aae41d758c3 +Subproject commit 46322387b6e8a6957c50655dffb227452b36c628 From 4f4f67fc0f185261265d10d8572f7bb1ffde24aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 07:14:35 +0000 Subject: [PATCH 01727/18836] Updated openstack/openstack Project: openstack/python-glanceclient 23b1b67128a8fee64bc50441035be76296a10e4d null Python3: do not use the 'file' type It does not exist in Python 3, so we have to use a workaround. Change-Id: Ib41b5d12102707004b354835265861710aaba568 Closes-Bug: 1287728 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index c18536eacb65..23b1b67128a8 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit c18536eacb65642f6a82ba347917bf4d9ca2ed3b +Subproject commit 23b1b67128a8fee64bc50441035be76296a10e4d From 659dc960dfaa66359d0dd8140395d1b2d4b6aee7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 09:44:04 +0000 Subject: [PATCH 01728/18836] Updated openstack/openstack Project: openstack/python-glanceclient 2929cc19617362fa5a92b7a9ba18326390424d42 null Python 3: do not use __builtin__ Use six.moves.builtins instead, this works with both Python 2 and 3. Change-Id: I17cdf651edbf7907e2b8b3d6aec9ace8a76b0110 Closes-Bug: 1289107 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 23b1b67128a8..2929cc196173 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 23b1b67128a8fee64bc50441035be76296a10e4d +Subproject commit 2929cc19617362fa5a92b7a9ba18326390424d42 From 18c16a62a8d3723166ac8e9fdba2f6abc6f78147 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 12:55:58 +0000 Subject: [PATCH 01729/18836] Updated openstack/openstack Project: openstack-dev/devstack fb166c3d97f5c94f91a4896317a7c11344686291 null Fix errexit in lib/ldap clear_ldap_state() deletes an object from the DIT that doesn't exist on the first run, this is OK but fails with errexit enabled. Change-Id: I3b881eedc891caa6b2dfd5913e43f3babcfa7d47 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 33cd549f7180..fb166c3d97f5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 33cd549f71809b9b6d6cd07b380213c8e4cfbaff +Subproject commit fb166c3d97f5c94f91a4896317a7c11344686291 From ae66a3205506e99b43121db5fd32db1c209f00db Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 13:25:15 +0000 Subject: [PATCH 01730/18836] Updated openstack/openstack Project: openstack-dev/devstack a6863b346c278919b70f18f56ed050d71d90e754 null Add support for sqlalchemy to Marconi This patch adds a way to setup a marconi instance using sqlalchemy. Change-Id: Ia694b76286835ca2ca935814370aa43544fe84fa --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fb166c3d97f5..a6863b346c27 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fb166c3d97f5c94f91a4896317a7c11344686291 +Subproject commit a6863b346c278919b70f18f56ed050d71d90e754 From 43a0d3140fe619bdc7bb5cc4a49108d483cd4716 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 15:26:31 +0000 Subject: [PATCH 01731/18836] Updated openstack/openstack Project: openstack-dev/devstack e0ec5cce4413d69e58eaeb66ddb3d80638f3cf66 null Add an ability to configure debug-level for ceilometer Change-Id: Ibe9dd2391202a5af291d2eed1559bae60370f9a8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a6863b346c27..e0ec5cce4413 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a6863b346c278919b70f18f56ed050d71d90e754 +Subproject commit e0ec5cce4413d69e58eaeb66ddb3d80638f3cf66 From 556ebf78ea77503bca249262d4bfe2e5a7a2605d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 15:26:33 +0000 Subject: [PATCH 01732/18836] Updated openstack/openstack Project: openstack-dev/devstack b28103b2e8c1d525caa8d150c1f4d2884c428568 null Make stop_swift() more robust for Grenade stop_swift() wasn't calling screen_stop() so the pid files and screen sessions were not being cleaned up. DevStack doesn't really care but Grenade does for the 'base' copy of DevStack. This should be backported to stable/havana for this reason. Change-Id: Ib5afb321cef2b7ad74e69a3fd0d1dad469f78b11 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e0ec5cce4413..b28103b2e8c1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e0ec5cce4413d69e58eaeb66ddb3d80638f3cf66 +Subproject commit b28103b2e8c1d525caa8d150c1f4d2884c428568 From e0a5c38649abfca47457c0aa9b13ee668c18f547 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 15:26:35 +0000 Subject: [PATCH 01733/18836] Updated openstack/openstack Project: openstack-dev/devstack c6fc45582c3abf8b03af3780360470eb2c6b3c2b null Put tempest ipv6 option in the correct group This commit updates the location for the ipv6 option to be in the proper group. This depends on tempest change I35769cf4d18363fad56ed5150b4d01d8a5ad17e7 Change-Id: Ief5ea00649c8954282245e30c63c45557a28ea9f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b28103b2e8c1..c6fc45582c3a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b28103b2e8c1d525caa8d150c1f4d2884c428568 +Subproject commit c6fc45582c3abf8b03af3780360470eb2c6b3c2b From 9b01dc5aa3e192c31a73f4e8f445cafecc0bffa9 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 7 Mar 2014 07:17:45 -0800 Subject: [PATCH 01734/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 2807cd9235f5b43c2d5ac91a99b8f5b7405b5d7f null Use the default home directory location for tempest. The current location is a git checkout. When we update that repo and 'git clean' it, it removes any user configuration we may have set for the tempest user (such as pip mirror locations). Change-Id: Ie4040c8f44592e85ad0d093490aee71b298eec10 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 2baefbf1a780..2807cd9235f5 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 2baefbf1a7802d025975968151018695715dc444 +Subproject commit 2807cd9235f5b43c2d5ac91a99b8f5b7405b5d7f From ebe3f6818f18ae2d4db02219653e00f4622fa390 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 16:18:12 +0000 Subject: [PATCH 01735/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 8dc23a481171267d729674df726eec6f92537971 null Allow tempest to dump the ovs db Looks like in several cases the port used by VMs are trunk port instead of access port, would be nice if we could make those kind of issues more visible on the gate runs. Change-Id: I2eef98188446a4e8bee8a0c9f7f3a7366797a948 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 2807cd9235f5..8dc23a481171 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 2807cd9235f5b43c2d5ac91a99b8f5b7405b5d7f +Subproject commit 8dc23a481171267d729674df726eec6f92537971 From bef010d7ca4de118b9f2d788b08cdd57152cd9d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 16:18:14 +0000 Subject: [PATCH 01736/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 353eb70265a11af25cd10a79379d1e9bc4fcd195 null Add support for running with a custom regex filter This commit adds a new env variable, DEVSTACK_GATE_TEMPEST_REGEX to specify a custom regex filter for running tempest. This will enable users to specify which tempest tests get run. Change-Id: Ied8187e06e7dbb6f9878a6081d08d3ee4035950b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 8dc23a481171..353eb70265a1 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 8dc23a481171267d729674df726eec6f92537971 +Subproject commit 353eb70265a11af25cd10a79379d1e9bc4fcd195 From e1fe51a8d9595dfd8173ebe778e785b81c905db3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 18:01:41 +0000 Subject: [PATCH 01737/18836] Updated openstack/openstack Project: openstack/python-novaclient c92485e703e8c0025c0ed65cae78ac0d777682ea null Fix some spelling mistakes Change-Id: I8da3b73d108b11dc5bb3080215f16486fec95333 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 3393cb9ff828..c92485e703e8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 3393cb9ff828bf49722617f60f437b1941acd2c7 +Subproject commit c92485e703e8c0025c0ed65cae78ac0d777682ea From 74e5ecad5f84d6d1217bc9eb9fec412dae92f9c0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 18:12:44 +0000 Subject: [PATCH 01738/18836] Updated openstack/openstack Project: openstack-dev/devstack 6cb378f8bd9c00ac7d0b37f51809663ec112612f null Don't install vim or locate by default Devstack doesn't need vim or locate, if someone wants to use them, they can just install them afterwards. Change-Id: I00f27c20c86d89465e4aefc67ed645a309c09a03 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c6fc45582c3a..6cb378f8bd9c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c6fc45582c3abf8b03af3780360470eb2c6b3c2b +Subproject commit 6cb378f8bd9c00ac7d0b37f51809663ec112612f From 11d310779f205c2611c38d0c0e51ec0577231822 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 18:12:46 +0000 Subject: [PATCH 01739/18836] Updated openstack/openstack Project: openstack-dev/devstack 45d5db3dff5846336534f3ae8e1dadab91e5fb7c null Fix intermittent error in exercises/floating_ips.sh Every once in a while I see this error running floating_ips.sh: /devstack/exercises/floating_ips.sh:184:ping_check /devstack/functions:356:_ping_check_neutron /devstack/lib/neutron:904:die [ERROR] /devstack/lib/neutron:904 [Fail] Could ping server I think the problem is that it immediately tries to ping right after the icmp rule is deleted. Add a timeout and check so we at least wait one second. Change-Id: I753ec257fa12f6d2ddff1a5b1909e32d8995e173 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6cb378f8bd9c..45d5db3dff58 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6cb378f8bd9c00ac7d0b37f51809663ec112612f +Subproject commit 45d5db3dff5846336534f3ae8e1dadab91e5fb7c From fe05d22b0c96d62d0640e891869ccebe66442ed1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 18:12:49 +0000 Subject: [PATCH 01740/18836] Updated openstack/openstack Project: openstack-dev/devstack 111f0f1bd9f6de307265f8bec29f1a8f782b79d4 null Add heat_stack_owner role for heat trusts usage Heat supports deferred operations via keystone trusts, and we'd like to make that the default. To do this, we require a new role, which is the default role specified in heat.conf trusts_delegated_roles, heat_stack_owner. Add the role to the admin/demo users so they can create heat stacks when we make deferred_auth_method=trusts the default. Change-Id: Idfc70ee89428c23f5965e643486ff2ad9566471c Related-Bug: #1286157 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 45d5db3dff58..111f0f1bd9f6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 45d5db3dff5846336534f3ae8e1dadab91e5fb7c +Subproject commit 111f0f1bd9f6de307265f8bec29f1a8f782b79d4 From 23f6282c9e4280da3bfbd405cbecae0cd444cce7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 8 Mar 2014 19:09:50 +0000 Subject: [PATCH 01741/18836] Updated openstack/openstack Project: openstack-dev/devstack 0dfbf9b4b91c0b95fdaa1735471c2e6f15326098 null Close all logging file descriptors This has lingered for a long time, finally do something about it... Change-Id: Ib90408187698d5d4c23ffb0e527011446efc3c7e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 111f0f1bd9f6..0dfbf9b4b91c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 111f0f1bd9f6de307265f8bec29f1a8f782b79d4 +Subproject commit 0dfbf9b4b91c0b95fdaa1735471c2e6f15326098 From 18f1aa3d4c91af7bad87dc376c1f4d5319b9dd5c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 10:04:06 +0000 Subject: [PATCH 01742/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 56d9205868fd6817ec63e0462d3f8f856b194c10 null Remove blank space after print Change-Id: Ifdc3b61d811bbf5651fd1b41ef75805bb9aff81e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 040fc814463d..56d9205868fd 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 040fc814463d7789ee514425398d9b29af6217c9 +Subproject commit 56d9205868fd6817ec63e0462d3f8f856b194c10 From 7491ab4ffc6b311221fbf6284f46c1b66b97b60f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 16:44:28 +0000 Subject: [PATCH 01743/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c0432e645510ffcd5081421001ff1360ef1ab888 null Add link to the v3 client api doc There was no link from the main page to the v3 client API doc so there's no easy way to get to it or to know that it's there. This adds the link. Change-Id: I3fd49eedcf7b79f6d810ed22cfcffba4ce47dece --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 56d9205868fd..c0432e645510 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 56d9205868fd6817ec63e0462d3f8f856b194c10 +Subproject commit c0432e645510ffcd5081421001ff1360ef1ab888 From f2d473fdc1f94b2a4b2a47c8cb9b4fb7a732afe3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 16:54:08 +0000 Subject: [PATCH 01744/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 66ee065d4cb10e9909a8cc3e1f078cb27615f752 null Fix keystone command man page The overline/underline for the title was too short which generated an error. Change-Id: I2ba30ff9c819c425d5973c8cf5fd92d5642b5885 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c0432e645510..66ee065d4cb1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c0432e645510ffcd5081421001ff1360ef1ab888 +Subproject commit 66ee065d4cb10e9909a8cc3e1f078cb27615f752 From 023fa9fcba3f7f6b0738cc6a9a142485f1c28e4a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 19:45:59 +0000 Subject: [PATCH 01745/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f44f59217ed3872f0fe4cb1b221bd90caf6008fc null Make keystoneclient not log auth tokens I think I've looked at every log statement in this repo and I've either removed the tokens from the log strings or made them print out "" instead. Change-Id: I1efbc834fcab951f6797b56afb5c5519cc70d28c Closes-Bug: 1287938 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 66ee065d4cb1..f44f59217ed3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 66ee065d4cb10e9909a8cc3e1f078cb27615f752 +Subproject commit f44f59217ed3872f0fe4cb1b221bd90caf6008fc From d8a3b39a3e1e9c99ccd423c50c584bcc56071d31 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 19:50:37 +0000 Subject: [PATCH 01746/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2939bf33f6bb1c73d724661d5af7194d22dcd740 null Log the command output on CertificateConfigError In auth_token middleware if the CertificateConfigError is raise for a reason other than the certificate file missing or the ca cert file missing, log the actual output from the verify comment to aid in correcting the issue. Related-Bug: #1285833 Change-Id: I6b469b9037b7ef59993132f87a75152149ee6310 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f44f59217ed3..2939bf33f6bb 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f44f59217ed3872f0fe4cb1b221bd90caf6008fc +Subproject commit 2939bf33f6bb1c73d724661d5af7194d22dcd740 From 5f23a9552fcfd94c33574ab0cd6cf2147f2dd9f5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 19:50:39 +0000 Subject: [PATCH 01747/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6bc6b8cb47f04b460d829e99eb15ed053b17d14e null Remove dependent module py3kcompat Sync commit of removing py3kcompat from oslo Change-Id: Icb7740a3652c26f0c1da3688aae7fb5b10b5c3e2 Closes-Bug: #1280033 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2939bf33f6bb..6bc6b8cb47f0 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2939bf33f6bb1c73d724661d5af7194d22dcd740 +Subproject commit 6bc6b8cb47f04b460d829e99eb15ed053b17d14e From 396314b96b9e597ec5d8d64443570f24f019f6f6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 21:34:19 +0000 Subject: [PATCH 01748/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8246e65c02e6c89e549add4680d9ce0fad4daba7 null Capitalize Client API title consistently The "client v2 API" and "Client v2 API" titles were inconsistenly capitalized. This makes the title capitalization consistent so the index page looks better. Change-Id: I85d033fd5d7f5204cd3d18e8c613dfd0c2a1cdd6 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6bc6b8cb47f0..8246e65c02e6 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6bc6b8cb47f04b460d829e99eb15ed053b17d14e +Subproject commit 8246e65c02e6c89e549add4680d9ce0fad4daba7 From e870c0b634985e91d4a5eee3046581f576502084 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 23:07:56 +0000 Subject: [PATCH 01749/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 353bd6d130956a24d5ac9bc6ad8e5cf5b5cf8bb0 null Privatize auth construction parameters Privatize some of the automatic auth plugin construction work. At some point we are going to need to have this pluggable and i'm not sure the current methods will suffice. It's better to keep this private until we are sure rather than be stuck with a public API. Change-Id: I2a10a9b28bef6c094b1330a0524f1c516f5103fd Closes-Bug: #1287488 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8246e65c02e6..353bd6d13095 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8246e65c02e6c89e549add4680d9ce0fad4daba7 +Subproject commit 353bd6d130956a24d5ac9bc6ad8e5cf5b5cf8bb0 From 55405dfd4da179ef3f903d5eefb3b73aef8d0bec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Mar 2014 23:15:48 +0000 Subject: [PATCH 01750/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8d94c6540a3c8adf31c0bede59d11e0dbc979e2e null Remove reference to non-existent shell doc There's no "shell.rst" document, so the index shouldn't reference it. Change-Id: I0d02b32349cfb6592b432700b4e04fda7fecbba8 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 353bd6d13095..8d94c6540a3c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 353bd6d130956a24d5ac9bc6ad8e5cf5b5cf8bb0 +Subproject commit 8d94c6540a3c8adf31c0bede59d11e0dbc979e2e From 78c8a4803fbbc9dba6bd871c333a0a8d5f79975c Mon Sep 17 00:00:00 2001 From: Alex Holden Date: Fri, 7 Mar 2014 09:33:46 -0800 Subject: [PATCH 01751/18836] Updated openstack/openstack Project: openstack/oslo.messaging b75a9d43786babde47ca05160552e3a0338a4dec null Fixed spelling error - runnung to running Change-Id: I20428f7cb3da449239d8321b1dc1b3f60570ed05 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 33ef68c5307d..b75a9d43786b 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 33ef68c5307dfd94b9a61abf677c235af906871f +Subproject commit b75a9d43786babde47ca05160552e3a0338a4dec From 30750cdb57daca82a6e1fd44a9f2fc9f393ffd4e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 02:26:23 +0000 Subject: [PATCH 01752/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f4f0ce53b5784df5fccf6a3dca70b4ebdea2ec4a null Provide more data to AuthMethod plugins Oauth will need more information from the main authentication object to do its job and it is foreseeable that other method plugins will need to do more complex interactions. We should provide at least the session so these plugins can communicate out and the base auth option so they can find authentication parameters. We also allow kwargs for future expansion. Change-Id: Ieb1c8df4c90729878a7e4c5732e32d7139dd5855 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8d94c6540a3c..f4f0ce53b578 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8d94c6540a3c8adf31c0bede59d11e0dbc979e2e +Subproject commit f4f0ce53b5784df5fccf6a3dca70b4ebdea2ec4a From e53ea3640739f54ae2f3f32af60e3f999813d81c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 03:24:30 +0000 Subject: [PATCH 01753/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d01950e2235f631e1775186c8954b1e01060d8c6 null increase default revocation_cache_time 1 second was originally intended as a useful value for testing purposes, but was never intended to be a production-friendly default. Raising the default value to match the default token_cache_time results in better production performance. Change-Id: I03939d41bc50b32a6aa5ebf93eb71103e16e988f Related-Bug: 1287301 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f4f0ce53b578..d01950e2235f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f4f0ce53b5784df5fccf6a3dca70b4ebdea2ec4a +Subproject commit d01950e2235f631e1775186c8954b1e01060d8c6 From 761690798373b45a94fb152fcecf61bdfb2d551e Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 3 Mar 2014 15:40:31 +0100 Subject: [PATCH 01754/18836] Updated openstack/openstack Project: openstack/django_openstack_auth cfaf79b86e13b2223c045351ca22a96914cddc6e null Use six.moves.urllib.parse instead of urlparse This makes the code compatible with both Python 2 and 3. Partial-Bug: 1287323 Change-Id: Ia9db2732e65a457d547f14a8d5936cfa086a63b8 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index dd98eca42f47..cfaf79b86e13 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit dd98eca42f47a23fbd080959f5a4df48b0f483e8 +Subproject commit cfaf79b86e13b2223c045351ca22a96914cddc6e From 50bcee12bcee2b0ed0afc4379cb127099602b857 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 14:27:32 +0000 Subject: [PATCH 01755/18836] Updated openstack/openstack Project: openstack/oslo.messaging 5f5501f534d1af821d0c6defdc88f0f4e4d0c756 null notify listener: document the metadata callback parameter Add some details about what the metadata parameter contains. Change-Id: I191c1c480c679534c1dede9aa85c51615faf0800 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index b75a9d43786b..5f5501f534d1 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit b75a9d43786babde47ca05160552e3a0338a4dec +Subproject commit 5f5501f534d1af821d0c6defdc88f0f4e4d0c756 From a5d0093cdba7e3f1286394c572fa06a4ddbf8ee9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sat, 8 Mar 2014 15:15:04 +0800 Subject: [PATCH 01756/18836] Updated openstack/openstack Project: openstack/requirements fde324efaf57decd1a33dc61bb1f5f9e93f4d79b null Switch to SQLAlchemy 0.9 After SQLAlchemy-migrate has been fixed for SQLAlchemy 0.9, and after the last problem (with Keystone) has been fixed, we finally can switch to SQLAlchemy 0.9. It is important we do the switch to SQLAlchemy 0.9.x ASAP, because that is what distributions (eg: at least Debian) are using. This also ensure we avoid any future mistakes if we do the gating with SQLAlchemy 0.9. This patch sets the cap from <=0.8.99 to <=0.9.99. Change-Id: I9d2a9e0526359fa1e97df250a63f71496d47367a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e08592cba170..fde324efaf57 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e08592cba1700a365b9a23db66693fd166dcabcd +Subproject commit fde324efaf57decd1a33dc61bb1f5f9e93f4d79b From abfdbd01fc9a9e2ce829fca9434499b8e5663c65 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 15:46:07 +0000 Subject: [PATCH 01757/18836] Updated openstack/openstack Project: openstack-dev/devstack 586fd791a050fea6446f8483acdee9eb21255145 null Take tempurl out of Swift pipeline additions Swift commit 165dd44 added tempurl to the sample config, so now it appears twice in the default devstack-installed configuration. This commit removes tempurl from $SWIFT_EXTRAS_MIDDLEWARE so that it only appears once in the generated proxy pipeline. Change-Id: I4204b2a444312ab87c17f5fb296a43818a4528a6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0dfbf9b4b91c..586fd791a050 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0dfbf9b4b91c0b95fdaa1735471c2e6f15326098 +Subproject commit 586fd791a050fea6446f8483acdee9eb21255145 From d357b75181ea80128ff749c034d11fa2a8c94f54 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 15:46:09 +0000 Subject: [PATCH 01758/18836] Updated openstack/openstack Project: openstack-dev/devstack 9162f9b8ae894ed3a8011acacd52e13a5af670de null Fixed unconditioned source phase in OpenDaylight extras Should source ``lib/opendaylight`` in ``extras.d/80-opendaylight.sh`` only when appropriate services are enabled. Fix for bug/1290033 Change-Id: Ifa470e1e132029f3c5bf255f27c4e96373b339a8 Signed-off-by: Roey Chen --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 586fd791a050..9162f9b8ae89 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 586fd791a050fea6446f8483acdee9eb21255145 +Subproject commit 9162f9b8ae894ed3a8011acacd52e13a5af670de From b6e46b9d50f330af0bd40e224459228b32ea66bb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 15:47:05 +0000 Subject: [PATCH 01759/18836] Updated openstack/openstack Project: openstack-dev/devstack 0c76039622c65428d97e307b7d0687ae5bd8fa6b null Detect missing packages with yum yum -y doesn't report an error when packages are missing (see [1] for upstream discussion). Thus we run the output of yum through a small awk script looking for missing packages output. The one change required for RHEL is that python-wsgiref is included in the distro python, so doesn't need a separate package. [1] https://bugzilla.redhat.com/show_bug.cgi?id=965567 Change-Id: I9908ff4edbf2b0d961d25837a08a34e1417bbb02 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9162f9b8ae89..0c76039622c6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9162f9b8ae894ed3a8011acacd52e13a5af670de +Subproject commit 0c76039622c65428d97e307b7d0687ae5bd8fa6b From ed9f83c9064bf52e1ceb3a300b08da3683976d04 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 15:47:19 +0000 Subject: [PATCH 01760/18836] Updated openstack/openstack Project: openstack/python-glanceclient 8ecc8ae2505428d6eb0be7daf69c009e58561f3d null Sync with Oslo This will help with porting to Python 3. List of merged commits: 04a1abe59ac39890f57d2eed57d3d1b12bb5d757 12bcdb71ffbe9ee1688beed1f0ddb0c198822682 2cfc1a78d8063cf20083cf7df796d730a576551c 302c7c80b503b8090e8118e45061e8903b5339a9 35dc1d797209f0b22ff3ed3b8a6059961563daee 3b248dd683d83fd564f740ea58565d1bc0bd6cc0 4246ce0f373aa8f8955a99a3b6288a32547d8e80 6650435004af149284f0badb2bb8c89005cc7dab 6d55e26aa379fd043c66d1b7c5bf59a1b4a54632 71c22e9b2fbf04fc91a7343d3de0e0c7f10e3988 84d461e859e4b1eb1a00b9b141df61c37da84d2d 8575d87af49ea276341908f83c8c51db13afca44 885828af2297b20a3f9f8e8f6647f7291f784743 8b2b0b743e84ceed7841cf470afed6a5da8e1d07 9f1e7eb4112067423f845bd99ec52256db1c8bb1 bd5dad97585208ea5e86d636f3dc3b669e361a41 be81d6ba70152e5cdd7e8e9d789b9733c6ff527f bec3a5eb8157c0c552c6392ccf0da342ffb8da26 c178e567cb48d3bc67dcf06bcbb4c6a97df9f434 Closes-Bug: 1289690 Change-Id: I39fa5e3fa46ffe9448b381ed54759cb4270cc898 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 2929cc196173..8ecc8ae25054 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 2929cc19617362fa5a92b7a9ba18326390424d42 +Subproject commit 8ecc8ae2505428d6eb0be7daf69c009e58561f3d From fa28125802646fa4ea344f6e1b52013e5ffebe19 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 16:40:50 +0000 Subject: [PATCH 01761/18836] Updated openstack/openstack Project: openstack/python-openstackclient cf8506d2bdbde02a731afb16a839e0660b71a89b null Fix 'keypair show' command output The attempt to get the data dict out of the keypair resource object uses a key 'keypair. This is incorrect, no key is required. Closes-Bug: 1289594 Change-Id: I7887119c1d800d389cb6f63ea7847bea1e25bb52 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 46322387b6e8..cf8506d2bdbd 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 46322387b6e8a6957c50655dffb227452b36c628 +Subproject commit cf8506d2bdbde02a731afb16a839e0660b71a89b From f33d07021f57e8be345b6b71d1869977a12fe8ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 19:31:46 +0000 Subject: [PATCH 01762/18836] Updated openstack/openstack Project: openstack-dev/devstack a35bd8b70f70fda7b184a117106332aff10ff66a null Enable marconi-server to run when USE_SCREEN=false This patch, 1. adds log_file option to marconi.conf 2. redirects the output from marconi-server, in the same precedent set by another project. Change-Id: Ib273a03625d5a4edf8bb3ed7d522d2b087975acd --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0c76039622c6..a35bd8b70f70 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0c76039622c65428d97e307b7d0687ae5bd8fa6b +Subproject commit a35bd8b70f70fda7b184a117106332aff10ff66a From e9759200d031bfcb9f0c40a50c1dfb46603181a9 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 10 Mar 2014 14:52:06 +0000 Subject: [PATCH 01763/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 9408910368a8ac86245e3fc7dc75f3a8ccea215d null Updated from global requirements Change-Id: I8df925dc23eaae9d6866ad9dffbb4f255fedf1ab --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d01950e2235f..9408910368a8 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d01950e2235f631e1775186c8954b1e01060d8c6 +Subproject commit 9408910368a8ac86245e3fc7dc75f3a8ccea215d From 8ba3824804a091bdd401fcfa5e52431b526dd59c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 21:27:23 +0000 Subject: [PATCH 01764/18836] Updated openstack/openstack Project: openstack/requirements bc1fb6ec0f3f0f77c3bfe9a630ccd3f7348c2e7e null Adding support for Django 1.6 Horizon and django_openstack_auth 1.1.4 are both now compatible with Django 1.6. Bumping versions of Django to include 1.6 and django_openstack_auth to force a Django 1.6 compatible version. Partially-implements blueprint django-1point6 Change-Id: Id753ffa53d2484dab39e530de0a41e85f9e07742 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index fde324efaf57..bc1fb6ec0f3f 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit fde324efaf57decd1a33dc61bb1f5f9e93f4d79b +Subproject commit bc1fb6ec0f3f0f77c3bfe9a630ccd3f7348c2e7e From 9faa69d90eb16e01d249d8a837538929a887a41c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 10 Mar 2014 21:27:40 +0000 Subject: [PATCH 01765/18836] Updated openstack/openstack Project: openstack-dev/devstack a508d1a00195b56b13aa3c89a2aa2e978ba33361 null put libvirt debug in the right place libvirt debug setting was happening in a place where we weren't actually resetting the daemon. Move it to into the hypervisor plugin where we do. Change-Id: Ia79b0ef50f6b8fb007a20ce5cb4e510a5e4600a5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a35bd8b70f70..a508d1a00195 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a35bd8b70f70fda7b184a117106332aff10ff66a +Subproject commit a508d1a00195b56b13aa3c89a2aa2e978ba33361 From a11c7ed9bc4603a98294d385fe3f88682318e670 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 00:25:39 +0000 Subject: [PATCH 01766/18836] Updated openstack/openstack Project: openstack/glance 78abbcb7c78c9bf1eff45564548193310773e57c null Log 'image_id' with all BadStoreURI error messages - handle all BadStoreUri exceptions raised by 'legacy_parse_uri' function in one location so that it becomes easier to log the error message with 'image_id' - add tests for 'legacy_parse_uri' Closes-Bug: #1243704 Change-Id: Ifc5de11832860ed51c1eb359d6f5cf78de8c0ba4 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 70422c49267e..78abbcb7c78c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 70422c49267e224fd4f39dec6a228a86d41d29d7 +Subproject commit 78abbcb7c78c9bf1eff45564548193310773e57c From ffaf6bd07fa4554583319b25f2fd71f6419469b2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 01:19:46 +0000 Subject: [PATCH 01767/18836] Updated openstack/openstack Project: openstack/glance cc118d431e9a1e744c9cb911263e000007362729 null Don't enable all stores by default Glance currently enables all stores by default. This patch changes that by removing all stores that require manual configuration and leaving those that work right out of the box. Current behavior causes a lot of confusion to users since most of those stores print errors when they're not configured correctly. All extra stores should be enabled explicitly by users. This fix makes tests use http locations. All other locations besides the default ones should be tested in their own test suites. DocImpact Closes-bug: #1255556 Change-Id: I82073352641d3eb2ab3d6e9a6b64afc99a30dcc7 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 78abbcb7c78c..cc118d431e9a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 78abbcb7c78c9bf1eff45564548193310773e57c +Subproject commit cc118d431e9a1e744c9cb911263e000007362729 From 85214a8168089eef8fb4b3d3f0b3b024f311190b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 01:20:27 +0000 Subject: [PATCH 01768/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c9bfe781415e016b77a4501164e5339eaf663e11 null Fix retry logic When passing retry=True to verify_uuid_token this later should re-call it self when the method fail and this time with retry=False. Change-Id: I7e8f478e5116ac4119df134587f29f3f25ae8a42 Closes-Bug: #1285847 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 9408910368a8..c9bfe781415e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 9408910368a8ac86245e3fc7dc75f3a8ccea215d +Subproject commit c9bfe781415e016b77a4501164e5339eaf663e11 From 9f235e859a47d63a7fbdef7cd87cd56b778256e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 02:14:59 +0000 Subject: [PATCH 01769/18836] Updated openstack/openstack Project: openstack-dev/devstack 46be1ea2ff05542f833ce1369aa944d97699b0d7 null Configuration needed for neutron nova callback Change-Id: I07cb476f5e87e967cd6fbbfc82881e8a147453b4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a508d1a00195..46be1ea2ff05 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a508d1a00195b56b13aa3c89a2aa2e978ba33361 +Subproject commit 46be1ea2ff05542f833ce1369aa944d97699b0d7 From 26a0f0c5f1c39327ecb25034347a788beba866ea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 08:46:19 +0000 Subject: [PATCH 01770/18836] Updated openstack/openstack Project: openstack-dev/devstack 349394b0cfb858dfdea390a20ee80b333380b95e null Update required packages for ryu Sync with the recent reality. Change-Id: I4c37d09e511f3763d2267267815387bd5c825e0e Closes-Bug: 1287541 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 46be1ea2ff05..349394b0cfb8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 46be1ea2ff05542f833ce1369aa944d97699b0d7 +Subproject commit 349394b0cfb858dfdea390a20ee80b333380b95e From 8ae6f87ff8424b8e69f5a9b113602a7484f0e366 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 08:51:39 +0000 Subject: [PATCH 01771/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f12afc6c738bf58688614a9b3d641fabb5bc5787 null Fix state modifying catalog tests Some of the service catalog tests modify the global state. They should take a copy of the dictionary before modifying it. Change-Id: I5de52949d561322958f603022af893f087c55e03 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c9bfe781415e..f12afc6c738b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c9bfe781415e016b77a4501164e5339eaf663e11 +Subproject commit f12afc6c738bf58688614a9b3d641fabb5bc5787 From d9f98fa5ac1acc8be96dac42ec31252da74e0fd3 Mon Sep 17 00:00:00 2001 From: Michael Yu Date: Tue, 18 Feb 2014 12:22:30 -0800 Subject: [PATCH 01772/18836] Updated openstack/openstack Project: openstack/python-troveclient d140ff2811819d647b11f6cd376610b4f9f69e8c null Adding datastore_version column to instances list table Change-Id: Ieef6b41d97c71ffd4099c199c1221f23628012db Closes-Bug: #1279952 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 24281a1ab5a0..d140ff281181 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 24281a1ab5a003d115f84705da28fcee7b1c1090 +Subproject commit d140ff2811819d647b11f6cd376610b4f9f69e8c From ef327c38b88b4de1d63f5b4beaf1d29c6a498ea0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 15:16:59 +0000 Subject: [PATCH 01773/18836] Updated openstack/openstack Project: openstack-dev/devstack 3b06c40707552e0930247a73d02602bc71074c7c null Add n-obj to stop_nova Add missing nova-object service to nova services list Change-Id: Ib26204b69356ad030ba3d03f095993370fbb2676 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 349394b0cfb8..3b06c4070755 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 349394b0cfb858dfdea390a20ee80b333380b95e +Subproject commit 3b06c40707552e0930247a73d02602bc71074c7c From 3a2b10d583cda4ffe65e0288a99465030156fbcb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 15:43:48 +0000 Subject: [PATCH 01774/18836] Updated openstack/openstack Project: openstack/requirements b19584db398faa5af9543d2c944147139cdfad0f null Revert "Switch to SQLAlchemy 0.9" This reverts commit fde324efaf57decd1a33dc61bb1f5f9e93f4d79b --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index bc1fb6ec0f3f..b19584db398f 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit bc1fb6ec0f3f0f77c3bfe9a630ccd3f7348c2e7e +Subproject commit b19584db398faa5af9543d2c944147139cdfad0f From 2547fad3b918e1e6d91f53ce9fa53c58fc446887 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 15:43:50 +0000 Subject: [PATCH 01775/18836] Updated openstack/openstack Project: openstack-dev/devstack efad7911a484fd6908856499a83ad8e15af4527a null Use the python-pyOpenSSL package openSUSE Recent pyOpenSSL releases when installed from pip depend on cryptography>=0.2.1, which itself depends on cffi>=0.8. That is conflicting with the python-cffi (0.7.2) package on openSUSE-13.1 which is required by the installed python-xattr. Change-Id: I721ce5288d150a3b01fb2558f7ca86028d734138 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3b06c4070755..efad7911a484 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3b06c40707552e0930247a73d02602bc71074c7c +Subproject commit efad7911a484fd6908856499a83ad8e15af4527a From 78f2111042dbadd31b082f1f549bf61ebea900ec Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 17:27:33 +0000 Subject: [PATCH 01776/18836] Updated openstack/openstack Project: openstack/requirements f01acb2f203df40baa0ded0965513d4d5ae6caf5 null Correct iso8601 parseing invalid year num iso8601 should raise reasonable error when parsing timestamp with invalid years. This is implemented in iso8601 version 0.1.9. More details please see the bug description and the issue on bitbucket. Change-Id: I23ec6a125110294f49eb55ced02ff4e5965a0b99 Closes-Bug: #1266398 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b19584db398f..f01acb2f203d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b19584db398faa5af9543d2c944147139cdfad0f +Subproject commit f01acb2f203df40baa0ded0965513d4d5ae6caf5 From 55b8e0fdc5d61177d575a674cc128b46d213e5d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 11 Mar 2014 20:01:35 +0000 Subject: [PATCH 01777/18836] Updated openstack/openstack Project: openstack-dev/devstack 9ea10307b731bee577013939356dfd9e84ce1839 null Fix inverted conditionals in setup_develop This fixes regressions introduced by: Change-Id: Ic97e68348f46245b271567893b447fcedbd7bd6e ("Handle non-zero exit code from git diff") Change-Id: I053a292c287f3035eef37db2264eda06a170f9bc Closes-Bug: 1287513 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index efad7911a484..9ea10307b731 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit efad7911a484fd6908856499a83ad8e15af4527a +Subproject commit 9ea10307b731bee577013939356dfd9e84ce1839 From 8d746028b5290f291b1d9627ab83e4028d7ecd43 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 02:13:16 +0000 Subject: [PATCH 01778/18836] Updated openstack/openstack Project: openstack/python-cinderclient de4f9c42cd38e7df59981bfc37a2ec9a51ccb157 null Client support for export and import backup service metadata Add client code to a new admin API for backup-export and backup-import allowing an admin to copy the backup metadata details. client code for https://review.openstack.org/#/c/69351/ blueprint cinder-backup-recover-api DocImpact new admin API calls backup-import and backup-export Change-Id: Id306fc9cf562a87bb6a36eae692852eefc592b74 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 3ec28c3309d2..de4f9c42cd38 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 3ec28c3309d28d99a10ab1e1b55fd360fd2a97b5 +Subproject commit de4f9c42cd38e7df59981bfc37a2ec9a51ccb157 From aea42e609c36b9f44d4db9c72f25d8e4684ba7af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 02:13:18 +0000 Subject: [PATCH 01779/18836] Updated openstack/openstack Project: openstack/python-swiftclient 41f5763b2b2b6ec69d26799be8d8726742a536ce null TCP port is appended two time in ClientException urlparse netloc contains the TCP port if presents. There is no need to provide conn.port when building CLientException. Change-Id: Id3e4fa8c4f4ab2ad693b0e8702ab69ed7c291830 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 07dd6680821a..41f5763b2b2b 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 07dd6680821a9332cd6c8bd7883129988e1bd64e +Subproject commit 41f5763b2b2b6ec69d26799be8d8726742a536ce From 608993ccb4bc6f5365199be2b6ce8ba0d93527b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 02:58:43 +0000 Subject: [PATCH 01780/18836] Updated openstack/openstack Project: openstack-dev/devstack 5600870fe62ec1410278a013bf829d57143ebf8c null put libvirt debug behind a flag only turn on the libvirt debugging if we really need it, which we could control in the gate via devstack-gate. Change-Id: I5e6d41d5333357608ab6a614610c060400f70a10 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9ea10307b731..5600870fe62e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9ea10307b731bee577013939356dfd9e84ce1839 +Subproject commit 5600870fe62ec1410278a013bf829d57143ebf8c From d84ce2285c37a6d0019019cf8011e274d0472b23 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 05:33:05 +0000 Subject: [PATCH 01781/18836] Updated openstack/openstack Project: openstack-dev/devstack 7b83410947097d43a3b38db08e9961bbff7e69bc null Stop running setup_devel for Ryu It doesn't work here for various reasons. - Ryu's setup.py is incompatible with global requirements - This code is called before install_infra. Ryu is not a part of OpenStack anyway. Closes-Bug: 1287569 Change-Id: I01a942411f7d06bdf8f1fec5d1a0bc319560f329 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5600870fe62e..7b8341094709 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5600870fe62ec1410278a013bf829d57143ebf8c +Subproject commit 7b83410947097d43a3b38db08e9961bbff7e69bc From 1b31cc49393424041bea1c04f530e091b9fb840e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 05:33:17 +0000 Subject: [PATCH 01782/18836] Updated openstack/openstack Project: openstack-dev/devstack 96a10ea6a6baaf2a44fb56e27506e6b6e5527536 null remove distros that are out of support by their upstream raring EOL was - 27 Jan 2014 f18 EOL was - 14 Jan 2014 opensuse 12.2 was - 15 Jan 2014 if their upstream isn't going to support them, we shouldn't be in devstack. this additionally leaves us in an interesting situation that there is no longer *any* opensuse version listed as supported. if the opensuse community doesn't step up here we should probably look at removing it. Change-Id: Ibb883930b430477dfd3b5126c5db04f95a50d3a7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7b8341094709..96a10ea6a6ba 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7b83410947097d43a3b38db08e9961bbff7e69bc +Subproject commit 96a10ea6a6baaf2a44fb56e27506e6b6e5527536 From c7c557d8fc36dfbb87de1a8dd6d5f635540e4ab7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 05:36:10 +0000 Subject: [PATCH 01783/18836] Updated openstack/openstack Project: openstack-dev/devstack 3c78e080864c9b202132d8ce0e493933f3d2ab36 null Install script for One Convergence Neutron plugin. Change-Id: I1dcc625a7c986e7533820b01af9eee5b8addcffe Implements: install for blueprint oc-nvsd-neutron-plugin --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 96a10ea6a6ba..3c78e080864c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 96a10ea6a6baaf2a44fb56e27506e6b6e5527536 +Subproject commit 3c78e080864c9b202132d8ce0e493933f3d2ab36 From 3bb062534e7b834798a6e12319ba8b70f783e430 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 05:41:13 +0000 Subject: [PATCH 01784/18836] Updated openstack/openstack Project: openstack/glance cce794ffa88351f67ed99deb64b8039343fd0861 null Provide explicit image create value in Registry v2 API test Assign an explicit created_at datetime value to image db fixtures, it be used to fixes race condition in Registry v2 API test cases. Closes-Bug: #1279753 Change-Id: Ia1957e8c024f81eeaa3c0bc094dd62db1be52d07 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cc118d431e9a..cce794ffa883 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cc118d431e9a1e744c9cb911263e000007362729 +Subproject commit cce794ffa88351f67ed99deb64b8039343fd0861 From ec91dd23639795fafe246d38d7e03eccd9a5e299 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 06:28:55 +0000 Subject: [PATCH 01785/18836] Updated openstack/openstack Project: openstack/glance 09b583e3031c0794496f29dfb381d09441aa92ab null Remove import specific validation from tasks resource Task-type specific validation should not be placed in the the task resource as this will vary among providers. Validation of the input values should occur in the task script and be reported as part of the task status. Change-Id: Ifbc1af868359e6bd51b18b10cd5402340438917a Closes-bug: #1288337 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cce794ffa883..09b583e3031c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cce794ffa88351f67ed99deb64b8039343fd0861 +Subproject commit 09b583e3031c0794496f29dfb381d09441aa92ab From 523cdb1107bda5d6e34c2f08d90b0bf45d88c594 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 12:50:19 +0000 Subject: [PATCH 01786/18836] Updated openstack/openstack Project: openstack/django_openstack_auth aa79d1ad0551e950b6d28f6b2d14e837f6303ad1 null moves default keystone API to v3 v2.0 of the keystone API was deprecated in icehouse-2, moving to support v3 by default. This also fixes a bug in Horizon where if you specify v3 for the API version and v2.0 is still the auth url, login fails. Implements blueprint keystone-v3-default Partial-bug: #1267636 Change-Id: Ibc4872f24125fa74230eab781b002dffdba5f5da --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index cfaf79b86e13..aa79d1ad0551 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit cfaf79b86e13b2223c045351ca22a96914cddc6e +Subproject commit aa79d1ad0551e950b6d28f6b2d14e837f6303ad1 From 20a7b2e3cb10fd90b713012c0cf0d3135c7d9d61 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Sat, 8 Mar 2014 02:43:30 +0400 Subject: [PATCH 01787/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4c413f31ba7f2bf40fa2de8a617533df66fbedfd null Rename Savanna to Sahara Change-Id: Ib053747debbb11eda3ebae298ddcd0a35ddcf3bc --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 353eb70265a1..4c413f31ba7f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 353eb70265a11af25cd10a79379d1e9bc4fcd195 +Subproject commit 4c413f31ba7f2bf40fa2de8a617533df66fbedfd From 1bfe318ada1c1c2176b4bcfc1aa57b0c7a46cd88 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 16:59:22 +0000 Subject: [PATCH 01788/18836] Updated openstack/openstack Project: openstack-dev/devstack 63d06bcad9b6716fc4c4f69d52a83ccd40d160b2 null Make mongo install for ceilometer NOPRIME mongodb packages are missing on some platforms, so we switch to a manual install. Also gate the mongo call in cleanup Change-Id: I1755e461c66be30da3db2a0994f908503c4c38ea --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3c78e080864c..63d06bcad9b6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3c78e080864c9b202132d8ce0e493933f3d2ab36 +Subproject commit 63d06bcad9b6716fc4c4f69d52a83ccd40d160b2 From 264522df07512cb858115244b92950e8e7dca9ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 12 Mar 2014 17:08:31 +0000 Subject: [PATCH 01789/18836] Updated openstack/openstack Project: openstack-dev/devstack c0dea9789b1d6133624444b99b9c9e6b7c09714f null Do not restart libvirt if n-cpu is disabled If this service is disable in localrc, libvirt does not installed at all, and should not be restarted. Change-Id: Iaf482d4a82a26546c25249b3e32c7e629d862a1b Closes: bug 1288236 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 63d06bcad9b6..c0dea9789b1d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 63d06bcad9b6716fc4c4f69d52a83ccd40d160b2 +Subproject commit c0dea9789b1d6133624444b99b9c9e6b7c09714f From e7c0d2e66fd896e52b34a2962dafec096bf8d4b2 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 10 Mar 2014 21:37:10 +0000 Subject: [PATCH 01790/18836] Updated openstack/openstack Project: openstack/python-openstackclient 65f094e73802380b967c75c126c0938281973707 null Updated from global requirements Change-Id: I73f40a5fd569d0a5e341aabbece1885a7478d7f5 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index cf8506d2bdbd..65f094e73802 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit cf8506d2bdbde02a731afb16a839e0660b71a89b +Subproject commit 65f094e73802380b967c75c126c0938281973707 From 7e98d885d58a0d9dc9482cc9587f45fd0090cee5 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 10 Mar 2014 18:21:10 +0000 Subject: [PATCH 01791/18836] Updated openstack/openstack Project: openstack/python-heatclient 38098938be46998b651060c81fa92a9ecad562f6 null Rename --timeout global option and make it work The --timeout option doesn't work for standalone use-cases when you specify no-client-auth, and it's also confusing since it's easily misinterpreted as an option related to the heat timeouts provided to stack-create and in future stack-update. So take this opportunity to rename the option to --api-timeout, which hopefully more accurately reflects it's purpose, and don't pass a default (just let requests use the global default socket timeout) as it seems relatively unlikely users will wait for 10 minutes before pressing Ctrl-C on interactive shell requests. Change-Id: I52480f0d128735bf5f312fc88f4078f27717baf2 Partial-Bug: #1290456 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index aa30e4642a5e..38098938be46 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit aa30e4642a5e71b6149dfc29821d4d85da410cc9 +Subproject commit 38098938be46998b651060c81fa92a9ecad562f6 From 90baa91702e7b6ccaececf0cafc3e1cf195048e3 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 12 Mar 2014 20:50:58 +0400 Subject: [PATCH 01792/18836] Updated openstack/openstack Project: openstack/requirements 297b22d03befb3e3ca4e3ae801204ee19004895c null Rename Savanna to Sahara Change-Id: Ied6f746c286ece66a0f0fa91a08459032c72f20e --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index f01acb2f203d..297b22d03bef 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit f01acb2f203df40baa0ded0965513d4d5ae6caf5 +Subproject commit 297b22d03befb3e3ca4e3ae801204ee19004895c From e284c6a8453ad04e30f56017cc58c57a8ad8ed66 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 02:15:03 +0000 Subject: [PATCH 01793/18836] Updated openstack/openstack Project: openstack-dev/devstack dd1b5bb46549a145a74601d2702008a9051a7e52 null Split up stop_nova to match start_nova Split stop_nova into: stop_nova_compute and stop_nova_rest. This is needed to support the partial-ncpu grenade test where we want to stop everything but nova_compute. Change-Id: I6a21821277e56897d705ca5746806e2211632d12 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c0dea9789b1d..dd1b5bb46549 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c0dea9789b1d6133624444b99b9c9e6b7c09714f +Subproject commit dd1b5bb46549a145a74601d2702008a9051a7e52 From 8341c38d9198b400f9a98fd929a5873dc899f134 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 05:07:03 +0000 Subject: [PATCH 01794/18836] Updated openstack/openstack Project: openstack-dev/devstack ce33a78563ad1ea8dfa137d8a7cf666ed99b2e97 null Rename all Savanna usages to Sahara There are several backward compatibility nits. Change-Id: I93cac543375896602d158860cc557f86e41bcb63 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index dd1b5bb46549..ce33a78563ad 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit dd1b5bb46549a145a74601d2702008a9051a7e52 +Subproject commit ce33a78563ad1ea8dfa137d8a7cf666ed99b2e97 From b31c525f31fe99757ee5cd8f41bb486a6325ce70 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 06:33:24 +0000 Subject: [PATCH 01795/18836] Updated openstack/openstack Project: openstack/python-openstackclient ce63fa01219cf4a6e1fab8c3be7e5d20d35f08e1 null Add ability to set key value pairs in projects Add supporto of extra key value pairs for projects (aka tenants) * Added option --property key=value to create and set commands * Support for versions v2 and v3 Change-Id: I84064b8b308579d1b66c83b1ed3d1a37614ec087 Closes-Bug: #1220280 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 65f094e73802..ce63fa01219c 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 65f094e73802380b967c75c126c0938281973707 +Subproject commit ce63fa01219cf4a6e1fab8c3be7e5d20d35f08e1 From 56e920bc57151066971eb6f74477624863d9ad34 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 13 Mar 2014 01:54:12 +0000 Subject: [PATCH 01796/18836] Updated openstack/openstack Project: openstack/python-cinderclient fa3b3b907f6b4d536e6e39d1148a6b0304418f9f null Updated from global requirements Change-Id: Ib0922bbc1be3c8f738e547fe54a080036b072cdd --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index de4f9c42cd38..fa3b3b907f6b 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit de4f9c42cd38e7df59981bfc37a2ec9a51ccb157 +Subproject commit fa3b3b907f6b4d536e6e39d1148a6b0304418f9f From 1a8d245821c0a59ca51241e19b823261ff47451b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 13 Mar 2014 01:47:54 +0000 Subject: [PATCH 01797/18836] Updated openstack/openstack Project: openstack/glance eb887a2219d3818509549e3e065f387096453549 null Updated from global requirements Change-Id: Ic042a64906cf69214261d6651787c08c6f025ea5 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 09b583e3031c..eb887a2219d3 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 09b583e3031c0794496f29dfb381d09441aa92ab +Subproject commit eb887a2219d3818509549e3e065f387096453549 From 100c0a331c89ff683da1764692dd2816476436a2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 15:37:11 +0000 Subject: [PATCH 01798/18836] Updated openstack/openstack Project: openstack/glance 9b07feffd988dbb1784b11d721197464a996bbf1 null Provide an upgrade period for enabling stores 1f6381a73f5c99f1f731d6c4f9defb91bd2d042d disabled all stores by default, this casues upgrade issues for CD environments and folks that are not aware of the change. This patch adds a way to attempt enabling the store if its configuration parameters were set. If the store fails to load and it's not in `known_stores` then no error will be reported. The patch also warns the user when a store succeeds to load but it was not explicitly enabled in `known_stores`. Note that there may be false positives since some stores may not require any configuration parameter. Change-Id: Ie784fe90003a5064aaf16fadb7266bf7a46e2cf5 Closes-Bug: #1290969 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index eb887a2219d3..9b07feffd988 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit eb887a2219d3818509549e3e065f387096453549 +Subproject commit 9b07feffd988dbb1784b11d721197464a996bbf1 From ac3acccac7c8ab613744f031df049df4d1a51ed9 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Thu, 13 Mar 2014 14:32:19 +0400 Subject: [PATCH 01799/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 07ef82ea06780a070e4c218932309596fa5c4a8c null Temp enable savanna service for sahara tests. Change-Id: I040cc87c18e830fdcfb6702299974671a43a6060 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4c413f31ba7f..07ef82ea0678 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4c413f31ba7f2bf40fa2de8a617533df66fbedfd +Subproject commit 07ef82ea06780a070e4c218932309596fa5c4a8c From 291884a545eba1f45d54fbd907ee6f156c09cc37 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 16:37:25 +0000 Subject: [PATCH 01800/18836] Updated openstack/openstack Project: openstack/python-cinderclient 7df33d6e2fa9437eb72144fd4eb6ae503961cf0f null Update doc string for service disable It should be "Disable" but not "Enable" in doc string when disable a service. Change-Id: I658090d4e218222c76947c37f340fb2ab7d26ce3 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index fa3b3b907f6b..7df33d6e2fa9 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit fa3b3b907f6b4d536e6e39d1148a6b0304418f9f +Subproject commit 7df33d6e2fa9437eb72144fd4eb6ae503961cf0f From 57eb2ff114cc1c6028a3980b45d76d1ae01eec40 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 17:45:09 +0000 Subject: [PATCH 01801/18836] Updated openstack/openstack Project: openstack/glance 2d3fa9eeebe7099bd738ee7f48e24b9301cc2398 null API v2: Allow GET on unowned images with show_image_direct_url This fixes an issue where copy.deepcopy was being a called on an ImmutableLocations object, causing a Forbidden to be raised. Change-Id: Ia7ac121478cf63d68bd5a3d91faa51a42afeb2fe Closes-Bug: 1287888 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9b07feffd988..2d3fa9eeebe7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9b07feffd988dbb1784b11d721197464a996bbf1 +Subproject commit 2d3fa9eeebe7099bd738ee7f48e24b9301cc2398 From 491920c8311a79e63308c8e8e10f0391cb0ebc5a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 19:12:47 +0000 Subject: [PATCH 01802/18836] Updated openstack/openstack Project: openstack-dev/devstack f8afb8bee1de1ccad21c71abb5ba0b1f54296a02 null remove additional f18 references f18 has been EOL for 6 weeks now, time to purge it from devstack Change-Id: I5aac2c63b2f4cd8b01ae685b1acf4c188637558b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ce33a78563ad..f8afb8bee1de 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ce33a78563ad1ea8dfa137d8a7cf666ed99b2e97 +Subproject commit f8afb8bee1de1ccad21c71abb5ba0b1f54296a02 From e6110581b27c05c54622200e29714457d072b80e Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Thu, 13 Jun 2013 15:25:39 +0000 Subject: [PATCH 01803/18836] Updated openstack/openstack Project: openstack/python-novaclient c40891b2824805458db40067ab669d961ecfdfed null Nova CLI for server groups CLI support for blueprint instance-group-api-extension REST API support:- https://review.openstack.org/#/c/62557/ DocImpact - supports create, list, get and delete - only V2 is supported Change-Id: Iaa5a2922b9a0eed9f682b7584c2acf582379b422 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c92485e703e8..c40891b28248 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c92485e703e8c0025c0ed65cae78ac0d777682ea +Subproject commit c40891b2824805458db40067ab669d961ecfdfed From d85d6a09cd9776b513cbbd962ddfc43f68eabc53 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 22:50:23 +0000 Subject: [PATCH 01804/18836] Updated openstack/openstack Project: openstack/python-novaclient 14deb0194e38bb53a753085ac0aab8ca4038cf5f null Removes copy of output of 'nova help' from README Removes the copy of the otuput of 'nova help' from the README.rst file. It's out of date and given its not autogenerated is rather prone to getting out of date again soon anyway. Just leave the command that people need to run in order to print the help message. Change-Id: I3cd069838302913bc69cc0ded5d632c7f8c3f408 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c40891b28248..14deb0194e38 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c40891b2824805458db40067ab669d961ecfdfed +Subproject commit 14deb0194e38bb53a753085ac0aab8ca4038cf5f From f7b258aade0fccc7a7dbf1b074e4a3dd36412554 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Fri, 7 Mar 2014 18:25:41 +0000 Subject: [PATCH 01805/18836] Updated openstack/openstack Project: openstack/python-openstackclient 0c0803d363aeae9e8a6eb2cdaf4b5baedee416dc null identity v3 allow project list filtering by domain The underlying keystoneclient interface allows filtering by domain, so support it in the cli interface because it makes project list much nicer to use in a multi-domain deployment. Change-Id: If3f5cf1205c1e9cf314f8286a3ae81bda4456b8f Closes-Bug: #1289513 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index ce63fa01219c..0c0803d363ae 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit ce63fa01219cf4a6e1fab8c3be7e5d20d35f08e1 +Subproject commit 0c0803d363aeae9e8a6eb2cdaf4b5baedee416dc From 98b02a9c692601da309e7acb3939b2d6b0009044 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 13 Mar 2014 23:05:32 +0000 Subject: [PATCH 01806/18836] Updated openstack/openstack Project: openstack/python-cinderclient bd98d3264b87d6e8bab3175d24a3649aa41c24e6 null Import access module from keystoneclient to handle V3 endpoints * service_catalog.py will be used only by nova(cinder.py), it will be removed if nova uses access instead of service_catalog. Then service_catalog.py and test_service_catalog.py will be removed from cinderclient if necessary. * Some unit tests are modified. * Because of JSON format's modification, functions that process cinder credentials and cinder endpoints are changed. * Add dependency for keystoneclient in requirements.txt. Change-Id: Icf7badfdddcf5f55536d95db7242aff58aa34b6e Closes-Bug: #1263876 bp: service-catalog --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 7df33d6e2fa9..bd98d3264b87 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 7df33d6e2fa9437eb72144fd4eb6ae503961cf0f +Subproject commit bd98d3264b87d6e8bab3175d24a3649aa41c24e6 From bb8315e70efe8a4c0022d34e27a2b22fa101bbd9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 00:10:34 +0000 Subject: [PATCH 01807/18836] Updated openstack/openstack Project: openstack-dev/devstack db43b78ec569f1afa320677f34c999574b7126e4 null make git_clone safer the ensures that if the function returns early, we return to a sane directory, and not hang out somewhere that a future git call might modify a directory in a weird way. This is especially important in the case of stable branches where were are hopping between stable for servers and master for clients. Change-Id: Ib8ebbc23b1813bc1bfb31d0a079f1b882135bd39 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f8afb8bee1de..db43b78ec569 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f8afb8bee1de1ccad21c71abb5ba0b1f54296a02 +Subproject commit db43b78ec569f1afa320677f34c999574b7126e4 From 0ac3128c7687a64214fbd567202aa13ebcaed552 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 01:37:23 +0000 Subject: [PATCH 01808/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 24bc69f7e8545aba63e410c868c3e57beba4e528 null Handle Token/Endpoint authentication This is essentially the Admin token where your authentication will always use a given token and have no means of querying information from within that token blob. Change-Id: Ia4317836d6fc1e62c65a1dcbd84c820d90832dc4 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f12afc6c738b..24bc69f7e854 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f12afc6c738bf58688614a9b3d641fabb5bc5787 +Subproject commit 24bc69f7e8545aba63e410c868c3e57beba4e528 From 2a09a2ab13344b2243be50c8ba84b963e5054a82 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 02:56:06 +0000 Subject: [PATCH 01809/18836] Updated openstack/openstack Project: openstack/python-keystoneclient aefa61356ca1693d8ec5402e58e8af2ece61f9b6 null Set the right permissions for signing_dir in tests This partially fixes a bug with permissions warnings being logged during the tests. Change-Id: Ia399a52a49a0ca9d6b74ea90147beea42a36b24d Partial-Bug: #1219480 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 24bc69f7e854..aefa61356ca1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 24bc69f7e8545aba63e410c868c3e57beba4e528 +Subproject commit aefa61356ca1693d8ec5402e58e8af2ece61f9b6 From e86245090256772b9f301bd475f6b98f053db1e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 02:56:20 +0000 Subject: [PATCH 01810/18836] Updated openstack/openstack Project: openstack-dev/devstack 92b400fd6383d5182bc196e1a33f89b3c5e42723 null change the vmdk to the one used in VMWare ci The debian image that defaults to being using with vmware is huge, and it turns out it's not actually used in VMWare ci so we don't really know if it's working. Instead use the vmdk that is used in VMWare ci, which we know will boot, as we get results everyday. Change-Id: I014746af293852525e2bd128c4d19f5889ecd55d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index db43b78ec569..92b400fd6383 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit db43b78ec569f1afa320677f34c999574b7126e4 +Subproject commit 92b400fd6383d5182bc196e1a33f89b3c5e42723 From f16651c96430da609a00b540a1e8e199fb8697e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 04:45:07 +0000 Subject: [PATCH 01811/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8e080753aece2037fc173210dbf9139590e02832 null Add request/access token and consumer support for keystoneclient Add support for creating request and access tokens, and to authorize request tokens. Also adding basic CRUD for consumer entities. implements: bp add-oauth-support Change-Id: I9137e3426c82c73855ae0e50317cfd6477195318 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index aefa61356ca1..8e080753aece 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit aefa61356ca1693d8ec5402e58e8af2ece61f9b6 +Subproject commit 8e080753aece2037fc173210dbf9139590e02832 From 7daae40e6e83cf76f347cbce6f7af0341cfe1951 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 04:50:40 +0000 Subject: [PATCH 01812/18836] Updated openstack/openstack Project: openstack/python-keystoneclient bb4c5ad114a68e406b2dc81c2a1c8039c9f9ef1f null Authenticate via oauth Add support to authenticate with keystone via oauth access tokens. Change-Id: I958983f505e261e3f1920a8df66eced3258b001e implements: bp add-oauth-support --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8e080753aece..bb4c5ad114a6 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8e080753aece2037fc173210dbf9139590e02832 +Subproject commit bb4c5ad114a68e406b2dc81c2a1c8039c9f9ef1f From c45cd3902e14a7045fc15acef8fd4440cfb7a76b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 04:50:42 +0000 Subject: [PATCH 01813/18836] Updated openstack/openstack Project: openstack/python-cinderclient 141ccf77b550e5c1192bcc051c70508ed0822952 null Update service function name for service enable When testing the function of enabling a service, the function name should be test_service_enable. Change-Id: I951c94315392834250183e0219b32804e5d2de66 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index bd98d3264b87..141ccf77b550 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit bd98d3264b87d6e8bab3175d24a3649aa41c24e6 +Subproject commit 141ccf77b550e5c1192bcc051c70508ed0822952 From 97cb097f236744eb9fe26941dd4a40b72bdd4b48 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 06:36:43 +0000 Subject: [PATCH 01814/18836] Updated openstack/openstack Project: openstack-dev/devstack 78de5862170cbee90a3d37e89ad0f184b7b54b19 null Supporting Nuage Networks' Plugin through devstack Nuage networks' plugin specific configuration setting file for devstack Change-Id: I936f87b8fbc6f90130514b2fc0d111eab861da7c Implements: blueprint nuage-networks-plugin --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 92b400fd6383..78de5862170c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 92b400fd6383d5182bc196e1a33f89b3c5e42723 +Subproject commit 78de5862170cbee90a3d37e89ad0f184b7b54b19 From 7d08cba97067d8584a364e4924b682a0db6f4492 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 06:36:46 +0000 Subject: [PATCH 01815/18836] Updated openstack/openstack Project: openstack/glance 665a2330af8932e2d4b2fdaa26f01cfa5446b1cf null Include Location header in POST /tasks response In addition to returning a 201, a successful POST to /tasks should include a Location header with the direct path to the newly created resource. Closes-bug: #1287760 Change-Id: I11001e1d6bb5168f0ee80c3d81574e59ddd47147 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 2d3fa9eeebe7..665a2330af89 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 2d3fa9eeebe7099bd738ee7f48e24b9301cc2398 +Subproject commit 665a2330af8932e2d4b2fdaa26f01cfa5446b1cf From 63d24f92a28f41f5c9c7f2085ed5d2c7694caa0d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 06:58:29 +0000 Subject: [PATCH 01816/18836] Updated openstack/openstack Project: openstack/glance 0e8773c14a65cd6db31e512028ea527bd86f8fdf null Catch exception when image cache pruning If a cached image file does not exist, os.stat will throw an exception and the glance-cache-pruner can fail to run when it encounters the non-existent file. Adds a catch for the possible exception and sets file size to 0 so the glance-cache-pruner can successfully run and prune the cache. Change-Id: I55bee82c4a7aa0393d36c603c91adb8b44a7c7a3 Fixes: bug #1286240 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 665a2330af89..0e8773c14a65 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 665a2330af8932e2d4b2fdaa26f01cfa5446b1cf +Subproject commit 0e8773c14a65cd6db31e512028ea527bd86f8fdf From 496ed7a4de2938b4e01e5fc3bcfc97ef9376a95a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 07:22:13 +0000 Subject: [PATCH 01817/18836] Updated openstack/openstack Project: openstack/glance 697db03ed603fd616e2a88851c90278d71196a9c null Fix glance db migration failed on 031 In fact, the first where expression has filtered the duplicated locations, and the second filters the locations which have more than 1 rows, so the second result set is included in the first. In DB2, if the boolean of where expression is true, it will throw error. So remove the second where expression to fix glance db migration failed on 031. Fixes bug #1287087 Change-Id: Id485b6d20696e989d10f3759011387137543918a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0e8773c14a65..697db03ed603 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0e8773c14a65cd6db31e512028ea527bd86f8fdf +Subproject commit 697db03ed603fd616e2a88851c90278d71196a9c From 9b8c553e8badd66a1542fd3df7ac9a19b881710c Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Thu, 27 Feb 2014 14:51:13 -0800 Subject: [PATCH 01818/18836] Updated openstack/openstack Project: openstack/python-neutronclient fb0650cebc52643a1b978e74b1360760ba687bd9 null CLI support for NSX gateway devices Related to blueprint nsx-remote-net-gw-integration Change-Id: Iedd080a29e281355420ace955fb09d196b54a316 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 42f48fb1e71a..fb0650cebc52 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 42f48fb1e71a6ff27b4727fbf5cabd2bcad8535a +Subproject commit fb0650cebc52643a1b978e74b1360760ba687bd9 From 2b6b26191e5150514832cb1823ef9cc401a6ebd4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 08:52:34 +0000 Subject: [PATCH 01819/18836] Updated openstack/openstack Project: openstack/python-neutronclient 308d71427a06da52cb1689dedb9aab0f443fef6c null Replace assertEqual(None, *) with assertIsNone in tests Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. Change-Id: I442951deb2bc6df199a1dd76142f71fc92e6f745 Closes-Bug:#1280522 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index fb0650cebc52..308d71427a06 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit fb0650cebc52643a1b978e74b1360760ba687bd9 +Subproject commit 308d71427a06da52cb1689dedb9aab0f443fef6c From 6253ddc36128f3ae0d9627fa282269fa063d1b3b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 14 Mar 2014 09:00:07 +0000 Subject: [PATCH 01820/18836] Updated openstack/openstack Project: openstack/python-neutronclient 25f6966f3fc3509b28d31f048e7a587a8c853966 null Updated from global requirements Change-Id: I54601b68bdf8660990efa82cdd8c961e7aff990c --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 308d71427a06..25f6966f3fc3 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 308d71427a06da52cb1689dedb9aab0f443fef6c +Subproject commit 25f6966f3fc3509b28d31f048e7a587a8c853966 From a6e87a33aea9b1ea481c9d50cfefb5832c85685f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 13:10:05 +0000 Subject: [PATCH 01821/18836] Updated openstack/openstack Project: openstack-dev/devstack 3e57ac64e75c5a5b55c2fb2d23e5b3d6377121ed null Only stop n-cpu in stop_nova_compute Move screen_stop n-cpu from stop_nova_rest to stop_nova_compute. Change-Id: I672673a55869d3f68e12c476924fc742e8260f39 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 78de5862170c..3e57ac64e75c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 78de5862170cbee90a3d37e89ad0f184b7b54b19 +Subproject commit 3e57ac64e75c5a5b55c2fb2d23e5b3d6377121ed From 81d6599f7481eef93c2729b3079b9e8c723f0a4b Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 10 Mar 2014 21:56:13 +0000 Subject: [PATCH 01822/18836] Updated openstack/openstack Project: openstack/python-heatclient d9e3b3d2cdae60804851200ef96d9c8250bce210 null Deprecate create/adopt --create-timeout in favor of --timeout Replace the --create-timeout option with a more generic and intuitive --timeout option, which can also later be used for update. Since users may be using this option and it does currently work, leave the old -c/--create-timeout option for now, but mark deprecated in the usage and output a warning message if users use it. To make this warning visible the default loglevel is changed to WARNING. Note neither timeout contains an integer default now, we rely on the server-side default (which is 60mins anyway) as this make the fallback to support the previous option easier and potentially to provide an easier way to solve heat bug #1290603. Partial-Bug: #1290456 Related-Bug: #1290603 Change-Id: Ia8c8d61b259ffa1f8a59d29a3e7fa7d9c128984f --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 38098938be46..d9e3b3d2cdae 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 38098938be46998b651060c81fa92a9ecad562f6 +Subproject commit d9e3b3d2cdae60804851200ef96d9c8250bce210 From b4020c3e5526d4cb8110bafcb38c3d8e3151b88e Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 10 Mar 2014 23:19:31 +0000 Subject: [PATCH 01823/18836] Updated openstack/openstack Project: openstack/python-heatclient f12b1cd5fc2ce66d828eed731b347c33fb790a5c null Add timeout option to stack-update The API spec says the PUT which handles stack-update accepts a timeout_mins argument, so add CLI support for it, making the interface consistent with create/adopt. Note this argument currently isn't respected by heat, ref bug #1290603 Change-Id: Ie8d51540d0d93be51966e60601fd02d635cdae09 Closes-Bug: #1290456 Related-Bug: #1290603 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index d9e3b3d2cdae..f12b1cd5fc2c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit d9e3b3d2cdae60804851200ef96d9c8250bce210 +Subproject commit f12b1cd5fc2ce66d828eed731b347c33fb790a5c From ab36d45a1fd81f355ded0da2bde81887b62860fd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 14:32:54 +0000 Subject: [PATCH 01824/18836] Updated openstack/openstack Project: openstack/python-swiftclient d721dc7b61dabe49a603b781d44a05bfd9c9bed4 null Improve help strings Make help strings more consistent: * Fix wording and grammar, remove duplicated words * Add "." consistently everywhere. Change-Id: I37f94600df2a58532633f6bab2ab82fc5e91a75b --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 41f5763b2b2b..d721dc7b61da 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 41f5763b2b2b6ec69d26799be8d8726742a536ce +Subproject commit d721dc7b61dabe49a603b781d44a05bfd9c9bed4 From c3006fc799729ee1fc12ff2c0f3367bd4bbcca63 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 14:33:19 +0000 Subject: [PATCH 01825/18836] Updated openstack/openstack Project: openstack-dev/devstack 509140e25c84dd78bde86c68f531f83572fd2946 null remove docker from devstack with I1c9bea2fdeebc4199c4f7d8fca4580a6fb7fed5b nova removed docker from it's driver tree. We shouldn't have driver support inside of devstack that's not part of upstream projects (this has been a line we've been pretty clear on with Neutron drivers in the past). Remove docker driver accordingly. Change-Id: Ib91d415ea1616d99a5c5e7bc3b9015392fda5847 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3e57ac64e75c..509140e25c84 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3e57ac64e75c5a5b55c2fb2d23e5b3d6377121ed +Subproject commit 509140e25c84dd78bde86c68f531f83572fd2946 From f9b0586340c637fa0ab3d2003abd5d70d664b7bb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 14:33:22 +0000 Subject: [PATCH 01826/18836] Updated openstack/openstack Project: openstack-dev/devstack bcc885d88d4e43fa547b92ac6430e5891c50f2d5 null Additional attempts to flosh stdout/stderr The logfile output is piped through awk to apply a timestamp and filter out all of the xtrace commands in the xtrace output. A while back we added fflush("") which is supposed to flush all open output files and pipes. It appears that gawk in precise is old enough that it may only flush stdout, so explicitly flush the logfile handle. Change-Id: If5198c2da2a3278eed8ae3d50c7ca5c15eac6d94 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 509140e25c84..bcc885d88d4e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 509140e25c84dd78bde86c68f531f83572fd2946 +Subproject commit bcc885d88d4e43fa547b92ac6430e5891c50f2d5 From b98fe53475a57b2fcdb230a8b3ecdbee81b37319 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 14:33:24 +0000 Subject: [PATCH 01827/18836] Updated openstack/openstack Project: openstack-dev/devstack 1fef36e526727b6057ba0d54049e07260a49b1f4 null test for adding crazy branches as found by dansmith's clever hack, if devstack lands a crazy branch name in stackrc, we'd break the devstack gate. While it's doubtful anyone would do this, add a basic sanity check. Change-Id: Ib3b1881ed4fd520a1828ed073a7c8353e6f0a839 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bcc885d88d4e..1fef36e52672 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bcc885d88d4e43fa547b92ac6430e5891c50f2d5 +Subproject commit 1fef36e526727b6057ba0d54049e07260a49b1f4 From 0d1bc8979b1c23a4310d7083ede74d32b87ebd1a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 14:33:44 +0000 Subject: [PATCH 01828/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6ae2e34896948fa7640f97afacfa2e9359f6d1bd null Archive config files along with logs When debugging gate failures, it's useful to know what the config file looked like in order to replicate issues locally or spot possible errors at a glance. This patch makes the cleanup function keep the config files of every project (if present). Change-Id: Id8a99c35e9e4370cfb316c5a4aae2899fea3f5bc --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 07ef82ea0678..6ae2e3489694 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 07ef82ea06780a070e4c218932309596fa5c4a8c +Subproject commit 6ae2e34896948fa7640f97afacfa2e9359f6d1bd From 017ed841ca31c0b961629e5ef04b39c7f19d76be Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 15:57:17 +0000 Subject: [PATCH 01829/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 07f4043eba5019e7a19805f64b5c04848187f243 null Fixed DEVSTACK_GATE_TEMPEST_REGEX. This string was incorrectly tested with an integer comparison operator (-ne) instead of a string comparison operator (!=). Change-Id: I4ba8da1940c882a40c81ff38d80e0750e21d3daf Closes-Bug: #1292138 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6ae2e3489694..07f4043eba50 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6ae2e34896948fa7640f97afacfa2e9359f6d1bd +Subproject commit 07f4043eba5019e7a19805f64b5c04848187f243 From 7d489c897b1b871bcc307c40cf1bf953bc61aa66 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Wed, 12 Mar 2014 13:51:56 +0000 Subject: [PATCH 01830/18836] Updated openstack/openstack Project: openstack/glance c6365cc4f5f9b0c5456839302566da5aca236ab2 null Makes possible to enable Registry API v1 and v2 This change will make possible to enable/disable both v1 and v2 Registry APIs either individually or together from glance-registry.conf. DocImpact Closes bug: #1290432 Change-Id: Ib2458b3312bdb552975b1e42485086a1c3aa6d3f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 697db03ed603..c6365cc4f5f9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 697db03ed603fd616e2a88851c90278d71196a9c +Subproject commit c6365cc4f5f9b0c5456839302566da5aca236ab2 From 8853cc8b55a855bebd1c7109ba552809b274ca85 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 16:14:54 +0000 Subject: [PATCH 01831/18836] Updated openstack/openstack Project: openstack/python-heatclient bdaaf7bdefce678ca38cce036b786268dc4be156 null Remove unused versions define in template_format.py Remove unused 'HEAT_VERSIONS' and 'CFN_VERSIONS' define in template_format.py. Change-Id: I32202662ff62bc3e57b3af73b4163d2378887901 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index f12b1cd5fc2c..bdaaf7bdefce 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit f12b1cd5fc2ce66d828eed731b347c33fb790a5c +Subproject commit bdaaf7bdefce678ca38cce036b786268dc4be156 From 537566009f49486da93de1aa351c88c0283cf1fc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 16:31:58 +0000 Subject: [PATCH 01832/18836] Updated openstack/openstack Project: openstack/python-cinderclient 98dade06f07a995785a110ca08a3d9b883f03f94 null Remove call to undefined install.post_process() Oslo commit b5cca99e5281d9c0c5eda444137e418b31209c45 removed the obsolete redhat-eventlet.patch. Part of this commit removed the post_process() method which we were still calling in tools/install_venv.py . The post_process function was just there to do any distro-specific post processing. By default, that was nothing. So, this is safe to remove. This same change was made to python-novaclient with commit 0194492059920fd8d9d91849c341b2de0b561089 . Closes-bug: 1275025 Change-Id: I4c52e2c0d3d6553f5d33e94cd6e8622160febc37 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 141ccf77b550..98dade06f07a 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 141ccf77b550e5c1192bcc051c70508ed0822952 +Subproject commit 98dade06f07a995785a110ca08a3d9b883f03f94 From d11293e993866a674be2a927d84709e6a3bb7def Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 16:31:59 +0000 Subject: [PATCH 01833/18836] Updated openstack/openstack Project: openstack/python-cinderclient e8e785f0164ac7ce15652505c600fc580bc44620 null Remove vim header Making this change for python-cinderclient to be consistent with Cinder. The same change was made to Cinder via commit ff3f2e5735f0d486b72b6881b05ace94d6d34d03 . Partial-bug 1229324 Change-Id: I69fb960f499f0c9a9c9671d46d10170477cf6695 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 98dade06f07a..e8e785f0164a 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 98dade06f07a995785a110ca08a3d9b883f03f94 +Subproject commit e8e785f0164ac7ce15652505c600fc580bc44620 From 81a048fbaab2c67f5aeed200bb82c88584b8e799 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 17:48:41 +0000 Subject: [PATCH 01834/18836] Updated openstack/openstack Project: openstack/python-neutronclient a331268b11013590a9e10d74554c1e2a28cbb014 null Empty file shouldn't contain copyright nor license According to policy change in HACKING: http://docs.openstack.org/developer/hacking/#openstack-licensing empty files should no longer contain copyright notices. Change-Id: Ibda6e7650fcbe352a46d5b8bb259abd264804ba6 Closes-Bug: #1262424 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 25f6966f3fc3..a331268b1101 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 25f6966f3fc3509b28d31f048e7a587a8c853966 +Subproject commit a331268b11013590a9e10d74554c1e2a28cbb014 From dd46bdd55760b424b3d8ac51128043aede7917f5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 18:28:53 +0000 Subject: [PATCH 01835/18836] Updated openstack/openstack Project: openstack/python-neutronclient f2be421abc65d1d1499dcc74146d8d458e0b47f9 null Use six.moves.urllib.parse to replace urlparse Import six.moves.urllib.parse as urlparse for python3 compatible. Change-Id: Icc6dc92c4d4016b8a4f1118220a51415d2b5feb0 Closes-Bug:#1279611 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index a331268b1101..f2be421abc65 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit a331268b11013590a9e10d74554c1e2a28cbb014 +Subproject commit f2be421abc65d1d1499dcc74146d8d458e0b47f9 From d42264ed25620f0fcc85d868f44fa9336b257c8d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 18:30:17 +0000 Subject: [PATCH 01836/18836] Updated openstack/openstack Project: openstack/python-heatclient 7e265ec757f26bce5038bdcc7fa81abd823e328f null Python3: fix test_stack_list_with_args() The expected_url in test_stack_list_with_args() does not always match the URL actually used in the code. This patch fixes this issue by: - using urlutils.urlencode() in both the code and the tests, so that changes in the urlencode() implementation do not affect the tests; - setting the PYTHONHASHSEED environment variable to 0 when running the tests, so that randomisation is disabled and urlutils.urlencode() has predictable results. Change-Id: I5b50bad98f5c237cdc12e4ab75f21917ca0ef30d --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index bdaaf7bdefce..7e265ec757f2 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit bdaaf7bdefce678ca38cce036b786268dc4be156 +Subproject commit 7e265ec757f26bce5038bdcc7fa81abd823e328f From 7663ecb1bebdf246ca7bd77684032f1194d3dbdb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 18:31:21 +0000 Subject: [PATCH 01837/18836] Updated openstack/openstack Project: openstack/python-neutronclient 5613ea7e97030b6438b30efc716f3a9673e02cef null Enable to select specific network service type Network service type is selected as 'network' statically. This will select the service_type from environment variables or CLI options. The option works like the service type option in the novaclient. Implements blueprint specify-service-type Change-Id: If21bd2b5cb35da5bcabca79aa0567870331a3a6f --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index f2be421abc65..5613ea7e9703 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit f2be421abc65d1d1499dcc74146d8d458e0b47f9 +Subproject commit 5613ea7e97030b6438b30efc716f3a9673e02cef From 179b160d4e76f6d87402e6979cd2819ad5bca261 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 20:34:10 +0000 Subject: [PATCH 01838/18836] Updated openstack/openstack Project: openstack-dev/devstack ea140c2c3e8feef008fb4c7c9fcf7033d4ac34c1 null fix failing wget statements under -o errexit in vmdk upload routine Fix the case when uploaded image has no descriptor. Refactored the code a bit Tested: 1. monithic Sparse 2. monolithic flat 2.1 flat file name mentioned in descriptor file 2.1 flat file name not mentioned in descriptor file 3. descriptor header not found in the file 3.1 image file name is *-flat, download descriptor 3.2 image file name does not end with *-flat 4. file name contains all image properties Change-Id: I0df9be5c2a1b9ed53cdb22d5cd40b94e56c48f37 Closes-bug: #1289664 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1fef36e52672..ea140c2c3e8f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1fef36e526727b6057ba0d54049e07260a49b1f4 +Subproject commit ea140c2c3e8feef008fb4c7c9fcf7033d4ac34c1 From 93faaebdeb5591687245a26ce3c2f0af4701d68b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 14 Mar 2014 21:40:32 +0000 Subject: [PATCH 01839/18836] Updated openstack/openstack Project: openstack-dev/devstack 594991f7701c0dea33a507ab26593c3237ca7381 null Rollback workaround for Marconi This patch rollsback the stderr redirection in Marconi. Change-Id: Iaa2d897295cf2bc2e4a8c370d3e0592def337c78 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ea140c2c3e8f..594991f7701c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ea140c2c3e8feef008fb4c7c9fcf7033d4ac34c1 +Subproject commit 594991f7701c0dea33a507ab26593c3237ca7381 From 9e9f24b3e1f33ecde39f7dbb1c4146f43f6423fd Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 12 Mar 2014 19:16:59 +1300 Subject: [PATCH 01840/18836] Updated openstack/openstack Project: openstack-dev/pbr 406667beee8fcb69161744d7c52532487c18c753 null Fix up some docstrings. The version.py docstrings were a) not PEP compliant and b) somewhat out of sync with the code. Change-Id: I87c4134ef80fd9e6fd57b66c58c3c5920ee0b6b6 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 68e88965b6ed..406667beee8f 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 68e88965b6ed36bc97c27372aa6c410518af7e1a +Subproject commit 406667beee8fcb69161744d7c52532487c18c753 From cf37768d2690256e2028de1983f1daa48d9e3f28 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 12 Mar 2014 19:19:00 +1300 Subject: [PATCH 01841/18836] Updated openstack/openstack Project: openstack-dev/pbr 9fdd06fcbb646861ff6c79107d9e7aa803b2f9d3 null Return the real class in VersionInfo __repr__. Change-Id: I52337fd704a0d4b38f9562d88dcdf5952cf7b422 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 406667beee8f..9fdd06fcbb64 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 406667beee8fcb69161744d7c52532487c18c753 +Subproject commit 9fdd06fcbb646861ff6c79107d9e7aa803b2f9d3 From 4824b4920f378dfead38cd0d99109e0b3bd3912a Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Thu, 13 Mar 2014 08:05:45 -0700 Subject: [PATCH 01842/18836] Updated openstack/openstack Project: openstack/python-troveclient 9f0a8cade76963b1014ed22390accf59db39286c null Remove arguments deprecated after Diablo Change-Id: Ia65ee002ad2aa2b6d2401586d1e06b8ffdb633dd Closes-Bug: #1279483 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index d140ff281181..9f0a8cade769 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit d140ff2811819d647b11f6cd376610b4f9f69e8c +Subproject commit 9f0a8cade76963b1014ed22390accf59db39286c From d9581bd2bdb33cf7eaeaf9563b0463b3302f40bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Mar 2014 03:13:58 +0000 Subject: [PATCH 01843/18836] Updated openstack/openstack Project: openstack/python-troveclient 0909082787bbee5e8a077365bc6609575c970f55 null Add Python 3 classifiers Closes-Bug: 1288264 Change-Id: I99c5b19127e66288b5121d6a1399df1b4be0e890 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 9f0a8cade769..0909082787bb 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 9f0a8cade76963b1014ed22390accf59db39286c +Subproject commit 0909082787bbee5e8a077365bc6609575c970f55 From f0f5668b20d312c20399010e0214de7c6765cbbf Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 14 Mar 2014 17:22:27 -0700 Subject: [PATCH 01844/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a446dd80d0d3c0c6294da430eda954fea643dd37 null Revert "Authenticate via oauth" This reverts commit 149e1128818aacb24654f990430791562054fa93. This commit I958983f505e261e3f1920a8df66eced3258b001e broke stable/havana by introducing a dependency on oauthlib, but oauthlib isn't in the stable/havana branch of global dependencies (fix in progress Ib2e2aa2e75e7b7b43e0534eeb62e748d1edc0bc3). And we use trunk clients in stable/havana gate jobs. So this patch broke both heat and horizon, both of which import this file to support keystone's v3 API. Change-Id: I56f7a8d2d2ddce0565f29bf29628555e4fe3c761 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index bb4c5ad114a6..a446dd80d0d3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit bb4c5ad114a68e406b2dc81c2a1c8039c9f9ef1f +Subproject commit a446dd80d0d3c0c6294da430eda954fea643dd37 From c311f06468131f6c61c15d8fec969253d5b40a75 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Mar 2014 11:43:08 +0000 Subject: [PATCH 01845/18836] Updated openstack/openstack Project: openstack-dev/devstack abfa32700dbabc438193214c223516b63931a703 null Integration testing preparation for Ironic Add ability to create/register qemu vms for Ironic testing purposes Implements bp:deprecate-baremetal-driver Change-Id: If452438fcc0ff562531b33a36cd189b235654b48 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 594991f7701c..abfa32700dba 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 594991f7701c0dea33a507ab26593c3237ca7381 +Subproject commit abfa32700dbabc438193214c223516b63931a703 From e09ae6d55d43018f13b0ea56d18b99a1c581af30 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Sat, 15 Mar 2014 01:03:28 -0700 Subject: [PATCH 01846/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 242ffeb19a181cf1784f0ad6e328a5c9a5907a79 null Revert "Add request/access token and consumer..." This reverts commit 2e7bdb872e9660178451f71b35976a980f047300. This commit I9137e3426c82c73855ae0e50317cfd6477195318 is the second patch that broke stable/havana by introducing a dependency on oauthlib, but oauthlib isn't in the stable/havana branch of global dependencies (fix in progress Ib2e2aa2e75e7b7b43e0534eeb62e748d1edc0bc3). And we use trunk clients in stable/havana gate jobs. So this patch broke both heat and horizon, both of which import this file to support keystone's v3 API. This is the final patch in reverting bp add-oauth-support. Commit subject was (but exceeds maximum pep8 subject length): Revert "Add request/access token and consumer support for keystoneclient" Fixes-Bug: #1292797 Change-Id: Ib45fb39b01ddcf5c8fc0179811efded84c0cb908 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a446dd80d0d3..242ffeb19a18 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a446dd80d0d3c0c6294da430eda954fea643dd37 +Subproject commit 242ffeb19a181cf1784f0ad6e328a5c9a5907a79 From 344236a3c44d82f9f7bd1dc2faa3167cbb157b28 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Mar 2014 12:30:58 +0000 Subject: [PATCH 01847/18836] Updated openstack/openstack Project: openstack-dev/devstack 0e160ec1fc0db3ebe30ae7d18c27738aab58c862 null as is_heat_enabled this is missing, and the code assumes "heat" to be in the enabled services list otherwise. Change-Id: Ib0a7db04d8e38b58aca48261308e7c4d1fd43972 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index abfa32700dba..0e160ec1fc0d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit abfa32700dbabc438193214c223516b63931a703 +Subproject commit 0e160ec1fc0db3ebe30ae7d18c27738aab58c862 From a0c4bb96535aadb2f3789029968ea35ab65175a3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 15 Mar 2014 12:37:17 +0000 Subject: [PATCH 01848/18836] Updated openstack/openstack Project: openstack-dev/devstack f10d8feca0bc5cf4d707f485bb35ecefa9e97560 null Clarify deprecation of EXTRA_xxx_OPTS The various EXTRA_xxx_OPTS variables will be removed in the Juno development cycle, change the README to reflect the new way for the Neutron variables. Change-Id: Ic84da4a9b5a83e66cf0b57d643a87691f15517f0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0e160ec1fc0d..f10d8feca0bc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0e160ec1fc0db3ebe30ae7d18c27738aab58c862 +Subproject commit f10d8feca0bc5cf4d707f485bb35ecefa9e97560 From 4b5ecf76285fed295ed527eb091ae5d73105b597 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sat, 15 Mar 2014 13:50:36 -0400 Subject: [PATCH 01849/18836] Updated openstack/openstack Project: openstack-dev/devstack 7afffa6447c83352b95ff91968ab2dc9ad64d38c null change the order of the print/flush It seems that we get a different behavior whether stdout is closed in the parent process or not when it comes to buffering. If it's closed we don't get the last line flushed out to the file, if it's not closed we do. This was seen in the trove pg fail. A complete shot in the dark, but I'd like to see if this is fixed with being explicit with printing to the log before stdout. Change-Id: Ie37299dbc88d549d34d85731e571a5b7ef181311 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f10d8feca0bc..7afffa6447c8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f10d8feca0bc5cf4d707f485bb35ecefa9e97560 +Subproject commit 7afffa6447c83352b95ff91968ab2dc9ad64d38c From 4e4f147d1c9641d0e82e6f007dbb4ac50b2a1bfe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 16 Mar 2014 13:35:51 +0000 Subject: [PATCH 01850/18836] Updated openstack/openstack Project: openstack-dev/devstack ad3ac5876b8da22a9a517c57a281e9af336b3bd0 null Move libvirt install + setup to functions-libvirt Moves installation and setup of libvirt to a common functions-libvirt, which can be used by other drivers in the future that may require cross-distro libvirt installation and config but are not using VIRT_DRIVER=libvirt (ie, Ironic). Change-Id: I4a9255c8b4bacd5acfde9b8061c9e537aeea592c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7afffa6447c8..ad3ac5876b8d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7afffa6447c83352b95ff91968ab2dc9ad64d38c +Subproject commit ad3ac5876b8da22a9a517c57a281e9af336b3bd0 From 4bc277272349c862fa9f79b3a0e1837e2a841700 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 16 Mar 2014 17:16:54 +0000 Subject: [PATCH 01851/18836] Updated openstack/openstack Project: openstack/python-glanceclient 59c110365504d093f0d492390b146616d5bd351a null Improve help strings Make help strings consistent to use "." at end of string. Fix capitalization of API in one help string. Change-Id: I7cc5289d881c5e58aad9c69b4668584cdeb0b376 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 8ecc8ae25054..59c110365504 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 8ecc8ae2505428d6eb0be7daf69c009e58561f3d +Subproject commit 59c110365504d093f0d492390b146616d5bd351a From bbf38666f9fcec1fa45fe999ae14b76fb9eaabd7 Mon Sep 17 00:00:00 2001 From: Arnaud Legendre Date: Wed, 12 Mar 2014 15:18:48 -0700 Subject: [PATCH 01852/18836] Updated openstack/openstack Project: openstack/glance 551cad4c7bf7043c8942319fc46e58d851051b2c null Make the VMware datastore backend more robust This patch contains several fixes related to invalid configurations and corner cases: - better error handling for the store operations - better logging when response is not successful - better support for various store_image_dir formats Change-Id: I6c0003e29d621c1f71490cb9fce163dc840a113f Closes-Bug: #1291646 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c6365cc4f5f9..551cad4c7bf7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c6365cc4f5f9b0c5456839302566da5aca236ab2 +Subproject commit 551cad4c7bf7043c8942319fc46e58d851051b2c From 4bd4544c3b407be70040903aacc8f92851ee036b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 16 Mar 2014 18:22:47 +0000 Subject: [PATCH 01853/18836] Updated openstack/openstack Project: openstack/glance ddae276b3230933e30e8ac9a41f97c6124cc829d null Add copyright text to glance/openstack/common/__init__.py Synchronize the content of glance/openstack/common/__init__.py to the one in oslo-incubator. Change-Id: Idd059e3f4d00d91c9a14cf302fd780044929e3e5 Closes-bug: #1288877 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 551cad4c7bf7..ddae276b3230 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 551cad4c7bf7043c8942319fc46e58d851051b2c +Subproject commit ddae276b3230933e30e8ac9a41f97c6124cc829d From 463acac85b220cbd39a4cfde0342e2d76c87cc56 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Mar 2014 12:05:38 +0000 Subject: [PATCH 01854/18836] Updated openstack/openstack Project: openstack/python-keystoneclient fe133ea52d9b14832a4aa168b35aae4261d207d4 null document that --pass can be required Closes-Bug: #1286202 Change-Id: I19861b9959723c19671954be5a751fcf06494e8d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 242ffeb19a18..fe133ea52d9b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 242ffeb19a181cf1784f0ad6e328a5c9a5907a79 +Subproject commit fe133ea52d9b14832a4aa168b35aae4261d207d4 From a2d26164cef6937f46b7deda443a9ce2c81ad200 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Mar 2014 12:05:40 +0000 Subject: [PATCH 01855/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2ea52c1e3aed528ddf9dc7d254ba5e521c774f1a null Generate module docs The module docs were not being generated. Co-Authored-By: David Stanek Change-Id: I26e1d9a3d407474eb6b016f3ada4c495b5043460 Closes-Bug: #1278662 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index fe133ea52d9b..2ea52c1e3aed 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit fe133ea52d9b14832a4aa168b35aae4261d207d4 +Subproject commit 2ea52c1e3aed528ddf9dc7d254ba5e521c774f1a From 286f57ceb783cfea190741e951a5cb3c98788a2e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Mar 2014 12:05:43 +0000 Subject: [PATCH 01856/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 76e1ec137e0e76efd5b3461b8eff77cb3ff5f4b1 null Fix doc build errors There were some parts that had invalid RST in their docstrings which caused warnings and errors to be generated. Related-Bug: #1278662 Change-Id: Ibb53e6f49b5fa100fa6ecfe47331f9a70729d03b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2ea52c1e3aed..76e1ec137e0e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2ea52c1e3aed528ddf9dc7d254ba5e521c774f1a +Subproject commit 76e1ec137e0e76efd5b3461b8eff77cb3ff5f4b1 From 2bfd37f7ecf98fa85dde65d17fa424d2ae1e8db7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Mar 2014 16:13:31 +0000 Subject: [PATCH 01857/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 194b037d24c5e088340d3d2f50676e19b55e38b5 null Rely on OSLO.config OSLO.config is now used by all the services. The hack in place to correctly find the right config file is apparently (by way of the comments) only required for the gate. Therefore we should be able to remove this. Change-Id: If5c5d5a4711de21624b2e75e99cc785520ab6aba --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 76e1ec137e0e..194b037d24c5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 76e1ec137e0e76efd5b3461b8eff77cb3ff5f4b1 +Subproject commit 194b037d24c5e088340d3d2f50676e19b55e38b5 From 4c4a1fe19475d4d662ca485b230787d050a7a1d8 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 13 Mar 2014 17:34:51 +1300 Subject: [PATCH 01858/18836] Updated openstack/openstack Project: openstack-dev/pbr 6ffff7c95706e3a39e82fa0362e825aab21cbb26 null Factor run_cmd out of the base class. I want to reuse this for factoring out some fixtures, so make it reusable. Change-Id: I7035a514adf889a8ebaadff9ae873341804fe099 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 9fdd06fcbb64..6ffff7c95706 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 9fdd06fcbb646861ff6c79107d9e7aa803b2f9d3 +Subproject commit 6ffff7c95706e3a39e82fa0362e825aab21cbb26 From d8bfd0d9ddb988229561e6686f22ac5439c58de9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Mar 2014 22:01:22 +0000 Subject: [PATCH 01859/18836] Updated openstack/openstack Project: openstack-dev/devstack 9f59782a360be1e9971478b09c253613558c7dda null Devstack changes to ceilometer to support vsphere Ceilometer currently supports only libvirt when installed using devstack. Have extended this support to Vmware Vsphere in this changelist. Change-Id: I98c64204973bca5e6a7f859a5431adb2b661277f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ad3ac5876b8d..9f59782a360b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ad3ac5876b8da22a9a517c57a281e9af336b3bd0 +Subproject commit 9f59782a360be1e9971478b09c253613558c7dda From f5eacb3c6b180fb438e0e416e3b9ff957d0b2d52 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Mar 2014 23:38:39 +0000 Subject: [PATCH 01860/18836] Updated openstack/openstack Project: openstack-dev/devstack 0230b75ffc2c9fcd34ebe225ed6b93570499f89b null Clean /etc/mysql when calling clean.sh The clean.sh script should also remove the /etc/mysql directory. It contains information from the old devstack installation and may conflict with the further one. apt-get purge does not remove it since the directory is not empty. Change-Id: I885345a2311851d8746abe42e44300ecd4f6e08a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9f59782a360b..0230b75ffc2c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9f59782a360be1e9971478b09c253613558c7dda +Subproject commit 0230b75ffc2c9fcd34ebe225ed6b93570499f89b From 31c209266914fd6a85addcd7adb567dd5af3197f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Mar 2014 23:40:44 +0000 Subject: [PATCH 01861/18836] Updated openstack/openstack Project: openstack-dev/devstack 73a3bec04a039a0329a5f5f17470dfe6415ca65b null Setup the correct ec2 manifest path setup correctly the path to the ec2 boundled images. Change-Id: If3bce845e009a73c6b685976de3fa6d44b907bed --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0230b75ffc2c..73a3bec04a03 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0230b75ffc2c9fcd34ebe225ed6b93570499f89b +Subproject commit 73a3bec04a039a0329a5f5f17470dfe6415ca65b From 763910a09b2ab91eb1a58973d0fa5cd8cb55d55b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 17 Mar 2014 23:41:39 +0000 Subject: [PATCH 01862/18836] Updated openstack/openstack Project: openstack-dev/devstack 911cc586ad8f8a7c736516f2a3d9a9ce8571976b null Set correct default disk bus back to virtio on ppc64 virtio is supported and should be the default disk bus on Power to take advantage of I/O performance drivers. This aligns with Nova default bus values on PowerKVM. SCSI is the default for cdrom. Change-Id: I5de08c90359b3a500c352c09c07b6b082ddb4325 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 73a3bec04a03..911cc586ad8f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 73a3bec04a039a0329a5f5f17470dfe6415ca65b +Subproject commit 911cc586ad8f8a7c736516f2a3d9a9ce8571976b From 53e338a01396e7fa053adf654b474809c539860c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Mar 2014 01:20:12 +0000 Subject: [PATCH 01863/18836] Updated openstack/openstack Project: openstack/python-troveclient 914da1aa852b6b442c678212aec974bb82ba5b6d null Improve help strings Make help strings more consistent: * Fix spelling and capitalization * Add "." at end of each string * Fix spaces. * Improve wording Change-Id: I22e84ebecb87f1c803cfb8369db3798fe56903ff --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 0909082787bb..914da1aa852b 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 0909082787bbee5e8a077365bc6609575c970f55 +Subproject commit 914da1aa852b6b442c678212aec974bb82ba5b6d From 64f7b013adc534febe552d5dadb45f370a8affea Mon Sep 17 00:00:00 2001 From: Devananda van der Veen Date: Fri, 14 Mar 2014 11:22:23 -0700 Subject: [PATCH 01864/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate fddd175eddca6a291679eb6e34fd2df1113f41fa null Configure localrc for virtual-ironic tests Add the DEVSTACK_GATE_VIRT_DRIVER option which, when set, will inject the appropriate settings to localrc so that Nova will use the Ironic driver and devstack will prepare the environment appropriately to test it. Change-Id: Ic722c871138c3cf18fc49477161e8d26c4531612 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 07f4043eba50..fddd175eddca 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 07f4043eba5019e7a19805f64b5c04848187f243 +Subproject commit fddd175eddca6a291679eb6e34fd2df1113f41fa From 19caa850a25f6b9f03daaa0d9b3e2b3a64129e50 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Mar 2014 04:51:10 +0000 Subject: [PATCH 01865/18836] Updated openstack/openstack Project: openstack-dev/devstack c5937e896e24aae9ecf0941a4960d019ef42d0e9 null Remove TEMPEST+=,savanna Tempest tests integration has been updated. Change-Id: I6e56f00b99252d145ee0684d3d9705dee768da3e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 911cc586ad8f..c5937e896e24 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 911cc586ad8f8a7c736516f2a3d9a9ce8571976b +Subproject commit c5937e896e24aae9ecf0941a4960d019ef42d0e9 From 7f759c176e9c3e99714a7079be07c2d4f249add2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Mar 2014 05:46:48 +0000 Subject: [PATCH 01866/18836] Updated openstack/openstack Project: openstack-dev/devstack 5d4406c56d1d6c7b21b1339ea67903e438e55df9 null Complete moving Keystone setup out of keystone_data.sh * Move remaining role creation to create_keystone_accounts() * Move glance creation to create_glance_accounts() * Move nova/ec2/s3 creation to create_nova_accounts() * Move ceilometer creation to create_ceilometer_accounts() * Move tempest creation to create_tempest_accounts() * Convert moved code to use OpenStackClient for setup * files/keystone_data.sh is removed Note that the SERVICE_TENANT and ADMIN_ROLE lookups in the other service implementations are not necessary with OSC, all operations can be done using names rather than requiring IDs. Change-Id: I4283ca0036ae39fd44ed2eed834b69d78e4f8257 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c5937e896e24..5d4406c56d1d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c5937e896e24aae9ecf0941a4960d019ef42d0e9 +Subproject commit 5d4406c56d1d6c7b21b1339ea67903e438e55df9 From 83cffd9090b8abc7513c0f3898740f0f01055c6e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 17 Mar 2014 18:45:36 -0400 Subject: [PATCH 01867/18836] Updated openstack/openstack Project: openstack/requirements eb52e76fd5ea1bbd27efad60556f17a630e588c0 null workaround pypy in requirements pypy is blocking all requirements merge at the moment, which is problematic as we've got some changes that should land prior to icehouse. Implement the work around that fungi posted to IRC. Related-Bug: #1290562 Change-Id: I973e71f96903f687c1e3b6c00db93949d5b88d2f --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 297b22d03bef..eb52e76fd5ea 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 297b22d03befb3e3ca4e3ae801204ee19004895c +Subproject commit eb52e76fd5ea1bbd27efad60556f17a630e588c0 From 9043d5489a063f2e8fc4d30cf4e9340d702647b0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Mar 2014 14:32:49 +0000 Subject: [PATCH 01868/18836] Updated openstack/openstack Project: openstack-dev/devstack 871b1e47092a6463cb39be48c66bfe3e646920c2 null Update stack.sh to use openstackclient commands There were a few instances of keystoneclient still being used, these were replaced with their openstackclient equivalent. Change-Id: I47fb7cf949b9ab054b97ae387ecbc6d7070fa9c3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5d4406c56d1d..871b1e47092a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5d4406c56d1d6c7b21b1339ea67903e438e55df9 +Subproject commit 871b1e47092a6463cb39be48c66bfe3e646920c2 From 43ab06d381b179abf4ed1bfb6b352000a437a89c Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 2 Feb 2014 10:34:05 -0600 Subject: [PATCH 01869/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b63bd9c3d8c1f47a9354242eaee196713edde01f null Docs link to middlewarearchitecture There was no link to the middleware architecture from the main page so nobody would know that it's there. This adds the link. Change-Id: I2cd7a458b48d2c2889e4305e01bc013796a67c6e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 194b037d24c5..b63bd9c3d8c1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 194b037d24c5e088340d3d2f50676e19b55e38b5 +Subproject commit b63bd9c3d8c1f47a9354242eaee196713edde01f From 16efe5fecea0021d0282b0c4569d68a2fca1e6a8 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 11 Mar 2014 17:35:25 +0000 Subject: [PATCH 01870/18836] Updated openstack/openstack Project: openstack/oslo.messaging 2d0cfec5b7ae3888e33f987cc08bbd692af2d8b0 null Updated from global requirements Change-Id: I30e46e95cbfc3024b1a1ab0de8bd79bf9e80d322 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 5f5501f534d1..2d0cfec5b7ae 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 5f5501f534d1af821d0c6defdc88f0f4e4d0c756 +Subproject commit 2d0cfec5b7ae3888e33f987cc08bbd692af2d8b0 From 1c3c3c667cb333fb9cd06410a226d133b07b4ef4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Mar 2014 18:14:26 +0000 Subject: [PATCH 01871/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e848b876fe18682b883e0e91d266ca86b2386e15 null Archive tempest.conf safely as tempest_conf.txt * functions.sh(cleanup_host): Instead of renaming tempest.conf to tempest.conf.txt and then immediately deleting it because it matches the *.*.txt glob, use tempest_conf.txt instead. Change-Id: I255a7472ce07b1fedfd15a50fa8d80a24a79f368 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index fddd175eddca..e848b876fe18 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit fddd175eddca6a291679eb6e34fd2df1113f41fa +Subproject commit e848b876fe18682b883e0e91d266ca86b2386e15 From 84caa70f7760b3fc877a9ed25ee567a67b6676f2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 18 Mar 2014 19:18:07 +0000 Subject: [PATCH 01872/18836] Updated openstack/openstack Project: openstack/oslo.messaging bf20f74ca29b189e65cecb3329e11aa8e7fa17a2 null Add kombu driver library to requirements.txt The RabbitMQ driver is the default driver for oslo.messaging, so it makes some sense to require this by default. This is consistent with the way e.g. Nova has always required kombu. Change-Id: Ibcab58e3f3edce794b571cfabc0a5bcf96c9b47e Closes-Bug: #1288425 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 2d0cfec5b7ae..bf20f74ca29b 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 2d0cfec5b7ae3888e33f987cc08bbd692af2d8b0 +Subproject commit bf20f74ca29b189e65cecb3329e11aa8e7fa17a2 From 41b245ec66cf3b958adab181e39f2c6075d034de Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Mar 2014 00:57:43 +0000 Subject: [PATCH 01873/18836] Updated openstack/openstack Project: openstack/oslo.messaging 2c4e79f816c4a507ab44913351611165433d664d null Build log_handler documentation When log_handler.py was added to oslo.messaging changes weren't made to publish the documentation. This patch ensures the docs for log_handler are built. Change-Id: Ibf60f648ad07875fb4c61427e601b6b268a95f53 Closes-Bug: 1286984 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index bf20f74ca29b..2c4e79f816c4 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit bf20f74ca29b189e65cecb3329e11aa8e7fa17a2 +Subproject commit 2c4e79f816c4a507ab44913351611165433d664d From ff2339a3129c0cb16d68ce7fb58be1e00bc98bed Mon Sep 17 00:00:00 2001 From: Ildiko Vancsa Date: Tue, 18 Mar 2014 15:36:13 +0100 Subject: [PATCH 01874/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 0972c76a7734fd1f307f239fdd858d12ddde1cab null Fix temporary pypy gate issue with setuptools Adding a fix proposed in https://bugs.launchpad.net/openstack-ci/+bug/1290562 to avoid continuous gate failures because of setuptools issue reported in the bug linked above. Temporary Fixes-bug: #1290562 Change-Id: Id7ff477c4168f42bee2c3c9a8fc70ff7953bf10a --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 3e8045c9caad..0972c76a7734 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 3e8045c9caad407b38758da7f611982809e3a0f5 +Subproject commit 0972c76a7734fd1f307f239fdd858d12ddde1cab From 2d4b546d1a2bc36e4c5b6d042a9554d774be98b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Mar 2014 05:08:58 +0000 Subject: [PATCH 01875/18836] Updated openstack/openstack Project: openstack/oslo.messaging 66bb4f3cc64dcb11536115272b4df549c42e1e46 null Remove vim header We don't need vim modelines in each source file, it can be set in user's vimrc. Change-Id: I615f1ffc7e097f1ddbd908a512f1cb988489e871 Closes-Bug: #1229324 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 2c4e79f816c4..66bb4f3cc64d 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 2c4e79f816c4a507ab44913351611165433d664d +Subproject commit 66bb4f3cc64dcb11536115272b4df549c42e1e46 From 2eee9f3dc9006502a21d364ef8a81b5f2ccf6988 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Tue, 18 Mar 2014 18:32:56 +1300 Subject: [PATCH 01876/18836] Updated openstack/openstack Project: openstack/python-heatclient 5e30e7d2633d95a614ae700b3cbd19f73bb3d434 null Workaround failing pypy gate job Until a proper fix is found, pin the version of setuptools to one that doesn't cause this issue. Change-Id: I4f5f2b6449a90df06b366f9eb3f2c16bb37cc758 Related-Bug: #1290562 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 7e265ec757f2..5e30e7d2633d 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 7e265ec757f26bce5038bdcc7fa81abd823e328f +Subproject commit 5e30e7d2633d95a614ae700b3cbd19f73bb3d434 From 19371211d42acb1034ea6bc02d72ee182a7346ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Mar 2014 17:34:41 +0000 Subject: [PATCH 01877/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate f6ba28262a90570b9161b8887c5ee6353a0bc2cf null Add django_openstack_auth Change-Id: I53439804af7c8c7f201879f330dd4006688067ef --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e848b876fe18..f6ba28262a90 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e848b876fe18682b883e0e91d266ca86b2386e15 +Subproject commit f6ba28262a90570b9161b8887c5ee6353a0bc2cf From b1b7fbde6372a72b286b96f2f81d2a5ded75e192 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Mar 2014 17:53:39 +0000 Subject: [PATCH 01878/18836] Updated openstack/openstack Project: openstack-dev/pbr d6d5f1712c3661c8f8822c6d02b9a0e71c1370f4 null Make tools/integration.sh take a branch Instead of always using master branch support the option to use stable branches. Read the branch via the $OVERRIDE_ZUUL_BRANCH environmental variable that devstack-gate sets Change-Id: Iab4ae1efddc4dca38dcd3779dae1a79ddc2b0852 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 6ffff7c95706..d6d5f1712c36 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 6ffff7c95706e3a39e82fa0362e825aab21cbb26 +Subproject commit d6d5f1712c3661c8f8822c6d02b9a0e71c1370f4 From 33a9f97ccda868e7bed91839704190536ac8332d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Mar 2014 21:59:59 +0000 Subject: [PATCH 01879/18836] Updated openstack/openstack Project: openstack/requirements 092500fa5efe574a455016284aaea022bce774cb null Add saharaclient to global requirements The python-saharaclient 0.6.0 release is a fully renamed version of ex. savanna client with backward compat for both python bindings and cli, so, we're planning to switch external projects requirements to the saharaclient package imports and sahara cli command usage and then remove python-savannaclient from the global requirements. Change-Id: I97ea6560580931452c8739e4f6961412c873dac1 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index eb52e76fd5ea..092500fa5efe 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit eb52e76fd5ea1bbd27efad60556f17a630e588c0 +Subproject commit 092500fa5efe574a455016284aaea022bce774cb From 26c8ab049e72adbb8314befe32a3c88708f0cecb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 19 Mar 2014 22:00:20 +0000 Subject: [PATCH 01880/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 4235d633eb1a78b600e4735e02819642a387dbe6 null Add complex query support for samples Change-Id: I88c4eb6fa32514100187dbbca9777c7a5974fac6 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 0972c76a7734..4235d633eb1a 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 0972c76a7734fd1f307f239fdd858d12ddde1cab +Subproject commit 4235d633eb1a78b600e4735e02819642a387dbe6 From 447c65a9ea0ebbe078c2156da12c57e17a64fb14 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 09:41:57 +0000 Subject: [PATCH 01881/18836] Updated openstack/openstack Project: openstack/glance 49d3220d941ed05743e862459f43bf83822ba75e null Detect MultiDict when generating json body Detects webob.multidict Multidict at sanitizerand returns mixed() out of them so they can be parsed as json. Fixes image-list when using Image API v2 with registry. Implements a test to verify that the /rpc endpoint exists as intended. Closes bug: #1246980 Change-Id: I3d28ca5d8f1af0ec7b9e7a8684e3160f674b8f4c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ddae276b3230..49d3220d941e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ddae276b3230933e30e8ac9a41f97c6124cc829d +Subproject commit 49d3220d941ed05743e862459f43bf83822ba75e From a1d4b4b1ae5cd74cf90f6bb3d0f0cc09d335bde9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 11:23:07 +0000 Subject: [PATCH 01882/18836] Updated openstack/openstack Project: openstack/python-heatclient 92e0d8fa8467669dcdc9f2eedf65a98d8febea33 null Oslo: sync strutils The strutils module has been improved with regards to Python 3 compatibility. For instance, safe_{encode,decode} may now take bytes as input, which is needed to completely port heatclient to Python 3. This module is now in sync with commit c1f1a6d87d3f8a5420f5e749ae5ed85e15ff5fe4. Change-Id: I658467dc85038da029e0ae8b40fc027cdc4d5eaf --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 5e30e7d2633d..92e0d8fa8467 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 5e30e7d2633d95a614ae700b3cbd19f73bb3d434 +Subproject commit 92e0d8fa8467669dcdc9f2eedf65a98d8febea33 From 6f5a0b8450ffefc5f0f8494cf8367817f7c71b6f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 13:29:14 +0000 Subject: [PATCH 01883/18836] Updated openstack/openstack Project: openstack/python-cinderclient 7240040986319117b5db6b9813681830980ceb2e null Allow list_extensions to work in cinderclient v2 Cinder client extensions also requires explicity setting the service_type that they are available for. This makes the only extension for the client available to v2 as well. Change-Id: I9a73cac31c70b248ac6070540554f9293e9a6e43 Closes-Bug: #1284321 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index e8e785f0164a..724004098631 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit e8e785f0164ac7ce15652505c600fc580bc44620 +Subproject commit 7240040986319117b5db6b9813681830980ceb2e From 876897b83375f0745a6a72e85bb280eb23170ab2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 14:39:18 +0000 Subject: [PATCH 01884/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 020be161932bf779537c4c556cc7d412da14e660 null Temporary workaround for Time out errors from libvirt Use a patched libvirt until the precise deb repo gets updated Partial-Bug: #1254872 Change-Id: Ib85769e9a3470bede836ac0b87861ce76c0aedcf --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index f6ba28262a90..020be161932b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit f6ba28262a90570b9161b8887c5ee6353a0bc2cf +Subproject commit 020be161932bf779537c4c556cc7d412da14e660 From f71461685f65ef6291c10fc7c49dcc18583ad426 Mon Sep 17 00:00:00 2001 From: "Kevin L. Mitchell" Date: Tue, 18 Mar 2014 11:37:57 -0500 Subject: [PATCH 01885/18836] Updated openstack/openstack Project: openstack/python-novaclient 8c7524b8bf6a5eb1f0bc77515e9ad95bdee826b0 null Work around pypy testing issue A recent release of setuptools appears to have introduced a bug that causes the pypy gate tests to fail. This applies a temporary workaround that should restore pypy testing while the root cause of the problem is researched. Change-Id: I66597e40c1d2e57cca1292844d228af85214197d Partial-Bug: 1290562 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 14deb0194e38..8c7524b8bf6a 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 14deb0194e38bb53a753085ac0aab8ca4038cf5f +Subproject commit 8c7524b8bf6a5eb1f0bc77515e9ad95bdee826b0 From 0946513d2d0494509abc5e5a3b46bdc9df8b2581 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 15:30:34 +0000 Subject: [PATCH 01886/18836] Updated openstack/openstack Project: openstack/python-heatclient 0a38eb94cd7f5ec01d7ea8b72019a6ea9348c136 null Add stack-preview support Co-Authored-By: Richard Lee Change-Id: I4d7b12f6da09411d45dd6022dc11b8ece76b4932 Implements: blueprint preview-stack --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 92e0d8fa8467..0a38eb94cd7f 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 92e0d8fa8467669dcdc9f2eedf65a98d8febea33 +Subproject commit 0a38eb94cd7f5ec01d7ea8b72019a6ea9348c136 From dfd1ebc855ee8fa2849cb331b3a8a189ae627f84 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 15:47:47 +0000 Subject: [PATCH 01887/18836] Updated openstack/openstack Project: openstack/python-swiftclient 8ff7d56037a002f442e024416062c75c34dc0759 null Use six.StringIO instead of StringIO.StringIO Keep Python 3.x compatibility Change-Id: If7a8f0630bd2582ca9488313dcc59805c2ce1835 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index d721dc7b61da..8ff7d56037a0 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit d721dc7b61dabe49a603b781d44a05bfd9c9bed4 +Subproject commit 8ff7d56037a002f442e024416062c75c34dc0759 From dccc43594bd81d41fdb5861daaddcc4df90f41df Mon Sep 17 00:00:00 2001 From: David Lyle Date: Mon, 3 Feb 2014 11:34:54 -0700 Subject: [PATCH 01888/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 57717db0ef2355af9aac1b63eefe9900dda7998a null Adding Django 1.6 support Bumping the upper version of Django to include 1.6. Adding a tox env to maintain support for Django 1.5 and fixing env for django 1.4 Implements blueprint django-16-support Change-Id: I093b38f85bea1fbd7641571a3871a721abadd37c --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index aa79d1ad0551..57717db0ef23 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit aa79d1ad0551e950b6d28f6b2d14e837f6303ad1 +Subproject commit 57717db0ef2355af9aac1b63eefe9900dda7998a From 8d696b27a050ecfb2a10803d1ba63ed76694bd30 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 18:47:42 +0000 Subject: [PATCH 01889/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 32d33279935b2b11e594187ec4be31c0c3d7fd0a null Switch over to oslosphinx oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: I717c92bf62b8820517d1c0f1f83c75713a680ed7 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 57717db0ef23..32d33279935b 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 57717db0ef2355af9aac1b63eefe9900dda7998a +Subproject commit 32d33279935b2b11e594187ec4be31c0c3d7fd0a From 5f547d11ef887992005c56d44b76860a0b2c593f Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 20 Mar 2014 18:48:34 +0000 Subject: [PATCH 01890/18836] Updated openstack/openstack Project: openstack/django_openstack_auth eaebd63e0a480471d551300c76dbd9aca2ca2b9c null Updated from global requirements Change-Id: Ia328e3fd8a5c3af5a5b3a138a3d784515134f8f8 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 32d33279935b..eaebd63e0a48 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 32d33279935b2b11e594187ec4be31c0c3d7fd0a +Subproject commit eaebd63e0a480471d551300c76dbd9aca2ca2b9c From 8bde8fa242938d77807150c28a48583ad35a99b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 18:59:49 +0000 Subject: [PATCH 01891/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 94a8c495cbe15cacf9547e4a5dfd62ea4deaceba null Reverting default keystone API to v2.0 Although keystone v2 has been deprecated, no services use v3 for authorization. So passing a v3 token_id to other services results in authorization errors. If the user logs into a domain other than "default" the user see only unauthorized errors. Currently, when logging into the "default" domain these authorization errors do not occur merely because of a bug in keystone that does not validate the token version. This will likely change some time in the non-distant future. Setting the keystone API version to v2.0 is the safest path for now. Not doing a full revert because the rest of the fixes the previous patch were valid and required. Closes-Bug: #1294396 Change-Id: I3583e729b5a006f9b7f5cbbe3388908c15de39ae --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index eaebd63e0a48..94a8c495cbe1 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit eaebd63e0a480471d551300c76dbd9aca2ca2b9c +Subproject commit 94a8c495cbe15cacf9547e4a5dfd62ea4deaceba From b9ab3896b4d7511e6627cf0aa60cc2af50827455 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 20:11:12 +0000 Subject: [PATCH 01892/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient c74b62af847c6236002d513add93722a43f52a4f null Checking the type of auth_token, and fixing it if necessary When creating a new Client object by calling the get_client function, if the ceilometer_url is not passed as a parameter, but the token is passed, the auth_token is converted to a lambda function. However, when both the ceilometer_url and the auth_token are passed, this conversion does not take place. This fix checks if the auth_token is a lambda function or not. If it is not, it creates a new lambda function which returns the token. Without this check, if a token was passed as a string, the python client would throw and error, when trying to call self.auth_token() in ceilomenterclient/common/http.py. Change-Id: I3e564fcf17ce497546b75f0ab8c7ca0f6f2099df Closes-Bug: #1254186 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 4235d633eb1a..c74b62af847c 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 4235d633eb1a78b600e4735e02819642a387dbe6 +Subproject commit c74b62af847c6236002d513add93722a43f52a4f From ce9138a78a0da8d52b6acc902a5bb103d90e57d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 21:09:51 +0000 Subject: [PATCH 01893/18836] Updated openstack/openstack Project: openstack/python-heatclient bb2aa6a40d832c30b8c92964af57f711f0a37eb9 null Modify stack ID lookup to only use stacks:lookup Currently when we lookup a stack ID (fully qualified name/id) via stacks:lookup, we also follow the redirect to stacks:show, which is not allowed for stack users. We don't actually need to follow the redirect, as we already have the required ID, so instead we return the redirect response, so we can just allow all users to do stacks:lookup in the policy. This is useful for clients who want to call API actions which are allowed for stack users, e.g resource:signal without having to know both the name and ID of the stack. Change-Id: I6f079cbc7ac3c680f15941668b4efbe4c3c5d60d Partial-Bug: #1291097 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 0a38eb94cd7f..bb2aa6a40d83 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 0a38eb94cd7f5ec01d7ea8b72019a6ea9348c136 +Subproject commit bb2aa6a40d832c30b8c92964af57f711f0a37eb9 From 386c940461a09d6cf0ebeb79204543d5b9e82714 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 23:18:32 +0000 Subject: [PATCH 01894/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient dd048f8fa193bd671a45c4f18b702ca4a6cef6ac null fix help message of deprecated command Adds command name instead of deprecated command to help message. Change-Id: Ib6cbbcd24bbf015cf3656be9cbdf7de25d4d9cf7 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index c74b62af847c..dd048f8fa193 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit c74b62af847c6236002d513add93722a43f52a4f +Subproject commit dd048f8fa193bd671a45c4f18b702ca4a6cef6ac From f0000eada58695c4fc12b5b07c7dde1726a19b72 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 20 Mar 2014 23:21:13 +0000 Subject: [PATCH 01895/18836] Updated openstack/openstack Project: openstack/python-heatclient 8a51be611b688c7a670243b23c5c7e9c299d1da5 null Remove dependent module py3kcompat Module py3kcompat was removed from oslo-incubator, we can use six directly. * Sync commit of removing py3kcompat from oslo * use six replace usage of py3kcompat Change-Id: If0f9397588b2180fe198e804cbbb5b5c8420fe76 Closes-Bug: #1280033 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index bb2aa6a40d83..8a51be611b68 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit bb2aa6a40d832c30b8c92964af57f711f0a37eb9 +Subproject commit 8a51be611b688c7a670243b23c5c7e9c299d1da5 From 94cd1e5e1a9fb7713a6fb616192e65c64957945e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 00:49:33 +0000 Subject: [PATCH 01896/18836] Updated openstack/openstack Project: openstack-dev/pbr 2aeb8da1dcab1d916928ce4b4b726a1aa4e252b8 null Fixes blocking issue on Windows On Windows, environment variables can not be unicode. Change-Id: I8c7fd7627d7f733e0db8690a39e7128b7fe2ebcf Closes-bug: #1294246 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index d6d5f1712c36..2aeb8da1dcab 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit d6d5f1712c3661c8f8822c6d02b9a0e71c1370f4 +Subproject commit 2aeb8da1dcab1d916928ce4b4b726a1aa4e252b8 From 27a5f23230383872b60845a78763c82cad2b5456 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 19 Mar 2014 11:09:31 -0700 Subject: [PATCH 01897/18836] Updated openstack/openstack Project: openstack-dev/devstack c381a54db1bf5eba30106f59477083c6b85b5ea8 null Disable ceilometer's swift middleware This middleware is spamming rsyslog with rabbitmq debug logs, making this middleware practically unusable in combination with rsyslog. Because of this, the rsyslog logs now account for 35% percent of the logs we store in logstash. Until the underlying problem is solved disable the offending code. Change-Id: I50a73ae6beb1a11c41225340779fe8d7a1081e46 Related-Bug: #1294789 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 871b1e47092a..c381a54db1bf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 871b1e47092a6463cb39be48c66bfe3e646920c2 +Subproject commit c381a54db1bf5eba30106f59477083c6b85b5ea8 From 3d2dff9934eabc1cbe06054d3af09b11aecdc166 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 00:51:13 +0000 Subject: [PATCH 01898/18836] Updated openstack/openstack Project: openstack/python-swiftclient 6be5c8cd77cbcc3c667f2c2a36eb1013497e8a36 null Fix temporary pypy gate issue with setuptools Adding a fix proposed in bug 1290562 to avoid continuous gate failures because of setuptools issue reported in the bug linked above. Temporary Fixes-bug: #1290562 Change-Id: Ia8616d1939e664fc82de030b6384acb235e5c101 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 8ff7d56037a0..6be5c8cd77cb 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 8ff7d56037a002f442e024416062c75c34dc0759 +Subproject commit 6be5c8cd77cbcc3c667f2c2a36eb1013497e8a36 From 35f5afa2310bb0d0b69a18a46b2af280478299c9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 00:51:18 +0000 Subject: [PATCH 01899/18836] Updated openstack/openstack Project: openstack-dev/devstack 25d9a8145b73265b551935f0a59307a6d73297c1 null Set IRONIC_VM_SPECS_RAM to 512 by default Fix insufficient amount of RAM provided for fake baremetal nodes Change-Id: I87d04a23a28dcb03dfdaf3c6cfad96cf2bda2516 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c381a54db1bf..25d9a8145b73 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c381a54db1bf5eba30106f59477083c6b85b5ea8 +Subproject commit 25d9a8145b73265b551935f0a59307a6d73297c1 From 2446ff8810aa73dd57eb3a41c96a881aa146e258 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 01:18:08 +0000 Subject: [PATCH 01900/18836] Updated openstack/openstack Project: openstack-dev/devstack 2923e6072b6c00108547d731f780ac6790dfaa36 null Use neutron security groups in BigSwitch plugin Configures the Big Switch third-party plugin to use neutron security groups instead of nova security groups. Change-Id: I6bc3046ff0e70b8288a7c3f3d6f975376adc081a Implements: blueprint bigswitch-neutron-security --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 25d9a8145b73..2923e6072b6c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 25d9a8145b73265b551935f0a59307a6d73297c1 +Subproject commit 2923e6072b6c00108547d731f780ac6790dfaa36 From ca8d9976efe2aa1ba60df71f69872e0dd91e761d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 03:56:56 +0000 Subject: [PATCH 01901/18836] Updated openstack/openstack Project: openstack-dev/devstack 5710853b62fbdfa0c59dba14001620331be9a2bf null Use sahara.conf.sample instead of old one Sahara internals was updated, now we can use correct conf sample. Change-Id: Ia8d99c2742785c3b5c724617a5dfc2880624a03f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2923e6072b6c..5710853b62fb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2923e6072b6c00108547d731f780ac6790dfaa36 +Subproject commit 5710853b62fbdfa0c59dba14001620331be9a2bf From 6a531ec5094b2c4747cdfaf8d91b0de6bde0b6f8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 05:09:41 +0000 Subject: [PATCH 01902/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 499200b9589e553a723706a41ac2f22743a703fe null Stop printing network diagnostics Once I256c31312fa97dbc3aa44732cae99d066b57d223 merges, the same data will be getting added at the start of job logs by the job configuration so it becomes redundant here. Change-Id: Ibc64753e5a26197cefe97d6866e921082429ef37 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 020be161932b..499200b9589e 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 020be161932bf779537c4c556cc7d412da14e660 +Subproject commit 499200b9589e553a723706a41ac2f22743a703fe From c31d251621bceb000032d457ab6229fae70eccab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 05:57:10 +0000 Subject: [PATCH 01903/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 9470aa52caf88fabc35e844268f13752c2053196 null Deprecate 'alarm-update' Like deprecating alarm-create, we can use alarm-threshold-update and alarm-combination-update instead of alarm-update. So, mark alarm-update as 'Deprecated'. Change-Id: I8c9718d76e40729dc6094611a055c904e27619ba --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index dd048f8fa193..9470aa52caf8 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit dd048f8fa193bd671a45c4f18b702ca4a6cef6ac +Subproject commit 9470aa52caf88fabc35e844268f13752c2053196 From a030c7bb0abbc2e262b8651278ea2f1bdc385fbf Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 21 Mar 2014 06:15:00 +0000 Subject: [PATCH 01904/18836] Updated openstack/openstack Project: openstack/python-novaclient a63729fe5558746fba5fdb66b51736706776f780 null Updated from global requirements Change-Id: Ibb039ec440a513a49cbcf05daa69ac8785770035 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 8c7524b8bf6a..a63729fe5558 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 8c7524b8bf6a5eb1f0bc77515e9ad95bdee826b0 +Subproject commit a63729fe5558746fba5fdb66b51736706776f780 From 384a063b86ad0127a3e1656959b0db72109a066c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 06:27:38 +0000 Subject: [PATCH 01905/18836] Updated openstack/openstack Project: openstack/python-novaclient 1128298460a13b8fc1939d924fc0915d5c646ca4 null Do auth_url.rstrip('/') only if auth_url is set auth_url can be None, for example, when we use bypass_url. Also, add rstrip('/') for bypass_url (and management_url), which is done when management_url is gotten from service catalog. Change-Id: I4f59cc405386a15f8a266d279b27f279eacdb7f1 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index a63729fe5558..1128298460a1 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit a63729fe5558746fba5fdb66b51736706776f780 +Subproject commit 1128298460a13b8fc1939d924fc0915d5c646ca4 From d660bf29f6a8ff720155b4344ada72eb6cb092c3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 06:30:42 +0000 Subject: [PATCH 01906/18836] Updated openstack/openstack Project: openstack-dev/devstack 52e165af796187ed549d074cd4604c0fe46bf364 null move the rsyslogd restart it's not clear why swift start is the place where an rsyslogd start is happening, we should really only make this change when we actually change a file on disk. Also, use rsyslogd's -HUP signal directly instead of the system init scripts which are typically doing a stop and start, and apparently racing under some circumstances. Change-Id: I1b9891313d67b1da2ca2582e532b2536a81f9b25 Closes-Bug: #1262906 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5710853b62fb..52e165af7961 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5710853b62fbdfa0c59dba14001620331be9a2bf +Subproject commit 52e165af796187ed549d074cd4604c0fe46bf364 From 5b29a3097e0677db61f59a3d9b651719ea4f7bd9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 06:53:22 +0000 Subject: [PATCH 01907/18836] Updated openstack/openstack Project: openstack/python-heatclient 82bfab9d345b731478d4146a0e9f57ee9feb9294 null Add new tests to cover most of the requests port After the merge to requests there was a few tests to be added to properly cover the port and now reach 97% for coverage of heatclient/common/http. Change-Id: I8282459718968337f1bcd650d540509c418020c5 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 8a51be611b68..82bfab9d345b 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 8a51be611b688c7a670243b23c5c7e9c299d1da5 +Subproject commit 82bfab9d345b731478d4146a0e9f57ee9feb9294 From b17d27ef47b25123c7ae685eb7b28a00a48ca064 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 07:26:51 +0000 Subject: [PATCH 01908/18836] Updated openstack/openstack Project: openstack/python-neutronclient a20793501c74ae77827cc50e6465445b26dd91a7 null Extending quota support neutron LBaaS entities Note: This change is a continuation of the abandoned change https://review.openstack.org/#/c/59192/ Previous change was abandoned due to rebase problem. Extending quota mechanism to support neutron LBaaS entities. Adding quota for vips, pools, members and health monitors. This is one of four changes related to the BP. This one is for python-neutronclient package. Another one is for neutron project, another for tempest project and another one for horizon/openstack-dashboard project. See blueprint neutron-quota-extension for another two changes. Change-Id: I2bfb974d513bd21b4dac6c90ddc6ede19797caf9 Implements: blueprint neutron-quota-extension --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 5613ea7e9703..a20793501c74 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 5613ea7e97030b6438b30efc716f3a9673e02cef +Subproject commit a20793501c74ae77827cc50e6465445b26dd91a7 From f863e1a8c5a224393a03d5d5a65980cefd19e81f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 07:32:07 +0000 Subject: [PATCH 01909/18836] Updated openstack/openstack Project: openstack/python-neutronclient fdb85fd595bdb7769ff9885e25ab5fb973ff41b5 null Remove unused imports Remove unused imports in doc/source/conf.py Change-Id: Ia21f8952b36ae74b1c2d3bfd10c0a4a04a390faa Closes-Bug: #1265266 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index a20793501c74..fdb85fd595bd 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit a20793501c74ae77827cc50e6465445b26dd91a7 +Subproject commit fdb85fd595bdb7769ff9885e25ab5fb973ff41b5 From 0d6a472d0fbe5dc5d2ae5d09627f0d597f5a7a7b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 07:42:17 +0000 Subject: [PATCH 01910/18836] Updated openstack/openstack Project: openstack/requirements 7606710a16dfa58375291b858b6e57d9673e8eb8 null Removed openstacksdk from projects.txt For now. Eventually it will be re-added, but right now the coordination costs are higher than the value derived when we aren't even incubating. Change-Id: I617c24cf02fe83c1fdf0a5e6b90a92851626890c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 092500fa5efe..7606710a16df 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 092500fa5efe574a455016284aaea022bce774cb +Subproject commit 7606710a16dfa58375291b858b6e57d9673e8eb8 From e4e59c114d69e727f2c5aa689dffb2bc6d885e47 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 08:16:14 +0000 Subject: [PATCH 01911/18836] Updated openstack/openstack Project: openstack/python-heatclient 644d1489191696642b50cfa582df92ca8499e7d0 null Pass bytes to NamedTemporaryFile.write() In Python 3, this function takes bytes as an input. Change-Id: I45faa50c4796605885489c9003a1b23b0f0b3080 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 82bfab9d345b..644d14891916 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 82bfab9d345b731478d4146a0e9f57ee9feb9294 +Subproject commit 644d1489191696642b50cfa582df92ca8499e7d0 From 3051a1256e76e7c23bb47be1888e2bff573c2bcc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 08:16:48 +0000 Subject: [PATCH 01912/18836] Updated openstack/openstack Project: openstack/python-swiftclient 070dd48c315b63e9ba75fc1020922222c985b194 null Copy Swift's .mailmap to swiftclient repo We had this before when swiftclient was in Swift's source tree, but it didn't get copied over in the client extraction. Change-Id: I218edcee265143164ea338e7ea95c19e72579925 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 6be5c8cd77cb..070dd48c315b 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 6be5c8cd77cbcc3c667f2c2a36eb1013497e8a36 +Subproject commit 070dd48c315b63e9ba75fc1020922222c985b194 From 8b78667b10ed3de417b3e1544f3fde782f87dd41 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 08:18:54 +0000 Subject: [PATCH 01913/18836] Updated openstack/openstack Project: openstack/python-neutronclient debd91bb4ab311620d4bc2a7d4ad2b35159ac419 null Work around pypy testing issue A recent release of setuptools appears to have introduced a bug that causes the pypy gate tests to fail. This applies a temporary workaround that should restore pypy testing while the root cause of the problem is researched. The work around is suggested in the comment in bug 1290562. Change-Id: Iac2ec604447b1638550219cd2e407daf188f8ede Partial-Bug: 1290562 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index fdb85fd595bd..debd91bb4ab3 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit fdb85fd595bdb7769ff9885e25ab5fb973ff41b5 +Subproject commit debd91bb4ab311620d4bc2a7d4ad2b35159ac419 From 8394d9427edc1a229fe19d4ac5ef4409376b80c5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 08:18:57 +0000 Subject: [PATCH 01914/18836] Updated openstack/openstack Project: openstack/python-troveclient 3fbb0074d1defa2336ea9934d6785342f5bb6519 null Fix JSON In Output for Configuration Groups the configuration-group values will now correctly show as json before: {'key': True}, after: {"key": true} Change-Id: I824c73e96da8e7ec52fc020db8f22e7e8d7b7d18 Closes-Bug: #1290200 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 914da1aa852b..3fbb0074d1de 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 914da1aa852b6b442c678212aec974bb82ba5b6d +Subproject commit 3fbb0074d1defa2336ea9934d6785342f5bb6519 From 0eacca319feda8de85204aadca5d9b20a3f8639a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 08:23:43 +0000 Subject: [PATCH 01915/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 3032d61ba20f102ace0d2d944e8b0ef8b90ff9d5 null Update Readme to setup jenkins accout User "jenkins" should have sudoers rights with "nopasswd" option for running script "safe-devstack-vm-gate-wrap.sh" Change-Id: I0ac866a81411eb53c584acdef6c9e604199a3e03 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 499200b9589e..3032d61ba20f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 499200b9589e553a723706a41ac2f22743a703fe +Subproject commit 3032d61ba20f102ace0d2d944e8b0ef8b90ff9d5 From 0a5a122f26517fd71baabb3f72b4aaf2be5f57d4 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 21 Mar 2014 07:51:04 +0000 Subject: [PATCH 01916/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 43bb64f0c7bf41b4fa23edf88b53cd2f5fb61ec7 null Updated from global requirements Change-Id: I2232c0c00179dd604dbe789b72ce721ded7c5622 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 9470aa52caf8..43bb64f0c7bf 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 9470aa52caf88fabc35e844268f13752c2053196 +Subproject commit 43bb64f0c7bf41b4fa23edf88b53cd2f5fb61ec7 From f6105cc62822707ca0bb196e182ad0d44ce29ede Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 12:30:39 +0000 Subject: [PATCH 01917/18836] Updated openstack/openstack Project: openstack-dev/devstack fbedabde06b60b9c3110d07950403ffb17d2e878 null turn on resize feature tempest should test resize based on the config devstack sets up, but we lost this somewhere. Change-Id: I12364e7c73c54cc1b231b984dbbc5489c7bbe400 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 52e165af7961..fbedabde06b6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 52e165af796187ed549d074cd4604c0fe46bf364 +Subproject commit fbedabde06b60b9c3110d07950403ffb17d2e878 From 87499a7520c65c2002c2dc13df1775d27ae60d7e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 14:43:13 +0000 Subject: [PATCH 01918/18836] Updated openstack/openstack Project: openstack-dev/devstack 1c195ab7d325dd90fcc66f343da680fda98a6642 null Parse Ironic packages files/{apts, rpms}/ironic When VIRT_DRIVER=ironic, make sure devstack picks up packages listed in its respective packages file. These were previously missed unless "ironic" was explictly added to the enabled services. This ensures required packages are installed for any of the ir-* services. Change-Id: I3d70009819a3a6933220cabd5a951a20c7b48849 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fbedabde06b6..1c195ab7d325 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fbedabde06b60b9c3110d07950403ffb17d2e878 +Subproject commit 1c195ab7d325dd90fcc66f343da680fda98a6642 From ebbe5f5fa6280a2c1719d82281755aba8dd43b6e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 14:43:15 +0000 Subject: [PATCH 01919/18836] Updated openstack/openstack Project: openstack-dev/devstack 1dc01abd79ebfcbc0bcb8297a153bc41def811f5 null fix typo in running opendaylight command when running opendaylight, set the java home directory to environment variable. but variable name is wrong. Change-Id: I050758d3b4e3f0eec6c86b9a675dfd07854c04fa --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1c195ab7d325..1dc01abd79eb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1c195ab7d325dd90fcc66f343da680fda98a6642 +Subproject commit 1dc01abd79ebfcbc0bcb8297a153bc41def811f5 From a272455c36b08ee8d2b4295a983bf7deedbb7b12 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 14:54:09 +0000 Subject: [PATCH 01920/18836] Updated openstack/openstack Project: openstack-dev/devstack 32dcd52f760b6b6f8d04fc37e2f4f8ad662c4c8a null Remove blank space after print Keep code clean and pleasure:) Change-Id: Ie0c0781eaeb57b32a9a6185a59353fc4b911afd6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1dc01abd79eb..32dcd52f760b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1dc01abd79ebfcbc0bcb8297a153bc41def811f5 +Subproject commit 32dcd52f760b6b6f8d04fc37e2f4f8ad662c4c8a From 8650235d90e733b36742404103e7d462e55cfd3c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 14:54:12 +0000 Subject: [PATCH 01921/18836] Updated openstack/openstack Project: openstack-dev/devstack 27599b1b172ee66b5b64d4dd7693b6facc7f63eb null Set VIRSH_DEFAULT_CONNECT_URI in Ironic scripts Ironic setup scripts that interface with virsh should default to always connecting to the 'qemu:///system' URI. Adds LIBVIRT_CONNECT_URI that ends up exported as VIRSH_DEFAULT_CONNECT_URI in scripts that require it. Change-Id: Ib660bd51a8c7bfe96e14aab4b6d3a6e83a5a4220 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 32dcd52f760b..27599b1b172e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 32dcd52f760b6b6f8d04fc37e2f4f8ad662c4c8a +Subproject commit 27599b1b172ee66b5b64d4dd7693b6facc7f63eb From 5b01c892e517c10aeb7ce71bfca6086b34825023 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 14:54:15 +0000 Subject: [PATCH 01922/18836] Updated openstack/openstack Project: openstack-dev/devstack 680e5e04766f7794afb5520c0fde17b1cd8f526d null Special casing for Ironic VIRT_DRIVER in exercises Ironic on Devstack does not currently suppport security groups or anything volume related. Add some special casing so exercises can be run without error against the Ironic driver. Change-Id: I2a54d8cca06fc17894e74b4401af9423cef95635 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 27599b1b172e..680e5e04766f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 27599b1b172ee66b5b64d4dd7693b6facc7f63eb +Subproject commit 680e5e04766f7794afb5520c0fde17b1cd8f526d From e71182575020dba1cfaf4d7a5246aa557f7c8bc3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 14:54:21 +0000 Subject: [PATCH 01923/18836] Updated openstack/openstack Project: openstack-dev/devstack 26e57cbb4ce26ef04724012d27139223c8af5eae null Allow sudo access without a controlling terminal Ironic setup uses some external scripts that use sudo but they are not called with a TTY. This patch allows STACK_USER sudo access without a controlling terminal. Change-Id: I0c60fcd5d8418738405d4dd9d08fdf5c8f766829 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 680e5e04766f..26e57cbb4ce2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 680e5e04766f7794afb5520c0fde17b1cd8f526d +Subproject commit 26e57cbb4ce26ef04724012d27139223c8af5eae From 24d33ebb9cdb2bbed8b66e0d4989c63da9da07fe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 14:54:24 +0000 Subject: [PATCH 01924/18836] Updated openstack/openstack Project: openstack-dev/devstack 116023f8e4a6857321a0ea245e91695e203541b0 null Reuse existing libvirt setup functions for Ironic When deploying Ironic, make use of the existing libvirt installation and configuration used by the Nova libvirt driver. Ensures a functional libvirt setup across distributions. Change-Id: I904ae2bdd4e8299827270c351eb60b833f90ae75 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 26e57cbb4ce2..116023f8e4a6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 26e57cbb4ce26ef04724012d27139223c8af5eae +Subproject commit 116023f8e4a6857321a0ea245e91695e203541b0 From 797ed3bea96cef111b64aa19d8bba9a8c962a33f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 15:47:10 +0000 Subject: [PATCH 01925/18836] Updated openstack/openstack Project: openstack/python-novaclient 159d3e4dbf6b62e827e1ac09cb33eb7bbd484083 null Re-add install_venv_common to openstack-common.conf Mistakenly removed it in e0272b0578d2a4f5bd75e68baee1b56f49931266. Was thrown off by the warning saying module not found, the module is found on the third try (found in tools). Change-Id: Iaf5a7ba0259d352cb824b2cdb22291ffb7883efc --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 1128298460a1..159d3e4dbf6b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 1128298460a13b8fc1939d924fc0915d5c646ca4 +Subproject commit 159d3e4dbf6b62e827e1ac09cb33eb7bbd484083 From f7b5855e8e9142f3258d28d57066dbe30787fd76 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 15:52:23 +0000 Subject: [PATCH 01926/18836] Updated openstack/openstack Project: openstack/python-novaclient 1d86d86bc869a5a995c312526f29f622aa6cb57e null Fix element miss in client request body Currently the client sends a request with wrong element name 'os-multiple-create:reservation_id' in the body. The correct element should be 'os-multiple-create:return_reservation_id'. The information can be got in this website. https://wiki.openstack.org/wiki/NovaAPIv2tov3 Change-Id: I7d2f006ef6dbbcd6b41c8adbeee0c0e048d35448 Closes-Bug: #1281342 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 159d3e4dbf6b..1d86d86bc869 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 159d3e4dbf6b62e827e1ac09cb33eb7bbd484083 +Subproject commit 1d86d86bc869a5a995c312526f29f622aa6cb57e From 8110519360a73d64693071c21c8f9e9012ed1457 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 16:42:14 +0000 Subject: [PATCH 01927/18836] Updated openstack/openstack Project: openstack/requirements d33cdc06136c814311898a3f85a5321106837185 null Add pexpect to global_requirements The Trove guestagent requires the pexpect>3.1 python package which doesn't exist in in the global requirements today. Adding this package requirement to the global requirements. The library was tested on: Python 2.6.9, Python 2.7.3, and Python 3.2.3 Change-Id: I1e8e9e3ccb4e7ea39890620daa182e15efbd7c12 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7606710a16df..d33cdc06136c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7606710a16dfa58375291b858b6e57d9673e8eb8 +Subproject commit d33cdc06136c814311898a3f85a5321106837185 From 1a318f2e1eac57fabf80d39160b289bf28e60520 Mon Sep 17 00:00:00 2001 From: Artur Svechnikov Date: Fri, 28 Feb 2014 17:07:40 +0400 Subject: [PATCH 01928/18836] Updated openstack/openstack Project: openstack/glance 09265f625235f7f0f456a086ac08fb429b51099e null Remove openstack.common.fixture This package is not used Change-Id: I9240ee4b1aa5934c6fc833e79ea32c53c6bc7569 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 49d3220d941e..09265f625235 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 49d3220d941ed05743e862459f43bf83822ba75e +Subproject commit 09265f625235f7f0f456a086ac08fb429b51099e From cbe3380af03bb2f746128065d976c81b8df1b8a5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 18:58:21 +0000 Subject: [PATCH 01929/18836] Updated openstack/openstack Project: openstack-dev/devstack 3de6b0a7509973c662c4ae4dc1057e61dc434a98 null Make configurable the creation of heat stack domain Heat has graceful fallback code if stack_user_domain is not configured. It is important that this be configurable, for testing and for those who choose to not run with a stack_user_domain yet. Change-Id: I08f017412636327853b3c606afd36ae93aa09288 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 116023f8e4a6..3de6b0a75099 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 116023f8e4a6857321a0ea245e91695e203541b0 +Subproject commit 3de6b0a7509973c662c4ae4dc1057e61dc434a98 From 613d38f1097c60f546f439e5706ef46ac4c868fc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 19:11:18 +0000 Subject: [PATCH 01930/18836] Updated openstack/openstack Project: openstack-dev/devstack 62f649dacbf662b33d611480c0bb2324a312c052 null Fix run_tests to not mask bash8 errors The addition of the crazy-refs check masked the bash8 exit code. So add the same pass/fail handling from exercise.sh to provide a neat summary at the end of the run. Change-Id: I169eb90c619a114cf8584bee70b7dcda67769dc5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3de6b0a75099..62f649dacbf6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3de6b0a7509973c662c4ae4dc1057e61dc434a98 +Subproject commit 62f649dacbf662b33d611480c0bb2324a312c052 From 268e1b1d50522e5c1eae2d5450d3c2432cf5341c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 19:51:23 +0000 Subject: [PATCH 01931/18836] Updated openstack/openstack Project: openstack/python-novaclient 8ecc6b3eff0fe386048e9e6b06377499214acd3f null Allow user ID for authentication In Keystone V3 user names are no longer necessarily unique accross domains. A user can still authenticate a user in the non default domain via the V2 API providng they use IDs instead of names. Tenant_ID is already supported, this change adds support for user ID Change-Id: I36ba75f3e67c8cdb959e31923d5e557414ab6f9b --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 1d86d86bc869..8ecc6b3eff0f 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 1d86d86bc869a5a995c312526f29f622aa6cb57e +Subproject commit 8ecc6b3eff0fe386048e9e6b06377499214acd3f From 352bdae8ae9bc3ce008525cb24b3d4d443d72206 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 20:15:00 +0000 Subject: [PATCH 01932/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 78a1d77e8b722c25a7b78daf46f81c267b3f02d9 null trove is an integrated project add it by default trove is an integrated project, and has tempest tests now, we should add it as a default project that runs in the gate. Change-Id: I9071cffa47518ab993330fb5e7ad3d086b2e27b2 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 3032d61ba20f..78a1d77e8b72 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 3032d61ba20f102ace0d2d944e8b0ef8b90ff9d5 +Subproject commit 78a1d77e8b722c25a7b78daf46f81c267b3f02d9 From 95cbc519e240e85c0c78f4102804a53489f48e50 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 28 Feb 2014 14:06:55 -0800 Subject: [PATCH 01933/18836] Updated openstack/openstack Project: openstack/oslo.messaging 57ebe0d83d2a49b64ae5ee008565429d6c08d330 null Clean up for qpid tests Use the config object in the base class, and define a local base class for managing connections instead of repeating that code in several places. Change-Id: I7816a467da449ba172dbaa23e58b511adc1ba40a --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 66bb4f3cc64d..57ebe0d83d2a 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 66bb4f3cc64dcb11536115272b4df549c42e1e46 +Subproject commit 57ebe0d83d2a49b64ae5ee008565429d6c08d330 From 443e6b2d8d0a1b89bff5ca8461b808c7f87dae92 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 21:12:25 +0000 Subject: [PATCH 01934/18836] Updated openstack/openstack Project: openstack-dev/devstack cbfb07e97dbe6428a5e23f47d9a0e392024a2feb null Skip child process kills in stack.sh exit trap Logs are still being cut off in certain circumstances, almost certainly because the awk process handling the output for verbose logging to a file dies/is killed early. Don't kill child processes in the EXIT trap function in this specific case. Change-Id: I89600b61d59f87e93ff959710d0169e49d2c9845 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 62f649dacbf6..cbfb07e97dbe 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 62f649dacbf662b33d611480c0bb2324a312c052 +Subproject commit cbfb07e97dbe6428a5e23f47d9a0e392024a2feb From 664267c4e0ae6c817350f9041eab0124ca046a3d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 21:53:48 +0000 Subject: [PATCH 01935/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 28c84399357b91392d24407fa1b9acb6d8e7cbb7 null add pooling for cache references Change-Id: Iffb1d1bff5dc4437544a5aefef3bca0e5b17cc81 Closes-Bug: 1289074 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b63bd9c3d8c1..28c84399357b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b63bd9c3d8c1f47a9354242eaee196713edde01f +Subproject commit 28c84399357b91392d24407fa1b9acb6d8e7cbb7 From 5d321d6564ee9f43de7c092343319b51f55af906 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 21 Mar 2014 22:24:42 +0000 Subject: [PATCH 01936/18836] Updated openstack/openstack Project: openstack/requirements 9d724db65e8ac7d4d2dfec039fbb02f380c9b141 null allow sqla 0.9.x migrate has now been updated to support it, a known issue in ceilometer has been fixed, and we'd like some of the new optimizations in the query engine. Change-Id: I9aeb71a33b466d80edd5c7e0939246c708950ab8 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d33cdc06136c..9d724db65e8a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d33cdc06136c814311898a3f85a5321106837185 +Subproject commit 9d724db65e8ac7d4d2dfec039fbb02f380c9b141 From 72e0bac465415b1ea4c6000fabce66e70b707649 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Mar 2014 00:17:04 +0000 Subject: [PATCH 01937/18836] Updated openstack/openstack Project: openstack/requirements dfa34f0b99018a3bb0118c23d5e73b25db2b8289 null Add wsgi_intercept to global_requirements The Trove unit tests require the wsgi_intercept>0.6.1 python package which doesn't exist in in the global requirements today. Adding this package requirement to the global requirements. The library was tested on: Python 2.6.9, Python 2.7.3, and Python 3.2.3 Change-Id: I62c139c3754f5aefe718ad12e1d61bc054708f4c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9d724db65e8a..dfa34f0b9901 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9d724db65e8ac7d4d2dfec039fbb02f380c9b141 +Subproject commit dfa34f0b99018a3bb0118c23d5e73b25db2b8289 From f474401e450f12076bced3f4d96769a0f662198e Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Mon, 17 Mar 2014 17:32:41 -0600 Subject: [PATCH 01938/18836] Updated openstack/openstack Project: openstack/python-openstackclient 4900c64d091ffe4ec9050cd71845b12db49bd293 null Produce a useful error message for NoUniqueMatch Most of the CLIs use a NoUniqueMatch, so produce a useful error message if that happens. Added some tests for find_resource as well. Change-Id: I85ba61d5f6d1be5bd336a1cc4b02501492905f33 Closes-Bug: #1293846 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 0c0803d363ae..4900c64d091f 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 0c0803d363aeae9e8a6eb2cdaf4b5baedee416dc +Subproject commit 4900c64d091ffe4ec9050cd71845b12db49bd293 From 8b8784613a32cb11dc65f2ab1a0353f97e1b3ecd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Mar 2014 08:09:34 +0000 Subject: [PATCH 01939/18836] Updated openstack/openstack Project: openstack/python-novaclient 5bd3bbf8f125fb42828eb4a2d60bf9fd5e74bf2a null Correct the help sting of volume-type-delete Change-Id: I10b1bd6d42e4085dc73572f05ed893385ca3e139 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 8ecc6b3eff0f..5bd3bbf8f125 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 8ecc6b3eff0fe386048e9e6b06377499214acd3f +Subproject commit 5bd3bbf8f125fb42828eb4a2d60bf9fd5e74bf2a From ec305cfe53283e8de2069a1136f3f4f5957a4f12 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Mar 2014 09:09:08 +0000 Subject: [PATCH 01940/18836] Updated openstack/openstack Project: openstack/python-novaclient 6e3b2878a1dfe2eb0ae6988839467b7e79bccb38 null Show Exception Name in Shell Output Currently, when the CLI encounters an exception, only the exception message is shown. However, the name of the exception can be quite informative as well. For instance, an error message might read "Cannot do xyz", which simply indicates the operation was unsucessful. However, the attached exception name (HTTPNotImplemented, for instance) indicates the *reason* that the call was unsuccessful. Change-Id: I0298477bd9d40d98c95bb797c68c47dbc952b345 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5bd3bbf8f125..6e3b2878a1df 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5bd3bbf8f125fb42828eb4a2d60bf9fd5e74bf2a +Subproject commit 6e3b2878a1dfe2eb0ae6988839467b7e79bccb38 From 8d534dff585241eaa17267d859e16f02aecc4274 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Mar 2014 09:20:20 +0000 Subject: [PATCH 01941/18836] Updated openstack/openstack Project: openstack/python-novaclient 94a4c49de056f7fb768814c1fe819d3899082c27 null Print a useful message for unknown server errors If a server error is returned that has an unknown code, novaclient will end up printing something similar to: ClientException: Setting a message for ClientException will ensure that something more useful than that is printed. Change-Id: I43a2a33017f9a5c1b79d7fd8af4153e91d296f7b Closes-bug: 1295293 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6e3b2878a1df..94a4c49de056 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6e3b2878a1dfe2eb0ae6988839467b7e79bccb38 +Subproject commit 94a4c49de056f7fb768814c1fe819d3899082c27 From ea197efb74a804eafc837e73dc77a6a1c0f8965b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 22 Mar 2014 13:23:07 +0000 Subject: [PATCH 01942/18836] Updated openstack/openstack Project: openstack-dev/devstack a5bbbae13f743f5b8a409f9990dbf91b60442442 null Fix incorrect tempest config groups This commit fixes a couple of tempest config options that were being iniset to the wrong config group. This wasn't caught in the gate because the default behaviors matched. Change-Id: I273db85ba310faa1ba7662a42f951a1ee97b431b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cbfb07e97dbe..a5bbbae13f74 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cbfb07e97dbe6428a5e23f47d9a0e392024a2feb +Subproject commit a5bbbae13f743f5b8a409f9990dbf91b60442442 From de2217bc457884400a7b49785c13a9bf62355c29 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Mar 2014 16:17:13 +0000 Subject: [PATCH 01943/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ce342dc6c9b7a91d3e39d7c57c0b7f089f7c83ac null Don't use a connection pool unless provided To prevent left over TCP connections from keystoneclient not correctly cleaning up we shouldn't use a connection pool. This is not ideal but it was a relatively new addition so shouldn't affect performance. When we are able to find a long term solution to keystoneclient's other problems we can move back to using a connection pool. Change-Id: I45678ef89b88eea90ea04de1e3170f584b51fd8f Closes-Bug: #1282089 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 28c84399357b..ce342dc6c9b7 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 28c84399357b91392d24407fa1b9acb6d8e7cbb7 +Subproject commit ce342dc6c9b7a91d3e39d7c57c0b7f089f7c83ac From 4f850d90ddee1ef94ebc4f1667ac9aea48b70727 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 23 Mar 2014 18:43:24 +0000 Subject: [PATCH 01944/18836] Updated openstack/openstack Project: openstack/python-openstackclient ee22070473dab8bfa3e89d47f1f5a77918c2b026 null Correct display of project/tenant id on display of credentials This change corrects the display of ec2 credentails within the ListEC2Creds method. Added explicit headers and corrected data listt o specify tenant_id instead of project id. Change-Id: I2ea579082bee800d774f202bdc38e2d546e57e77 Closes-Bug: #1292337 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 4900c64d091f..ee22070473da 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 4900c64d091ffe4ec9050cd71845b12db49bd293 +Subproject commit ee22070473dab8bfa3e89d47f1f5a77918c2b026 From d8eaeb4dbcf320fd1160a172f094b1410306e54e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 04:56:46 +0000 Subject: [PATCH 01945/18836] Updated openstack/openstack Project: openstack/python-heatclient cd4debc0ad4e7e110f385e3154b04fa0fc479274 null Python 3: Fix YamlEnvironmentTest tests In Python 3, this happens: >>> 'foo' in ValueError('foo') Traceback (most recent call last): File "", line 1, in TypeError: argument of type 'ValueError' is not iterable We have to cast the Exception to make the tests work. Change-Id: Ifc06c9860412030dc697b264812a6bf78e10eb8b --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 644d14891916..cd4debc0ad4e 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 644d1489191696642b50cfa582df92ca8499e7d0 +Subproject commit cd4debc0ad4e7e110f385e3154b04fa0fc479274 From 7da3d20226b281996de5fa167ba59fcfb2422fb6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 05:26:00 +0000 Subject: [PATCH 01946/18836] Updated openstack/openstack Project: openstack/python-heatclient 40b8bce40be59d090e948ef83bae137f88d8b049 null Using common methods from oslo cliutils Synchronize the cliutils from oslo to heatclient and use the common methods. used common methods: +arg +env +print_list partially implements blueprint common-client-library-2 Change-Id: If79d58794257325a47b9938a172a87097fc93e1b --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index cd4debc0ad4e..40b8bce40be5 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit cd4debc0ad4e7e110f385e3154b04fa0fc479274 +Subproject commit 40b8bce40be59d090e948ef83bae137f88d8b049 From d3994e15a967119432e1305b6bd37f35326071e6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 06:27:02 +0000 Subject: [PATCH 01947/18836] Updated openstack/openstack Project: openstack/python-heatclient a49e7f1eaa628083af819e4d7c2f396da32fc5dd null Sort requirement files in alphabetical order This makes code more readable, and can check whether specific library in the requirement files easily. We also enforce the check in pep8. Change-Id: I08434dd56d41a82045e4119e547b7b3f60d66698 Closes-Bug: #1285478 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 40b8bce40be5..a49e7f1eaa62 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 40b8bce40be59d090e948ef83bae137f88d8b049 +Subproject commit a49e7f1eaa628083af819e4d7c2f396da32fc5dd From f64ba75fff98128f058a618877f292b8daf18b92 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 09:57:47 +0000 Subject: [PATCH 01948/18836] Updated openstack/openstack Project: openstack/glance cb3b9503141f7ba0dbfe130408be44a48d222cda null VMware store.add to return the image size uploaded This patch fixes a tempest test failing for the VMware datastore. When the size provided to add() is zero but the image size is actually larger than zero, add() should return the size of the image uploaded and not zero. Tempest failure: api.image.v1.test_images.CreateRegisterImagesTest.test_register_then_upload Change-Id: I16524c0f25aa4124c24ca25ac014819267dd72c3 Closes-Bug: #1292764 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 09265f625235..cb3b9503141f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 09265f625235f7f0f456a086ac08fb429b51099e +Subproject commit cb3b9503141f7ba0dbfe130408be44a48d222cda From c14c26a8e2cff802d86d234e526dd7f022ca25e3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 10:12:44 +0000 Subject: [PATCH 01949/18836] Updated openstack/openstack Project: openstack/glance aabc62ad2cdad93a5d54b168b073a73b33eb5716 null registry: log errors on failure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If an image fails to be updated/created/deleted/etc for whatever reason, the registry server returns 500 – but there's no trace of the actual error. Let's catch the exception log it, and then re-raise it so it still return a 500 status code. But at least we can debug. Change-Id: Id437f23011a10365e85914dc1934f610bfa3dd28 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cb3b9503141f..aabc62ad2cda 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cb3b9503141f7ba0dbfe130408be44a48d222cda +Subproject commit aabc62ad2cdad93a5d54b168b073a73b33eb5716 From 0f9999bb757dad8886310b2f4e97460b142b3cff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 11:46:19 +0000 Subject: [PATCH 01950/18836] Updated openstack/openstack Project: openstack/requirements c108fc5c3a95ac499de7176b5afb01d688a160f4 null Updated oslo.messaging requirement Version for oslo.messaging requirement should be updated to include fix for bug #1287542. That bug caused exception in project that use both sslutils from OpenStack Common and oslo.messaging. Change-Id: I9050c9879c5fdcb257ad8dbb82034effa8b3b183 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index dfa34f0b9901..c108fc5c3a95 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit dfa34f0b99018a3bb0118c23d5e73b25db2b8289 +Subproject commit c108fc5c3a95ac499de7176b5afb01d688a160f4 From 9f6acd268da7f439e349b1dd6d0417efffb6d90d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 14:20:55 +0000 Subject: [PATCH 01951/18836] Updated openstack/openstack Project: openstack/python-heatclient 508b6bb4ef3c08319b8bfbea02c73b8d0fbc77c7 null Output warnings for deprecated commands There are various options which have been deprecated for a long time but with no user-visble indication of the deprecated status. So log a warning to encourage the user to switch to the new interfaces instead of just having a strongly-worded docstring ;) Hopefully this means we can, at some future point, justifiably remove the duplicate deprecated functions. Change-Id: Ia5d791de99e7238645beb7d7650d811225d9d9c6 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a49e7f1eaa62..508b6bb4ef3c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a49e7f1eaa628083af819e4d7c2f396da32fc5dd +Subproject commit 508b6bb4ef3c08319b8bfbea02c73b8d0fbc77c7 From c63fd437e9698da82e91a76cb4b32e236bb0552e Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 21 Mar 2014 14:12:29 -0500 Subject: [PATCH 01952/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 82c1ec707bc4980962eb1f81cb43153457453c9a null add functional test for cache pool Change-Id: Id12c6175dc5bf72d6c453b8ab2d66652eed13656 Related-Bug: 1289074 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ce342dc6c9b7..82c1ec707bc4 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ce342dc6c9b7a91d3e39d7c57c0b7f089f7c83ac +Subproject commit 82c1ec707bc4980962eb1f81cb43153457453c9a From 42407192f7148eee1a61823cbc7621e2f27ffa38 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 17:17:35 +0000 Subject: [PATCH 01953/18836] Updated openstack/openstack Project: openstack-dev/devstack e93a9cf79a3a91296c32b078f43cabbe00b0849f null XenAPI: Cirros images must always boot as PV. The default for VHD disk-types is PV, which is why booting from a server works. However, creating a volume from the image needs to pass this parameter on to the volume. Note that Id673158442fde27e8d468ca412c9bd557a886e6b is also required to fix bug 1294069 Change-Id: I7ea1d85d6082787ac4551f78300a04bf59074261 Partial-Bug: 1294069 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a5bbbae13f74..e93a9cf79a3a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a5bbbae13f743f5b8a409f9990dbf91b60442442 +Subproject commit e93a9cf79a3a91296c32b078f43cabbe00b0849f From 54a144ee89b274fe641d9d7b06c6a875a8a2627a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 20:03:00 +0000 Subject: [PATCH 01954/18836] Updated openstack/openstack Project: openstack-dev/devstack 833357f8ce5356400f7fb2dbc1035dba15810411 null heat add HEAT_DEFERRED_AUTH option Adds a HEAT_DEFERRED_AUTH, defaulted to trusts, so users can by default take advantage of the heat trusts functionality which provides the following benefits: - Deferred operations (e.g autoscaling) work with token-only auth - The password field in the heat page of horizon can be made optional (horizon patch pending) - It's more secure because heat no longers stores username/password credentials in the DB, only a trust ID. The previous behavior can be obtained by setting HEAT_DEFERRED_AUTH to something other than "trusts" - the value will only be set in the heat.conf if the value of "trusts" is found, otherwise the heat.conf default will be used (currently "password" which doesn't use trusts) Change-Id: I549f1e0071a082ac5d07d0f99db633f8337f3d87 Related-Bug: #1286157 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e93a9cf79a3a..833357f8ce53 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e93a9cf79a3a91296c32b078f43cabbe00b0849f +Subproject commit 833357f8ce5356400f7fb2dbc1035dba15810411 From 6ea64e83a6be2b96a4102eadff7f1e3af1448ee3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 20:08:49 +0000 Subject: [PATCH 01955/18836] Updated openstack/openstack Project: openstack-dev/devstack 373b1a656971e06c9e6ba7db13ee781e088274b7 null Fix typo in setting neutron to notify nova about port change Change-Id: I4d1c8076c5943359088e3cd5226adb8fcaa683e7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 833357f8ce53..373b1a656971 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 833357f8ce5356400f7fb2dbc1035dba15810411 +Subproject commit 373b1a656971e06c9e6ba7db13ee781e088274b7 From b9f5d398c81cd0a21597622a144aff7ee03a6d78 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 20:21:21 +0000 Subject: [PATCH 01956/18836] Updated openstack/openstack Project: openstack-dev/devstack 0982f0795e047ebd54e54e7c7c20fe8b72c7b7a9 null Remove any lib/baremetal usage for ironic deploy Get rid of lib/baremetal usage so that it can be simply deleted when that time comes: Copy upload_baremetal_deploy function to lib/ironic; Rename it to upload_baremetal_ironic_deploy; Remove any $BM_* variables references from lib/ironic; Rename $BM_IMAGE_BUILD_* environment variables to $DIB_*; Improve logic around deploy k&r building; Add check for $OFFLINE mode; Change-Id: I4302b32328df9156bf8738773a127db914e8edde --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 373b1a656971..0982f0795e04 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 373b1a656971e06c9e6ba7db13ee781e088274b7 +Subproject commit 0982f0795e047ebd54e54e7c7c20fe8b72c7b7a9 From 6e8ef7abf3ee20c39bb9a6207409c1ce83a2cad9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 24 Mar 2014 23:21:00 +0000 Subject: [PATCH 01957/18836] Updated openstack/openstack Project: openstack-dev/devstack d31b2bde469817106ce10745c89cc90b07f36354 null Fix broken if statement in lib/tls on ZSH When using ZSH, the line `if [[ (!$cert && !$key && $ca) ]]` fails due to a syntax error. Instead of checking the variables as a boolean, we can simply check if they have a non-zero length. This works in ZSH. Change-Id: I171ed10a8c0af354e82bd6119508a0c44b6bcd9c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0982f0795e04..d31b2bde4698 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0982f0795e047ebd54e54e7c7c20fe8b72c7b7a9 +Subproject commit d31b2bde469817106ce10745c89cc90b07f36354 From 5e22e053e117e9e853c3fa8b87ac3c9ae9e1e161 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 24 Mar 2014 16:09:49 +0100 Subject: [PATCH 01958/18836] Updated openstack/openstack Project: openstack/python-heatclient a016c15219062b0220ece16f1b8ff4a175965331 null Do not use the '+' operation with dict_items() This operation is undefined in Python3, list() must be called first. Change-Id: Ia8e06d5be6a0bd4426ad5ea5028fbe7d85fa12e2 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 508b6bb4ef3c..a016c1521906 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 508b6bb4ef3c08319b8bfbea02c73b8d0fbc77c7 +Subproject commit a016c15219062b0220ece16f1b8ff4a175965331 From 733b4a3823de1c32e6561d531476700fe99d42c4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 02:19:20 +0000 Subject: [PATCH 01959/18836] Updated openstack/openstack Project: openstack/python-keystoneclient efdeb82e9154c3a38251ac9a858929893887a385 null Enforce scope mutual exclusion for trusts We already warn if you try to scope a domain and project together. This should be extended to trust scoping rather than clobbering the existing scope. Change-Id: I9d8fe001b65588b1c21e58f38a47456fdad85ee1 Related-Bug: #1288223 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 82c1ec707bc4..efdeb82e9154 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 82c1ec707bc4980962eb1f81cb43153457453c9a +Subproject commit efdeb82e9154c3a38251ac9a858929893887a385 From 8c131485269c5d138a2bc093acec0d564dd0ce09 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 05:33:57 +0000 Subject: [PATCH 01960/18836] Updated openstack/openstack Project: openstack/python-novaclient 733f1e58d86b1af7d0a013bf8056e1598890e998 null Fix authentication bug when booting an server in V3 Currently when booting a server with V3, novaclient sends an empty os_password to image_cs. This will cause 401(Unauthorized: Invalid user/password) when trying to find image. This is is a result of changes nova's V3 API: nova is no longer used as a proxy for the image service. So novaclient uses two Client instances: one for nova, the other for image service. This patch checks os_password before creating the image Client and assigns it if it's empty. Change-Id: Ic54cef93e9b823fb98b1edd78776c9a1fc06ba46 Closes-Bug: #1277425 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 94a4c49de056..733f1e58d86b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 94a4c49de056f7fb768814c1fe819d3899082c27 +Subproject commit 733f1e58d86b1af7d0a013bf8056e1598890e998 From 34a3509b7fa92a0be36c40fc53fa0fae231c11d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 09:49:41 +0000 Subject: [PATCH 01961/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c1ddc5e199c2047f9714ab3fc223547c01ecef62 null Add a positional decorator This decorator allow us to define that certain parameters are strictly keyword arguments only, without sacrificing the convenience of having those arguments listed in the function definition. This will mean that we are no longer trapped maintaining backwards compatibility for the order of keyword arguments. The enforcement levels should allow us to start putting warnings on existing functions and strict enforcement on new functions. Partial-Bug: #1295881 Change-Id: Ic0a196874930e7be8362df50594471ab8037c5b2 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index efdeb82e9154..c1ddc5e199c2 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit efdeb82e9154c3a38251ac9a858929893887a385 +Subproject commit c1ddc5e199c2047f9714ab3fc223547c01ecef62 From 30554b6d71b4ba9a0f20a58325e1a454e10ded8e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 10:00:16 +0000 Subject: [PATCH 01962/18836] Updated openstack/openstack Project: openstack-dev/devstack eba85d7ac0401f1665f518025a85063e8d354a74 null Move from keystoneclient to openstackclient in eucarc Updating an ec2 create command to openstackclient syntax. Change-Id: I3dd21ddd52b77f3af76988db9ae6b863427d9106 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d31b2bde4698..eba85d7ac040 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d31b2bde469817106ce10745c89cc90b07f36354 +Subproject commit eba85d7ac0401f1665f518025a85063e8d354a74 From 8070d97e53764e29aa82467a53d1941dee8536a7 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 25 Mar 2014 16:15:07 +0000 Subject: [PATCH 01963/18836] Updated openstack/openstack Project: openstack/python-heatclient 5e33db7563530b71b9739fb7f0b727a983fa4ade null Updated from global requirements Change-Id: I24a254b13a88a69ea397f8b159d2f795a5737bd7 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a016c1521906..5e33db756353 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a016c15219062b0220ece16f1b8ff4a175965331 +Subproject commit 5e33db7563530b71b9739fb7f0b727a983fa4ade From 11e66d21de3ff82d63d007b2ae11e32e78b758c7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 17:33:57 +0000 Subject: [PATCH 01964/18836] Updated openstack/openstack Project: openstack-dev/devstack aec8cd4e50112345c2aa415ff64733057d889547 null Improve log level conf for Sahara * set verbose to True * set debug to $ENABLE_DEBUG_LOG_LEVEL Change-Id: I229f6ed7c13caf7bea9c090de43ede4ed9ea1536 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index eba85d7ac040..aec8cd4e5011 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit eba85d7ac0401f1665f518025a85063e8d354a74 +Subproject commit aec8cd4e50112345c2aa415ff64733057d889547 From 50c48a9dc1f930b9672fc9471e7baaaaff49c9ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 17:37:46 +0000 Subject: [PATCH 01965/18836] Updated openstack/openstack Project: openstack-dev/devstack fd190c165cc89dcabb0b2d2e5047a0e9f38cb58a null VMware: Use multiline for cluster_name opt cluster_name opt for vSphere driver is MultiStrOpt and currently users are not able to set multiple values from localrc. This is fixed by using iniset_multiline function. Thus, new usage would be : VMWAREAPI_CLUSTER='cluster1 cluster2 cluster3' where c1, c2, c3 are the name of the clusters Change-Id: Ie0f3a48614e6134d849050754932a3613363ce66 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index aec8cd4e5011..fd190c165cc8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit aec8cd4e50112345c2aa415ff64733057d889547 +Subproject commit fd190c165cc89dcabb0b2d2e5047a0e9f38cb58a From d23e60db93d7915d798c98dc30de99bf2530b80e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 17:37:48 +0000 Subject: [PATCH 01966/18836] Updated openstack/openstack Project: openstack-dev/devstack b65dc0afee70f79b1698c3a2b222b0c4b213917d null Ironic: Use HOST_IP instead of SERVICE_HOST Ironic virtual machines boot on a different network and are expected to fetch via tftp from the conductor and callback to the API. We need to ensure both endpoints are accessible, even when SERVICE_HOST is 127.0.0.1 (eg, devstack-gate). Change-Id: I96aee75b76ad11d83143736da00ea304db971c9c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fd190c165cc8..b65dc0afee70 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fd190c165cc89dcabb0b2d2e5047a0e9f38cb58a +Subproject commit b65dc0afee70f79b1698c3a2b222b0c4b213917d From cff9710d39c78ad312846164466eccdab4c49e6d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 18:10:27 +0000 Subject: [PATCH 01967/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c77d31c31f4ed9b54027cbe37c2f1ea376f259aa null Start using positional decorator Apply the positional decorator to functions. It has been added as I think best practice would dictate, though in some places it has been added in a way that doesn't break existing tests. Closes-Bug: #1295881 Change-Id: I4f7ddbede4cba4ab79d144ad1f9dc83ea76f204a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c1ddc5e199c2..c77d31c31f4e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c1ddc5e199c2047f9714ab3fc223547c01ecef62 +Subproject commit c77d31c31f4ed9b54027cbe37c2f1ea376f259aa From 2450e17a2258abec57cbbb739cfd042acc67226f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 18:42:49 +0000 Subject: [PATCH 01968/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 87d889b614d1f022acd008b16abd556fe176690e null Fix passing get_token kwargs to get_access get_token takes kwargs so that a different plugin implementation might make use of them. It is not expected that token arguments would be passed to the code that is doing the token fetching. Change-Id: I28aa2b8070feec76f225601069c92c535334f4d4 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c77d31c31f4e..87d889b614d1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c77d31c31f4ed9b54027cbe37c2f1ea376f259aa +Subproject commit 87d889b614d1f022acd008b16abd556fe176690e From d502da8afe4225a1f5bdaaf083417b7d004421b3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 19:45:38 +0000 Subject: [PATCH 01969/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8f12796db737d50f94d0c94f341edeb3e66f8b7d null Add a method for changing a user's password in v3 The new Identity API v3 resource for changing a user's password in keystone can be utilized with: c.users.update_password(old_password, new_password) Change-Id: Ia887d853140a18ba75d6eb1bfde4ce2d64b7af60 Closes-Bug: 1239757 Co-Authored-By: Dolph Mathews DocImpact --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 87d889b614d1..8f12796db737 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 87d889b614d1f022acd008b16abd556fe176690e +Subproject commit 8f12796db737d50f94d0c94f341edeb3e66f8b7d From fece2291583db0c5a08a3e363df47cf4444cc0c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 20:03:40 +0000 Subject: [PATCH 01970/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 93b08d8f01f5f8c17322b3878f37f85e957ac142 null Handle URLs via the session and auth_plugins In the future clients will simply pass the service they expect to talk to and the path. This will prevent every service trying to get their own base urls from the service catalog individually. This can later be extended to have the auth plugin actually contact the URL from the service catalog which will let us have unversioned endpoints in the catalog handled from a single location. Change-Id: I80f0b5b1dbb45565fec09d1cb2c0552cfb9a72f5 blueprint: auth-plugin-endpoints --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8f12796db737..93b08d8f01f5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8f12796db737d50f94d0c94f341edeb3e66f8b7d +Subproject commit 93b08d8f01f5f8c17322b3878f37f85e957ac142 From bb75f83365f16387c4f8b56fe38793fc3c3e667d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 20:56:32 +0000 Subject: [PATCH 01971/18836] Updated openstack/openstack Project: openstack/glance b5d329530e5144db29160f98a025cb1d11272821 null Pass Message object to webob exception Provide the Message object within Glance exception to webob exception instead of try to convert it to a string. Because Message objects could not be converted by str() since they may contain non-ascii characters. Closes-Bug: #1292782 Related-Id: I352cda57fe119022c59c6c813b5c8053765b2d3c Change-Id: I22b9123d8b3fe58d7dbd8fcde5a8dd58000e2da4 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index aabc62ad2cda..b5d329530e51 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit aabc62ad2cdad93a5d54b168b073a73b33eb5716 +Subproject commit b5d329530e5144db29160f98a025cb1d11272821 From 0b75d0b306e14a95c0574f1b05c41defbb3a4cfc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 22:04:42 +0000 Subject: [PATCH 01972/18836] Updated openstack/openstack Project: openstack/python-heatclient c40036ca597eef82f22f69f0beb30e849d774b06 null get_file: do not read same url once again Since for same url, the content is same. We just need to reuse the content get_file read first time. No need to read it again. Change-Id: I08bdb3e953e5ed44674d6adb18efb7ac2fbcd18e --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 5e33db756353..c40036ca597e 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 5e33db7563530b71b9739fb7f0b727a983fa4ade +Subproject commit c40036ca597eef82f22f69f0beb30e849d774b06 From 79922e5f56115acec8b13c625409e118e1ca4140 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 22:04:43 +0000 Subject: [PATCH 01973/18836] Updated openstack/openstack Project: openstack/python-heatclient 53b581f076762424b79b883d38a9354dedf943ed null get_file: encode non utf-8 encoding files via base64 So get_file can support binary file(zip, tgz), non utf-8 encoding text(gb18030, utf16) files and utf-8 encoding files. zip and tgz files may be used in chef cookbooks support. Closes-Bug: #1284501 Change-Id: I72d9bc366f5a94c3c297cb8915ae7b0aa63a34d7 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index c40036ca597e..53b581f07676 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit c40036ca597eef82f22f69f0beb30e849d774b06 +Subproject commit 53b581f076762424b79b883d38a9354dedf943ed From 01d1b1d7d4364aeb3f79d5616673c1a7fa916da9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 22:04:47 +0000 Subject: [PATCH 01974/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ed797a087fed2461bdb1c3e61fef216ec0ef14bd null sanity check memcached availability before running tests against it Change-Id: I40fff70cbf395e7fe42530155074f75dd116034c Closes-Bug: 1296794 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 93b08d8f01f5..ed797a087fed 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 93b08d8f01f5f8c17322b3878f37f85e957ac142 +Subproject commit ed797a087fed2461bdb1c3e61fef216ec0ef14bd From 1b5062be9a50cb49c141dd42fe34da340c282d14 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 22:04:49 +0000 Subject: [PATCH 01975/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 028bdb851967698b1239f33ab3c4296ee8d25553 null Improve language in update_password() validation error Change-Id: I728af11c6d652c2937e6da80b96a5c3f337bae76 Related-Bug: 1239757 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ed797a087fed..028bdb851967 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ed797a087fed2461bdb1c3e61fef216ec0ef14bd +Subproject commit 028bdb851967698b1239f33ab3c4296ee8d25553 From b9f54eb88019762f0a08b9d3ae4a14afcf4455e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 23:07:36 +0000 Subject: [PATCH 01976/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient efb2fc33877ea76313a70f03ee724d11f698ffb4 null Add complex query support for alarms Change-Id: I3305d679d128562f7794a5cf460093981a601f7c --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 43bb64f0c7bf..efb2fc33877e 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 43bb64f0c7bf41b4fa23edf88b53cd2f5fb61ec7 +Subproject commit efb2fc33877ea76313a70f03ee724d11f698ffb4 From 290d982276ce5c58b87c5c4cc5650e31e61b9b35 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 25 Mar 2014 23:09:17 +0000 Subject: [PATCH 01977/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 53d5a22f30f3e413318033d76627b4f68bd60af2 null Add complex query support for alarm history Change-Id: Ie41d9a0be73a525ae105262fb5859960bf9f9df6 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index efb2fc33877e..53d5a22f30f3 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit efb2fc33877ea76313a70f03ee724d11f698ffb4 +Subproject commit 53d5a22f30f3e413318033d76627b4f68bd60af2 From 233b348841d3c1587bd9ea95eba108c0fc654b49 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 00:32:20 +0000 Subject: [PATCH 01978/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 16ca30673773ff4e30c4165e7b355cedc65c789b null Discover should support other services Most services don't provide a 'values' element for their version definitions, however are otherwise similar. Discovery should allow that case and continue on otherwise. Change-Id: I878377a779da5c96c47603842c024059920423fd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 028bdb851967..16ca30673773 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 028bdb851967698b1239f33ab3c4296ee8d25553 +Subproject commit 16ca30673773ff4e30c4165e7b355cedc65c789b From ecc637030b5a2c7825f34bfffc6207e689523a9f Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Tue, 25 Mar 2014 07:19:33 -0700 Subject: [PATCH 01979/18836] Updated openstack/openstack Project: openstack/python-neutronclient 54d15e7ec0a0347aa6243cb15502508cb6f1ea29 null Show the unknown auth stratey in neutron client This can help unveil some useful information to be used during a troubleshooting process. Change-Id: I23657988fe31f5c552f17d6963de89c608273b44 Closes-bug: 1297309 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index debd91bb4ab3..54d15e7ec0a0 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit debd91bb4ab311620d4bc2a7d4ad2b35159ac419 +Subproject commit 54d15e7ec0a0347aa6243cb15502508cb6f1ea29 From aea341c529a77116001d25557e54f71cb0818902 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 06:07:26 +0000 Subject: [PATCH 01980/18836] Updated openstack/openstack Project: openstack/glance 84cb790ce9b5c67e5e00377dd79a00c84ef48879 null Removes use of timeutils.set_time_override The set_time_override function in timeutils was written as a helper function to mock utcnow for unittests before 'mock' was generally used. Now that we have mock and fixture, we no longer need to use it. Change-Id: I203f7369943b948e0462becbddcba65b2d1576f0 Partial-Bug: #1266962 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b5d329530e51..84cb790ce9b5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b5d329530e5144db29160f98a025cb1d11272821 +Subproject commit 84cb790ce9b5c67e5e00377dd79a00c84ef48879 From 605bac780de58f597ec23df4ddcae36a2e2de91c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 11:23:27 +0000 Subject: [PATCH 01981/18836] Updated openstack/openstack Project: openstack/glance 1bad52461ab207ed8b75e6fc31ad6fda954edeff null Remove dependency of test_v1_api on other tests test_v1_api would fail if run by itself. A config value was apparently being set by another test so that this test would pass if run as part of the whole suite but not alone. Specifically, the missing value was 'backend' in group 'database'. This patch imports the 'backend' option in base.py which is the base of test_v1_api. Change-Id: I37d72398050057def6a378e03c14a9a4eeb55a16 Closes-bug: #1283242 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 84cb790ce9b5..1bad52461ab2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 84cb790ce9b5c67e5e00377dd79a00c84ef48879 +Subproject commit 1bad52461ab207ed8b75e6fc31ad6fda954edeff From 1a65ea28597a466c54ba7eeaae95b8450181052f Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Wed, 26 Mar 2014 02:21:32 +0900 Subject: [PATCH 01982/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 1abf969a1cfaa9bf27cdedd25727e4f32a99950b null Import translations Change-Id: I3cbe05716eea1a4f40246e72a4316a4e34d3861b --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 94a8c495cbe1..1abf969a1cfa 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 94a8c495cbe15cacf9547e4a5dfd62ea4deaceba +Subproject commit 1abf969a1cfaa9bf27cdedd25727e4f32a99950b From 528721647058cffec4f0810d009bd958e3bc3bca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 14:32:20 +0000 Subject: [PATCH 01983/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient b99547b4d333203ee44c9ec0b82fbd26b517454d null Adds alarm time constraint support to ceilometer CLI Time constraints can be specified for create and update families of commands with the following format: --time-constraint name=constraint1;start='0 11 * * *';duration=300 This switch can be specified multiple times in the case of multiple time constraints. With update commands, time constraints are updated by name, e.g. --time-constraint name=constraint1;duration=500 updates the constraint 'constraint1' with a new duration 500. Time constraints can be removed with update commands using the switch --remove-time-constraint=constraint1,constraint2 . Example of display outputs: > ceilometer alarm-list +--------------------------------------+-------+-------------------+---------+------------+----------------------------+--------------------------------------------------------------+ | Alarm ID | Name | State | Enabled | Continuous | Alarm condition | Time constraints | +--------------------------------------+-------+-------------------+---------+------------+----------------------------+--------------------------------------------------------------+ | 2ead776d-2fc7-47a2-b0bb-0f88dcefa457 | test2 | insufficient data | True | False | cpu == 50.0 during 1 x 60s | cons1 at 0 11 * * * for 300s, cons2 at 0 23 * * * for 600s | +--------------------------------------+-------+-------------------+---------+------------+----------------------------+--------------------------------------------------------------+ > ceilometer alarm-show -a +---------------------------+-----------------------------------------------------------------------+ | Property | Value | +---------------------------+-----------------------------------------------------------------------+ | alarm_actions | [] | | alarm_id | 2ead776d-2fc7-47a2-b0bb-0f88dcefa457 | | comparison_operator | eq | | description | Alarm when cpu is eq a avg of 50.0 over 60 seconds | | enabled | True | | evaluation_periods | 1 | | exclude_outliers | False | | insufficient_data_actions | [] | | meter_name | cpu | | name | test2 | | ok_actions | [] | | period | 60 | | project_id | 962f75ad22c24cbf99d40d7b82718505 | | query | | | repeat_actions | False | | state | insufficient data | | statistic | avg | | threshold | 50.0 | | time_constraints | [{name: cons1, | | | description: Time constraint at 0 11 * * * lasting for 300 seconds, | | | start: 0 11 * * *, | | | duration: 300}, | | | {name: cons2, | | | description: Time constraint at 0 23 * * * lasting for 600 seconds, | | | start: 0 23 * * *, | | | duration: 600}] | | type | threshold | | user_id | 76f335df8e2f4c7e9e8185e26ea85759 | +---------------------------+-----------------------------------------------------------------------+ > ceilometer alarm-history -a 2ead776d-2fc7-47a2-b0bb-0f88dcefa457 +----------+----------------------------+--------------------------------------------------------------------------------+ | Type | Timestamp | Detail | +----------+----------------------------+--------------------------------------------------------------------------------+ | creation | 2014-03-06T07:41:35.362050 | name: test2 | | | | description: Alarm when cpu is eq a avg of 50.0 over 60 seconds | | | | type: threshold | | | | rule: cpu == 50.0 during 1 x 60s | | | | time_constraints: cons1 at 0 11 * * * for 300s, cons2 at 0 23 * * * for 600s | +----------+----------------------------+--------------------------------------------------------------------------------+ Change-Id: I3953276537b4526e46e5e6d229d6fa154f8ab0fc Closes-Bug: #1288246 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 53d5a22f30f3..b99547b4d333 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 53d5a22f30f3e413318033d76627b4f68bd60af2 +Subproject commit b99547b4d333203ee44c9ec0b82fbd26b517454d From 3812b33eb3ea204b6d7ff93e4ed88e245e10e694 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 15:27:00 +0000 Subject: [PATCH 01984/18836] Updated openstack/openstack Project: openstack/glance dc2672ab4c0bbd1b0c7d0085030f69e22c72b329 null Return 405 when attempting DELETE on /tasks We currently return 404 NotFound when attempting to delete a task by hitting the resource /v2/tasks/{task_id}. However, as this resource exists and we do not allow DELETE on tasks, the correct response is 405 MethodNotAllowed. Implementing as per spec on http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Fixes bug 1287951 Change-Id: Ia4a969e595b520dbc5f4e9a463d967681465ae6f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1bad52461ab2..dc2672ab4c0b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1bad52461ab207ed8b75e6fc31ad6fda954edeff +Subproject commit dc2672ab4c0bbd1b0c7d0085030f69e22c72b329 From 2f22a60dea5095ffb4f00c98560d9db694ee77f8 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 18 Mar 2014 14:22:53 +0100 Subject: [PATCH 01985/18836] Updated openstack/openstack Project: openstack/oslo.messaging 27e4a0da8b0c6191145953bd7639b7318b48b6e8 null Add unit test to check the order of Qpid hosts on reconnect Change-Id: I32e20c0e747e6489dab4b0358d422b8a9c6b982e Partial-Bug: 1261631 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 57ebe0d83d2a..27e4a0da8b0c 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 57ebe0d83d2a49b64ae5ee008565429d6c08d330 +Subproject commit 27e4a0da8b0c6191145953bd7639b7318b48b6e8 From ef99b13022b794196bbfcd08e9ff6e25e5141b31 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Mon, 24 Mar 2014 20:37:37 +0400 Subject: [PATCH 01986/18836] Updated openstack/openstack Project: openstack/requirements 6055c07bd84f2056f783efa8f1048f65ac7ababe null Remove obsolete python-savannaclient All projects are now migrated to the new actual python-saharaclient, so, we could remove the old one. Change-Id: Ic9de0fa1da56ff1d3fef25342bed3e781378d085 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index c108fc5c3a95..6055c07bd84f 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit c108fc5c3a95ac499de7176b5afb01d688a160f4 +Subproject commit 6055c07bd84f2056f783efa8f1048f65ac7ababe From 36e810e6d8cc162027c568abe1d928f7a11e62d6 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Mon, 17 Mar 2014 23:47:49 +0400 Subject: [PATCH 01987/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4754247c350f157017660b8e797ccbd79acd8271 null Don't enable savanna service for sahara Tempest integration has been updated. Change-Id: I9e2126996b08af0dac876aa7d7fe4e6f7b4879d0 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 78a1d77e8b72..4754247c350f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 78a1d77e8b722c25a7b78daf46f81c267b3f02d9 +Subproject commit 4754247c350f157017660b8e797ccbd79acd8271 From 7f77d477423fc8d38111ccf32bff5379cceab8b8 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 26 Mar 2014 07:56:56 -0700 Subject: [PATCH 01988/18836] Updated openstack/openstack Project: openstack-dev/devstack 7ee8f11588741357a321adab2fee99b3affe40b3 null Add iops to dstat output The "-r" option adds io request counts. They are placed next to the currently present io throughput columns. Change-Id: I7b4c6f3608afb3714bc997bb4ba005c00eeab61e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b65dc0afee70..7ee8f1158874 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b65dc0afee70f79b1698c3a2b222b0c4b213917d +Subproject commit 7ee8f11588741357a321adab2fee99b3affe40b3 From 738b42faf187ae18e4cbb67eb67732a9d9c8b519 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 18:21:59 +0000 Subject: [PATCH 01989/18836] Updated openstack/openstack Project: openstack/requirements c8ffa08b2ed7baaf92cc3cb22e30dabbf36f66a8 null Remove oslo.sphinx from global requirements We should use oslosphinx everywhere instead. Change-Id: I2a67abbab35fde2b7a57b80babe327530c8dbc95 Closes-Bug: #1277168 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 6055c07bd84f..c8ffa08b2ed7 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 6055c07bd84f2056f783efa8f1048f65ac7ababe +Subproject commit c8ffa08b2ed7baaf92cc3cb22e30dabbf36f66a8 From f3bd60152fd295ab3ba265e040c67ef88017e72c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 18:24:12 +0000 Subject: [PATCH 01990/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2e092ffef779056ea1ffd6a1feb6987911a5b27f null Adds to Keystone to convert V2 endpoints to V3 The Domain Quota Management Driver uses the V3 Authentication Token. Also, it tries to contact Keystone for getting list of projects in a domain using V3 API like /v3/projects?domain_id=. But the keystone v3/client.py default uses V2 API and hence code changed to convert V2 endpoints for V3 endpoints. This change is required to implement blue print domain-quota-driver-api Change-Id: If62ffc5e5252477bbe4d80f14c0a7653e11d5403 Closes-Bug: 1260916 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 16ca30673773..2e092ffef779 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 16ca30673773ff4e30c4165e7b355cedc65c789b +Subproject commit 2e092ffef779056ea1ffd6a1feb6987911a5b27f From 80749996a1a30e6a29845b70f66827a2b271e4ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 18:32:02 +0000 Subject: [PATCH 01991/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate cdb5f61602ac59853f3ee9539552abe6fa29df22 null fix trove merge trove service enablement is missing a comma. this causes trove service and previous service to merge into one non-existent service Change-Id: Ia487bce09d2f3a6b352c772597063269f8320457 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4754247c350f..cdb5f61602ac 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4754247c350f157017660b8e797ccbd79acd8271 +Subproject commit cdb5f61602ac59853f3ee9539552abe6fa29df22 From 929674eb3758acbb2713e8b12ee541dd9fa2ec3f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 18:32:04 +0000 Subject: [PATCH 01992/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ac6085b2a4015404bffd32e4d8f72814b584b645 null Use OVERRIDE_ZUUL_BRANCH in devstack-vm-gate.sh When a change on master branch triggered a stable job, the stable job's localrc configured according to the master rules instead of the stable rules. For example: The stable/havana job on the devstack-gate changes attempted to install trove, which was not part of the integrated set at the havana time. It is also caused failures on the stable/havana postgresql jobs. We saw similar issues on the periodic jobs as well. The issue can be solved by using the OVERRIDE_ZUUL_BRANCH, instead of ZUUL_BRANCH. devstack-vm-gate-wrap.sh always defines the OVERRIDE_ZUUL_BRANCH. Change-Id: Id49f9730a2feeca51dee057d5aec6968a9f62bb3 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index cdb5f61602ac..ac6085b2a401 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit cdb5f61602ac59853f3ee9539552abe6fa29df22 +Subproject commit ac6085b2a4015404bffd32e4d8f72814b584b645 From 1e6eba28f4984c11f0577d0f896fc1aa5f225b66 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Wed, 26 Mar 2014 15:41:37 +0400 Subject: [PATCH 01993/18836] Updated openstack/openstack Project: openstack/python-novaclient 21f166b623415ba136e8ea0a95635d545db9aeed null Start using oslosphinx theme for docs Change-Id: Ic327d9752e9c77e6543f23b032c8b77abd6ed479 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 733f1e58d86b..21f166b62341 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 733f1e58d86b1af7d0a013bf8056e1598890e998 +Subproject commit 21f166b623415ba136e8ea0a95635d545db9aeed From eb4f9f3611909669911702f81e5a1f75e6d5b586 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 19:00:49 +0000 Subject: [PATCH 01994/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate cd66e152671a6818ccf726f8d5ec175512c13212 null be extra explicit for people reading logs people seem to be confused by gate_hook failed, even though 5 lines above we say running gate_hook. Make it extra explicit what to do next. Change-Id: I19d77b905c61311c0c68e23ed67f137df682cf34 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ac6085b2a401..cd66e152671a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ac6085b2a4015404bffd32e4d8f72814b584b645 +Subproject commit cd66e152671a6818ccf726f8d5ec175512c13212 From 7f0947ea302f583030901722cf08b4b4f204b944 Mon Sep 17 00:00:00 2001 From: Christian Schwede Date: Wed, 26 Feb 2014 09:52:38 +0000 Subject: [PATCH 01995/18836] Updated openstack/openstack Project: openstack/python-swiftclient 100419c0b3443419b942d44e6e9d04ae6122678c null Make bin/swift testable part 1 To make bin/swift importable for testing it needs to be renamed/moved. The final idea is to move it to swiftclient/shell.py and add only a stub in bin/swift to import swiftclient/shell.py. However, doing this in a single step makes reviewing very hard, because now there are > 1400 lines deleted from bin/swift and added to swiftclient/shell.py - Gerrit doesn't detect the moved file. For example: https://review.openstack.org/#/c/73710/2/ This patch first moves the code to swiftclient/shell.py and uses setup.py/cfg to create the stub file in bin/swift. A follow up (https://review.openstack.org/#/c/76489/) will then add the stub itself in bin/swift (and remove the entry in setup.py). The change to tox.ini is related to bug 1290562 and can be removed in the future. Change-Id: Id86392ccaf09e1d80a5d808fb49827d6d18c2588 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 070dd48c315b..100419c0b344 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 070dd48c315b63e9ba75fc1020922222c985b194 +Subproject commit 100419c0b3443419b942d44e6e9d04ae6122678c From 1f93ecdce2655a13ac280399837b366eaa7d80c9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 18:30:41 +0000 Subject: [PATCH 01996/18836] Updated openstack/openstack Project: openstack/keystone d99e34d0d0f69d69457ce6f770b6e86141a53613 Merge "Enable lazy translations in httpd/keystone.py" --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index 388155c128ef..d99e34d0d0f6 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit 388155c128ef282e13925675fa6c8b9f11e6a6b6 +Subproject commit d99e34d0d0f69d69457ce6f770b6e86141a53613 From 020abf274a6c7320f9b7b5460ad65e34f7454297 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 26 Mar 2014 20:18:20 +0000 Subject: [PATCH 01997/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6a6c8d760b12d8f74721ce59c03987ab65ec613a null Add 'methods' to all v3 test tokens methods is a required field of v3 tokens but none of the sample tokens have them. This field is required for determining the difference between a v2 and a v3 AccessInfo object. Change-Id: I4d45e90f24eeb2f35451549771ad999628619c20 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2e092ffef779..6a6c8d760b12 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2e092ffef779056ea1ffd6a1feb6987911a5b27f +Subproject commit 6a6c8d760b12d8f74721ce59c03987ab65ec613a From 6a4ef2625aa948e42968a9f02cb2d4d88798f7db Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 23 Mar 2014 07:52:38 -0700 Subject: [PATCH 01998/18836] Updated openstack/openstack Project: openstack-dev/pbr 4a69c118642f30a1f5af655add22424cc984d301 null Remove pip version specifier We don't actually require pip 1.4, and saying that we do breaks package installation in a lot of cases. Remove the version specifier from our requirements list. Fixes-bug: #1296310 Change-Id: I69c67c4c8cba7076e33292eaab9070ba51b4dff3 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 2aeb8da1dcab..4a69c118642f 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 2aeb8da1dcab1d916928ce4b4b726a1aa4e252b8 +Subproject commit 4a69c118642f30a1f5af655add22424cc984d301 From 2c38875f4689c8ab270071f2f0f6a57e831a7f53 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Mar 2014 02:08:47 +0000 Subject: [PATCH 01999/18836] Updated openstack/openstack Project: openstack/python-troveclient 5b713c009bfa783fbfcc0e693e73c9d637e677f3 null Get rid of XML related trove client bindings We will no longer support XML for the trove API; it behooves us to remove XML related code, and clean up the trove client. Partially implements bp: destroy-xml-api Change-Id: I58f95e81f3e4bc4bad277ff2a48abfced2b48199 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 3fbb0074d1de..5b713c009bfa 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 3fbb0074d1defa2336ea9934d6785342f5bb6519 +Subproject commit 5b713c009bfa783fbfcc0e693e73c9d637e677f3 From fc2d166652de29edae98db7b73029061b5491e57 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 27 Mar 2014 04:19:46 +0000 Subject: [PATCH 02000/18836] Updated openstack/openstack Project: openstack/glance c89e2461caa17506dc07cf8b265f3ae0c10a2763 null Imported Translations from Transifex Change-Id: Id02da366e8f85442b75eb52e67d59e1ccec7a517 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index dc2672ab4c0b..c89e2461caa1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit dc2672ab4c0bbd1b0c7d0085030f69e22c72b329 +Subproject commit c89e2461caa17506dc07cf8b265f3ae0c10a2763 From 7dc88f9d27181603a788b75d2c30e55b52b9733b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Mar 2014 04:38:55 +0000 Subject: [PATCH 02001/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 417a9ad9acf0977f47be68f4e53ba5da678eda2a null Sets DEFAULT_INSTANCE_TYPE in localrc for Ironic Set DEFAULT_INSTANCE_TYPE=baremetal for Ironic so lib/tempest pulls the correct flavor_ref during Tempest configuration. Change-Id: Ie5c649c7d6dd145559d2ca7948e77bbdee4e6a37 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index cd66e152671a..417a9ad9acf0 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit cd66e152671a6818ccf726f8d5ec175512c13212 +Subproject commit 417a9ad9acf0977f47be68f4e53ba5da678eda2a From 1dbbc02eadd6043a4aea4118a3112d241eea3466 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 26 Mar 2014 19:19:01 -0700 Subject: [PATCH 02002/18836] Updated openstack/openstack Project: openstack-dev/devstack 6b2f26577b5384b0669ae2e0d082d7fe6a1716e9 null Fix is_n-cell-enabled devstack-gate just adds the n-cell to the list of enabled_services and devstack does the rest. Change-Id: I1d7f8d085a5f46078131f0f6f670e929ec63f805 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7ee8f1158874..6b2f26577b53 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7ee8f11588741357a321adab2fee99b3affe40b3 +Subproject commit 6b2f26577b5384b0669ae2e0d082d7fe6a1716e9 From 11ca2d8d11d27b4a1369b90c7763bc3ca6d538e3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Mar 2014 12:34:27 +0000 Subject: [PATCH 02003/18836] Updated openstack/openstack Project: openstack-dev/devstack 1bf6e73068dd94e8b8cdcf247180c8c83c454191 null Add memory usage to dstat output Adds used, buffers, cache, free values next to the CPU usage. Change-Id: Ia873e6a5e78413b724464985b253149bc7e9e2d8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6b2f26577b53..1bf6e73068dd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6b2f26577b5384b0669ae2e0d082d7fe6a1716e9 +Subproject commit 1bf6e73068dd94e8b8cdcf247180c8c83c454191 From 86a0e1669637cbbfbe7d628a3fe91f0ae22e3a38 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Mar 2014 12:58:58 +0000 Subject: [PATCH 02004/18836] Updated openstack/openstack Project: openstack-dev/devstack ebc8de2a81f1289d3625105efdeeca3b92397554 null Swift3 has been moved to stackforge. Use that URL Change-Id: Iae1a7068043846294fe208a10a1de23a35f337e0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1bf6e73068dd..ebc8de2a81f1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1bf6e73068dd94e8b8cdcf247180c8c83c454191 +Subproject commit ebc8de2a81f1289d3625105efdeeca3b92397554 From 65a16f475e95fa9409c7ca91c3b11cb4d155bbb9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Mar 2014 13:49:07 +0000 Subject: [PATCH 02005/18836] Updated openstack/openstack Project: openstack-dev/devstack 64d7d6e68b83c0a7f4c6e52acf5ed84c83ee6928 null Increase in the full path to mkfs.xfs(/sbin/mkfs.xfs). Xfsprogs package has been installed. This is the cause of the error stack does not have permission to perform mkfs.xfs command rather mkfs.xfs command in /sbin/ path, stack in order to perform mkfs.xfs must add the full path or use the sudo command mode. Fixed bug #1292466 Change-Id: I488133539331b4a0034a2afb4e75665904754245 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ebc8de2a81f1..64d7d6e68b83 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ebc8de2a81f1289d3625105efdeeca3b92397554 +Subproject commit 64d7d6e68b83c0a7f4c6e52acf5ed84c83ee6928 From 7845b558e81dccc9a52c7e5f08fdd2f2e37bf522 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Mar 2014 13:49:09 +0000 Subject: [PATCH 02006/18836] Updated openstack/openstack Project: openstack-dev/devstack 72eebd786551f8031c7129fb142c5a92c0bc63b5 null Fix wrong compute driver name for Ironic Change-Id: Ia29e019065476f9884ab3fce4e26fe66700fb02d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 64d7d6e68b83..72eebd786551 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 64d7d6e68b83c0a7f4c6e52acf5ed84c83ee6928 +Subproject commit 72eebd786551f8031c7129fb142c5a92c0bc63b5 From 4c2031199bdfcc38c0a1f81d00da97fa3d250765 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 27 Mar 2014 10:14:21 +0000 Subject: [PATCH 02007/18836] Updated openstack/openstack Project: openstack/cinder a3a3b8358791fbe7db13361c8e532b6b97e8a73d Merge "vmware: Use SessionIsActive to find stale session" --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 586b284c44e9..a3a3b8358791 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 586b284c44e9af827fac6df112598fdac71f94be +Subproject commit a3a3b8358791fbe7db13361c8e532b6b97e8a73d From 8846598e125fa681aac1b1238f4ac60af426600f Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 27 Mar 2014 12:17:20 +0800 Subject: [PATCH 02008/18836] Updated openstack/openstack Project: openstack/requirements 65a913ef036de59ad84a7fb369a5e6df93bb5ac0 null Update python-keystoneclient to 0.7.0 A new version of keystoneclient was released containing changes we wish to use in Horizon, so bump to the latest version. Change-Id: I4c4a4db30108d82a56927aa9983f7736b038d435 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index c8ffa08b2ed7..65a913ef036d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit c8ffa08b2ed7baaf92cc3cb22e30dabbf36f66a8 +Subproject commit 65a913ef036de59ad84a7fb369a5e6df93bb5ac0 From 9d2e3bec664ffd45d123b9d6caa7e2b786e959ad Mon Sep 17 00:00:00 2001 From: Toilal Date: Thu, 27 Mar 2014 08:22:20 +0100 Subject: [PATCH 02009/18836] Updated openstack/openstack Project: openstack-dev/pbr 95c86cbed7b10ae7385b0b894600c763decd2558 null Use unicode_literals import instead of u'unicode' notation. Change-Id: I94ff7e2517c714b9f576f9f9f615537502fcbf41 Closes-Bug: #1276139 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 4a69c118642f..95c86cbed7b1 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 4a69c118642f30a1f5af655add22424cc984d301 +Subproject commit 95c86cbed7b10ae7385b0b894600c763decd2558 From f6695257a59a598fd3b6ffbdf98148b90f7e17b7 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Thu, 27 Mar 2014 16:32:14 +0000 Subject: [PATCH 02010/18836] Updated openstack/openstack Project: openstack/glance 9a31a64a92054170b48e22ccc5350118f9f68a68 null Sanitize set passed to jsonutils.dumps() Datatype set is not parseable by json.dumps() and will cause ValueError. Catching that in _sanitizer and converting to list. Change-Id: I9f1374c4268182e8d35e82c5784fb05c7b84c209 Fixes-Bug: #1296589 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c89e2461caa1..9a31a64a9205 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c89e2461caa17506dc07cf8b265f3ae0c10a2763 +Subproject commit 9a31a64a92054170b48e22ccc5350118f9f68a68 From f5cf9d358418c18beb68d7db7ae9ae1206eb6023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Jastrz=C4=99bski?= Date: Thu, 13 Mar 2014 15:48:03 +0100 Subject: [PATCH 02011/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient fcfffacd3b13ca295a7f2ba42176f4212c1c96fb null Implementation of statistics aggregators This corresponds to do API calls on: /v2/meters/meter-name/statistics?aggregate.func=func-name Usage: aggregates = [{'func': 'cardinality', 'param': 'resource_id'}]) client.statistics.list(meter_name="instance", aggregates=aggregates) CLI: ceilometer statistics -m instance -a "cardinality<-resource_id" Change-Id: I0096668585a5c7e7985973f07049eb91f44413fe --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index b99547b4d333..fcfffacd3b13 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit b99547b4d333203ee44c9ec0b82fbd26b517454d +Subproject commit fcfffacd3b13ca295a7f2ba42176f4212c1c96fb From 8c03693ce860b94a7a146757a1fb5a1ebd0752fd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 04:32:56 +0000 Subject: [PATCH 02012/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3e6c06f813d9453e1040338e0ea84393df6432bc null Use AccessInfo in auth_token middleware auth_token middleware parses the token and extracts the data manually. We have this parsing ability in AccessInfo now so we should use that instead. Change-Id: I23c6e33d327c3d3669fb977d9623b788324c4785 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6a6c8d760b12..3e6c06f813d9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6a6c8d760b12d8f74721ce59c03987ab65ec613a +Subproject commit 3e6c06f813d9453e1040338e0ea84393df6432bc From 1d85d318c04220e437312257098cd33afc535904 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 24 Mar 2014 18:21:34 +0100 Subject: [PATCH 02013/18836] Updated openstack/openstack Project: openstack/python-swiftclient 701faf0d16584a7c38bd0ba9f9ae778ca9912dbe null Replace dict.iteritems() with dict.items() dict.iteritems() has been removed in Python 3. In Python 2, dict.items() creates a temporary list, but Samuel Merritt wrote: "The size of the data is small enough that we don't need to worry about the memory consumption; it's all just HTTP headers." Change-Id: Iac427b8bbd032e4a1efb2bdc84a3968217eb6ddf --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 100419c0b344..701faf0d1658 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 100419c0b3443419b942d44e6e9d04ae6122678c +Subproject commit 701faf0d16584a7c38bd0ba9f9ae778ca9912dbe From 51a14c4117bbf6adf11c20694fedb6b5fa4c0426 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 09:59:03 +0000 Subject: [PATCH 02014/18836] Updated openstack/openstack Project: openstack/python-swiftclient 7dcefe1b6422b418d1a3746e03fe36d8855f32c7 null Python 3: Replace iter.next() with six.next(iter) Use six.next() to be Python 3 compatible. Change-Id: Ia16148a759d368872787d5896a7b1dc42ffcdfb5 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 701faf0d1658..7dcefe1b6422 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 701faf0d16584a7c38bd0ba9f9ae778ca9912dbe +Subproject commit 7dcefe1b6422b418d1a3746e03fe36d8855f32c7 From 960844afaf0f011ad263ea8f0d75c403b273f23d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 10:14:26 +0000 Subject: [PATCH 02015/18836] Updated openstack/openstack Project: openstack/python-swiftclient 14f0c89cc10d1705bf9267908e69ce1221da14c6 null Python 3: Fix tests using temporary text files Use mode "w" instead of the default mode "wb+" to get text file instead of binary file on Python 3. Change-Id: I2efe8d926309cfcd5ffe4ea963c11799773def73 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 7dcefe1b6422..14f0c89cc10d 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 7dcefe1b6422b418d1a3746e03fe36d8855f32c7 +Subproject commit 14f0c89cc10d1705bf9267908e69ce1221da14c6 From 0f62e4c0d66ffe9e488674ab2d2e00928f1c3a86 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 10:14:27 +0000 Subject: [PATCH 02016/18836] Updated openstack/openstack Project: openstack/python-swiftclient b6ecec3cca3863414ddabf4e8e0606e8a71bd7af null Python 3: cast map() result to list On Python 3, map() returns a generator, not a list. Cast explicitly the result of map() to a list to get a list on Python 2 and Python 3. The cast is useless in Python 2, but it doesn't hurt performances: it's just a unit test. Change-Id: I87486b7dbc42507a6fd7886748a2e09735b6fc5b --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 14f0c89cc10d..b6ecec3cca38 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 14f0c89cc10d1705bf9267908e69ce1221da14c6 +Subproject commit b6ecec3cca3863414ddabf4e8e0606e8a71bd7af From 6ac29dc8df8160abd6bf369e2c3d279ca120bd4b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 27 Mar 2014 16:31:59 +0000 Subject: [PATCH 02017/18836] Updated openstack/openstack Project: openstack/django_openstack_auth a582726d1f2ee16e11e79e39f7b47ffcea553230 null Updated from global requirements Change-Id: I14d559fe337c6a06f0d2ff9ec0b4a9d3dd1b3238 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 1abf969a1cfa..a582726d1f2e 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 1abf969a1cfaa9bf27cdedd25727e4f32a99950b +Subproject commit a582726d1f2ee16e11e79e39f7b47ffcea553230 From abf5523aebac9f7ad690f41b99153aab126e1a8d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 13:44:50 +0000 Subject: [PATCH 02018/18836] Updated openstack/openstack Project: openstack-dev/devstack 64ccbea8cfa7813574a7085bcfaebcc7a98c65e1 null Ironic api-endpoint uses port 6385 The Ironic api_endpoint value in nova.conf (ironic section) is incorrectly set to port 6358. This sets it to the correct port: 6385. Change-Id: Ic591588e3480cc25c6e276f11103b7b0007d642a Closes-Bug: #1297939 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 72eebd786551..64ccbea8cfa7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 72eebd786551f8031c7129fb142c5a92c0bc63b5 +Subproject commit 64ccbea8cfa7813574a7085bcfaebcc7a98c65e1 From bf84bfd58647f8f0d5244c0f6217c6d172475a71 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 13:45:55 +0000 Subject: [PATCH 02019/18836] Updated openstack/openstack Project: openstack-dev/devstack 4c0e728780d49bfca80b147676ad1b96d16e24e4 null Install qemu-kvm instead of kvm package on Ubuntu Since at least 12.04, the kvm package is a transitional dummy package intended to move users to the newer qemu-kvm package. This removes the dependency on this dummy package, which will be going away in 14.04, and instead depends on the proper qemu-kvm package. Change-Id: I4a88ada3cf32106413a9fae6fe77c9c4c28a524e Closes-bug: #1294557 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 64ccbea8cfa7..4c0e728780d4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 64ccbea8cfa7813574a7085bcfaebcc7a98c65e1 +Subproject commit 4c0e728780d49bfca80b147676ad1b96d16e24e4 From 2c6bb899062fd574d847e3cfe4d9952fcd70857c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 14:37:14 +0000 Subject: [PATCH 02020/18836] Updated openstack/openstack Project: openstack/python-swiftclient cdf6f84c360088d39af1b8e1745c102fc44ac362 null Python 3: Add six dependency Change-Id: I350eb089e02b4c33cf34c9fdb65289a2ad77f9c9 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index b6ecec3cca38..cdf6f84c3600 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit b6ecec3cca3863414ddabf4e8e0606e8a71bd7af +Subproject commit cdf6f84c360088d39af1b8e1745c102fc44ac362 From bdfd3fd476bb136c9393f2a042de0e6f81a59056 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 27 Mar 2014 16:39:51 +0000 Subject: [PATCH 02021/18836] Updated openstack/openstack Project: openstack/python-cinderclient 07fd0fa5e6e8c9c52ea23199ffc72d9d30edfba8 null Updated from global requirements Change-Id: Icc67410c32244a1b1dfb6484acf4581c53e47fb5 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 724004098631..07fd0fa5e6e8 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 7240040986319117b5db6b9813681830980ceb2e +Subproject commit 07fd0fa5e6e8c9c52ea23199ffc72d9d30edfba8 From d4f99c4ad9c436798488adbf590923ed6febdc09 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 15:34:49 +0000 Subject: [PATCH 02022/18836] Updated openstack/openstack Project: openstack/oslo.messaging 2a08832c72a2a4b6d0ee10b9d62473903d5f463f null Add release notes up to 1.3.0a9 Change-Id: I978a483e8b121731f838d54e60651c80471793cb --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 27e4a0da8b0c..2a08832c72a2 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 27e4a0da8b0c6191145953bd7639b7318b48b6e8 +Subproject commit 2a08832c72a2a4b6d0ee10b9d62473903d5f463f From 2f816b9bbb4d9452f910e1084b1951fa535728a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 16:01:21 +0000 Subject: [PATCH 02023/18836] Updated openstack/openstack Project: openstack/oslo.messaging 85ea502edf76304e2d67cfd733f21cebfa70fa37 null Refactor AMQP message broker selection Drop redundant variable, make code more clean. Partial-Bug: #1261631 Change-Id: I5fd71ce3bcd3a82839204ee1fb130de3a3e1d3ac --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 2a08832c72a2..85ea502edf76 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 2a08832c72a2a4b6d0ee10b9d62473903d5f463f +Subproject commit 85ea502edf76304e2d67cfd733f21cebfa70fa37 From 01519b8c827e1701b04fbe00714ba8d2b561d249 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 18:47:39 +0000 Subject: [PATCH 02024/18836] Updated openstack/openstack Project: openstack/oslo.messaging afd977fb760539109a972ec9d16d6bd8bceaa351 null Fixed inconsistent EventletContextManagerSpawnTest failures The test spawns a greenthread and expects it to complete after eventlet.sleep(0) call. The problem is that if there are other greenthreads currently running, sleep(0) may switch to unexpected thread, which may result in test thread not being invoked at all. Instead of assuming no other green threads are running at the moment of test execution, explicitly wait() for the test thread. Change-Id: Id45307860733658638b74ed3a713493df8c1080d Closes-Bug: #1282706 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 85ea502edf76..afd977fb7605 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 85ea502edf76304e2d67cfd733f21cebfa70fa37 +Subproject commit afd977fb760539109a972ec9d16d6bd8bceaa351 From b235f74594191f562934dbd8fe852dc35534d430 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 18:47:39 +0000 Subject: [PATCH 02025/18836] Updated openstack/openstack Project: openstack/oslo.messaging a2106027b7da5b8956b8bcdd72aa1a248557d83b null Fixed possible pep8 failure due to pyflakes bug There is a bug in pyflakes that may trigger F811 violation when import is not used in a file before its redefinition in local class method scope, even though it's used in other classes later in the same file. Change-Id: Ie611e2ff93c59b01a2695c3d944cfe118f874547 Related-Bug: #1297161 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index afd977fb7605..a2106027b7da 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit afd977fb760539109a972ec9d16d6bd8bceaa351 +Subproject commit a2106027b7da5b8956b8bcdd72aa1a248557d83b From 55d54079247c5f7fd4401f447ace77b81b2547c1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 18:47:41 +0000 Subject: [PATCH 02026/18836] Updated openstack/openstack Project: openstack/oslo.messaging 19053b6e652d54444af44cff2c7db640b5b5b207 null Use messaging_conf fixture configuration by default This simplifies usage of messaging_conf fixture, reduces explicit cleanup and option registration code in unit tests. Change-Id: If1dea548c4a58abfc8ce4967710a061c9058628c --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index a2106027b7da..19053b6e652d 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit a2106027b7da5b8956b8bcdd72aa1a248557d83b +Subproject commit 19053b6e652d54444af44cff2c7db640b5b5b207 From dea906ca55eb05ebd66d40862cf2902618180223 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 18:56:47 +0000 Subject: [PATCH 02027/18836] Updated openstack/openstack Project: openstack/python-novaclient 6cbf00db259e0cd52f161ca1fb838fee5803c4c1 null Support building wheels (PEP-427) Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: I900a7d2e3777a5c151778679f3049771047855e6 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 21f166b62341..6cbf00db259e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 21f166b623415ba136e8ea0a95635d545db9aeed +Subproject commit 6cbf00db259e0cd52f161ca1fb838fee5803c4c1 From 753090ee34f50e1609e376ae7d1771206cef77af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 19:07:00 +0000 Subject: [PATCH 02028/18836] Updated openstack/openstack Project: openstack/python-novaclient fce239650fbc8418b9f713a2baf4a11c3f6ceb1d null typo in novaclient Change-Id: If30543ed7c94cd965f1d6b7f0d4af26b23914ba2 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6cbf00db259e..fce239650fbc 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6cbf00db259e0cd52f161ca1fb838fee5803c4c1 +Subproject commit fce239650fbc8418b9f713a2baf4a11c3f6ceb1d From f7af0d63caad6e1f7d0f479b18224f9bcdf19e0e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 20:31:40 +0000 Subject: [PATCH 02029/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5d6137f26c3e9ba65e47476232ec0af632086e16 null Remove releases.rst from keystone docs The most recent update to releases.rst was made back in 2012, but it's references in the docs page. It is providing false (or at least, inaccurate) information. Suggest removing it since the server side doesn't have a release related file either. Change-Id: If2a71b55117c450afdade3cad697eba5a626263f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3e6c06f813d9..5d6137f26c3e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3e6c06f813d9453e1040338e0ea84393df6432bc +Subproject commit 5d6137f26c3e9ba65e47476232ec0af632086e16 From 8b5c76476d836f3fc16454bbb4c2ed8c4490615d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 28 Mar 2014 20:31:50 +0000 Subject: [PATCH 02030/18836] Updated openstack/openstack Project: openstack/python-novaclient d85c24ff5ad1094345d2e38fcdb6ae58458be636 null Fix error when run with no arguments on Python 3 Python 3 changed the map built-in to return an iterable instead of a list. When tested in a boolean context, this always returns True, even if it would not return anything when iterated. Instead of the usage being printed, this error was printed: ERROR: 'Namespace' object has no attribute 'func' Use list comprehension instead to ensure that an iterable isn't returned Change-Id: Ie15f2fa8ee93ab26490e371133fa0f944430737b Closes-bug: 1295356 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index fce239650fbc..d85c24ff5ad1 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit fce239650fbc8418b9f713a2baf4a11c3f6ceb1d +Subproject commit d85c24ff5ad1094345d2e38fcdb6ae58458be636 From 639e20ffdcfb039ee93ac471cd13b7e0c5f52bbb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 29 Mar 2014 00:15:54 +0000 Subject: [PATCH 02031/18836] Updated openstack/openstack Project: openstack/glance 11b1a7ffb74a5ae29515d7a61e7d1906ccac645c null Sync common db code from Oslo This sync contains commit ``f7705f3 Make table utf-8 charset checking be optional for DB migration`` which will be used to support bug #1279000 fix. Full list of changes: 9fed4ed Fix Keystone doc build errors with SQLAlchemy 0.9 f7705f3 Make table utf-8 charset checking be optional for DB migration 5b7e61c Dispose db connections pool on disconnect d1988b9 Set sql_mode callback on connect instead of checkout a1a8280 Fix excessive logging from db.sqlalchemy.session dc2d829 Add lockutils fixture to OpportunisticTestCase d10f871 Adapt DB provisioning code for CI requirements 5920bed Make db utils importable without migrate 9933bdd Get mysql_sql_mode parameter from config 96a2217 Prevent incorrect usage of _wrap_db_error() 6cab37c Python3: define a __next__() method for ModelBase 20a7510 Add from_config() method to EngineFacade Change-Id: I115f5610101a8512af484111469f5060dce27919 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9a31a64a9205..11b1a7ffb74a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9a31a64a92054170b48e22ccc5350118f9f68a68 +Subproject commit 11b1a7ffb74a5ae29515d7a61e7d1906ccac645c From 2c04dfc809aa8299562cfd03fbeac730d9e89999 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Thu, 27 Mar 2014 18:09:04 -0700 Subject: [PATCH 02032/18836] Updated openstack/openstack Project: openstack/requirements 25d1ec330cdc8902dc59193f3bd4454dd850399c null Add ironic-python-agent to projects.txt Ironic-python-agent is a new project under the Ironic program that follows the global requirement guidelines. Change-Id: I2f629a8f2987571895425585a20a53f1be850ff0 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 65a913ef036d..25d1ec330cdc 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 65a913ef036de59ad84a7fb369a5e6df93bb5ac0 +Subproject commit 25d1ec330cdc8902dc59193f3bd4454dd850399c From 978a6800f99c70c7bfdc20c5d4377c348c328f9f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 29 Mar 2014 14:07:35 +0000 Subject: [PATCH 02033/18836] Updated openstack/openstack Project: openstack-dev/devstack 31f7475baffcca2742201918c8f3fe7b682c2193 null cache the pip tarball there is no need to download the pip tarball over and over again on rerun. Use the cached value. Change-Id: Ibcc1807ba2aca062f69839212f05ac9394db9448 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4c0e728780d4..31f7475baffc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4c0e728780d49bfca80b147676ad1b96d16e24e4 +Subproject commit 31f7475baffcca2742201918c8f3fe7b682c2193 From 16a33101362c44de90709da57230bd95860a59e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 29 Mar 2014 21:01:58 +0000 Subject: [PATCH 02034/18836] Updated openstack/openstack Project: openstack/requirements 638a267d6edb9e2e6ca8fc4a62f7baf85675575e null Do not sync requirements to pbr Syncing the requirements to pbr introduces a dependency on pip 1.4. We don't actually require pip 1.4, and saying that we do breaks package installation in a lot of cases. Fixes-bug: #1296310 Change-Id: I69c67c4c8cba7076e33292eaab9070ba51b4dff3 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 25d1ec330cdc..638a267d6edb 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 25d1ec330cdc8902dc59193f3bd4454dd850399c +Subproject commit 638a267d6edb9e2e6ca8fc4a62f7baf85675575e From 97023daf4ad6c52a247ce2ec2bb114571e74927b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 30 Mar 2014 03:08:43 +0000 Subject: [PATCH 02035/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 96c81a7b4e5b73d411d92682d268d35bbf31f299 null Remove stable/grizzly provisions and workarounds Any grizzly-specific configuration and routines are removed, but this should not be merged until all stable/grizzly proposed changes have been abandoned, corresponding branches tagged and deleted and job removal in I39f93f67b96961cd9991b6a13fecddb16e3a20fa merged. Change-Id: I7bec50a588f6a1753e3509bd3034f617e8cb6084 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 417a9ad9acf0..96c81a7b4e5b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 417a9ad9acf0977f47be68f4e53ba5da678eda2a +Subproject commit 96c81a7b4e5b73d411d92682d268d35bbf31f299 From befd607ed2269a0137f033759f6328c75be5caba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 30 Mar 2014 16:56:15 +0000 Subject: [PATCH 02036/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5c8f8b64918b1cf1e4249f52527b82fd317e87c4 null use v3 api to get certificates Let Token signing and ca certificates can be accessible at /v3/OS-SIMPLE-CERT/{ca,certificates}. Change-Id: I6c82d1f78ba1ff2ab110474623982542610b4d2d Closes-Bug: #1206345 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5d6137f26c3e..5c8f8b64918b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5d6137f26c3e9ba65e47476232ec0af632086e16 +Subproject commit 5c8f8b64918b1cf1e4249f52527b82fd317e87c4 From e4351544b7f6690199f41c00b54060e1d6a01798 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 30 Mar 2014 17:15:40 +0000 Subject: [PATCH 02037/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c1f519dc450b63ba7e4bc2898f59eb34dc118cf1 null Updated from global requirements Change-Id: I865b2e2fbffa2335e58e98b027b09d49f30bd00b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5c8f8b64918b..c1f519dc450b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5c8f8b64918b1cf1e4249f52527b82fd317e87c4 +Subproject commit c1f519dc450b63ba7e4bc2898f59eb34dc118cf1 From b0e6a22886d5cf5933d35331a4e0a2773abdcbab Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 24 Mar 2014 18:20:22 +0100 Subject: [PATCH 02038/18836] Updated openstack/openstack Project: openstack/python-swiftclient e3b7ecd2bbc5120444b3c1643fb89ccd47e454bb null Python 3: Fix module names in import Use six.moves to fix imports on Python 3. Change-Id: I35b9405690e9f0607b24d79aa7c00830df954c41 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index cdf6f84c3600..e3b7ecd2bbc5 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit cdf6f84c360088d39af1b8e1745c102fc44ac362 +Subproject commit e3b7ecd2bbc5120444b3c1643fb89ccd47e454bb From 3e42390dc0c5817c481329617c8348177963c5bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 30 Mar 2014 19:48:34 +0000 Subject: [PATCH 02039/18836] Updated openstack/openstack Project: openstack/python-swiftclient 21db1bf83670f284b8f3d1dab4dc2be548ffb57e null Python 3: Get compatible types from six * Replace unicode with six.text_type * Replace basestring with six.string_types * The long type doesn't exist in Python 3 anymore: replace 1L with long(1) and only test this type with Python 2 * Fix quote(): quote the URL if the string is a byte string. Use "bytes" type instead of "str" to be Python 3 compatible. Change-Id: I1df5aa85e4e7d07191fb5c654d52fc4bd8b9f440 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index e3b7ecd2bbc5..21db1bf83670 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit e3b7ecd2bbc5120444b3c1643fb89ccd47e454bb +Subproject commit 21db1bf83670f284b8f3d1dab4dc2be548ffb57e From 948653a61e044f4b459f466b710b4f331e36c44b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 00:15:41 +0000 Subject: [PATCH 02040/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 15042a0c2a889d578524e04a77f50645cb768dd9 null Support Keystone V3 based gate Introduces a new variable DEVSTACK_GATE_KEYSTONE_V3 to enable keystone v3 based gate run. For now enabling this only configures tempest to use keystone v3. Partially implements bp multi-keystone-api-version-tests Change-Id: Ib423386a7772e06f028403ab092eb04ee1b1f875 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 96c81a7b4e5b..15042a0c2a88 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 96c81a7b4e5b73d411d92682d268d35bbf31f299 +Subproject commit 15042a0c2a889d578524e04a77f50645cb768dd9 From 5f4812ebb855efd57c87b4af1e136fc1e28830ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 01:45:26 +0000 Subject: [PATCH 02041/18836] Updated openstack/openstack Project: openstack-dev/pbr 35b34b77bf9e8fc72bb2c50331c7ca16f7a9f78b null Remove duplicate git setup in tests. Less duplication for more reuse. If the intent was clarity before, I'm happy to skip this and just have duplicate code... Change-Id: I09fd14ecd9751e79a3a475dedf320c36ba0ba71c --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 95c86cbed7b1..35b34b77bf9e 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 95c86cbed7b10ae7385b0b894600c763decd2558 +Subproject commit 35b34b77bf9e8fc72bb2c50331c7ca16f7a9f78b From 0c1d9de76f7637ad724c72a937259e6d21c25583 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 01:56:19 +0000 Subject: [PATCH 02042/18836] Updated openstack/openstack Project: openstack-dev/pbr 02aeac0b1463926cec439b6eb0cd1d9b7dab1d8c null Add support for nested requirements files pip supports requirements files with a line such as: -r other-requirements.txt for specifying nested requirements files. Adding support to pbr should be helpful with handling optional dependencies in projects better, by allowing us to split the requirements files and then merge them back together using -r lines. Change-Id: I80e081b2229cc81eed26533c50afb07dc98a1db1 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 35b34b77bf9e..02aeac0b1463 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 35b34b77bf9e8fc72bb2c50331c7ca16f7a9f78b +Subproject commit 02aeac0b1463926cec439b6eb0cd1d9b7dab1d8c From 3ebe53f74081c9aa8f31d230dad074711184c8a5 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 31 Mar 2014 06:07:47 +0000 Subject: [PATCH 02043/18836] Updated openstack/openstack Project: openstack/ceilometer 6697af2e52c5106277b08cebf438459fdfe5a20c Imported Translations from Transifex --- ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer b/ceilometer index 4d35b216585c..6697af2e52c5 160000 --- a/ceilometer +++ b/ceilometer @@ -1 +1 @@ -Subproject commit 4d35b216585c3a9fcc57b2768565d0913a7788bd +Subproject commit 6697af2e52c5106277b08cebf438459fdfe5a20c From 1be97608347d9d29c3f57bf0bea3076fb99c4843 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 14:59:49 +0000 Subject: [PATCH 02044/18836] Updated openstack/openstack Project: openstack/horizon 23aea6a5fb55d44fc838efb7a5033c66dba60cab Merge "Added network's api mocking for the servers_update_addresses method" --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index 3a153c86af15..23aea6a5fb55 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit 3a153c86af15f765277737a8a7e58ade0ff27fdf +Subproject commit 23aea6a5fb55d44fc838efb7a5033c66dba60cab From 3058256497aaeeac587d700840893efddf262879 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 16:24:20 +0000 Subject: [PATCH 02045/18836] Updated openstack/openstack Project: openstack/python-heatclient 13b4f82835fcf5dd0f206745ae13378796b4a029 null Resolve files in resource types This adds a new step resolving files in Resource type, allowing to embed templates directly in stack files and referencing them in types. Change-Id: I147894e51505b01ebfc3e1de982f20a45471c5cd Closes-Bug: #1291445 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 53b581f07676..13b4f82835fc 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 53b581f076762424b79b883d38a9354dedf943ed +Subproject commit 13b4f82835fcf5dd0f206745ae13378796b4a029 From e8bb4b3411b320332e47ad834155cace3aa474c8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 18:00:30 +0000 Subject: [PATCH 02046/18836] Updated openstack/openstack Project: openstack/python-novaclient ec7e95d65ef26737a650d4ff97d73d950d8005f2 null Remove unused arguments to _boot() reservation_id, min_count, max_count are never specified by any callers. Remove the arguments and the code that checks the values. Change-Id: I3794fd1eabbfb999c422c701af1ff64cd667313f --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d85c24ff5ad1..ec7e95d65ef2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d85c24ff5ad1094345d2e38fcdb6ae58458be636 +Subproject commit ec7e95d65ef26737a650d4ff97d73d950d8005f2 From c122c7d54c11bbbf8c2daee1527e04d1e8dae673 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Mon, 31 Mar 2014 07:37:22 -0700 Subject: [PATCH 02047/18836] Updated openstack/openstack Project: openstack/nova bdd064f95f8c3896679e2b1f764a5ac489ebba06 Fix getting instance events on subsequent attempts --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 799c61457dbd..bdd064f95f8c 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 799c61457dbd34a64ad2fda4283e2d3ccc81fff3 +Subproject commit bdd064f95f8c3896679e2b1f764a5ac489ebba06 From 005929cad92b3d62f6295d293c6c37274b83c2da Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 19:30:55 +0000 Subject: [PATCH 02048/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d61f684619763a42a849bb907934929a2cd711f6 null Allow configurable large-ops tests This makes the large-ops job use the non-zero enable flag as the number of resources to configure instead of hard-coding it into the job. Since we can't merge this and the change to the job at the same time, this includes special support for the =1 case to run the same number we currently do (50). After both merge, the extra condition can be cleaned up with a test for ">0". Change-Id: I08c392bb620b5e911c721c806310749eeaba8ed0 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 15042a0c2a88..d61f68461976 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 15042a0c2a889d578524e04a77f50645cb768dd9 +Subproject commit d61f684619763a42a849bb907934929a2cd711f6 From 6a2f94bed4e9d46088c793e73f7efb78c36af8f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 19:34:36 +0000 Subject: [PATCH 02049/18836] Updated openstack/openstack Project: openstack/python-keystoneclient e7a305874e856be12835058f2665354ebf055ca6 null Reference docstring for auth_token fields The documented variables that the auth_token middleware sets for the request was out of date with the code. Rather than maintain the documentation for the fields in 2 places we'll now link to the auth_token module docs. Change-Id: Id4ca1843f749c1ed0b515c8860764add3ec4a3da --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c1f519dc450b..e7a305874e85 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c1f519dc450b63ba7e4bc2898f59eb34dc118cf1 +Subproject commit e7a305874e856be12835058f2665354ebf055ca6 From a9cc121942c2c49d77fa7c40f9feeeb2515741e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 19:34:39 +0000 Subject: [PATCH 02050/18836] Updated openstack/openstack Project: openstack/python-troveclient 46464a0a3cac1ba3f8b71fa8cae6c75ecb5b273c null Fix database-list via CLI for large # of dbs When an instance contains more than 20 databases, only the last n-20 were being shown when trove database-list was run. The do_database_list method wasn't correctly tracking the output when multiple pages were present. Change-Id: I349534735b4118f3cdd4897c36bb17c0a1fdceb1 Closes-Bug: #1246599 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 5b713c009bfa..46464a0a3cac 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 5b713c009bfa783fbfcc0e693e73c9d637e677f3 +Subproject commit 46464a0a3cac1ba3f8b71fa8cae6c75ecb5b273c From 50c3224263099ad3638a8139d136efab3abb7f19 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 15:40:21 +0000 Subject: [PATCH 02051/18836] Updated openstack/openstack Project: openstack/heat aa6fa5e975606576c759ed14d1e4d67186e2a377 Merge "version migration fails if version is an integer" --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 7953ce1fecd5..aa6fa5e97560 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 7953ce1fecd51b26d213c0d80a3d1bce1295c14e +Subproject commit aa6fa5e975606576c759ed14d1e4d67186e2a377 From 50660869f896348722adc4be7e7e0688ecac4b14 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 31 Mar 2014 22:05:20 +0000 Subject: [PATCH 02052/18836] Updated openstack/openstack Project: openstack/python-novaclient 05862604075434862606e124fb1dbdfbe73f40bb null Avoid AttributeError in servers.Server.__repr__ servers.Server represents various object now, and some of them may don't have attribute 'name', for example, the interface_list() result object. It will cause AttributeError when we try to format string with such object, so I add a check for the 'name' attribute in __repr__ method, it will use 'unknown-name' instead when 'name' is not found. Change-Id: If4757d5d73721774543d58a4cc875710a6013f34 Closes-Bug: #1280453 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ec7e95d65ef2..058626040754 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ec7e95d65ef26737a650d4ff97d73d950d8005f2 +Subproject commit 05862604075434862606e124fb1dbdfbe73f40bb From 0370f92e3a219e1e844a4f595a40be3d3c763332 Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Mon, 31 Mar 2014 11:41:54 -0700 Subject: [PATCH 02053/18836] Updated openstack/openstack Project: openstack-dev/devstack 1bb9ef63c535b274a4b8c905f54335bbb1d779c3 null Update compute driver name for Ironic Commit 08448e3a mistakenly updated the location of the Ironic compute driver to be loaded from within the Nova tree. However, no such module exists as the compute and scheduler drivers both live in the Ironic tree. This reverts that and adds a note explaining the setting. Change-Id: I7f32f77bd7e5fd1f6b41014ac71bbf6e1a7d84cf --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 31f7475baffc..1bb9ef63c535 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 31f7475baffcca2742201918c8f3fe7b682c2193 +Subproject commit 1bb9ef63c535b274a4b8c905f54335bbb1d779c3 From 64f3e0fe5609cc1760e92f605318e86b126c949c Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 29 Mar 2014 11:27:54 +0800 Subject: [PATCH 02054/18836] Updated openstack/openstack Project: openstack/oslo.messaging 3738bff1650da22d978129c6d13ce1833e9fcb82 null Fix wrong parameter description in docstring There is duplicated 'param' to same parameter, that should be 'type'. Change-Id: I446a524ea27553e63c800f80edc5074df6e9c53b --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 19053b6e652d..3738bff1650d 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 19053b6e652d54444af44cff2c7db640b5b5b207 +Subproject commit 3738bff1650da22d978129c6d13ce1833e9fcb82 From 53d45e45c7fcd91c788051068754be88e2ae7a33 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 31 Mar 2014 19:33:20 -0700 Subject: [PATCH 02055/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 3a7ddaa37774e64d7455a2bd2bf0fe8b68786148 null Enable large ops if flag is >= 1 The largeops flag value is now used to set the number of concurrent VMs to start which means we cannot simply check against 1 to see if the job is enabled. Any value greater than 1 is also valid. Make the comparison `"$DEVSTACK_GATE_TEMPEST_LARGE_OPS" -ge "1"` to catch non default cases. Change-Id: Ifbfeb3ee47373d4ba0046acc1daa6cb0e85554f2 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d61f68461976..3a7ddaa37774 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d61f684619763a42a849bb907934929a2cd711f6 +Subproject commit 3a7ddaa37774e64d7455a2bd2bf0fe8b68786148 From d018cc6ba908a239905fff7ca50d463f6c85d179 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 11:47:17 +0000 Subject: [PATCH 02056/18836] Updated openstack/openstack Project: openstack/requirements ad8b6fa0432d0a71c3131562c6b4136368ce53d9 null Using happybase >=0.5,!=0.7 The only OpenStack package that uses happybase is Ceilometer, and it works perfectly well with happybase 0.8. The only thing is that version 0.7 is borken, 0.5 is too old. As Debian upgraded to happybase 0.8 (currently in Experimental only, but it will go in Sid together with the rest of Icehouse) and that everything worked well with it, the best course of action for Icehouse is to at least allow 0.8 to be in use. For Ubuntu that currenly uses the broken 0.7, they may sync from the version 0.8 currently in Debian experimental (by doing a freeze exception as well). Change-Id: I071f9994c55a343766703f0913c65b63bf26627b --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 638a267d6edb..ad8b6fa0432d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 638a267d6edb9e2e6ca8fc4a62f7baf85675575e +Subproject commit ad8b6fa0432d0a71c3131562c6b4136368ce53d9 From 54badccb4f8c102f062b6c92d72d27b51c307e0a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 11:47:47 +0000 Subject: [PATCH 02057/18836] Updated openstack/openstack Project: openstack/oslo.messaging 50156e9bb7b53cda35de04173d01f2e846aa4d90 null Add release notes for 1.3.0 Also add some missing thanks from 1.3.0a9. Change-Id: I665e875e4353e8006d13ab3b19ea4e0597a13ae1 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 3738bff1650d..50156e9bb7b5 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 3738bff1650da22d978129c6d13ce1833e9fcb82 +Subproject commit 50156e9bb7b53cda35de04173d01f2e846aa4d90 From 928082fc11d9341c3859ab5afc36014a1eae4917 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 11:47:19 +0000 Subject: [PATCH 02058/18836] Updated openstack/openstack Project: openstack/neutron b4b3c973a30beb7399ae505f31fd07dc4f2d5030 Merge "Invoke _process_l3_create within plugin session" --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 30f6f2fa4e6e..b4b3c973a30b 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 30f6f2fa4e6e73cf8045febbd1e8d26360714ac5 +Subproject commit b4b3c973a30beb7399ae505f31fd07dc4f2d5030 From 715d567252f0a5d9395640f3139d0ec011680298 Mon Sep 17 00:00:00 2001 From: Eoghan Glynn Date: Thu, 27 Mar 2014 10:28:08 +0000 Subject: [PATCH 02059/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient defbb95855443047c3fb0a90ca4a9c9d1a51180b null Ensure statistics aggregates are ordered with parameterized first Fixes bug 1298528 Due to WSME re-ordering of query parameters, in the mixed case any parameterized aggregates must be specified in the URL first, prior to any unparameterized aggregates. Otherwise the aggregate parameter will be associated with the wrong aggregate function. Change-Id: Ib2c76d03a4fc91d13074a03caade2c776d2309b3 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index fcfffacd3b13..defbb9585544 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit fcfffacd3b13ca295a7f2ba42176f4212c1c96fb +Subproject commit defbb95855443047c3fb0a90ca4a9c9d1a51180b From feabdf09a2b9f94af6aec856ae421cc21d5248a2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 12:12:21 +0000 Subject: [PATCH 02060/18836] Updated openstack/openstack Project: openstack/oslo.messaging 6a2c39738cf9e7e71473eb34ec32dea7384b425d null Use driver's notify_send() method again Drivers have a notify_send() method which allows for special semantics to be implemented for notification sending. During the port over to oslo.messaging, it appears we stopped using this and switched to just using topic_send() instead. Lets restore the use of notify_send() so that we don't lose behaviours like I9f8dfd6eaf3996be58fecff6ad91508bdcef23f3 added. Change-Id: Id0ad0431d3e2b1bfe21723e7f3b1842c2d3a9546 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 50156e9bb7b5..6a2c39738cf9 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 50156e9bb7b53cda35de04173d01f2e846aa4d90 +Subproject commit 6a2c39738cf9e7e71473eb34ec32dea7384b425d From 9464cf6e4d62d78578de34eb5dba768ad988911b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 14:08:34 +0000 Subject: [PATCH 02061/18836] Updated openstack/openstack Project: openstack/python-swiftclient 296d3ed4ceefcb13c989ac279a7d39b782b0c4df null Decode HTTP responses, fixes bug #1282861 By default, the HTTPConnection class expose the raw.read urllib3 function which doesn't do any decoding on the http response. We can fix this by passing decode_content=True to raw.read(). Change-Id: I7d42d31ae516705d1bde2769e642931308116c7a --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 21db1bf83670..296d3ed4ceef 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 21db1bf83670f284b8f3d1dab4dc2be548ffb57e +Subproject commit 296d3ed4ceefcb13c989ac279a7d39b782b0c4df From 3a1c18109d6c8a81856436f2788737025f17801a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 15:21:20 +0000 Subject: [PATCH 02062/18836] Updated openstack/openstack Project: openstack/python-swiftclient cda26a32c143b2a2fd0f2026977f206544a1fdb7 null set user-agent header Change-Id: Ia67807667b4b5177d83cce9fcf16d98dc5024fbc --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 296d3ed4ceef..cda26a32c143 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 296d3ed4ceefcb13c989ac279a7d39b782b0c4df +Subproject commit cda26a32c143b2a2fd0f2026977f206544a1fdb7 From 964753c45e16709ac815bc7dbf3f3fc1e0900538 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 15:21:22 +0000 Subject: [PATCH 02063/18836] Updated openstack/openstack Project: openstack/python-swiftclient 98e36e943896b6a7bc046ad2382e9979510773ef null don't use mutable defaults in kwargs Change-Id: I3ae71259ccc49a5d8a852388784c3dfd577df50a --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index cda26a32c143..98e36e943896 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit cda26a32c143b2a2fd0f2026977f206544a1fdb7 +Subproject commit 98e36e943896b6a7bc046ad2382e9979510773ef From 722f33b81d8c420c80fe58c97c80443cae4c3fc2 Mon Sep 17 00:00:00 2001 From: Sergio Cazzolato Date: Wed, 19 Feb 2014 15:37:25 -0300 Subject: [PATCH 02064/18836] Updated openstack/openstack Project: openstack/python-cinderclient 5278bdb0c53e34a6c647a0f8f6158f37236a9d2f null Add quota-delete command to cinder client Add the command quota-delete to the client. This change depends on the cinder change: Ia040a20abb831c311eb13624ddecbbf0f12fdd9f DocImpact Implements blueprint quota-delete Change-Id: I1e5c98154dc3c6de168747eb912b45265cd1b9db --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 07fd0fa5e6e8..5278bdb0c53e 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 07fd0fa5e6e8c9c52ea23199ffc72d9d30edfba8 +Subproject commit 5278bdb0c53e34a6c647a0f8f6158f37236a9d2f From 17d19029a0a7dca7e9b18e6bb92afbfc0180559b Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Sat, 15 Mar 2014 03:00:02 +0800 Subject: [PATCH 02065/18836] Updated openstack/openstack Project: openstack/glance 4617f058c00523861f106376160442fe2ac1c39c null Fix swift functional test "test_create_store" Fix "test_create_store" when a real swift store is used via the GLANCE_TEST_SWIFT_CONF environment variable. Fixes bug: 1292170 Change-Id: I500c1d0caee30449146b732b1105b20b7a0d5d05 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 11b1a7ffb74a..4617f058c005 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 11b1a7ffb74a5ae29515d7a61e7d1906ccac645c +Subproject commit 4617f058c00523861f106376160442fe2ac1c39c From cd71a770a8bacbfdb1e0092ba94b8da94e90f0c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 16:36:23 +0000 Subject: [PATCH 02066/18836] Updated openstack/openstack Project: openstack-dev/devstack 7c2b34a6bf4b9d27e9bd2aa44760a983dda61bcd null Fix Neutron plugin XTRACE handling The various Neutron plugin files need to have unique variables for the xtrace state as they are sometimes nested more than two levels deep and MY_XTRACE is getting stomped. This gives each of the neutron_plugin and neutron_thirdparty include files a unique XTRACE state variable. I don't think this is a problem with any of the other plugin include files (yet) so this just handles Neutron for now. Change-Id: I7c272a48e7974edecaff5f431ff7443dd6622588 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1bb9ef63c535..7c2b34a6bf4b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1bb9ef63c535b274a4b8c905f54335bbb1d779c3 +Subproject commit 7c2b34a6bf4b9d27e9bd2aa44760a983dda61bcd From 3d5a20690517cbfbda6ea81c9b03ba4767d877fc Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 1 Apr 2014 05:12:50 -0700 Subject: [PATCH 02067/18836] Updated openstack/openstack Project: openstack/oslo.config 1dc9e67290ecf20161bf4b03ed0884de160ff22f null Move py33 env before py2x When running "tox" without specifying the environment, we want py33 to run before py2x so testr creates its database using a format available in both versions of python. Change-Id: If068685116156f30a7c4fe1f3a88f1a3e1a2fe00 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index b3475191a3b2..1dc9e67290ec 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit b3475191a3b228211de88b4a666ed75f6c040e1e +Subproject commit 1dc9e67290ecf20161bf4b03ed0884de160ff22f From b1511a717bb7629e87f463c4a801a6186804806c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 17:49:54 +0000 Subject: [PATCH 02068/18836] Updated openstack/openstack Project: openstack/python-novaclient b5f800fd54c2a4dcad3b41f57521128d0c9e5a1d null Add service-list show `id` column In nova this patch https://review.openstack.org/#/c/39998/ can show service's id. Then user can use the id to delete service. This patch support show service's id Change-Id: I9fae88743ab7faea5e3fb64643f0bc9171e5b009 Implements: blueprint support-delete-service --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 058626040754..b5f800fd54c2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 05862604075434862606e124fb1dbdfbe73f40bb +Subproject commit b5f800fd54c2a4dcad3b41f57521128d0c9e5a1d From 988e86eaad1cf67013c9b5454ae73f5f8a4fb3e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 18:58:06 +0000 Subject: [PATCH 02069/18836] Updated openstack/openstack Project: openstack/glance 5fa3d2ef956aa463caf45405a911ef5733085058 null Making DB sanity checking be optional for DB migration Adding a deprecated option to skip the DB sanity check to db_sync interface, to give deployer a chance to execute migration script. Without this change all migration scripts will be blocked before get execution. DocImpact Change-Id: If887ac6b814879a0140dc1065a060233aee7bc82 Partial-Bug: #1279000 Related-Id: I7f271d846141ac72dde3fb0d12159b125018eb2c Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4617f058c005..5fa3d2ef956a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4617f058c00523861f106376160442fe2ac1c39c +Subproject commit 5fa3d2ef956aa463caf45405a911ef5733085058 From 239b37b70b88b897e087c332129b289171b779bc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 18:58:09 +0000 Subject: [PATCH 02070/18836] Updated openstack/openstack Project: openstack/glance 3b486f23979c91015e0be2ccbdbdd325648e9bfd null Open Juno development Bump preversion to 2014.2 to formally open Juno development. The Icehouse release branch (milestone-proposed) will be cut from the last commit before this one. Change-Id: I8fe4b32d60fb7c32e80258f60e2c843b76eb4115 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5fa3d2ef956a..3b486f23979c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5fa3d2ef956aa463caf45405a911ef5733085058 +Subproject commit 3b486f23979c91015e0be2ccbdbdd325648e9bfd From 3fb40bfe944064234a09ef00c8cf20c7cdca92e3 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 18 Mar 2014 06:00:51 -0400 Subject: [PATCH 02071/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate bb97a6381647ee3efc764df0c6496e3153fb9582 null turn back on log enforcement This turns back on the log enforcement that certain logs need to be clean. This will fail if a new log gets added that has errors. The logic was cleaned up a bit to rely on -o errexit. While we should already be at -o errexit at that part of the script, an added call is made to ensure if anyone changes the top half they don't change the behavior of this part. We also create a specific out for 3rd party CI, or other tests that don't want this enforcing, which is to set DEVSTACK_GATE_CLEAN_LOGS=0 in the environment. Change-Id: I50944ad64bec948504a0124ea423a0f96f8a8361 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 3a7ddaa37774..bb97a6381647 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 3a7ddaa37774e64d7455a2bd2bf0fe8b68786148 +Subproject commit bb97a6381647ee3efc764df0c6496e3153fb9582 From 073fe6b16ea72c47bf92c1a3e439c3862920012a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 20:39:32 +0000 Subject: [PATCH 02072/18836] Updated openstack/openstack Project: openstack-dev/devstack 3fe7337971bbe9629bba4ff503d3140ca91ae395 null don't use pip -e install for libraries libraries in openstack shouldn't be installed editable, as it causes all manner of issues (especially complicated by the use of namespace packages). Install these globally as part of the devstack installation process. Change-Id: I11acb169e74069be0618e57496ff342f9e788493 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7c2b34a6bf4b..3fe7337971bb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7c2b34a6bf4b9d27e9bd2aa44760a983dda61bcd +Subproject commit 3fe7337971bbe9629bba4ff503d3140ca91ae395 From 510e5754edae6cff099aefb788a851bf04395465 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 21:40:48 +0000 Subject: [PATCH 02073/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dd103813d3e433ae69bf95a46345d6b9a2af092d null Replace auth fragements with identity_uri The need for individual auth_host, auth_port etc variables for auth_token middleware made some sense when we were using httplib however as we have long moved on to requests they are no longer required and are a pain for configuration. DocImpact: auth_schema, auth_host, auth_port, auth_admin_prefix are all deprecated in favour of specifying the full url in the identity_uri property. Blueprint: identity-uri Change-Id: I1f8f5064ea8028af60f167df9b97e215cdadba44 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index e7a305874e85..dd103813d3e4 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit e7a305874e856be12835058f2665354ebf055ca6 +Subproject commit dd103813d3e433ae69bf95a46345d6b9a2af092d From 70f553a56557ee43e7bc69cc252598385d2f0555 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 21:40:51 +0000 Subject: [PATCH 02074/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 862bf556741068ee214354d9ad63554c478deb0e null Rename request_uri to identity_uri This makes it more consistent with the CONF options. Blueprint: identity-uri Change-Id: If4e32d232413e539b4c29035b253e9368b3fbd06 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dd103813d3e4..862bf5567410 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dd103813d3e433ae69bf95a46345d6b9a2af092d +Subproject commit 862bf556741068ee214354d9ad63554c478deb0e From 66b6adb90f2ca94e3b2359b5fa13f0ca16d2259e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 23:05:22 +0000 Subject: [PATCH 02075/18836] Updated openstack/openstack Project: openstack/python-swiftclient e0fa104115cf05bd828eed7fb05373b436104d74 null Replaced print statements with print function. This is needed for Python3 compatibility. Change-Id: Iadd21e4b3a936b601a69f1db2aba8e1597f13fc3 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 98e36e943896..e0fa104115cf 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 98e36e943896b6a7bc046ad2382e9979510773ef +Subproject commit e0fa104115cf05bd828eed7fb05373b436104d74 From 98be1d551679fbb478425d36212d5209ab7fbb59 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 23:05:48 +0000 Subject: [PATCH 02076/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 2d9530da77e38f833173b64d0ebf48531ca6ef8c null Only install libvirt if the driver is libvirt(!) Ib85769e9a3470bede836ac0b87861ce76c0aedcf broke other drivers by force-installing libvirt. Only seen when we rebased the CI on the latest devstack-gate. Change-Id: I99f5dbf8f0af8bdb2b76fb6834b20a96344dfa7d --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index bb97a6381647..2d9530da77e3 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit bb97a6381647ee3efc764df0c6496e3153fb9582 +Subproject commit 2d9530da77e38f833173b64d0ebf48531ca6ef8c From dd7c00eb803c9fce0d87034b360d9bce94ae9496 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 23:09:17 +0000 Subject: [PATCH 02077/18836] Updated openstack/openstack Project: openstack/python-novaclient a002abc06058956a74a2aad29c17dac22a0f4e28 null Remove quota-class subcommand quota-classes API was already removed. Change-Id: I1110022d6f628d03aaf363da707f2d2ef1600437 This patch removed quota-class subcommand from nova client. Change-Id: I18bf7c255fabdb52c8ce8159f68c3e5c70e54993 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b5f800fd54c2..a002abc06058 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b5f800fd54c2a4dcad3b41f57521128d0c9e5a1d +Subproject commit a002abc06058956a74a2aad29c17dac22a0f4e28 From 94ace82eec6a052a35ed1078f132d06c0d5702fb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Apr 2014 23:09:19 +0000 Subject: [PATCH 02078/18836] Updated openstack/openstack Project: openstack/python-heatclient dd10b2b2cfc2e7a53b4f543930904b47626f745f null Skip timeout_mins when not specify Don't pass timeout_mins to API calls when it's not provided by the user. Change-Id: Ie50126e77e53caabb8e8ec5c3afbde9c4c623590 Closes-Bug: #1297723 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 13b4f82835fc..dd10b2b2cfc2 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 13b4f82835fcf5dd0f206745ae13378796b4a029 +Subproject commit dd10b2b2cfc2e7a53b4f543930904b47626f745f From 18a9233a10405ff82d36d5618024271eb722658b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 01:23:40 +0000 Subject: [PATCH 02079/18836] Updated openstack/openstack Project: openstack/python-heatclient f42c1c9a9bbcd425d8f97d185782ee829d309510 null Python 3: decode bytes before feeding them to jsonutils.loads() urlopen(...).read() returns bytes in Python 3, so we cannot call jsonutils.loads() on the output: we first have to decode() it. Change-Id: I39504059a8c82347476dd88dfcbd060d58df13d0 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index dd10b2b2cfc2..f42c1c9a9bbc 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit dd10b2b2cfc2e7a53b4f543930904b47626f745f +Subproject commit f42c1c9a9bbcd425d8f97d185782ee829d309510 From 1646b3f12670c7fce49c01a38f954c2d5c77c092 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 03:26:09 +0000 Subject: [PATCH 02080/18836] Updated openstack/openstack Project: openstack-dev/devstack 510136a729e60ba0d74ecf3a274dbc13929893e4 null Trove: Set appropriate service URLs Without setting these, they default to localhost which works in the the gate, but may not work in all devstack setups. Change-Id: I50eadbf0b4975cf04ec945bcf463c2738e6e7a3c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3fe7337971bb..510136a729e6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3fe7337971bbe9629bba4ff503d3140ca91ae395 +Subproject commit 510136a729e60ba0d74ecf3a274dbc13929893e4 From 5d759ce94b6904890742348994c73d6aa94792e3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 03:47:30 +0000 Subject: [PATCH 02081/18836] Updated openstack/openstack Project: openstack/python-troveclient 8ff28fc52f56fb1fceb5a71098293fd838a679e5 null Fix create call for security group rules Reasons: - The security group rule create call was expecting from_port, to_port, and protocol as arguments, but the Trove API was ignoring these since it picks these up from the respective datastore confs. Changes: - Removing the extra arguments from the security-group-rule create command: - from_port - to_port - protocol Note that even though the user was able to specify the ports for the rule these were _never_ being honored since these were being picked up from the respective config files. Usage before change: - trove secgroup-add-rule Usage after change: - trove secgroup-add-rule Change-Id: Ic1440f735b6cf2b8b4f29c5ab9f48bcb427ca9e6 Closes-Bug: #1298749 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 46464a0a3cac..8ff28fc52f56 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 46464a0a3cac1ba3f8b71fa8cae6c75ecb5b273c +Subproject commit 8ff28fc52f56fb1fceb5a71098293fd838a679e5 From 4a6f1dd9a34c935ed4febe79e86d72563ff5826b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 04:06:00 +0000 Subject: [PATCH 02082/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 9dfc02ac2e55fa9a8f340d572d3a7718cdc34b72 null Sync config fixture object from oslo.incubator Specify the config file directly otherwise we end up with a lot of new dependencies. Change-Id: Id39f5c039d5d0d68ab6e4008a1212868396eda3e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 862bf5567410..9dfc02ac2e55 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 862bf556741068ee214354d9ad63554c478deb0e +Subproject commit 9dfc02ac2e55fa9a8f340d572d3a7718cdc34b72 From 495e029b21ae02a3bd437d8533a5c11c214eacfa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 04:55:51 +0000 Subject: [PATCH 02083/18836] Updated openstack/openstack Project: openstack/python-novaclient 297ebde1d38d203699547e41e00384fdad1bb798 null Explain how to delete a metadata in aggregate-set-metadata nova aggregate-set-metadata not given value of a key means delete the metadata, so explain this usage in help message. Change-Id: Ie8215bd8b47ed00e3d4686edab9e3052ae84774d --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index a002abc06058..297ebde1d38d 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit a002abc06058956a74a2aad29c17dac22a0f4e28 +Subproject commit 297ebde1d38d203699547e41e00384fdad1bb798 From 9fa7a15acf38131cae196d98c9b0ffdcfcd6c23d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 08:56:11 +0000 Subject: [PATCH 02084/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b6cdfff5f8a0e0c808040d70be9cec2bba900033 null Tests should use identity_uri by default auth_token middleware tests should use the identity_uri variable by default now that we have deprecated the auth fragments. Blueprint: identity-uri Change-Id: I897939498b411086d06b3ed16060cbc0e482e519 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 9dfc02ac2e55..b6cdfff5f8a0 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 9dfc02ac2e55fa9a8f340d572d3a7718cdc34b72 +Subproject commit b6cdfff5f8a0e0c808040d70be9cec2bba900033 From 7269e91474af23e27b30529229082864bbf20567 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 10:05:18 +0000 Subject: [PATCH 02085/18836] Updated openstack/openstack Project: openstack/trove 358240964f48c78bb6f9d1bf5a41d3ed08668961 Merge "Fix create call for security group rules" --- trove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove b/trove index fba8cabea326..358240964f48 160000 --- a/trove +++ b/trove @@ -1 +1 @@ -Subproject commit fba8cabea326527bacdeca56760a97e14cdcc18f +Subproject commit 358240964f48c78bb6f9d1bf5a41d3ed08668961 From 1b4d5417bb6fd987ade727285e30708ecb15b307 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 14:40:00 +0000 Subject: [PATCH 02086/18836] Updated openstack/openstack Project: openstack/python-novaclient f70d7b8916c54d02dbf4bc336757ecbaa99226ef null Fix for invalid literal ValueError parsing ipv6 url(s) Switch to using network_utils for splitting the URL. The code in oslo-incubator supports ipv6 urls HEAD of oslo-incubator is bb52a3fc49f033b9f36238231ca56e754a78cf4b Updated openstack-common.conf to pick up the new dependency from oslo-incubator Change-Id: Ifa3dec384e85942a191260d17e8141030d31ff84 Closes-Bug: #1298137 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 297ebde1d38d..f70d7b8916c5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 297ebde1d38d203699547e41e00384fdad1bb798 +Subproject commit f70d7b8916c54d02dbf4bc336757ecbaa99226ef From 7f803700e4ea209c1c22f04970ea4d4c71c50954 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 15:21:09 +0000 Subject: [PATCH 02087/18836] Updated openstack/openstack Project: openstack-dev/devstack d116d5cbef420077a80ead77ae7203727f2b8ace null Update openSUSE-13.1 dependencies The package libxml2-python was replaced by python-libxml2 since 12.2. Rather use mariadb instead of mysql-community-server since the package receives far more attention. Change-Id: I8514048d05731750684862aa1e94331d7f602b68 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 510136a729e6..d116d5cbef42 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 510136a729e60ba0d74ecf3a274dbc13929893e4 +Subproject commit d116d5cbef420077a80ead77ae7203727f2b8ace From 1d756dda4906f92f69d302f51dbb24a70882d3c9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 15:27:22 +0000 Subject: [PATCH 02088/18836] Updated openstack/openstack Project: openstack-dev/devstack 473add7e0b467e4ebf2ed6a682e9ca175facd714 null Remove unused package dependencies * /sbin/vconfig command is not used by either nova or neutron. * Now the AMQP carrot is not used, not even optionally by the oslo.messaging. * python-gfalgs just referenced as a similar configuration style, by neutron. Change-Id: Idde5446e47e7da1dd204ea518ab816e2cce77c7d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d116d5cbef42..473add7e0b46 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d116d5cbef420077a80ead77ae7203727f2b8ace +Subproject commit 473add7e0b467e4ebf2ed6a682e9ca175facd714 From a20a86ed7e8448ebf2c6c30437386df3132c1814 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 16:29:27 +0000 Subject: [PATCH 02089/18836] Updated openstack/openstack Project: openstack-dev/devstack 6b882e85ae7c219d13c2df2f0e23942ae3b201f6 null cinder_driver_certs.sh always passes driver In cinder_driver_certs.sh, the tests are run and output is piped to "tee". Currently, checking the exit code of this command only checks that "tee" exited properly. Using the pipefail option for this script will ensure the entire pipe succeeds before passing a driver. Change-Id: I58311aa0e2c779467d39c4477c4ea39d14eda207 Closes-Bug: #1289129 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 473add7e0b46..6b882e85ae7c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 473add7e0b467e4ebf2ed6a682e9ca175facd714 +Subproject commit 6b882e85ae7c219d13c2df2f0e23942ae3b201f6 From f62e7baae7a34bcb6ac964372fac0377f4df35dd Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 1 Apr 2014 09:31:11 -0500 Subject: [PATCH 02090/18836] Updated openstack/openstack Project: openstack/keystone 7bb322fd70bfd32c8c8ed0193bba50765c180475 null Fix Jenkins translation jobs The jobs keystone-propose-translation-update and keystone-upstream-translation-update do not update from transifex since our po files contain duplicate entries where obsolete entries duplicate normal entries. Remove all obsolete entries to fix the jobs. NOTE: This is NOT a clean backport of the patch from master, but rather this patch was generated similarly to the patch to master using https://gist.github.com/dolph/9915293 Closes-Bug: #1299349 Change-Id: Ibbf26bb8158735a5dc57bff7d77a49e00239857c --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index d99e34d0d0f6..7bb322fd70bf 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit d99e34d0d0f69d69457ce6f770b6e86141a53613 +Subproject commit 7bb322fd70bfd32c8c8ed0193bba50765c180475 From b664a3e6634dbaece8d9569940f07973c74c640c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 18:38:41 +0000 Subject: [PATCH 02091/18836] Updated openstack/openstack Project: openstack/keystone f2b62bd05d501c60a586469e10ac4a530651566d null Fix create_region_with_id raise 500 Error bug 1. add sql.handle_conflicts wrapper in sql backend driver. 2. check duplicate region id in kvs backend driver. 3. add 2 test cases to check exception.Conflict when create duplicate id region. Closes-Bug: #1283904 Change-Id: Icfc5edf661501a5c134f324a76824812dbda2760 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index 7bb322fd70bf..f2b62bd05d50 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit 7bb322fd70bfd32c8c8ed0193bba50765c180475 +Subproject commit f2b62bd05d501c60a586469e10ac4a530651566d From cbfd3d73f1b17686294555fbb8731d2c733b8efb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 18:47:54 +0000 Subject: [PATCH 02092/18836] Updated openstack/openstack Project: openstack-dev/devstack 320bf38e34ebbcac5757b229b6f5c86ac3b495dd null XenAPI: Find location for XenAPI plugins Plugins can be installed in different places in dom0; re-enable the use of xapi_plugin_location Change-Id: If94ec6b250ad5b4f7730cfbf443d937eb85feb5c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6b882e85ae7c..320bf38e34eb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6b882e85ae7c219d13c2df2f0e23942ae3b201f6 +Subproject commit 320bf38e34ebbcac5757b229b6f5c86ac3b495dd From 2c35334a936e599b8b7bc1c10165dd02f8de419e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 19:55:59 +0000 Subject: [PATCH 02093/18836] Updated openstack/openstack Project: openstack/python-swiftclient 132c643156336af0fb7a11bba1c0ada6b1d43564 null Removed usage of tuple unpacking in parameters. Replaced it with traditional tuple unpacking. Needed for Python 3 support. Change-Id: I714f32859f9b1ec7216eae777ea8968b5826af3b --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index e0fa104115cf..132c64315633 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit e0fa104115cf05bd828eed7fb05373b436104d74 +Subproject commit 132c643156336af0fb7a11bba1c0ada6b1d43564 From 8d77ccfd83dcf4389fca63f3e6020b44009bed63 Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Wed, 20 Nov 2013 16:26:42 +0000 Subject: [PATCH 02094/18836] Updated openstack/openstack Project: openstack/python-neutronclient 663f8bd2cf5825ff587b2b10bf5d4a4bfc082534 null Adds support for os-auth-strategy=noauth The noauth strategy will not attempt to look for a token and will not use a token if one is given. This strategy will also not attempt to find a catalog and therefore the endpoint must be specified (either in the constructor or using --os-url). If the noauth strategy is specified and the endpoint is not it will fail with a descriptive message. A small amount of branching logic was added to do_request to only add the X-Auth-Token when the auth strategy is keystone. There is a blueprint (see: pluggable-neutronclient-auth) which should implement this logic in a more elegant way. A basic test was made to ensure that the auth strategy acted as designed. Implements: blueprint support-neutronclient-noauth Change-Id: Id875ce6a4dfd1f932aaab2c25d430ed60e4713bb --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 54d15e7ec0a0..663f8bd2cf58 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 54d15e7ec0a0347aa6243cb15502508cb6f1ea29 +Subproject commit 663f8bd2cf5825ff587b2b10bf5d4a4bfc082534 From 8948806d604d59f8df10c16cf7d51fa18d120fb4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 20:10:36 +0000 Subject: [PATCH 02095/18836] Updated openstack/openstack Project: openstack/python-novaclient 2005e17beddd0767ab874b8421a66a0b6d2487c5 null Raise exception when poll returns error state When running nova boot --poll, any error states that occur will be seen but, an exit code of 0 will be returned indicating success. This would be problematic for scripts looking to see if an operation completed successfully. To fix this, an exception is raised after the nova api indicates to the poll code that the vm is in an error state. The exceptions signals the shell main function to exit with code 1. Change-Id: I48f6b1c82e2f8b221dda898dcb804b0196018505 Fixes-Bug: #1292669 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index f70d7b8916c5..2005e17beddd 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit f70d7b8916c54d02dbf4bc336757ecbaa99226ef +Subproject commit 2005e17beddd0767ab874b8421a66a0b6d2487c5 From 529a52fd5ed320be59d0772e95dd2930d1a1ec96 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 23:08:39 +0000 Subject: [PATCH 02096/18836] Updated openstack/openstack Project: openstack/requirements 5a2ce5357d3c8f97d0f523f0759d8b557c4d6887 null If dependency not in global reqs exit with a 1 Don't silently remove dependencies not in global reqs, instead let them fail installation. Note: this assumes that devstack will terminate if this fails. Change-Id: I23be4c2084e07a6b60b64347af9b4c5338b06ada --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ad8b6fa0432d..5a2ce5357d3c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ad8b6fa0432d0a71c3131562c6b4136368ce53d9 +Subproject commit 5a2ce5357d3c8f97d0f523f0759d8b557c4d6887 From 8c582773946d3bcc16996139940e8a43f154e820 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 23:08:40 +0000 Subject: [PATCH 02097/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 72aa6cff0d1f6b651013ca507648bbbb5af670bf null Altering the > to -gt to check number of processors Using > to check if a variable is greater then another doesn't seems to work among distros. Using -gt instead of > ensure that will work in different distros that may implement different bash versions Change-Id: Ie270ad8aa512807fbce3052018e9ce0db7c238b4 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 2d9530da77e3..72aa6cff0d1f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 2d9530da77e38f833173b64d0ebf48531ca6ef8c +Subproject commit 72aa6cff0d1f6b651013ca507648bbbb5af670bf From 51aef0473da1a118ee320dbb1c57f7bdfc152497 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Apr 2014 23:44:58 +0000 Subject: [PATCH 02098/18836] Updated openstack/openstack Project: openstack/python-heatclient 34097a70a346f2dde59f47b035cc3477b826591f null Python 3: fix test_template_utils.py The mock for urlopen().read() should return bytes in Python 3, not text strings. Do this and fix everything that's needed to make the tests work. Change-Id: Ief7c2efff81238c99db21ae7fff86d15f210a75f --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index f42c1c9a9bbc..34097a70a346 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit f42c1c9a9bbcd425d8f97d185782ee829d309510 +Subproject commit 34097a70a346f2dde59f47b035cc3477b826591f From 04660bb17d8da31c88ced41c9b014f862d166c9a Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Wed, 2 Apr 2014 23:20:12 +0000 Subject: [PATCH 02099/18836] Updated openstack/openstack Project: openstack/python-swiftclient fa65fbbce51a7a603a6453da51db41061e4388f9 null Updated from global requirements Change-Id: I96dfa12efee068be885f8acc94175ce3b60fe827 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 132c64315633..fa65fbbce51a 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 132c643156336af0fb7a11bba1c0ada6b1d43564 +Subproject commit fa65fbbce51a7a603a6453da51db41061e4388f9 From 878d122e0193954e9c679c34d4e18313a7ba1b37 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 02:31:09 +0000 Subject: [PATCH 02100/18836] Updated openstack/openstack Project: openstack/glance d438f53e48ee390b238727b52f9adde1e9537270 null Do not set Location header on HTTP/OK (200) responses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously v1 API was setting 'Location' header on responses that did not require it. The is incompatible with RFC-2616 §14.30, and causes some webstacks to convert the 200 response to 302 Found. This had the consequence of forcing a redirect loop in glance client. This patch removes 3 superfluous 'Location' header additions in the v1 image API. Change-Id: Ic971ec356f80dff5a9e6f2f16d242a06341a142f Closes-bug: 1299095 Signed-off-by: Dave Walker (Daviey) --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3b486f23979c..d438f53e48ee 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3b486f23979c91015e0be2ccbdbdd325648e9bfd +Subproject commit d438f53e48ee390b238727b52f9adde1e9537270 From 767990ba1b0fcb203c87b53d480edb4963af3e61 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 03:42:50 +0000 Subject: [PATCH 02101/18836] Updated openstack/openstack Project: openstack/glance 8d441dbed6b90c344f11f380cebb0efc39ce95dc null Do not use __builtin__ in python3 __builtin__ does not exist in Python 3, use six.moves.builtins instead. Change-Id: If7d2838b0b90ac2d82c4d62c6dfb3c011f937a0b closes-bug: #1290234 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d438f53e48ee..8d441dbed6b9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d438f53e48ee390b238727b52f9adde1e9537270 +Subproject commit 8d441dbed6b90c344f11f380cebb0efc39ce95dc From b04bdd9a201331293441a68c784f3963522d86f6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 04:30:31 +0000 Subject: [PATCH 02102/18836] Updated openstack/openstack Project: openstack/glance 17974cef1c66b2b43d831b2e035652290fbc0da9 null When re-raising exceptions, use save_and_reraise In some cases the exception context can be cleared, resulting in None being attempted to be re-raised after an exception handler is run. Change-Id: I16811ba8f0bfaa15199a648748bbc7d7a6a500bc Partial-Bug:#1281453 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8d441dbed6b9..17974cef1c66 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8d441dbed6b90c344f11f380cebb0efc39ce95dc +Subproject commit 17974cef1c66b2b43d831b2e035652290fbc0da9 From 836bcf73aad7d5cdd610465efb09f477f3d701e8 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 2 Apr 2014 18:43:42 -0400 Subject: [PATCH 02103/18836] Updated openstack/openstack Project: openstack-dev/devstack 59d9cecb163c2a0ffa636b85149bb3c7e2c4626c null bring back oslo_clean oslo_clean is still needed at this point, removing it was premature, especially for upgrade testing. Change-Id: Ic845d835f587923423f83ac698bd825f3fa5dd1f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 320bf38e34eb..59d9cecb163c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 320bf38e34ebbcac5757b229b6f5c86ac3b495dd +Subproject commit 59d9cecb163c2a0ffa636b85149bb3c7e2c4626c From 3ccac16e822314283ff704ea3079de7bb43f5e38 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 09:54:53 +0000 Subject: [PATCH 02104/18836] Updated openstack/openstack Project: openstack/keystone b8c161fbdbee0a8df4fa8c92ea109cb1d98e95da null Sanitizes authentication methods received in requests. When a user authenticates against Identity V3 API, he can specify multiple authentication methods. This patch removes duplicates, which could have been used to achieve DoS attacks. Change-Id: Iec9a1875a4ff6e2fac0fb2c3db6f3ce34a5dfd1d Closes-Bug: 1300274 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index f2b62bd05d50..b8c161fbdbee 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit f2b62bd05d501c60a586469e10ac4a530651566d +Subproject commit b8c161fbdbee0a8df4fa8c92ea109cb1d98e95da From d064e8d4f161ee4374bb82cb93b99b0e98ac9887 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 11:09:42 +0000 Subject: [PATCH 02105/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 74fcdf628acbac2025c056e840fc442c137ca580 null Correcting the right path to mysql log in Fedora 19 The mysql log is wrong in Fedora 19+ pointing to /var/lib/mysqld.log while the correct is /var/log/mysqld.log. This make the job fail if you're running Fedora with mysql. This error was inserted by https://review.openstack.org/#/c/55827/ Change-Id: I63dd494f1ae105ad007344dea40936ab283d55a9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 72aa6cff0d1f..74fcdf628acb 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 72aa6cff0d1f6b651013ca507648bbbb5af670bf +Subproject commit 74fcdf628acbac2025c056e840fc442c137ca580 From 235ec8b8ec2cd8e6b8cb58c89d642cd64c8dd1af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 12:58:18 +0000 Subject: [PATCH 02106/18836] Updated openstack/openstack Project: openstack-dev/devstack 46d3ce7d4d970d73e16c735472543098f0469eea null Add python-dev to general requirements Package python-openstackclient depends on pycrypto, and pycrypto depends on python-dev. Since python-openstackclient should be installed in any case, python-dev should be in general requirements. Change-Id: I2d6f5919bdc1175252c78cd203a8769d3892b923 Closes: bug 1292477 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 59d9cecb163c..46d3ce7d4d97 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 59d9cecb163c2a0ffa636b85149bb3c7e2c4626c +Subproject commit 46d3ce7d4d970d73e16c735472543098f0469eea From d45fbb8ac5a31a7c50e31d9ce25f9a04b9f323b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 13:02:43 +0000 Subject: [PATCH 02107/18836] Updated openstack/openstack Project: openstack-dev/devstack 995e10cbf70d21cead1e1d31c2eef1a7adede76f null Makes error message easier to understand. If the host ip address is indeterminate while executing stack.sh, an error message is displayed. This error message could be a source of confusion since it references localrc, which is depreciated. This patch makes the error message clearer and easier to understand. It does this by taking out the reference to localrc. It also points the user towards local.conf where there are suggestions on how to set HOST_IP. Change-Id: I41f14a2de85449d2a08ab7eb2849844a1087b147 Closes-Bug: #1290556 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 46d3ce7d4d97..995e10cbf70d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 46d3ce7d4d970d73e16c735472543098f0469eea +Subproject commit 995e10cbf70d21cead1e1d31c2eef1a7adede76f From 3f437f2d211e9b5b45a169b1f2bbaf0cc05409e8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 15:17:17 +0000 Subject: [PATCH 02108/18836] Updated openstack/openstack Project: openstack/keystone 58b790f1cc7a3e4b8d105e98e0064d873dff2903 null Sync from oslo db.sqlalchemy.migration Sync the updated migration module to prevent errors on non-utf8 migrate_version and alembic_version tables (not controlled by the schema migration directory). Change from oslo commits: [2fd457bf2cc] Ignore migrate versioning tables in utf8 sanity check Change-Id: I6aef126b8d09c7a44f3815c4143ef1d4e5463426 Closes-Bug: #1301036 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index b8c161fbdbee..58b790f1cc7a 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit b8c161fbdbee0a8df4fa8c92ea109cb1d98e95da +Subproject commit 58b790f1cc7a3e4b8d105e98e0064d873dff2903 From 328904d5d3e25c6cfc63e15e38f512954b2dffb2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 29 Mar 2014 06:38:52 +0100 Subject: [PATCH 02109/18836] Updated openstack/openstack Project: openstack/cinder c773cf96a52924a7dc42f774c57463e8ed66c9ef null Fix Jenkins translation jobs The jobs cinder-propose-translation-update and cinder-upstream-translation-update do not update from transifex since our po files contain duplicate entries where obsolete entries duplicate normal entries. Remove all obsolete entries to fix the jobs. Change-Id: I6d41dbdcc41646fcbd1ee84ce48cb0c461cd454c Closes-Bug: #1299349 (cherry picked from commit c72cc4b2345e9e271205d1de00c9812d0a2684ec) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index a3a3b8358791..c773cf96a529 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit a3a3b8358791fbe7db13361c8e532b6b97e8a73d +Subproject commit c773cf96a52924a7dc42f774c57463e8ed66c9ef From 3636d671133bfa4dc4d5efa72d500a13093f0e7a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 15:36:02 +0000 Subject: [PATCH 02110/18836] Updated openstack/openstack Project: openstack/cinder 5a1fcc88ce613b01cf50c55f2508c01bbc609ed4 null Fixes cinder volume attach on Windows The initiator name and the target name are inverted when passing the arguments to the method which associates the iSCSI target to an initiator. For this reason, this operation will fail. Also, the connection to the iSCSI target cannot be initialized properly as the method which gets portal information is missing the return value. Change-Id: I31034cd407d12d69a410f8c9e86a2e6821349dad Closes-Bug: #1299131 (cherry picked from commit 23e820abb8685573f97f5e3764225a97dd695127) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index c773cf96a529..5a1fcc88ce61 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit c773cf96a52924a7dc42f774c57463e8ed66c9ef +Subproject commit 5a1fcc88ce613b01cf50c55f2508c01bbc609ed4 From eeed605ad6837ee2f875d1626e3881347830ce39 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Fri, 7 Mar 2014 13:20:40 +1000 Subject: [PATCH 02111/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d69461b18fcd05fdce63e98634cd6e7f102ff091 null Create a test token generator and use it All the clients are currently storing samples of keystone tokens so that they can use them in testing. This is bad as they are often out of date or contain data that they shouldn't. Create a V2 Token generator and make use of that for generating tokens within our tests. Change-Id: I72928692142c967d13391752ba57b3bdf7c1feab blueprint: share-tokens --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b6cdfff5f8a0..d69461b18fcd 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b6cdfff5f8a0e0c808040d70be9cec2bba900033 +Subproject commit d69461b18fcd05fdce63e98634cd6e7f102ff091 From f3f352d642f24b0759397128442e79be7637ab52 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 3 Apr 2014 05:30:46 -0700 Subject: [PATCH 02112/18836] Updated openstack/openstack Project: openstack/oslo.messaging 12ca9d362ad12cd637c602c6a695121ce63a6591 null Import run_cross_tests.sh from oslo-incubator Change-Id: I7d96e52ced336379117591d032ba9886900ccd2a --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 6a2c39738cf9..12ca9d362ad1 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 6a2c39738cf9e7e71473eb34ec32dea7384b425d +Subproject commit 12ca9d362ad12cd637c602c6a695121ce63a6591 From 9d4c39492c35ebbca8b541a81715a2de2b8eb7f6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 19:26:11 +0000 Subject: [PATCH 02113/18836] Updated openstack/openstack Project: openstack/python-heatclient 871ea454471c2e4cce5f1d719c927fd716fd5eff null Python3: fix a bytes/str issue test_curl_log_i18n_headers, introduced in 0b730e82b4bf63be1c3acd924a77a684a31db709, does not work with Python 3, because Python 3, the headers must also be bytes, Change-Id: I7baf737b3d9e2763a43eb593ca8ea733274a1107 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 34097a70a346..871ea454471c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 34097a70a346f2dde59f47b035cc3477b826591f +Subproject commit 871ea454471c2e4cce5f1d719c927fd716fd5eff From 274d6df37c7d98da5d2d06b7888a7c2315c22fc5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 19:32:08 +0000 Subject: [PATCH 02114/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b24e41e1df0f4259180ad96c4b29da0779307cd4 null Split sample PKI token generation Splits the file that generates the sample data into two. One part is the set of individual functions. The second is a script that calls each of the functions in turn. By splitting them, it becomes easier to regenerate just a subset of the sample data. The use-case that prompted this change was the need to regenerate the signed tokens based on a different algorithm. Without this change, all of thecertificates would need to be regenerated, and that has nothing to do with the actual change required. Change-Id: I53b6cfde98a52f0a59b06ad8abbe0d2f1251f796 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d69461b18fcd..b24e41e1df0f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d69461b18fcd05fdce63e98634cd6e7f102ff091 +Subproject commit b24e41e1df0f4259180ad96c4b29da0779307cd4 From 0d032bd716dec167727c55f62a480d02bbe03bb9 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Thu, 3 Apr 2014 21:32:24 +0200 Subject: [PATCH 02115/18836] Updated openstack/openstack Project: openstack/python-heatclient 2f07742f1dde22251e1c5d324e7cbeb701e2a789 null Support Python 3 This patch fixes an issue similar to one fixed by fa4ef4dc00e220ccbc0e171ee6d3ee898deab0a3 and adds the required trove classifiers to setup.cfg. Change-Id: Ia77e943612de9aea78128b142981e70665714e1b --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 871ea454471c..2f07742f1dde 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 871ea454471c2e4cce5f1d719c927fd716fd5eff +Subproject commit 2f07742f1dde22251e1c5d324e7cbeb701e2a789 From d392c38ed34339d78950319ddfcfe3774caad041 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 01:35:43 +0000 Subject: [PATCH 02116/18836] Updated openstack/openstack Project: openstack-dev/devstack 06f9197dbaa976e30a6cdf4333a02a2b460837de null add an image_list tool this is an interface from devstack to provide a more robust listing of the possible image urls that we might ask for during a devstack run. This allows tools like nodepool, or 3rd party CI systems to precache all this content in advance. Change-Id: I7474f553ecf28e51a2340bef5bcefa962dbadc24 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 995e10cbf70d..06f9197dbaa9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 995e10cbf70d21cead1e1d31c2eef1a7adede76f +Subproject commit 06f9197dbaa976e30a6cdf4333a02a2b460837de From 45746a9cbdc5508d73b284c90af0f5b77e5ef491 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 01:38:27 +0000 Subject: [PATCH 02117/18836] Updated openstack/openstack Project: openstack-dev/devstack 6fe63daf7a34b541774e79a6302e0a0b55c6b5e5 null download fedora x86_64 image if heat is enabled clean up the logic around producing a valid cfn image for heat testing. If heat is enabled, add the f20 x86_64 imageurl to the list of images that we support, and set that as the tempest orchestration image. The crux of this change is left commented out for now because we need a two phase update of nodepool content before we can move away from the old image (otherwise fedora mirrors will kill us with bad downloads). Change-Id: I1da9f259a3267b1bd27e9899755204c8fff41153 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 06f9197dbaa9..6fe63daf7a34 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 06f9197dbaa976e30a6cdf4333a02a2b460837de +Subproject commit 6fe63daf7a34b541774e79a6302e0a0b55c6b5e5 From 2dc0b803ed515b5b81c40cb7850a2d5e511feae1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 01:38:30 +0000 Subject: [PATCH 02118/18836] Updated openstack/openstack Project: openstack-dev/devstack 8fd67e608a96422057f6b3f82ad41d292cac5dd2 null Neutron.conf is not setup unless q-svc is enabled In a multi-node environment, a node may have the neutron- openvswitch-agent running but not the neutron API server. The agent uses neutron.conf as one of the configuration files. Devstack sets up neutron.conf only when q-svc is enabled. Neutron.conf also needs to be configured when q-agt is enabled. Change-Id: I3d454caff0b49a61ee1a78f68b1bca98e29f21de Closes-Bug: 1184064 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6fe63daf7a34..8fd67e608a96 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6fe63daf7a34b541774e79a6302e0a0b55c6b5e5 +Subproject commit 8fd67e608a96422057f6b3f82ad41d292cac5dd2 From 937eeeb088d2097ea15b020fcb82c72912fdcc10 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 01:38:32 +0000 Subject: [PATCH 02119/18836] Updated openstack/openstack Project: openstack-dev/devstack da63a70b27cf8f92b653a6c4215ee91397887801 null Use urandom for heat key generation Reading from /dev/random can block an virtual machine even for several minutes, when the entropy pool is empty at the read time. I have doubts we really need to use /dev/random here. Even the ssh-keygen uses /dev/urandom by default, so the /dev/random is a little bit overkill here. Change-Id: I6d2c6364c2b445304a33b0140e3cdc6804404b63 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8fd67e608a96..da63a70b27cf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8fd67e608a96422057f6b3f82ad41d292cac5dd2 +Subproject commit da63a70b27cf8f92b653a6c4215ee91397887801 From 4ce66fa0de48ac89b6b2a27d27752d8fc767f00c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 03:42:47 +0000 Subject: [PATCH 02120/18836] Updated openstack/openstack Project: openstack-dev/devstack b0511b504b90908fd76fbcddc1edbf1c75c7e8ca null Use the $SERVICE_HOST in backup_swift_url The $SERVICE_HOST is used to specify the swift proxy endpoint, the c-bak should use the same endpoint. Change-Id: Ia815f514839b0d1ec3fb9bb40992637c4f123e06 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index da63a70b27cf..b0511b504b90 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit da63a70b27cf8f92b653a6c4215ee91397887801 +Subproject commit b0511b504b90908fd76fbcddc1edbf1c75c7e8ca From 2d157b3c938672ff696a9b048083a7cbaa2238c8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 03:51:33 +0000 Subject: [PATCH 02121/18836] Updated openstack/openstack Project: openstack-dev/devstack 9d88ee8057f856670e24a241a0c381b5b363997e null Edit docs to include git.openstack.org url This patch proposes a change to clone the devstack repository from git://git.openstack.org rather than https://github.com since git urls are faster than https and put less loads on the server. Change-Id: I7fe6a0f81be812dacfef575caa1cf0ae800f9a29 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b0511b504b90..9d88ee8057f8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b0511b504b90908fd76fbcddc1edbf1c75c7e8ca +Subproject commit 9d88ee8057f856670e24a241a0c381b5b363997e From b80d43f9fcd2caa908c1a7cb1c607115c50d3ee1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 03:51:39 +0000 Subject: [PATCH 02122/18836] Updated openstack/openstack Project: openstack-dev/devstack 60cd9ea1745c13bcea776cff83469179e5f53ab2 null Update neutron-adv-test to use openstackclient commands There were a few references of keystoneclient in exercises/neutron-adv-test.sh, this patch will change those commands to their openstackclient equivalents. Change-Id: I88892fcfacd3dd6354ec269b270cee3da358447a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9d88ee8057f8..60cd9ea1745c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9d88ee8057f856670e24a241a0c381b5b363997e +Subproject commit 60cd9ea1745c13bcea776cff83469179e5f53ab2 From 0842b0f5217586b54e56327cf2f68f22e6f49694 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 04:18:17 +0000 Subject: [PATCH 02123/18836] Updated openstack/openstack Project: openstack/requirements 8fd94377dcae85de0aece9ecb90b40db5553a06f null Add a file that can detail the requirements files From the ML discussion there was a desire to provide a more detailed version of the requirements that has information such as license, author... This script gathers such information from the pypi json API and writes it to corresponding files that can be used by automated programs that want to determine this information without having to go to pypi themselves. This can be useful for doing requirement license auditing for example. To run: $ python detail.py global-requirements.txt This will gather the information about the requirements from pypi (if possible) and then write a new file located at global-requirements.json with this information. Change-Id: I710feb7038eec0c916593cce0837823e7f4fce15 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 5a2ce5357d3c..8fd94377dcae 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 5a2ce5357d3c8f97d0f523f0759d8b557c4d6887 +Subproject commit 8fd94377dcae85de0aece9ecb90b40db5553a06f From 5ae13c391fa9bb80a5f64a90e81de48c3ef9038d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 07:16:49 +0000 Subject: [PATCH 02124/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6dc3185ca11be3d729433456459e7fc906e74e83 null replace assertTrue(isinstance) to assertIsInstance some of tests use different method of assertTrue(isinstance(A, B)) or assertEqual(type(A), B). The correct way is to use assertIsInstance(A, B) provided by testtools Change-Id: Ic3eb7b27dc96b0ec7d786c092fc3a6a513af64f7 Closes-bug: #1268480 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 5278bdb0c53e..6dc3185ca11b 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 5278bdb0c53e34a6c647a0f8f6158f37236a9d2f +Subproject commit 6dc3185ca11be3d729433456459e7fc906e74e83 From bfe9eeedd18eaff7fe700c147370d3888da23fc7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 07:16:50 +0000 Subject: [PATCH 02125/18836] Updated openstack/openstack Project: openstack/python-cinderclient fc2c916ce47afbe01bc3ec4222525bf17a8840ae null CLI for disable service reason Adds cli option to allow users to give reason for service-disable. Also adds disabled reason as a column in service list, so any disabled service can be seen with reason. A recent cinder change that allows disable-log-reason allows users to provide reason for disabling service. This just adds the cli option for the method. Implements bp record-reason-for-disabling-service Change-Id: I90f4566764790eeb0c047c4a0fd0108050ab6ad9 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 6dc3185ca11b..fc2c916ce47a 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 6dc3185ca11be3d729433456459e7fc906e74e83 +Subproject commit fc2c916ce47afbe01bc3ec4222525bf17a8840ae From 64510f520ec568d1d83c63c29d2a0e38a2fedaaf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 07:16:59 +0000 Subject: [PATCH 02126/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6e073020784f054e4a0558353f20bad2688c1da5 null Sync latest apiclient code from Oslo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We needs to update apiclient code to have ability to use it in py3 environment. Сhanges from oslo-incubator related to apiclient ===================================================================== Change 8575d87 - Removed copyright from empty files Change bbaf317 - Use encode() instead of strutils.safe_encode() in fake_client Change 41dc2b4 - Encode response from FakeHTTPClient Change e6494c2 - Use six.iteritems to make dict work on Python2/3 Change 0d8f18b - Use urlutils functions instead of urllib/urllib2 Change 16fb43b - Replace data structures' attribute with six module Change 9d0ec6a - Use six.iteritems for python 3.3 support in apiclient module Change 12bcdb7 - Remove vim header Change 4c22556 - Use py3kcompat urlutils functions instead of urlparse Change 3970d46 - Fix typos in oslo Change 1771a77 - Adjust import order according to PEP8 imports rule Change da611e6 - Transform the for loop to expression Change 4bfb7a2 - Apply six for metaclass Change eca62f7 - Changed header from LLC to Foundation based on trademark policies Change-Id: Ia87807828f344e463fa308413bd627dc57d1a41d --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index fc2c916ce47a..6e073020784f 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit fc2c916ce47afbe01bc3ec4222525bf17a8840ae +Subproject commit 6e073020784f054e4a0558353f20bad2688c1da5 From 7f9d028477c01b9bbdba6405144e0bdc7f48f9cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 07:52:14 +0000 Subject: [PATCH 02127/18836] Updated openstack/openstack Project: openstack/glance 1c9047213e4bdd3d1469d172d70eefa1a91038c9 null Fixed the pydev error message Fixed the incorrect config parameter name in the error message. pydev_worker_debug_host should be used instead of pydev_worker_debug_port Change-Id: I2e28474b591f5851623015fc0fb118b8cf254a16 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 17974cef1c66..1c9047213e4b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 17974cef1c66b2b43d831b2e035652290fbc0da9 +Subproject commit 1c9047213e4bdd3d1469d172d70eefa1a91038c9 From 5378b4e7510414d7c0ffeefd940f97a2ee36d4e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Apr 2014 19:54:52 +0000 Subject: [PATCH 02128/18836] Updated openstack/openstack Project: openstack/swift bd65514ed0dbad6c2d562da5d440210b3f61cba3 Merge "Clean up swift-{account, container}-info" --- swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift b/swift index 58fda94736a5..bd65514ed0db 160000 --- a/swift +++ b/swift @@ -1 +1 @@ -Subproject commit 58fda94736a5a1eb46a5661669afaee729c4b4ab +Subproject commit bd65514ed0dbad6c2d562da5d440210b3f61cba3 From ad45b9ac420e5397b8ddc46a110e0bd37f375c90 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 11:47:24 +0000 Subject: [PATCH 02129/18836] Updated openstack/openstack Project: openstack/requirements 90846cf3a1fc004290e746aa58840a761a9b5012 null Remove pam The pam library was listed in global requirements. Keystone doesn't require pam anymore, and I don't see any other projects using it, so remove it. Change-Id: I2d3c7ef17adf70374e14197ce906800d6ab841ab --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8fd94377dcae..90846cf3a1fc 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8fd94377dcae85de0aece9ecb90b40db5553a06f +Subproject commit 90846cf3a1fc004290e746aa58840a761a9b5012 From e7eb425f8b88a07842413f91ffea8f4408d3b4ec Mon Sep 17 00:00:00 2001 From: wanghong Date: Mon, 17 Mar 2014 17:22:08 +0800 Subject: [PATCH 02130/18836] Updated openstack/openstack Project: openstack/keystone 628f383fbb14ae99679957ab05a02562a4d43d91 null For ldap, API wrongly reports user is in group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the ldap identity backend is configured, HEAD v3/groups/​{group_id}​/users/​{user_id} always returns 200, even if the user is not actually in the group. This is because the sql and kvs backend will raise NotFound exception if the user is not in the group, but the ldap backend just return result. Change-Id: Ie1585c8aebe054091bd76fded666bf41125ff9ca Closes-Bug: 1245247 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index 58b790f1cc7a..628f383fbb14 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit 58b790f1cc7a3e4b8d105e98e0064d873dff2903 +Subproject commit 628f383fbb14ae99679957ab05a02562a4d43d91 From d5d33945e6f1ddc16bed0dc486f7f0222d9e768a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 14:26:24 +0000 Subject: [PATCH 02131/18836] Updated openstack/openstack Project: openstack/keystone 13ca3ee130a5774ff7cdf9a853136b23e2d56983 null Keystone doesn't use pam The requirements.txt file had pam, but Keystone doesn't use pam. Change-Id: Ib617146d4ec75532f994ae85837ecbf383647306 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index 628f383fbb14..13ca3ee130a5 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit 628f383fbb14ae99679957ab05a02562a4d43d91 +Subproject commit 13ca3ee130a5774ff7cdf9a853136b23e2d56983 From 3031a49da9e1331b5ebf65bd8c56b56bc1ba1723 Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Thu, 3 Apr 2014 14:05:42 +0200 Subject: [PATCH 02132/18836] Updated openstack/openstack Project: openstack/horizon 57bc46bfceb258e6a9fa6a007d6920618eafa167 null Don't ignore the HORIZON_CONFIG['user_home'] setting Dashboard has its own splash, with a hardcoded get_user_home that igonres HORIZON_CONFIG. This patch makes it use horiozn.get_user_home which actually checks the user_home setting, and with the default settings.py, uses dashboard's get_user_home anyways, but allows for changing that default behavior. Change-Id: Id2d957f0cd8fbbbbb8f2c053f0c5df4be177e18c Closes-bug: #1301935 (cherry picked from commit ef2f59f09dd9c27b202a65b38ccf77165f7363a4) --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index 23aea6a5fb55..57bc46bfceb2 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit 23aea6a5fb55d44fc838efb7a5033c66dba60cab +Subproject commit 57bc46bfceb258e6a9fa6a007d6920618eafa167 From 393ca0d912934ed6072aa3c7edf8ff1232be81dc Mon Sep 17 00:00:00 2001 From: Chris Buccella Date: Thu, 3 Apr 2014 04:02:45 +0000 Subject: [PATCH 02133/18836] Updated openstack/openstack Project: openstack/cinder 01e5eac3f251164096051d43d763df72a65d31d3 null _translate_from_glance() can cause an unnecessary HTTP request After returning from a get() call to python-glanceclient, cinder runs a translation function on the returned Image to get the data it wants. Part of this process is checking for an expected set of attributes, one of which is the deletion time ('deleted_at'). However, if the image has not been deleted, deleted_at key will not exist. This forces another call to glance to occur for the same image. A similar problem exists for the checksum attribute, which does not exist before an image is active. The fix here is to only consider deleted_at and checksum if they are expected to be present. This change was made in nova as change I67b7dd16 Change-Id: Iedc16cb9316f9610fdb8ac03f448bc375a4e6bfa Closes-Bug: #1275173 (cherry picked from commit da13c6285bb0aee55cfbc93f55ce2e2b7d6a28f2) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 5a1fcc88ce61..01e5eac3f251 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 5a1fcc88ce613b01cf50c55f2508c01bbc609ed4 +Subproject commit 01e5eac3f251164096051d43d763df72a65d31d3 From f712dd019657bb6a0e802d92a6271d37abbb8b2f Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 1 Apr 2014 15:06:36 -0700 Subject: [PATCH 02134/18836] Updated openstack/openstack Project: openstack/neutron ac2718c4aa7b6eb0c0e82df93cf59d890432d652 null Use a temp dir for CONF.state_path external_pids will defaults to $state_path(/var/lib/neutron)/external/pids which isn't accessible when running unit tests so use a tempdir for CONF.state_path. This bug arose when oslo.config 1.3.0 came out which fixed bug #1282250 (I4324bda6f3de3cdf05f8eb3cf16052c04018dec8) and caused this issue. Change-Id: I253c5ea85c51eff94399da0b9462d10a9c509a0f Closes-Bug: #1301027 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index b4b3c973a30b..ac2718c4aa7b 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit b4b3c973a30beb7399ae505f31fd07dc4f2d5030 +Subproject commit ac2718c4aa7b6eb0c0e82df93cf59d890432d652 From f801b21c3c45b4ee06ba65e57d7f1db67b3b34be Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 18:13:16 +0000 Subject: [PATCH 02135/18836] Updated openstack/openstack Project: openstack/cinder 29d1b9d3766ad6a387dd24d16ea41eb257bc6b08 null Allow deprecated volume update keys in v2 Keys like display_name and display_description were deprecated for other actions in v2 like creating volumes, so for consistency they should work with updating. DocImpact Closes-Bug: #1301172 Change-Id: I19bc7c85352578bb57fa9fdaf1817f78e0ee2f2a (cherry picked from commit d75a90ec1daff1444f20f6b68255890391bdb4e5) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 01e5eac3f251..29d1b9d3766a 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 01e5eac3f251164096051d43d763df72a65d31d3 +Subproject commit 29d1b9d3766ad6a387dd24d16ea41eb257bc6b08 From fb9c8a279b95862e7e654b263c1ad6d89e0d4279 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 18:13:28 +0000 Subject: [PATCH 02136/18836] Updated openstack/openstack Project: openstack/cinder 8d1da6e71cdb1bb5866e980ae2524bda74ab362a null Change iogrp property when retyping for Storwize/SVC If need migration when retyping, Storwize/SVC driver will add a copy of the volume first, and then start a task to check volume sync progress which will run each 10 mins. At last delete the origin copy when sync finished. But iogrp property is not a parameter of addvdiskcopy, so the iogrp of the copy volume is the same as the origin. If iogrp property is diff between the old and new volume type, the property will not change when retyped. Change-Id: Ie4414bcf95fa6e61d7d618618f48837eef740da4 closed-bug: #1298247 (cherry picked from commit 5c336123d3252e7fc4e1aeabd853457ab05838be) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 29d1b9d3766a..8d1da6e71cdb 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 29d1b9d3766ad6a387dd24d16ea41eb257bc6b08 +Subproject commit 8d1da6e71cdb1bb5866e980ae2524bda74ab362a From 4c4994672f571c18efedde3d14705f270b81cabd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 18:14:44 +0000 Subject: [PATCH 02137/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 7b8301926071963bdb237f08e95f23d4cdb66b43 null Use mox3 rather than mox mox3 is a port of mox to Python 3, and it's also compatible with Python 2.6 and 2.7. Partial-Bug: 1287323 Change-Id: I6caad9da450a6821ba5d2dab607106ddf9d743fd --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index a582726d1f2e..7b8301926071 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit a582726d1f2ee16e11e79e39f7b47ffcea553230 +Subproject commit 7b8301926071963bdb237f08e95f23d4cdb66b43 From 6a1eb0a29dfefd8bdfacb9fae0a8dc47eeedfd1f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 18:15:51 +0000 Subject: [PATCH 02138/18836] Updated openstack/openstack Project: openstack/horizon 7bb752986c031ee197e79df4a3598896ab49dd1e null Remove duplicate colon from Size string Change-Id: I23354aae9427183bb79e4b51b2c8c29b3519e7ae Closes-bug: #1298991 (cherry picked from commit e1f32355cd57b82d69ce78ca88af88e4a937316e) --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index 57bc46bfceb2..7bb752986c03 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit 57bc46bfceb258e6a9fa6a007d6920618eafa167 +Subproject commit 7bb752986c031ee197e79df4a3598896ab49dd1e From 725bc97b22531bd80a26a7ea416bce313e5d7400 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 19:21:31 +0000 Subject: [PATCH 02139/18836] Updated openstack/openstack Project: openstack/horizon cdec5214969d4b96a5ddaa814bb3a2d1a229aa59 null Improve Host Aggregates handle method. Added update conditions to the handle method (remove and add hosts). Previously, to perform an update, first all existing hosts were removed and then all new hosts were added. Now, the update method only remove or add the changed hosts. Added missing unit tests for the update. Change-Id: I52acdd1226be504cf2d0cf029353dbf80e4aa01a Closes-bug: #1287192 (cherry picked from commit 8f4331a6bdc12bb7632f2d170cc94176e0897fbf) --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index 7bb752986c03..cdec5214969d 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit 7bb752986c031ee197e79df4a3598896ab49dd1e +Subproject commit cdec5214969d4b96a5ddaa814bb3a2d1a229aa59 From 878dd2f8d12a6e40d770cd88a4f7a50ea0f5c530 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 19:35:04 +0000 Subject: [PATCH 02140/18836] Updated openstack/openstack Project: openstack/cinder 5a95010dbf1bd63c06021ad03d7e138591b11702 null Fixes cinder volume delete on Windows Because of the fact that an iSCSI target is not created anymore at volume creation time, not all volumes will have a corresponding target. For this reason, when removing an iSCSI target we must first check if the target actually exists. Change-Id: I8e571397df6d9a2eeb05e883b7da8494d4bfa1ad Closes-Bug: #1299124 (cherry picked from commit 601d54c9ef926fa2d8abfe0121019f7ad94eefd5) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 8d1da6e71cdb..5a95010dbf1b 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 8d1da6e71cdb1bb5866e980ae2524bda74ab362a +Subproject commit 5a95010dbf1bd63c06021ad03d7e138591b11702 From 6d746b7a8cf5a11c1f072a2e573003fe4b2e9e54 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 19:35:07 +0000 Subject: [PATCH 02141/18836] Updated openstack/openstack Project: openstack-dev/devstack f602b634a31fdd21819dd4a822c4f62417d92659 null Install fping package Now, we can't use os-fping API by default because devstack doesn't install the fping package. This commit adds installing the package and enabling to use os-fping API. Change-Id: Ibdc7479a9038321e4fc3953774a6f3e1dac90530 Closes-Bug: #1287468 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 60cd9ea1745c..f602b634a31f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 60cd9ea1745c13bcea776cff83469179e5f53ab2 +Subproject commit f602b634a31fdd21819dd4a822c4f62417d92659 From 56c06963989a99587351b7485a3ea38d96338379 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 20:00:40 +0000 Subject: [PATCH 02142/18836] Updated openstack/openstack Project: openstack/cinder df99d7cd84460167dbb567120469bb08ac907783 null GlusterFS: Delete volume-.info file when volume is deleted. glusterfs creates a file named volume-.info to hold volume data, mapping cinder snapshot UUIDs and filenames. When the volume and its associated snapshots are both deleted, this file remains. This patch deletes the volume-.info (if one exists) when the volume is deleted. Change-Id: Iefc8bd4768b30a75c648c4689d935daeab3afe98 Closes-Bug: #1299182 (cherry picked from commit bf006ecb4a52db6300aa0fe1abe7df621e9f6174) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 5a95010dbf1b..df99d7cd8446 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 5a95010dbf1bd63c06021ad03d7e138591b11702 +Subproject commit df99d7cd84460167dbb567120469bb08ac907783 From 29d48afc787e76aa9af5a255d5512fb877f9c3a0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 20:14:46 +0000 Subject: [PATCH 02143/18836] Updated openstack/openstack Project: openstack/oslo.messaging 588f63907146700b5932380ab5764e2edce257f9 null Fixed the issue for pop exception Fixed the issue so that two threads do not pop the list at the same time Closes-Bug: #1283926 Change-Id: I693407495c18c3e4a0ca2d8d94c4f4ed179371bf --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 12ca9d362ad1..588f63907146 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 12ca9d362ad12cd637c602c6a695121ce63a6591 +Subproject commit 588f63907146700b5932380ab5764e2edce257f9 From 57f091ca5d1e136f837bacf50ad4ecf0f6dbd6e6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 20:21:21 +0000 Subject: [PATCH 02144/18836] Updated openstack/openstack Project: openstack/oslo.messaging 01c347ea24a62eb4fb4115999e62b283c542bb1c null Oslo-messaging-zmq-receiver cannot recive any messages In Icehouse b3 and rc1, when we use impl_zmq as rpc_backend in nova, nova cannot send any messages throught impl_zmq to oslo-messaging-zmq-receiver. The reason is we send two params to serialize_msg method but it only can recive one.To fix this problem, I removed the second param which not used when we call the method serialize_msg. Change-Id: I2e7546147affd9493f425fd879169932ef206d48 Closes-bug: #1301132 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 588f63907146..01c347ea24a6 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 588f63907146700b5932380ab5764e2edce257f9 +Subproject commit 01c347ea24a62eb4fb4115999e62b283c542bb1c From 09a0a052778813299c4536e72fbd703861a1f186 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 21:16:50 +0000 Subject: [PATCH 02145/18836] Updated openstack/openstack Project: openstack/oslo.messaging 06c0366c6ab224a7b8761355f566da53d2399b90 null Trival:Fix assertEqual arguments order assertEqual method's arguments should be in ('expected', 'actual') order. Change-Id: I35f045a9d3a6e7f083fb137c751eeab52c77000b Closes-bug: 1277104 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 01c347ea24a6..06c0366c6ab2 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 01c347ea24a62eb4fb4115999e62b283c542bb1c +Subproject commit 06c0366c6ab224a7b8761355f566da53d2399b90 From 78e5b2d97905aa79be11e5a2fedd0ccbbc87d498 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 22:42:56 +0000 Subject: [PATCH 02146/18836] Updated openstack/openstack Project: openstack/cinder 7c34f3aec0e713b8c3b97bd27a0c5e0f6aa6b277 null Append nas_opts to IBMNAS_NFSDriver configuration 'nas_opts' were added in the NFS Driver (nfs.py), but were not appended to the IBMNAS driver configuration, causing failure with the multi-backend configuration of driver. Adding the missing configuration. Change-Id: I55727566d03573908750d01ae1345c4b6276f131 Closes-Bug: #1298279 (cherry picked from commit adb43dab7072a7e452710ac5db346e9a2c99993f) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index df99d7cd8446..7c34f3aec0e7 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit df99d7cd84460167dbb567120469bb08ac907783 +Subproject commit 7c34f3aec0e713b8c3b97bd27a0c5e0f6aa6b277 From 6572c12c0ca45c223f36c54ee957c85f4e21b5d6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Apr 2014 22:45:10 +0000 Subject: [PATCH 02147/18836] Updated openstack/openstack Project: openstack/cinder 60ab07159185b4e432e16fe21a4b189557a01e5f null Adds ionice command permutations to rootwrap filters When setting volume_clear_ionice, the ionice command is prepended to a dd command before executing it. Previously, this would have failed because it wasn't allowed through the default rootwrap filters. This commit fixes this problem. Note that due to the way that the RegExpFilter works, we need three different expressions to cover all cases. This is because the various options result in a different number of arguments. And this filter will fail immediately if the number of arguments is incorrect. Change-Id: Ie29f7fa21b34982ed5394c2c8f38c3e066ef0112 Closes-Bug: #1300496 (cherry picked from commit d5c74a954b260567874c45c39b92904f3756b806) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 7c34f3aec0e7..60ab07159185 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 7c34f3aec0e713b8c3b97bd27a0c5e0f6aa6b277 +Subproject commit 60ab07159185b4e432e16fe21a4b189557a01e5f From 7fb7df26331b26fd9a86286d92fbadd026790fa6 Mon Sep 17 00:00:00 2001 From: Daniel Gollub Date: Sun, 2 Mar 2014 09:33:38 +0100 Subject: [PATCH 02148/18836] Updated openstack/openstack Project: openstack/neutron 8fd51240983f4c2ff2a73d907ccb1c597bd5d835 null Replace HTTPSConnection in NEC plugin Replace HTTPSConnection in NEC plugin PFC driver with Requests. SSL Verification is from now on enabled by default. This changes the default behaviour and is the primary intention of this change: verify SSL certificates. This might break existing configuration/setups where the SSL certificate used by the NEC PFC driver would not pass the verification. SecurityImpact DocImpact Partial-Bug: 1188189 Change-Id: I1e5fdc9c2ed5b812aa6509d1639bd499acc5c337 (cherry picked from commit 264b4a2523c165640f17aa4837f87ddfd0b49640) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index ac2718c4aa7b..8fd51240983f 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit ac2718c4aa7b6eb0c0e82df93cf59d890432d652 +Subproject commit 8fd51240983f4c2ff2a73d907ccb1c597bd5d835 From a60dc3d9389b9bf2de8a876f306adecf88886f24 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 3 Apr 2014 05:32:50 -0700 Subject: [PATCH 02149/18836] Updated openstack/openstack Project: openstack/oslo.config 4b8b206b44d385265cad0bb5e7b3c62259381754 null Import run_cross_tests.sh from oslo-incubator Change-Id: Ia97748eea46503a22767960c5b37f29f2d620db8 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 1dc9e67290ec..4b8b206b44d3 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 1dc9e67290ecf20161bf4b03ed0884de160ff22f +Subproject commit 4b8b206b44d385265cad0bb5e7b3c62259381754 From 1d32db6d7e3e88a350ead995a5024d90c4f04d58 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 00:11:42 +0000 Subject: [PATCH 02150/18836] Updated openstack/openstack Project: openstack/neutron 52776337b4fa794b234a669013f9e281994eb1b3 null Changed the message line of RouterInUse class Implements: Changed the message line of RouterInUse class, so user will not get confused with active or inactive ports while deleting the router. Closes-Bug: #1236372 Change-Id: I7a82550e2c6051f9e4940a8f1dd4401059e0a8d8 (cherry picked from commit 238689570145fdafe8e61967bb56133f167d39ab) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 8fd51240983f..52776337b4fa 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 8fd51240983f4c2ff2a73d907ccb1c597bd5d835 +Subproject commit 52776337b4fa794b234a669013f9e281994eb1b3 From e191ed4e3cfe87ad239b7cad6c7be9d0bec0f1b9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 00:24:14 +0000 Subject: [PATCH 02151/18836] Updated openstack/openstack Project: openstack/neutron a0cedbe2625596d32b73f88c8ac36f2da34b1c5b null Log configuration values for OFA agent When other agents start up, they log the configuration values to their logs. This patch adds the same feature to the Openflow agent. fixes bug 1289139 Change-Id: Ibab20154805a12ec265a2499cbfd6c376c376130 (cherry picked from commit 7d1e49a08a170ecf4e2546b25c67d4a8d41fd34a) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 52776337b4fa..a0cedbe26255 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 52776337b4fa794b234a669013f9e281994eb1b3 +Subproject commit a0cedbe2625596d32b73f88c8ac36f2da34b1c5b From 4c7ef9d4984d71904f3e421b3901c1b405f1854c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:26:39 +0000 Subject: [PATCH 02152/18836] Updated openstack/openstack Project: openstack/neutron 326bb7a9e80abc4a9bc370d735df8b99b2695c2c null fixes broken neutron-netns-cleanup Some configuration parameters used in neutron.agent.linux.utils were missing. The namespace attribute in the FakeNetwork object was missing, and used in neutron.agent.linux.dhcp. Also, the plugin object was missing for release_dhcp_port operation. We provide a fake plugin object to accept current and any future plugin calls as this is meant to be an standalone tool that should work without any RPC connectivity. FakeNetwork was switched for neutron.agent.linux.dhcp.NetModel to follow any future changes in NetModel. Two wrong called_once_with_args calls without assert were fixed. Change-Id: Ia51ea9bd4c8eea6b250858964ad5286c933702e0 Closes-Bug: #1291915 Partial-Bug: #1297875 (cherry picked from commit 907bf41afbdb9f565c45a535f637c8928d0be52a) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index a0cedbe26255..326bb7a9e80a 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit a0cedbe2625596d32b73f88c8ac36f2da34b1c5b +Subproject commit 326bb7a9e80abc4a9bc370d735df8b99b2695c2c From adef20a74350b69c8f1722d1b7fd353ae085975b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:26:48 +0000 Subject: [PATCH 02153/18836] Updated openstack/openstack Project: openstack/neutron 37778d9619b49bb849d37e6a661195b4377f54c1 null NSX plugin: return 400 for invalid gw certificate Gateway certificates are validated by the NSX backend. The code currently treats a failure in certification validation as a backend failure and therefore returns a 500 status code. This patch changes this behaviour by returning a 400 status code and an appropriate error description. To this aim a handler for 400 errors has been added to the NSX API client. Closes-Bug: #1293508 Change-Id: I196f14337e47cd40710a6d8a30bbe1cac5ffe05b (cherry picked from commit 13c9f3b813f5bb368e311ba0d428fa759d68289a) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 326bb7a9e80a..37778d9619b4 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 326bb7a9e80abc4a9bc370d735df8b99b2695c2c +Subproject commit 37778d9619b49bb849d37e6a661195b4377f54c1 From afc7d86b396b6b4914f8586ef0a93ac0d9bcda01 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:26:59 +0000 Subject: [PATCH 02154/18836] Updated openstack/openstack Project: openstack/neutron 0f34c46cf139eca7c01f45d6643d12e5b309a4ea null Redundant SG rule create calls in unit tests This patch removes the redundant calls in the test cases. Closes-Bug: #1302091 Change-Id: I509843b427dc454c0e6b2fd2cbff1bbbb284337f (cherry picked from commit c49ec8b3ba10bb414a0f135d29ff3685e26d58b3) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 37778d9619b4..0f34c46cf139 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 37778d9619b49bb849d37e6a661195b4377f54c1 +Subproject commit 0f34c46cf139eca7c01f45d6643d12e5b309a4ea From 1060219cb98d85ae9ef34c0bfa45c7e959f5f28c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:27:09 +0000 Subject: [PATCH 02155/18836] Updated openstack/openstack Project: openstack/neutron ee496002e84775a206bc9b0a33dfded435a35846 null Return 409 for second firewall creation Second firewall creation returns 500, but it is an expected behavior of firewall reference implementation and an internal server error should not be returned. Change-Id: I9f537b238007d35172e2504591d9d3568ba3a41a Closes-Bug: #1301105 (cherry picked from commit 9df867c672bfb3f80511086c889b744113c56604) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 0f34c46cf139..ee496002e847 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 0f34c46cf139eca7c01f45d6643d12e5b309a4ea +Subproject commit ee496002e84775a206bc9b0a33dfded435a35846 From 6ab08b3fcee9e647f7969c933557b99c681637d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:27:18 +0000 Subject: [PATCH 02156/18836] Updated openstack/openstack Project: openstack/neutron 1941c20db5526d2be7d82956ac4e91d9ec340882 null Fix function parsing the kernel version Change-Id: Id56efb476144a18cd9eb7279bc0f602760a86173 Closes-Bug: #1300808 (cherry picked from commit d4fdac7ae596888b8e83d9559019eafb728cd3fe) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index ee496002e847..1941c20db552 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit ee496002e84775a206bc9b0a33dfded435a35846 +Subproject commit 1941c20db5526d2be7d82956ac4e91d9ec340882 From d9fae460231f1182feee3a48e7c365cda592c438 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:27:29 +0000 Subject: [PATCH 02157/18836] Updated openstack/openstack Project: openstack/neutron aa94e5d3673b94d5c3ebc1341355a3861c801e31 null Don't emit log for missing attribute check policy A missing policy for validating whether an attribute should be visible or not is a perfectly normal condition, and there is no value in logging it. Writing this information to the log is also having a considerable performance impact on list operations. Change-Id: Ie9d3ae6b249a5c49f6d81c1e56915174d8479a07 Closes-Bug: 1302467 (cherry picked from commit ef01fb553a141c012c8d8600edd6b709c5807111) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 1941c20db552..aa94e5d3673b 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 1941c20db5526d2be7d82956ac4e91d9ec340882 +Subproject commit aa94e5d3673b94d5c3ebc1341355a3861c801e31 From 919d33eb904de9c9aa6cc082b4b7ce16bdd93349 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:27:39 +0000 Subject: [PATCH 02158/18836] Updated openstack/openstack Project: openstack/neutron 6a9d4cdbfc3b433eba77b98b22e395bf9161aba7 null Stop using portbindings_db in BSN ML2 driver Avoids using the portbindings_db in the Big Switch ML2 driver since ML2 has deprecated that database for its own version that tracks the same information. Also eliminates unnecessary 'binding_host' field since it is now always the same as as the 'portbinding:host_id' field. Closes-Bug: #1300628 Change-Id: I17d47cb446cdd2e989c3e0d01b797a81309faaa7 (cherry picked from commit c70c2719d700902854ef0381cb725722ac2da05e) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index aa94e5d3673b..6a9d4cdbfc3b 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit aa94e5d3673b94d5c3ebc1341355a3861c801e31 +Subproject commit 6a9d4cdbfc3b433eba77b98b22e395bf9161aba7 From 3f4a153682b4499625e0b8ecb84c90c96f7c3205 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:27:49 +0000 Subject: [PATCH 02159/18836] Updated openstack/openstack Project: openstack/neutron 68ea483d2396162e6baaa1a4caab800e01591edf null Fixing Arista CLI command A minor change is made to the Arista API between ML2 Driver and the back-end. This fix addresses this change to align Icehouse release with Arista EOS releases. Change-Id: Ia7cd3701c76d920a7e0d1334290c73ce7e8e5576 Closes-Bug: 1301093 (cherry picked from commit f3e9b6d6dc53d2e85c9085a1e3ec11b51f803948) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 6a9d4cdbfc3b..68ea483d2396 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 6a9d4cdbfc3b433eba77b98b22e395bf9161aba7 +Subproject commit 68ea483d2396162e6baaa1a4caab800e01591edf From 1caa295a12eeaa30be72b4de3fd2253d2921e9ae Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:27:58 +0000 Subject: [PATCH 02160/18836] Updated openstack/openstack Project: openstack/glance e44867577fd65709a7848cd82caf77c56e34fe6d null Catch loading failures if transport_url is not set The current implementation always tries to get a transport from oslo.messaging assuming the transport_url option has been set. This is done to keep backwards compatibility. However, since the default `rpc_backend` is rabbit, it'll always try to load such driver. The problem raises when `kombu` is not installed and the `notifier_strategy` is set to qpid. This will make glance-api fail because it'll try to load the rabbit driver *before* loading the qpid one. This patch puts the first load attempt in a try / except block. The error caught (if any) will be re-raised *just* if transport_url has been configured, otherwise it'll move forward and try to load the notifier driver using the old configuration options. The patch also removes an obsolete test. Change-Id: I00e653704463ea8245e2960050e0d5e6839f278a Closes-bug: #1302661 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1c9047213e4b..e44867577fd6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1c9047213e4bdd3d1469d172d70eefa1a91038c9 +Subproject commit e44867577fd65709a7848cd82caf77c56e34fe6d From 98094c62154cf9dc686757836905fa1cdab2a2b2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:28:06 +0000 Subject: [PATCH 02161/18836] Updated openstack/openstack Project: openstack/neutron 852c1db227a27e2661b0e23f7c8c556999fce72f null Update BigSwitch Name to its correct name Update Neutron documentation and code comments to replace "BigSwitch" name to "Big Switch" Closes-Bug: #1299145 Change-Id: I7c14f6170871b361c8929898ee6af5d1a1f41714 (cherry picked from commit 408ef55d4ef1a9d246571511203ab337ba5346c6) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 68ea483d2396..852c1db227a2 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 68ea483d2396162e6baaa1a4caab800e01591edf +Subproject commit 852c1db227a27e2661b0e23f7c8c556999fce72f From aa517f42b5390fb3f9747b599cf72e336fc9d689 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:28:16 +0000 Subject: [PATCH 02162/18836] Updated openstack/openstack Project: openstack/neutron abb3d6b2699c8b167e175767bb336f286037206c null NSX: Fix pagination support Add pagination support to the base plugin, leaving the service plugin unaltered. Minor tweaks to the UT where required to avoid intermittent failures caused by random ordering. Closes-bug: 1295854 Change-Id: I03e9e104967716046909d6120426e879f714a5c8 (cherry picked from commit 16ce0ae2c2b50b4317cdb95e62246d805b3d76a9) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 852c1db227a2..abb3d6b2699c 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 852c1db227a27e2661b0e23f7c8c556999fce72f +Subproject commit abb3d6b2699c8b167e175767bb336f286037206c From 8c733018728f2d254e28a85fc82183b1bd9a6237 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 01:31:24 +0000 Subject: [PATCH 02163/18836] Updated openstack/openstack Project: openstack/neutron b359f408a78bf65f8d0af45c43780a679f8cf52d null Only send notifications on uuid device_id's Neutron assumes that all ports with the device_owner that start with 'compute:' are ports created by nova compute. Thus, when the debug agent creates a port with device_owner = compute:probe the nova notifier feature tells nova when this port is wired even though nova does not know about it (doesn't really matter we just log an error). This patch adds a check to make sure the device_id is a uuid as nova only uses uuids and the debug agent uses the hostname for device_id. Change-Id: I04e7195a1fb30bc37e1c0141315c053174f8722c Closes-bug: #1288582 (cherry picked from commit 6b4fecb9de0aa80e66b31555001dca95d14c789f) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index abb3d6b2699c..b359f408a78b 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit abb3d6b2699c8b167e175767bb336f286037206c +Subproject commit b359f408a78bf65f8d0af45c43780a679f8cf52d From ad751c82b4ea8cb186cd29657a1e7dd715a48bb7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 02:22:48 +0000 Subject: [PATCH 02164/18836] Updated openstack/openstack Project: openstack/neutron eaa6914dd3797b25e85eda937cb560390aa037ec null fixes tests using called_once_ without assert A few tests were using mock's called_once, or called_once_with_args instead of assert_called_once or assert_called_once_with_args. Those methods return a bool that needs to be actively checked. The tests are fixed to avoid them from passing if the call condition is not met. Change-Id: I21e5257b26b2a08cc8f0b108233d1d5cc0b97b89 Closes-bug: #1297875 (cherry picked from commit c6c4a20777921dc1b21e80edb96ccd957a054c68) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index b359f408a78b..eaa6914dd379 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit b359f408a78bf65f8d0af45c43780a679f8cf52d +Subproject commit eaa6914dd3797b25e85eda937cb560390aa037ec From f1682e86b8b715c3560572b0af33aeb990520b68 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 02:22:57 +0000 Subject: [PATCH 02165/18836] Updated openstack/openstack Project: openstack/glance a1b216afb0be9d262f5b5ba7e97be9e4d67c8d2d null Fix Jenkins translation jobs The job glance-propose-translation-update does not update from transifex since our po files contain duplicate entries where obsolete entries duplicate normal entries. Remove all obsolete entries to fix the job. Add test to pep8 that checks that no new breakages get introduced. Change-Id: I1bae1c1bf27bf664b24cf75fc96efb0fcfddc392 Closes-Bug: #1299349 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e44867577fd6..a1b216afb0be 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e44867577fd65709a7848cd82caf77c56e34fe6d +Subproject commit a1b216afb0be9d262f5b5ba7e97be9e4d67c8d2d From e8b323817bbbbeba723ac9a37e889ed4af6b3a89 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 02:27:30 +0000 Subject: [PATCH 02166/18836] Updated openstack/openstack Project: openstack/neutron f17ad384262f056a56387e9df6aed47e5e99e574 null use floatingip's ID as key instead of itself Change-Id: I267f174a0e2e611ec007404c7b44e2c73a359c38 Closes-Bug: 1294526 (cherry picked from commit 7120325d37df414d8de084c5b41fdfbea3a06565) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index eaa6914dd379..f17ad384262f 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit eaa6914dd3797b25e85eda937cb560390aa037ec +Subproject commit f17ad384262f056a56387e9df6aed47e5e99e574 From f737e5d01876b9a64c7abd68508042ef27a1aa56 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 02:39:15 +0000 Subject: [PATCH 02167/18836] Updated openstack/openstack Project: openstack/neutron b241bb4c292c15ef583c747fa6bb244ff8bd1eb5 null Set ns_name in RouterInfo as attribute Closes-Bug: #1302007 Change-Id: I02a9b92eea06010569d3d9c5a987e69f89b23be5 (cherry picked from commit ceee7b4ac9d027499dfd2568868f1192bfb77879) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index f17ad384262f..b241bb4c292c 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit f17ad384262f056a56387e9df6aed47e5e99e574 +Subproject commit b241bb4c292c15ef583c747fa6bb244ff8bd1eb5 From 8b77e584ab7c93cb068e1ebacacc3d97b25fa5a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 02:39:25 +0000 Subject: [PATCH 02168/18836] Updated openstack/openstack Project: openstack/neutron 729ffebe1dcc26e134177005a323494865d34ad4 null Add missing DB migrations for BSN ML2 plugin Adds missing database migrations for the Big Switch ML2 driver and plugin. Closes-Bug: #1298459 Change-Id: I6a46a53e069353501d85c4c8400f98514d6f0162 (cherry picked from commit d3be7b040eaa61a4d0ac617026cf5c9132d3831e) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index b241bb4c292c..729ffebe1dcc 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit b241bb4c292c15ef583c747fa6bb244ff8bd1eb5 +Subproject commit 729ffebe1dcc26e134177005a323494865d34ad4 From 02653b8dc971892c4ae404fcaaf5098c632fe145 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 03:15:25 +0000 Subject: [PATCH 02169/18836] Updated openstack/openstack Project: openstack/neutron c6df5ddb858ab6856666432efb63f65a29fa82c6 null Add unit test for add_vxlan in test_linux_ip_lib This patch adds unit tests for the add_vxlan function in the test_linux_ip_lib.py file. Fixes bug: 1291974 Change-Id: I0238bedab7a3566aff1115a091ada494a01d2e02 (cherry picked from commit dd52ddb1e9322b3985ceba2db842e8201220f67f) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 729ffebe1dcc..c6df5ddb858a 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 729ffebe1dcc26e134177005a323494865d34ad4 +Subproject commit c6df5ddb858ab6856666432efb63f65a29fa82c6 From edb3951beb49d4e2f4b64ea7575ed987d79892df Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 07:10:43 +0000 Subject: [PATCH 02170/18836] Updated openstack/openstack Project: openstack/neutron 54a030a76948bdb997ad062a8fd72ccc10e522e3 null De-duplicate unit tests for ports in Big Switch This eliminates the separate classes that existed for the VIF type testing. Each class was going through all of the port tests when none of the logic those tests were exercising was affected by the VIF types. This cut the number of tests run in test_restproxy_plugin by close to 44% without a reduction in code coverage. Closes-Bug: #1295448 Change-Id: I8c84e1599568fad36b6dd3d51e4ba8a3c012c6c5 (cherry picked from commit 913f45bc16dd2c35f7be772d5867f9208064498a) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index c6df5ddb858a..54a030a76948 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit c6df5ddb858ab6856666432efb63f65a29fa82c6 +Subproject commit 54a030a76948bdb997ad062a8fd72ccc10e522e3 From c7b1e74155efad851b4298c89ddb1d8ac6e06039 Mon Sep 17 00:00:00 2001 From: Florent Flament Date: Fri, 4 Apr 2014 13:04:54 +0000 Subject: [PATCH 02171/18836] Updated openstack/openstack Project: openstack/python-swiftclient 1eaf4c549fd30d831aca11e05eeddbfb77ac3388 null Update help message to specify unit of --segment-size option. Change-Id: Ic3f9a733329c19c4e0bb85676da28a8d1d74232b Closes-Bug: 1302566 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index fa65fbbce51a..1eaf4c549fd3 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit fa65fbbce51a7a603a6453da51db41061e4388f9 +Subproject commit 1eaf4c549fd30d831aca11e05eeddbfb77ac3388 From f92b76cab9170d48d2fe213ac609445ed5e109b3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 09:46:04 +0000 Subject: [PATCH 02172/18836] Updated openstack/openstack Project: openstack/python-swiftclient c5cc2b7b7e90edfa41d35ccf1dac13e0f7ac2da0 null Use the standard library's copy of mock when it's available. Change-Id: Id6a31157582efe47cc3a74e6658679c2bec14767 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 1eaf4c549fd3..c5cc2b7b7e90 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 1eaf4c549fd30d831aca11e05eeddbfb77ac3388 +Subproject commit c5cc2b7b7e90edfa41d35ccf1dac13e0f7ac2da0 From 4c2733ede07f576842504ba59f1bff5a6855812e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 11:07:48 +0000 Subject: [PATCH 02173/18836] Updated openstack/openstack Project: openstack-dev/devstack 87c0c263a015e7595ffab2be322c358dc3da3ca0 null use disable/enable_apache_site on Ubuntu Using the specific Apache2 tools a2ensite and a2dissite (used in the methods disable/enable_apache_site in lib/apache) should be the preferred way to disable the default site and to enable the horizon site. fixes bug #1298031 Change-Id: I2f247c0b6e605a330086a558e03e2c36666c55be --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f602b634a31f..87c0c263a015 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f602b634a31fdd21819dd4a822c4f62417d92659 +Subproject commit 87c0c263a015e7595ffab2be322c358dc3da3ca0 From baca405a4ad756bee27dd1b772ee3367e8548f59 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 3 Apr 2014 13:21:23 -0400 Subject: [PATCH 02174/18836] Updated openstack/openstack Project: openstack/keystone 4f0b42ea827f811b961b63042b6ee912d1afbcc0 null Remove legacy_endpoint_id and enabled from service catalog Those two fields are for internal use, and should not be in the token. The token size was expanding past the threshold where it could be passed between a wsgi process and Apache HTTPD, even for a basic, devstack sized catalog. This reduces the size. Change-Id: Ic8eb70e519a8a35fd05b497d917f9889e82b6e7f Closes-Bug: 1302075 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index 13ca3ee130a5..4f0b42ea827f 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit 13ca3ee130a5774ff7cdf9a853136b23e2d56983 +Subproject commit 4f0b42ea827f811b961b63042b6ee912d1afbcc0 From 532597cee93923772d409447ca4c9f29167c1c92 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Fri, 4 Apr 2014 08:38:01 -0700 Subject: [PATCH 02175/18836] Updated openstack/openstack Project: openstack/nova b5280671768bdf861d9f72f014a83bb07af09ab6 null Revert object-assuming changes to _post_live_migration() Change I140bfec2a52bf659a725a7dbe78ba5c527ed26de converted the _post_live_migration() call to assume it was passed an object because the post_live_migration_at_destination() method uses them. However, it is also called from live_migration() on the source, which clearly is still using instance dicts. This patch reverts the changes that assume an instance object, as well as the tests that were changed as a result. It also changes the clear_events_for_instance() call to use dict syntax, since that is called from the live migration path currently. (cherry picked from commit 887d214186631d3d1f49451fa72feb11251d2176) Change-Id: I6e915035bc2c1b890e606d17a4195b88c3f26b13 Closes-bug: #1302334 --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index bdd064f95f8c..b5280671768b 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit bdd064f95f8c3896679e2b1f764a5ac489ebba06 +Subproject commit b5280671768bdf861d9f72f014a83bb07af09ab6 From 9f2c534c6f408bf24459a3f50ef7b0871cf19787 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Apr 2014 14:06:09 +0000 Subject: [PATCH 02176/18836] Updated openstack/openstack Project: openstack/neutron 2661a5eb375585285517fbd8c7ce3ead4385c539 null Cisco VPN driver correct reporting for admin state chg Depends on reference implementation change (81124 review) that will pass VPN service admin up/down changes to the service driver (for subsequent passing to the device driver). This change will save the runtime state of the IPSec connections that have been removed due to a VPN service down change, so that this can be reported to the plugin properly. Otherwise, without the change, there is no info on the downed connection and no change report so the plugin thinks the connection is still active. In addition, the status for the VPN service will reflect whether there are any IPSec connections ACTIVE. If one or more are acive, the service will be active, otherwise it will be DOWN. Updated UT to add tests for admin state and status reporting. Also changed some IPSec create UTs because they were not cleaning up correctly upon test failures (only seen with a live CSR). In the future, when the Cisco CSR REST API supports admin up/down support, the IPSec connections will not be deleted, but instead will be shut down, in response to an admin down event (and then brought up, for admin up). During the down time, the state will be reported correctly and no run-time state recording needed. Change-Id: I294bfb400c31ef36dfe5d9e85b34845e5aef8515 Closes-Bug: 1291619 (cherry picked from commit c1ccc585bda70925a4cffe617743ef6472fe60c4) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 54a030a76948..2661a5eb3755 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 54a030a76948bdb997ad062a8fd72ccc10e522e3 +Subproject commit 2661a5eb375585285517fbd8c7ce3ead4385c539 From 5dae263e57761beb989fdcaa8c27a460bd78139b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 6 Apr 2014 05:13:57 +0000 Subject: [PATCH 02177/18836] Updated openstack/openstack Project: openstack/neutron b70d5198a3d224ef3025e4425cab13dfb6778641 null Fix test MAC addresses to be valid MAC addresses should have 6 octets - 'ff:ff:ff:ff:ff:ff'. Change-Id: I9c2457d978ccce15549d3258961093a130375bff Closes-bug: #1302282 (cherry picked from commit 5f042a64308cb00698b454da09b4a87f2ac3fafd) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 2661a5eb3755..b70d5198a3d2 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 2661a5eb375585285517fbd8c7ce3ead4385c539 +Subproject commit b70d5198a3d224ef3025e4425cab13dfb6778641 From b8a88d463c6b84b6bafcd0778c2246f1721ffc7b Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 6 Apr 2014 14:20:03 +0000 Subject: [PATCH 02178/18836] Updated openstack/openstack Project: openstack/cinder 512170afa377752dce02db3b2c0452d27c8ffd48 null Updated from global requirements Change-Id: I84c8bae9370f6b99d061ce1dc9519c6bec2b3cad --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 60ab07159185..512170afa377 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 60ab07159185b4e432e16fe21a4b189557a01e5f +Subproject commit 512170afa377752dce02db3b2c0452d27c8ffd48 From 79ee48b0a6a8f4205fc58f68524411dbe9bdcbe4 Mon Sep 17 00:00:00 2001 From: Vaibhav Bhatkar Date: Tue, 11 Mar 2014 09:53:20 +0000 Subject: [PATCH 02179/18836] Updated openstack/openstack Project: openstack/glance cff35c1999997b6af62f4ef285d66f38b19433af null user_storage_quota now accepts units with value user_storage_quota now accept value in B, KB, MB, GB or TB. The unit is optional. If no unit is specified Bytes is used as default. DocImpact Change-Id: Icc3f672869a5947cbcae38de92993c88ce0ef4e1 Closes-Bug: #1261747 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a1b216afb0be..cff35c199999 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a1b216afb0be9d262f5b5ba7e97be9e4d67c8d2d +Subproject commit cff35c1999997b6af62f4ef285d66f38b19433af From 5b79ffc2ad399f12b09f43fb4a759dda2a916156 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 06:34:12 +0000 Subject: [PATCH 02180/18836] Updated openstack/openstack Project: openstack/python-neutronclient 07bcee8594d723ffc7a1243d6f5b0f1eb77157d9 null Support building wheels (PEP-427) Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: I3dd06b63d2fdcce8961f87fe1d71be052cb0fdf0 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 663f8bd2cf58..07bcee8594d7 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 663f8bd2cf5825ff587b2b10bf5d4a4bfc082534 +Subproject commit 07bcee8594d723ffc7a1243d6f5b0f1eb77157d9 From cc6aed4ee1f4924eb1b22aa696bc8a8dcf7c2be0 Mon Sep 17 00:00:00 2001 From: Henry Gessau Date: Sat, 5 Apr 2014 18:10:52 -0400 Subject: [PATCH 02181/18836] Updated openstack/openstack Project: openstack/neutron ffe5cf1627b36fc32928d4cc50af1fb1336d0297 null Add missing comma in nsx router mappings migration Change-Id: I85bcc9b7fe636f34dbdf6f8c3172352c8e586e2a Closes-bug: #1303179 Related-bug: #1207402 (cherry picked from commit acae91475775a8c85598b1bfdc4910e5fe81ced9) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index b70d5198a3d2..ffe5cf1627b3 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit b70d5198a3d224ef3025e4425cab13dfb6778641 +Subproject commit ffe5cf1627b36fc32928d4cc50af1fb1336d0297 From 6f303df8684c805dcabf67e76ceb12be7f1363e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 09:31:06 +0000 Subject: [PATCH 02182/18836] Updated openstack/openstack Project: openstack/neutron 6dc5f87989c98e65a5866d79b283918257e0c146 null ML2: ODL driver sets port status The OpenDaylight mechanism driver does not depend on an L2 agent to plug the port. Now that nova waits for notification that the port status is ACTIVE, the ML2 driver API is extended so that the mechanism driver that binds a port can optionally set the port status, and the OpenDaylight mechanism driver uses this to set the port status to ACTIVE. Closes-Bug: 1301449 Change-Id: I171c405f36b4f2354d9585e8ae3dfa50ddaa9a7e (cherry picked from commit a9e3074aa9f442c2fff1ba058ac8ed585c6caa24) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index ffe5cf1627b3..6dc5f87989c9 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit ffe5cf1627b36fc32928d4cc50af1fb1336d0297 +Subproject commit 6dc5f87989c98e65a5866d79b283918257e0c146 From 5795346e38cbdf5f06bf87cea9a6f10d27795f59 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 09:45:04 +0000 Subject: [PATCH 02183/18836] Updated openstack/openstack Project: openstack/python-swiftclient e04bf9e093ea68d1a923d77080819738b6429d96 null Make bin/swift testable part 2 Follow up for patch https://review.openstack.org/#/c/76487/ Change-Id: I6801b75cb78a3da0631ca8a60b7c2756b8930e72 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index c5cc2b7b7e90..e04bf9e093ea 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit c5cc2b7b7e90edfa41d35ccf1dac13e0f7ac2da0 +Subproject commit e04bf9e093ea68d1a923d77080819738b6429d96 From b172bfc967c99d525bf8975b4449f8c837ce4690 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 7 Apr 2014 16:04:04 +0900 Subject: [PATCH 02184/18836] Updated openstack/openstack Project: openstack/horizon a9cf547d20065b2bd49e101364b46cffed4b6aee null Import translations from Transifex for Icehouse * Import ~100% completed translations We have three languages: German, Serbian and Hindi in Icehouse :-) * Update language list in openstack_dashboard settings.py * Update English POT files This commit also updates compiled PO files (.mo). There is a discussion compiled PO files should be included in the repo or not, but it is better to be unchanged in this release. Update Transifex resource name in .tx/config for Icehouse. Closes-Bug: #1300290 Change-Id: I0c378e885efc4ecdafdd5d6b027a514a5af5bb2f --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index cdec5214969d..a9cf547d2006 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit cdec5214969d4b96a5ddaa814bb3a2d1a229aa59 +Subproject commit a9cf547d20065b2bd49e101364b46cffed4b6aee From 7168d9e3777e359b053426cf064a8d30e5802ebd Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 7 Apr 2014 10:06:37 +0000 Subject: [PATCH 02185/18836] Updated openstack/openstack Project: openstack/neutron 30a29b4dc0d83cb26870d05017e7dc4f9d48fa9f null Updated from global requirements Change-Id: I73c3798ede53e2c4d936f997d9a502e1b5cfa462 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 6dc5f87989c9..30a29b4dc0d8 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 6dc5f87989c98e65a5866d79b283918257e0c146 +Subproject commit 30a29b4dc0d83cb26870d05017e7dc4f9d48fa9f From 081037e8ca6d70e204fe4ca1513e3ecfd2a83997 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 6 Apr 2014 14:19:27 +0000 Subject: [PATCH 02186/18836] Updated openstack/openstack Project: openstack/ceilometer f279a89f39bd18ef387171e6f6286227b88fdd75 null Updated from global requirements Change-Id: Iadf6adbc667f957b72ded277e8dbd999c1cf393b --- ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer b/ceilometer index 6697af2e52c5..f279a89f39bd 160000 --- a/ceilometer +++ b/ceilometer @@ -1 +1 @@ -Subproject commit 6697af2e52c5106277b08cebf438459fdfe5a20c +Subproject commit f279a89f39bd18ef387171e6f6286227b88fdd75 From 12152b17dc1bd4c93756dab921f823e1c307d1c6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 15:11:58 +0000 Subject: [PATCH 02187/18836] Updated openstack/openstack Project: openstack/neutron 1302ad764148dbacb38abd9c6cd6fca48364c42b null Fix Jenkins translation jobs The -propose-translation-update and -upstream-translation-update jobs do not update from transifex since our po files contain duplicate entries where obsolete entries duplicate normal entries. Remove all obsolete entries to fix the jobs. Change-Id: I1ab0f23f5b1dc9a88636dab09fadb5d44008cf51 Closes-Bug: #1299349 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 30a29b4dc0d8..1302ad764148 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 30a29b4dc0d83cb26870d05017e7dc4f9d48fa9f +Subproject commit 1302ad764148dbacb38abd9c6cd6fca48364c42b From d7bebf5785ba4a2870679a052efeaeefe6a6f670 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 15:12:07 +0000 Subject: [PATCH 02188/18836] Updated openstack/openstack Project: openstack/ceilometer fd2c558c0a3d54e67004443e249cbff47deb59f1 null Fix Jenkins translation jobs The -propose-translation-update and -upstream-translation-update jobs do not update from transifex since our po files contain duplicate entries where obsolete entries duplicate normal entries. Remove all obsolete entries to fix the jobs. Change-Id: I6557c0b0c5ed73a0f87107214f5375ef1d0f8675 Closes-Bug: #1299349 --- ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer b/ceilometer index f279a89f39bd..fd2c558c0a3d 160000 --- a/ceilometer +++ b/ceilometer @@ -1 +1 @@ -Subproject commit f279a89f39bd18ef387171e6f6286227b88fdd75 +Subproject commit fd2c558c0a3d54e67004443e249cbff47deb59f1 From d2a06912480dd938d8611e8ab06d8519d4416742 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sun, 6 Apr 2014 14:21:21 +0000 Subject: [PATCH 02189/18836] Updated openstack/openstack Project: openstack/keystone a3933982c8d1f256e34d9bc62d0a744617152849 null Updated from global requirements Change-Id: I009a6494637c2daaae7a08e8ed3c6bf13155ead6 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index 4f0b42ea827f..a3933982c8d1 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit 4f0b42ea827f811b961b63042b6ee912d1afbcc0 +Subproject commit a3933982c8d1f256e34d9bc62d0a744617152849 From 7a755c9d1cff5a121cbc9f4c69203107b381b337 Mon Sep 17 00:00:00 2001 From: Vladik Romanovsky Date: Wed, 2 Apr 2014 15:00:19 -0400 Subject: [PATCH 02190/18836] Updated openstack/openstack Project: openstack/nova c0feec3f21757efe74f0228b5e05c9edff3bffac null libvirt: pause mode is not supported by all drivers Only KVM/Qemu drivers support the VIR_DOMAIN_START_PAUSED flag Booting guests on other drivers with the above flag will make it fail. Closes-Bug: 1301453 Change-Id: Ia98e018b686c4ec3c15fd1f6bcc78188f330fcef (cherry picked from commit bfb28fcf9031af4c695177663702ce05edbbfa4d) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index b5280671768b..c0feec3f2175 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit b5280671768bdf861d9f72f014a83bb07af09ab6 +Subproject commit c0feec3f21757efe74f0228b5e05c9edff3bffac From 97db8ec2f7c45e398edf8b48de352838ca90a1ce Mon Sep 17 00:00:00 2001 From: Johannes Erdfelt Date: Fri, 4 Apr 2014 10:57:40 -0700 Subject: [PATCH 02191/18836] Updated openstack/openstack Project: openstack/python-novaclient 9162a5fe8fa4a5c9d59648aa1e9fbd48dec079f9 null Split test_rebuild() into two tests The method tests rebuilds with and without passwords, but the tests are independent and should be in two seperate tests. Also, remove duplication of the rebuild with password test from test_rebuild_preserve_ephemeral Change-Id: I40d0376fabf319dbe703d593de8fb4cdcf0aeab1 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 2005e17beddd..9162a5fe8fa4 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 2005e17beddd0767ab874b8421a66a0b6d2487c5 +Subproject commit 9162a5fe8fa4a5c9d59648aa1e9fbd48dec079f9 From 513d03089a237a725b8ef5d5f9966a5b07590ba5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 16:50:31 +0000 Subject: [PATCH 02192/18836] Updated openstack/openstack Project: openstack/nova 481afd9042eba9e5069a0180c75a0db5e63ab05b null Note that XML support *may* be removed. To be more accurate, note that XML support *may* be removed as early as the Juno release. I think there is still more discussion needed around concrete usage data before the removal date is finalized. Related thread: http://lists.openstack.org/pipermail/openstack-dev/2014-April/031608.html Closes-bug: #1301384 Change-Id: I0415b50ec0b81bb56f5c0fa13bc6d01f8bec7865 (cherry picked from commit 5d39189df6ecb559c3f8b7e2fa3beff25da9f452) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index c0feec3f2175..481afd9042eb 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit c0feec3f21757efe74f0228b5e05c9edff3bffac +Subproject commit 481afd9042eba9e5069a0180c75a0db5e63ab05b From 2430d0d60751a3e009f9a8faed86421506026882 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 4 Apr 2014 15:10:50 +0200 Subject: [PATCH 02193/18836] Updated openstack/openstack Project: openstack/requirements 48284a603a802d41f63f9b35d8d1c60e57128567 null Raise oslo.messaging to 1.3.0 We prefer released versions to be required. Change-Id: Ifafbae3dfbc27f5ac2005051dbfc73d134a0a57a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 90846cf3a1fc..48284a603a80 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 90846cf3a1fc004290e746aa58840a761a9b5012 +Subproject commit 48284a603a802d41f63f9b35d8d1c60e57128567 From 398758d80323863c830ac3ced071310494183ef6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 17:28:07 +0000 Subject: [PATCH 02194/18836] Updated openstack/openstack Project: openstack/requirements 467fadf40ecbb3e8f677d8fd2d183043cb274562 null Taskflow 0.2 released Taskflow 0.2 has released and should work with all existing openstack projects as-is (integrating gating has verified this) so unbinding and resetting the bound at 0.3 (which does not exist yet). Change-Id: I1e6f782c5cc6e9c54be0efc089f2876357240ac7 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 48284a603a80..467fadf40ecb 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 48284a603a802d41f63f9b35d8d1c60e57128567 +Subproject commit 467fadf40ecbb3e8f677d8fd2d183043cb274562 From 967a20cd01809a8e2261e22b6026a38a8fbd50a1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 17:58:05 +0000 Subject: [PATCH 02195/18836] Updated openstack/openstack Project: openstack/nova e8e0bc4890d81885f9ff8b383b8ef2ed47394714 null VMware: Fixes the instance resize problem The fix includes separating out methods for associating/disassociating a vsphere vm from the openstack instance. Modifying the resize workflow to use the above mentioned methods. Closes-Bug: #1295381 Change-Id: I92acdd5cd00f739d504738413d3b63a2e17f2866 (cherry picked from commit 91ddf85abb8a516cfa2da346b393aa7234660f6c) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 481afd9042eb..e8e0bc4890d8 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 481afd9042eba9e5069a0180c75a0db5e63ab05b +Subproject commit e8e0bc4890d81885f9ff8b383b8ef2ed47394714 From cc5044cd07dfc1016e0309338e86da79712f2a39 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 18:18:21 +0000 Subject: [PATCH 02196/18836] Updated openstack/openstack Project: openstack/python-novaclient 055a18fcd8bb246ce5d60f1cf4d7cb4cd346841b null Remove py3kcompat It's not used by novaclient anymore and isn't used by any other openstack common code either. Change-Id: I96ebf030d0a96436a8a75c6937c354003ee32c58 Closes-bug: 1280033 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9162a5fe8fa4..055a18fcd8bb 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9162a5fe8fa4a5c9d59648aa1e9fbd48dec079f9 +Subproject commit 055a18fcd8bb246ce5d60f1cf4d7cb4cd346841b From e6249499a9662c7ecae8dfab2ca67688a99db3d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 18:18:22 +0000 Subject: [PATCH 02197/18836] Updated openstack/openstack Project: openstack/keystone b07840a0532ef92fda8dc00c99059ec96a98c564 null Fix invalid LDAP filter for user ID with comma The Keystone server would respond with a 500 error when configured to use the LDAP identity backend and a request is made to get a token for a user that has an ID with a comma. The response is like: Authorization Failed: An unexpected error prevented the server from fulfilling your request. {'desc': 'Bad search filter'} (HTTP 500) This is because the user DN wasn't properly escaped in the filter for the query to get the groups that the user is a member of. Closes-Bug: #1302106 Change-Id: Ib4886e66af0e979fcf23a84bcd51b07034547cb9 --- keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone b/keystone index a3933982c8d1..b07840a0532e 160000 --- a/keystone +++ b/keystone @@ -1 +1 @@ -Subproject commit a3933982c8d1f256e34d9bc62d0a744617152849 +Subproject commit b07840a0532ef92fda8dc00c99059ec96a98c564 From db95f057a6f4cd3911c0feb21a288c54b533751f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 18:41:16 +0000 Subject: [PATCH 02198/18836] Updated openstack/openstack Project: openstack-dev/devstack c139a70fe2c91e149aae554326b677e748c57a34 null horizon does not uses django-registration It was removed from the requirements since long, by a47aa6fdc33ee29be886b45236e276a42a70b4df. Just the files/rpms/horizon referencing it. Change-Id: Ic1d413855e80a6f64d9d255f2d3a41f0925332c5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 87c0c263a015..c139a70fe2c9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 87c0c263a015e7595ffab2be322c358dc3da3ca0 +Subproject commit c139a70fe2c91e149aae554326b677e748c57a34 From 4920d352d200864e0a0b00803935633f7ffb30d4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 18:51:30 +0000 Subject: [PATCH 02199/18836] Updated openstack/openstack Project: openstack/python-novaclient 37df0510efc26a613322d430cd4a79ec0a2a0442 null Print adminPass when rebuilding from shell The 'nova rebuild' command did not print the adminPass returned by the server. This is because it discards the instance information returned by the rebuild action and fetchs the information again. This would lose the adminPass and it would not be printed for the user. This patch reuses the instance information returned by the rebuild action which ensures that the adminPass is printed by the shell. Change-Id: I144bfa298bef529c78ca04042cd37a763537f09e Closes-bug: 1302696 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 055a18fcd8bb..37df0510efc2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 055a18fcd8bb246ce5d60f1cf4d7cb4cd346841b +Subproject commit 37df0510efc26a613322d430cd4a79ec0a2a0442 From edd7af23292145cab73be51d73baaf6c7447cd13 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 21:06:03 +0000 Subject: [PATCH 02200/18836] Updated openstack/openstack Project: openstack/requirements b309f72db4e56588bada007eb678114ffd81ab36 null Update the keyring dependency Keyring is now at version 3.6 so it seems like we should be ok moving to a newer version and removing the need to continue supporting the older versions. Also the existing requirement doesn't seem to make logical sense. It doesn't seem that this restriction '>=1.6.1,<2.0,>=2.1' should ever match anything. Change-Id: I711092bfab97190de635a099fb0e771a22e90197 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 467fadf40ecb..b309f72db4e5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 467fadf40ecbb3e8f677d8fd2d183043cb274562 +Subproject commit b309f72db4e56588bada007eb678114ffd81ab36 From 1c9027598521868bad287bf7e35ca5a1b0510612 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Apr 2014 21:06:04 +0000 Subject: [PATCH 02201/18836] Updated openstack/openstack Project: openstack/requirements bfc3f1d3d1e92874aebc1955de1ece8d07d483eb null Upgrades Pbr to exclude 0.7 due to Windows issue Pbr 0.7 fails on Windows generating a blocking issue: https://bugs.launchpad.net/pbr/+bug/1294246 Change-Id: Ieab4bf32b04ee080d8447e12e92dc47508f87083 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b309f72db4e5..bfc3f1d3d1e9 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b309f72db4e56588bada007eb678114ffd81ab36 +Subproject commit bfc3f1d3d1e92874aebc1955de1ece8d07d483eb From 1435c0a4dc8313f249860edbf5eeb3b839d74c91 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 01:54:52 +0000 Subject: [PATCH 02202/18836] Updated openstack/openstack Project: openstack/python-novaclient 465919953d67577d859324e012f0896fe96a7f3b null Fix session handling in novaclient Prior to this patch, novaclient was handling sessions in an inconsistent manner. Every time we created a client instance, it would use a global connection pool, which made it difficult to use in a process that is meant to be forked. Obviously sessions like the ones provided by the requests library that will automatically cause connections to be kept alive should not be implicit. This patch moves the novaclient back to the age of a single session-less request call by default, but also adds two more resource-reuse friendly options that a user needs to be explicit about. The first one is that both v1_1 and v3 clients can now be used as context managers,. where the session will be kept open (and thus the connection kept-alive) for the duration of the with block. This is far more ideal for a web worker use-case as the session can be made request-long. The second one is the per-instance session. This is very similar to what we had up until now, except it is not a global object so forking is possible as long as each child instantiates it's own client. The session once created will be kept open for the duration of the client object lifetime. Please note: client instances are not thread safe. As can be seen from above forking example - if you wish to use threading/multiprocessing, you *must not* share client instances. DocImpact Related-bug: #1247056 Closes-Bug: #1297796 Co-authored-by: Nikola Dipanov Change-Id: Id59e48f61bb3f3c6223302355c849e1e99673410 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 37df0510efc2..465919953d67 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 37df0510efc26a613322d430cd4a79ec0a2a0442 +Subproject commit 465919953d67577d859324e012f0896fe96a7f3b From 7ba1ffa299591e1097d61ae10f6ea0e056b24323 Mon Sep 17 00:00:00 2001 From: Eiichi Aikawa Date: Mon, 24 Feb 2014 14:20:18 +0900 Subject: [PATCH 02203/18836] Updated openstack/openstack Project: openstack/python-glanceclient 5528ba536fd86cad225feb1d4e5bb75d838ecf69 null Fix the parameter order of assertEqual in glanceclient v1 test On assertEqual, the order of parameters should be (expected, observed). But, some part of glanceclient v1 test were written with invalid order. This patch fixes this problem. Change-Id: If361309041a257c56bfc1fbbccf1b905839b0c18 Partially-bug: #1277104 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 59c110365504..5528ba536fd8 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 59c110365504d093f0d492390b146616d5bd351a +Subproject commit 5528ba536fd86cad225feb1d4e5bb75d838ecf69 From b60346fc2c363bf25c694dca9c234b9b8a578639 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 02:11:14 +0000 Subject: [PATCH 02204/18836] Updated openstack/openstack Project: openstack/nova 05750de7da5605bc84db732777d3357a67fe869d null mark vif_driver as deprecated and log warning Several classes were dropped from nova.virt.libvirt.vif from havana -> icehouse, leading to invalid configurations if one of these classes was used in the libvirt_vif_driver setting in nova.conf. The error message produced by nova-compute in this situation is misleading. This patch introduces stubs for all of the classes that were removed. These stubs inherit from LibvirtGenericVIFDriver and log a deprecation warning in __init__. This patch also marks the vif_driver option as deprecated. Change-Id: I6d6cb9315ce6f3b33d17756bcdc77dccda26fefe Closed-bug: 1302796 (cherry picked from commit 9f6070e194504cc2ca2b7f2a2aabbf91c6b81897) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index e8e0bc4890d8..05750de7da56 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit e8e0bc4890d81885f9ff8b383b8ef2ed47394714 +Subproject commit 05750de7da5605bc84db732777d3357a67fe869d From f98e2e4cfcdd58991e21e748bdefe2354724e20a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 02:13:19 +0000 Subject: [PATCH 02205/18836] Updated openstack/openstack Project: openstack/nova dccf660d18e33f6e62ace575a7852d146ed7521b null Ensure network interfaces are in requested order _build_network_info_model was iterating current_neutron_ports instead of port_ids which contains ports in their correctly requested order. Because of this the requested nic order was no longer being perserved. This patch fixes this and also changes the order of ports in test_build_network_info_model() so this case is tested. Change-Id: Ia9e71364bca6cbc24ebc1c234e6a5af14f51cd62 Closes-bug: #1300325 (cherry picked from commit 721e7f939859fbfe6b0c79ef3a6d5e43c916da65) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 05750de7da56..dccf660d18e3 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 05750de7da5605bc84db732777d3357a67fe869d +Subproject commit dccf660d18e33f6e62ace575a7852d146ed7521b From 9df1e7897a6e17d9adeae7767e042f54531ca067 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 04:03:35 +0000 Subject: [PATCH 02206/18836] Updated openstack/openstack Project: openstack/python-troveclient f61666027e3d7e57df0312220fd7b9822edbf558 null Fix build_sphinx setup target Change-Id: I070e5d6eaa31be360608a4d03598ccabc0dce602 Closes-Bug: #1297496 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 8ff28fc52f56..f61666027e3d 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 8ff28fc52f56fb1fceb5a71098293fd838a679e5 +Subproject commit f61666027e3d7e57df0312220fd7b9822edbf558 From c3597dbab10ade5ad8eeb40e9863a2662c7e01ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 08:51:18 +0000 Subject: [PATCH 02207/18836] Updated openstack/openstack Project: openstack/nova a6c5c0316b73a49ddcd0fd1d6b1bba66bd0cc3d0 null Require admin context for interfaces on ext network Currently any user can attach an interface to a neutron external network, if the neutron plugin supports the port binding extension. In this case, nova will create neutron ports using the admin client, thus bypassing neutron authZ checks for creating ports on external networks. This patch adds a check in nova to verify the API request has an admin context when a request for an interface is made on a neutron external network. Change-Id: I5fb0bdcbf19eb82746ea3b192c1f65899bfb3c0b Closes-Bug: 1284718 (cherry picked from commit 7d1b4117fda7709307a35e56625cfa7709a6b795) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index dccf660d18e3..a6c5c0316b73 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit dccf660d18e33f6e62ace575a7852d146ed7521b +Subproject commit a6c5c0316b73a49ddcd0fd1d6b1bba66bd0cc3d0 From f401b4e2a246fe8ad7884b542a58c8e473002b66 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 2 Apr 2014 13:22:45 +1300 Subject: [PATCH 02208/18836] Updated openstack/openstack Project: openstack/heat 79d8191c75e3dc5578686fdb68158cae36760641 null Disable check_uptodate.sh check in pep8 Running generate_sample.sh currently produces an invalid heat.conf.sample due to bug #1288586. This change disables the check_uptodate.sh in the tox pep8 so that the gate-heat-pep8 job passes while we find a more appropriate solution. Change-Id: Ib20c4f892df68f7112d969d801a18a1a5bfbd474 Related-Bug: #1288586 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index aa6fa5e97560..79d8191c75e3 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit aa6fa5e975606576c759ed14d1e4d67186e2a377 +Subproject commit 79d8191c75e3dc5578686fdb68158cae36760641 From f6df03377a6564eb124702c25ef80b641e90b1f7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 09:24:27 +0000 Subject: [PATCH 02209/18836] Updated openstack/openstack Project: openstack/horizon d566f620ed60db0a16bc59d2d34b516d882d19e8 null Cardinal interpolation error -Seems like for the big numbers, d3 is interpolating data badly and it is creating loops in the chart. So quick fix is to switch to linear interpolation as default. -Other interpolation can be set with settings. Change-Id: I82c1514dce6034b3cbc7f95682356a08301482b7 Fixes-bug: #1295537 (cherry picked from commit 8bcc5e9703fa4db5e702685a584d2e91fbea7b4a) --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index a9cf547d2006..d566f620ed60 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit a9cf547d20065b2bd49e101364b46cffed4b6aee +Subproject commit d566f620ed60db0a16bc59d2d34b516d882d19e8 From 9f9047d3428cd553013e73544195455f881a320a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 09:38:40 +0000 Subject: [PATCH 02210/18836] Updated openstack/openstack Project: openstack/glance f9d7a43179a00a42b8c31c44c307cb32b10fa1b0 null Fix deprecation warning in test_multiprocessing tests/functional/v1/test_multiprocessing uses psutil to get a list of processes. The Processor class now uses children() instead of get_children(); update the test with the current call to eliminate the deprecation warning. Change-Id: I83a6bb72b5282d3ab2a3b8e338ee3dc8668d2d53 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cff35c199999..f9d7a43179a0 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cff35c1999997b6af62f4ef285d66f38b19433af +Subproject commit f9d7a43179a00a42b8c31c44c307cb32b10fa1b0 From 775e6800003fe29edc84227bbd33abbd3f81fead Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 8 Apr 2014 10:31:06 +0900 Subject: [PATCH 02211/18836] Updated openstack/openstack Project: openstack/neutron 82eff3762942b3b46490d30eb3fe28dd40a6c607 null Fix wrong section name "security_group" in sample config files The section name [security_group] in Sample config files of ML2 and Big Switch plugins was wrong and it should be [securitygroup]. Change-Id: I8204b2f37f96a5e46038e117853ac8637a9705fd Closes-Bug: #1304105 (cherry picked from commit ec24d2cb3ac17a86ee5c4626c625131c10732143) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 1302ad764148..82eff3762942 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 1302ad764148dbacb38abd9c6cd6fca48364c42b +Subproject commit 82eff3762942b3b46490d30eb3fe28dd40a6c607 From 1be51def785b86a329893f4a228b25f6cecb4387 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 10:50:44 +0000 Subject: [PATCH 02212/18836] Updated openstack/openstack Project: openstack/glance 3e1bad2ed9fe9a7fd5cb568bf15250dab1e8d590 null Do not allow HEAD images/detail Currently, a HEAD images/detail request goes through the images/{id} route which leads to a 500 response status. This HEAD method should be handled separetely in order to return a 405 Method Not Allowed response and suggest GET as an allowed method. Change-Id: Ic83e819189bcff7c4735af476217a9ed1e4f41b8 Closes-Bug: #1297358 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f9d7a43179a0..3e1bad2ed9fe 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f9d7a43179a00a42b8c31c44c307cb32b10fa1b0 +Subproject commit 3e1bad2ed9fe9a7fd5cb568bf15250dab1e8d590 From d6e65f3f731a0e6e25e59867149d64848822bf2c Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Tue, 8 Apr 2014 11:03:04 +0200 Subject: [PATCH 02213/18836] Updated openstack/openstack Project: openstack/nova cf0a22c2ac71726080fc5281ca0ed4c3ed5ef8e3 null Fix Jenkins translation jobs The -propose-translation-update and -upstream-translation-update jobs do not update from transifex since our po files contain duplicate entries where obsolete entries duplicate normal entries. Remove all obsolete entries to fix the jobs. Change-Id: Ia174a145e71ab6c2bfd99f06e8ebead2e91e15ea Closes-Bug: #1299349 --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index a6c5c0316b73..cf0a22c2ac71 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit a6c5c0316b73a49ddcd0fd1d6b1bba66bd0cc3d0 +Subproject commit cf0a22c2ac71726080fc5281ca0ed4c3ed5ef8e3 From 82f71a52ea44a658051bf5b0cd012249ae03842d Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Fri, 14 Mar 2014 22:57:09 -0700 Subject: [PATCH 02214/18836] Updated openstack/openstack Project: openstack/neutron bb26eb7253c7fb51acd228c840a5365e1df9ae38 null Fix _validate_mac_address method The method _validate_mac_address previously used: netaddr.EUI(data) which would convert data passed in to the correct mac_address representation. For example if data=123 it would return: EUI('00-00-00-00-00-7B'). To fix this issue I used netaddr.valid_mac() instead which returns a bool if a mac is valid or not and does not raise. Note this file needs some improvements to improve how exception handling is done that will come later. Change-Id: I4fb868e40abbad9e743028cc768f47ca9b3e0e70 Closes-bug: 1291163 (cherry picked from commit b9390333a146d0435710f85d365318268e267fc3) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 82eff3762942..bb26eb7253c7 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 82eff3762942b3b46490d30eb3fe28dd40a6c607 +Subproject commit bb26eb7253c7fb51acd228c840a5365e1df9ae38 From 2df0e2dd79b1ad64d5e75f2cacb543063e04508c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 14:28:05 +0000 Subject: [PATCH 02215/18836] Updated openstack/openstack Project: openstack/neutron 6a97812b8561fa51d138663720727c48ea923d20 null Delete routers that are requested but not reported as active There are two cases that I can think of that result in a router being requested but not reported as active. One is that admin_state_up has been set to False. In this case, the router is never removed and continues to be operational. The other case is if a router is changed and then deleted before the change is processed. In this case, it is prudent to be sure that the router is queued for deletion. Change-Id: I4738f599a18f0d130cc8ad4d4dafc488eec75ffd Closes-Bug: #1215387 (cherry picked from commit 9da60d0a417dd70c16ae34f5877c564e425e4cf8) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index bb26eb7253c7..6a97812b8561 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit bb26eb7253c7fb51acd228c840a5365e1df9ae38 +Subproject commit 6a97812b8561fa51d138663720727c48ea923d20 From b6d643aba2cb7e5183f297291767170ad6982d55 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 15:36:00 +0000 Subject: [PATCH 02216/18836] Updated openstack/openstack Project: openstack/oslo.messaging 8a4f9ad8c9e18ac5bf5f6c7b6f9f687d4cc6a3ad null Remove old drivers dead code This patch removes some common helper method/class. Because they are not used anymore by current amqpdriver. Change-Id: I183750e158e05cf1d0b5e37725676d4882e0c043 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 06c0366c6ab2..8a4f9ad8c9e1 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 06c0366c6ab224a7b8761355f566da53d2399b90 +Subproject commit 8a4f9ad8c9e18ac5bf5f6c7b6f9f687d4cc6a3ad From 916679e4f8e5cb3a6664857b68dfb9d70af76a42 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 16:25:13 +0000 Subject: [PATCH 02217/18836] Updated openstack/openstack Project: openstack/python-keystoneclient aa298f2a7521b63ab43ca762cf72e87badc46551 null Reuse module `exceptions` from Oslo The exception module in oslo common code and in keystoneclient are similar. In case of unification openstack clients, we should use modules from Oslo. Changes of this patch: - imported exceptions from common code instead of `apiclient.exception` - added aliases for exceptions which was renamed (reason: backwards compatibility) - moved exceptions `EmptyCatalog` from `apiclient.exception` to `exceptions` - cleaned `apiclient.exception` from duplicated exceptions - `apiclient.__init__` and `apiclient.exceptions` are kept and labeled as 'deprecated'(reason: backwards compatibility) bp common-client-library-2 Change-Id: Iedf4e5d753d4278d81751ba0f55fdef3566b56de --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b24e41e1df0f..aa298f2a7521 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b24e41e1df0f4259180ad96c4b29da0779307cd4 +Subproject commit aa298f2a7521b63ab43ca762cf72e87badc46551 From 6a054e77fb85573c2eeef16f1c4f292c03b92077 Mon Sep 17 00:00:00 2001 From: CristianFiorentino Date: Mon, 10 Mar 2014 17:36:31 -0300 Subject: [PATCH 02218/18836] Updated openstack/openstack Project: openstack/horizon 1b0106e2804a45e641433c4bd459e6bed85521c3 null Introduces escaping in Horizon/Orchestration 1) Escape help_text a second time to avoid bootstrap tooltip XSS issue The "Description" parameter in a Heat template is used to populate a help_text tooltip in the dynamically generated Heat form. Bootstrap inserts this tooltip into the DOM using .html() which undoes any escaping we do in Django (it should be using .text()). This was fixed by forcing the help_text content to be escaped a second time. The issue itself is mitigated in bootstrap.js release 2.0.3 (ours is currently 2.0.1). 2) Properly escape untrusted Heat template 'outputs' The 'outputs' parameter in a Heat template was included in a Django template with HTML autoescaping turned off. Malicious HTML content could be included in a Heat template and would be rendered by Horizon when details about a created stack were displayed. This was fixed by not disabling autoescaping and explicitly escaping untrusted values in any strings that are later marked "safe" to render without further escaping. Change-Id: Icd9f9d9ca77068b12227d77469773a325c840001 Closes-Bug: #1289033 Co-Authored-By: Kieran Spear --- horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon b/horizon index d566f620ed60..1b0106e2804a 160000 --- a/horizon +++ b/horizon @@ -1 +1 @@ -Subproject commit d566f620ed60db0a16bc59d2d34b516d882d19e8 +Subproject commit 1b0106e2804a45e641433c4bd459e6bed85521c3 From f7b743a797c3e8f8d85799e339811211cd3c9625 Mon Sep 17 00:00:00 2001 From: Eoghan Glynn Date: Tue, 8 Apr 2014 10:53:12 +0000 Subject: [PATCH 02219/18836] Updated openstack/openstack Project: openstack/ceilometer cd13ec0f71c2745d8e740652ec4703962d491ba5 null Allowed nested resource metadata in POST'd samples Fixes bug 1302664 Previously, posting samples with nested metadata caused the mongo driver to fail on the embedded period in a metadata key. Now, we explicitly unwind the flattened resource metadata before publishing the sample. Change-Id: Ibb0980afc880218962328a9b7fe792015d58d1d2 (cherry picked from commit 2e8fa7c48fe4cca5674f895bd3985dc9243a9702) --- ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer b/ceilometer index fd2c558c0a3d..cd13ec0f71c2 160000 --- a/ceilometer +++ b/ceilometer @@ -1 +1 @@ -Subproject commit fd2c558c0a3d54e67004443e249cbff47deb59f1 +Subproject commit cd13ec0f71c2745d8e740652ec4703962d491ba5 From 247775792e88f699b0907f6dd0a11fad5f7d4afa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 18:57:12 +0000 Subject: [PATCH 02220/18836] Updated openstack/openstack Project: openstack/oslo.messaging c90581937c54c6abbeb2d5446440a6fb5913b0b3 null Update ensure()/reconnect() to catch MessagingError The error handling code that gets connections reset if necessary caught ConnectionError. It really needs to catch MessagingError, which ConnectionError inherits from. There are other types of MessagingErrors that may occur, such as InternalError, and they need to cause the connection to reset, as well. Closes-bug: #1303890 Change-Id: Ic5082b74a362ded8b35cbc75cf178fe6e0db62d0 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 8a4f9ad8c9e1..c90581937c54 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 8a4f9ad8c9e18ac5bf5f6c7b6f9f687d4cc6a3ad +Subproject commit c90581937c54c6abbeb2d5446440a6fb5913b0b3 From 930865ef94b205aa9222bd95f3c2c0f5154e29c9 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 7 Apr 2014 15:40:11 -0400 Subject: [PATCH 02221/18836] Updated openstack/openstack Project: openstack/nova 1d6bcbb3149cb0f68e6d45ce177fb87417df69d5 null Enable ServerGroup scheduler filters by default The Icehouse release includes a server group REST API. For these groups to actually function properly, the server group scheduler filters must be enabled. So, these filters should be enabled by default since the API is also enabled by default. If the API is not used, the scheduler filters will be a no-op. DocImpact Change-Id: Ia52d7fcfff52377d8beae2acd9b7eba9c6c74e09 Closes-bug: #1303983 (cherry picked from commit 7b8402ed3ba734836119441bdf1a6d6c661c8df2) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index cf0a22c2ac71..1d6bcbb3149c 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit cf0a22c2ac71726080fc5281ca0ed4c3ed5ef8e3 +Subproject commit 1d6bcbb3149cb0f68e6d45ce177fb87417df69d5 From 16c6ead699ef18c60f0ee393d3263c08a00389aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 20:26:37 +0000 Subject: [PATCH 02222/18836] Updated openstack/openstack Project: openstack/nova d4c3f9746536a6f42335b55409f10137ba808b29 null Fix anti-affinity server-group boot failure When the second instance is booted to an anti-affinity group the scheduler fails with an exception due to a missing type conversion. Closes-Bug: #1301982 Change-Id: I87b2a8d8c7d04b781c789374d6e9c7f4c8567e5d (cherry picked from commit 1680cf8cef9bd670306a0ef74803409f60f21f28) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 1d6bcbb3149c..d4c3f9746536 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 1d6bcbb3149cb0f68e6d45ce177fb87417df69d5 +Subproject commit d4c3f9746536a6f42335b55409f10137ba808b29 From 005b14da43df3e0a6a573337268c324e12e5d5b1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 20:41:48 +0000 Subject: [PATCH 02223/18836] Updated openstack/openstack Project: openstack/glance 0741c4004af0141d64a2aecc7e3d908638420003 null Adds TaskStub class Partial Task patch, Id I4fbadc9a97e3147128c7c733384c7bb50918806f removed the result and message vars of the Tasks class. However, the succeed and fail methods were using those to update them respectively. This patch introduces a new TaskStub class which enables the PartialTask functionality without looking result and message attrs of the Task class. Fixes bug 1284975 Change-Id: I0b406e4662cfd3cb496b71be77ad10a90c178baa --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3e1bad2ed9fe..0741c4004af0 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3e1bad2ed9fe9a7fd5cb568bf15250dab1e8d590 +Subproject commit 0741c4004af0141d64a2aecc7e3d908638420003 From fd7f6a2ad00e6dafc911830a268ab3a24085c9ca Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 8 Apr 2014 21:08:25 +0000 Subject: [PATCH 02224/18836] Updated openstack/openstack Project: openstack/python-novaclient 375166cb59487f333700f466659c68f17de0bed9 null Updated from global requirements Change-Id: I123a065193ea330d71afe2fd2ee3fdcbcbd4a88b --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 465919953d67..375166cb5948 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 465919953d67577d859324e012f0896fe96a7f3b +Subproject commit 375166cb59487f333700f466659c68f17de0bed9 From 2c69efddd10515e638720fa24fb209950af3b887 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 21:25:38 +0000 Subject: [PATCH 02225/18836] Updated openstack/openstack Project: openstack/neutron 3c809003fa8254b82ce5623c41df1e4875659f31 null Add L2 Agent side handling for non consistent security_group settings Add setting of the firewall_driver to NoopDriver when firewall_driver is None and add warning if driver combination is not valid. Modify is_valid_driver_combination to verify default settings: enable_security_group (True) and firewall_driver (None). Change-Id: I841f9cf96ac6ee2ad17a4e8908d6c8a96f368cca Closes-Bug: #1296957 (cherry picked from commit 5c6ff449bbd7386f0f3e41efc524024434f325df) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 6a97812b8561..3c809003fa82 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 6a97812b8561fa51d138663720727c48ea923d20 +Subproject commit 3c809003fa8254b82ce5623c41df1e4875659f31 From 9437237cf092bed30e027581aa89e591fd44cf3c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Apr 2014 21:29:33 +0000 Subject: [PATCH 02226/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 61322a3feeb943e5341fc25c6df957aec59463be null Allow passing auth plugin as a parameter This further separates the concept of session and auth plugin so that the session can be a completely standalone transport layer. This is similar to how requests handles things. You can install an auth plugin on the session object and then everything that works through the session will be authenticated or you can specify the auth plugin per request and only authenticate that request. Change-Id: If4ed5af831cc35e259d9f963062261819f08a9d5 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index aa298f2a7521..61322a3feeb9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit aa298f2a7521b63ab43ca762cf72e87badc46551 +Subproject commit 61322a3feeb943e5341fc25c6df957aec59463be From e33da8df876f683191ba338202b53fdb8e84b265 Mon Sep 17 00:00:00 2001 From: Sergey Kraynev Date: Wed, 12 Mar 2014 11:31:37 -0400 Subject: [PATCH 02227/18836] Updated openstack/openstack Project: openstack/heat e5a2c5f22012a48b5d26ff60094116f848c58b9c null Insertion port id in address attribute of server Dictionary returned by server's attribute addresses does not contain port id value. Current patch adds field port in this dictionary. Change-Id: Ie458e67d976af0dd394c3fa4a6d77bce78161bef Closes-bug: #1285899 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 79d8191c75e3..e5a2c5f22012 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 79d8191c75e3dc5578686fdb68158cae36760641 +Subproject commit e5a2c5f22012a48b5d26ff60094116f848c58b9c From e4e4f49816c29f6efbc38d21918d32f1b4442740 Mon Sep 17 00:00:00 2001 From: Zhang Yang Date: Tue, 25 Feb 2014 05:56:09 -0800 Subject: [PATCH 02228/18836] Updated openstack/openstack Project: openstack/heat acac702de625b049f577c9040bddc9bcbbce0437 null Ensure parameter timeout_mins available in update The parameter timeout_mins is not available when updating a stack. The updater gets it from the old stack no matter whether timeout_mins is offered or not. If timeout_mins is not offered in the new stack, get the timeout from the old stack, and update this parameter using the new stack's timeout. Change-Id: I7d04d0f0b7cc917d49d45c0d3e1d5a8ffb7bff0b Closes-Bug: 1290603 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index e5a2c5f22012..acac702de625 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit e5a2c5f22012a48b5d26ff60094116f848c58b9c +Subproject commit acac702de625b049f577c9040bddc9bcbbce0437 From 039e855823f6d1b9b36a6ba842824f6d24ac3a03 Mon Sep 17 00:00:00 2001 From: JUNJIE NAN Date: Fri, 28 Mar 2014 14:38:27 +0800 Subject: [PATCH 02229/18836] Updated openstack/openstack Project: openstack/heat 0d73531ede0d2c9955684789130376c7f8021e09 null Always answer empty list if deployments not ready An empty deployments will cause json decode exception, and once deployments=[] coming, it will trigger another refresh. Always answer empty list when deployments not ready will solve above two issues. Change-Id: Iaee3a3ef25cf9907aaefd941dcb316ecb25a29d6 Closes-Bug: #1298417 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index acac702de625..0d73531ede0d 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit acac702de625b049f577c9040bddc9bcbbce0437 +Subproject commit 0d73531ede0d2c9955684789130376c7f8021e09 From 4cae55cb064117311dd187179723e0b0e67463b4 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Mon, 31 Mar 2014 21:13:22 -0400 Subject: [PATCH 02230/18836] Updated openstack/openstack Project: openstack/heat 54db53cbbe274f73c2bcee86f635c42e78f5d8e5 null Add a default DeletionPolicy for Fn::ResourceFacade The provider template can't know whether this is explicitly included in the facade resource's definition, and shouldn't need to. Closes-bug: #1299202 Change-Id: I01177a84b86b69e221d83d87f3efd9e07e5b9c1f --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 0d73531ede0d..54db53cbbe27 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 0d73531ede0d2c9955684789130376c7f8021e09 +Subproject commit 54db53cbbe274f73c2bcee86f635c42e78f5d8e5 From 4ca74af0d4614141200a95d841830b07c0aacce4 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Mon, 31 Mar 2014 21:13:22 -0400 Subject: [PATCH 02231/18836] Updated openstack/openstack Project: openstack/heat ce5d1ff18bbbd3fee411ed4c86d070dcc3f3b64b null Resolve data from Resource Facade Since we are looking directly at the template data for the resource facade, we need to resolve any intrinsic functions that may be present. (For example, this would be expected if we ever had more than one level of provider templates, or if e.g. the DeletionPolicy was passed as parameter to the main stack). Closes-bug: #1299204 Change-Id: Iaae2fe7be6618c1dee84f2c90bdc179dc2be67d6 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 54db53cbbe27..ce5d1ff18bbb 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 54db53cbbe274f73c2bcee86f635c42e78f5d8e5 +Subproject commit ce5d1ff18bbbd3fee411ed4c86d070dcc3f3b64b From c13805b0e8b3bff2647c2b6d18bae721be639cdf Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Tue, 1 Apr 2014 11:04:10 -0400 Subject: [PATCH 02232/18836] Updated openstack/openstack Project: openstack/heat 878554cb29f3524fc256c415f49fa8e0611fb996 null Add a resource_facade intrinsic function to HOT Add a native version of the function, rather than continue to rely on Fn::ResourceFacade from the Heat-flavoured-cfn templates. Closes-bug: #1299205 Change-Id: Iee118aeaa72d59e4d6a27ed487b99e9aba9779cd --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index ce5d1ff18bbb..878554cb29f3 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit ce5d1ff18bbbd3fee411ed4c86d070dcc3f3b64b +Subproject commit 878554cb29f3524fc256c415f49fa8e0611fb996 From ceec5f000318e1725d0a221ae53c9bf35a46a697 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 29 Mar 2014 09:38:30 +0100 Subject: [PATCH 02233/18836] Updated openstack/openstack Project: openstack/heat 50221ccd5ca372f85f862893907e20675598fc2b null Fix Jenkins translation jobs The jobs heat-propose-translation-update and heat-upstream-translation-update do not update from transifex since our po files contain duplicate entries where obsolete entries duplicate normal entries. Remove all obsolete entries to fix the jobs. Change-Id: I2071e3a792d107840449bbfe39e3a540ea1b626f Closes-Bug: #1299349 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 878554cb29f3..50221ccd5ca3 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 878554cb29f3524fc256c415f49fa8e0611fb996 +Subproject commit 50221ccd5ca372f85f862893907e20675598fc2b From f773c4fca1cd341449ea2a93b4358311bae12f1f Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 7 Apr 2014 16:56:13 +1200 Subject: [PATCH 02234/18836] Updated openstack/openstack Project: openstack/heat b3942fd443a197fec9fb7e3a9ebdf08655159f06 null Allow for stack users in _authorize_stack_user This change allows stack user credentials to be used to call describe_stack_resource (heat resource-metadata) It makes the following changes: * _authorize_stack_user first attempts authorize with stack.access_allowed using the context user_id before falling back to looking for ec2 credentials * context middleware sets the user_id on the context even when the username is not specified This change also adds missing test coverage to ContextMiddleware Change-Id: Idb655e403ba11a3144dacf34eba0feb59ab8d911 Closes-Bug: #1299982 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 50221ccd5ca3..b3942fd443a1 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 50221ccd5ca372f85f862893907e20675598fc2b +Subproject commit b3942fd443a197fec9fb7e3a9ebdf08655159f06 From 35e145defca8a93a8eb06ef0089058d62d684c3b Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 31 Mar 2014 15:07:13 +1300 Subject: [PATCH 02235/18836] Updated openstack/openstack Project: openstack/heat 46e47ef5d6bd5959c556c00fbb97634aa884c12f null Credentials for native heat os-collect-config polling For Server software_config_transport=POLL_SERVER_HEAT the os-collect-config configuration has been changed in the following way: * included stack_id and resource_name * replaced username with user_id, since domain users should always be referenced by ID. * renamed the collector key from "heat_server_poll" to "heat" since that is the intended name for the heat collector in os-collect-config Closes-Bug: #1299986 Change-Id: I42326c81c7276d7d305a05c00d72a6102e80abca --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index b3942fd443a1..46e47ef5d6bd 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit b3942fd443a197fec9fb7e3a9ebdf08655159f06 +Subproject commit 46e47ef5d6bd5959c556c00fbb97634aa884c12f From 5ac574265f3ca7b19bb693b5ad7a787887dd0431 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Tue, 8 Apr 2014 22:06:51 +0000 Subject: [PATCH 02236/18836] Updated openstack/openstack Project: openstack/heat c79b814e39fa55eb36e257a1202ecc53b8e13aad null Updated from global requirements Change-Id: I4577a5e16ab79203999ade8f782d7eb1b535c44d --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 46e47ef5d6bd..c79b814e39fa 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 46e47ef5d6bd5959c556c00fbb97634aa884c12f +Subproject commit c79b814e39fa55eb36e257a1202ecc53b8e13aad From 958702b67b9453716d386c740470fcf5c1abf51d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 00:08:11 +0000 Subject: [PATCH 02237/18836] Updated openstack/openstack Project: openstack/neutron 467b5ca5c7450bb7fc94a120453b85a10acf6bf1 null Add a note that rpc_workers option is experimental blueprint multiple-rpc-workers Closes-Bug: 1304374 Change-Id: Id354b96fc591752e1e79b072997423b6447d5de9 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 3c809003fa82..467b5ca5c745 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 3c809003fa8254b82ce5623c41df1e4875659f31 +Subproject commit 467b5ca5c7450bb7fc94a120453b85a10acf6bf1 From 0af1a8dc2eec3a03e9d6a20434a7130fa470e76d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 00:11:21 +0000 Subject: [PATCH 02238/18836] Updated openstack/openstack Project: openstack/neutron 528544502e9118f81bab6984447018c62142aab3 null Correctly inherit __table_args__ from parent class Where unique constraints are added to certain tables by populating __table_args__, we need to ensure we inherit the top level __table_args__ that define the default storage engine to use when creating tables. Change-Id: Ib886b84922830b60282b4f882591e43f5041e713 Fixes: bug 1288358 (cherry picked from commit 72e37ddcd067432675543c8f4d327fe766bc8044) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 467b5ca5c745..528544502e91 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 467b5ca5c7450bb7fc94a120453b85a10acf6bf1 +Subproject commit 528544502e9118f81bab6984447018c62142aab3 From 76e54178ef41c419da8f9ae908e208f9cacf29db Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 01:00:42 +0000 Subject: [PATCH 02239/18836] Updated openstack/openstack Project: openstack/heat c2378d8aea60cfe220cfc426f3af07f6743ad6e7 null Fix timeout for stack actions The problem is that the timeout for running any action (i.e. create or update) on stack is not passed from parent stack to nested stack. All heat resources which are internally implemented as StackResource are affected. For example AutoScalingGroup always using default timeout (60 minutes). If creating any of the instances will take more that it will fail no matter what timeout you will pass creating stack. Changes: * removes hardcoded timeout (60 minutes) * adds new config option to specify timeout for stack action * if timeout was not specified for nested stack then timeout from parent is used * adds test for StackResource and parser.Stack Change-Id: I39494b75774988c625cb22cc7873d628c04d3228 Closes-Bug: 1287719 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index c79b814e39fa..c2378d8aea60 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit c79b814e39fa55eb36e257a1202ecc53b8e13aad +Subproject commit c2378d8aea60cfe220cfc426f3af07f6743ad6e7 From 83d45d26b98963a32a61e5c8e397f24430b5892b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 01:00:46 +0000 Subject: [PATCH 02240/18836] Updated openstack/openstack Project: openstack/heat a3948a4057c4fb18d41b2e19e51c89212ea4b478 null Check top-level sections when parsing a template This patch adds validation to template parsing to detect any sections that do not comply with allowed sections in a template. In the past, there have been cases where small typos in section names (e.g. 'output' instead of 'outputs') did not get detected and caused issues at a later point, i.e. by simply not showing any stack outputs. The place where the template.validate() call has been added to the parser code only affects new stacks and rejects invalid templates with an error message. This does not affect stacks that are already in the database (I did some tests to check this). Change-Id: Ifed4207badeb364675c905224ba762a9d8eaedd9 Closes-Bug: #1297761 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index c2378d8aea60..a3948a4057c4 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit c2378d8aea60cfe220cfc426f3af07f6743ad6e7 +Subproject commit a3948a4057c4fb18d41b2e19e51c89212ea4b478 From 30cb447f0b14c7024178d63380ed512930b343d6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 02:17:04 +0000 Subject: [PATCH 02241/18836] Updated openstack/openstack Project: openstack/neutron dc9b07ed2938d97a664fda6051e363d8106307f6 null Hide ipv6 subnet API attributes The attributes for ra mode and address mode should be hidden until the IPv6 feature is fully implemented. The changes in this patch will be reverted by another patch which closes this bug. Change-Id: I69a1a571b5beb566641200e60b84f0716c1ec138 Related-Bug: 1304093 (cherry picked from commit d739486a3f70cb83f8730cf7201a8b8ccf4b4c70) --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index 528544502e91..dc9b07ed2938 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit 528544502e9118f81bab6984447018c62142aab3 +Subproject commit dc9b07ed2938d97a664fda6051e363d8106307f6 From fc77cb3b8794291b1c51fd3f5925eddad8e33662 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 07:21:47 +0000 Subject: [PATCH 02242/18836] Updated openstack/openstack Project: openstack/python-novaclient ee80b107d7f69dedbe2ad75c5aac61fb85ad988d null Allow admin user to get all tenant's floating IPs When getting floatingips with Nova API, the results will be filtered with the 'tenant_id'. So, we can only get the floatingips belonging to the tenant of the current context. When ceilometer invokes novaclient to list floatingips, it will get an empty list because the tenant is 'service'. we should allow an admin user to index all tenants's floatingip by adding a parameter 'all_tenants'. This patch provides CLI support Change-Id: I35a2155401247d49017bf3c03341b082cb87750d Closes-bug: #1262124 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 375166cb5948..ee80b107d7f6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 375166cb59487f333700f466659c68f17de0bed9 +Subproject commit ee80b107d7f69dedbe2ad75c5aac61fb85ad988d From 6eb9b7bd8185cb1903af892fb7f6155a31a826cd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 07:26:55 +0000 Subject: [PATCH 02243/18836] Updated openstack/openstack Project: openstack/python-novaclient 5a1df33b75c1df52f0b27345ac1f4edf0d845f92 null Fix name arg help for volume-type-create Similar to change I10b1bd6d but for help on an argument rather than the command itself. Closes-Bug: #1304570 Change-Id: I4f08ffb6af248ccd7446012765d17c41567f4b38 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ee80b107d7f6..5a1df33b75c1 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ee80b107d7f69dedbe2ad75c5aac61fb85ad988d +Subproject commit 5a1df33b75c1df52f0b27345ac1f4edf0d845f92 From 180881f25350abcce7cd5d86fef5410b7d624267 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 07:29:42 +0000 Subject: [PATCH 02244/18836] Updated openstack/openstack Project: openstack/python-novaclient 5864e52d37962c7a670ee96e72886b3dad7f890e null Add service-delete subcommand to delete a service In nova https://review.openstack.org/#/c/39998/ expose an API to delete a service. Both in V1.1 and V3. This patch make novaclient support it. Change-Id: I4aaabc866b464c046b46eda68734f37223c6d6a0 Implements: blueprint support-delete-service --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5a1df33b75c1..5864e52d3796 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5a1df33b75c1df52f0b27345ac1f4edf0d845f92 +Subproject commit 5864e52d37962c7a670ee96e72886b3dad7f890e From c69273b07b078dca7fc74dc3f265628802969133 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 08:07:59 +0000 Subject: [PATCH 02245/18836] Updated openstack/openstack Project: openstack/neutron 288432e3d1ea3a53d24644b8dbd545c815485351 null NSX: Fix KeyError in sync if nsx_router_id not found Previously, a KeyError would occur in the sync code which would cause the sync thread to stop running. This would occur if there was a router entry in the database but no nsx_router_mapping and the router was not found in nsx. Note: this should never happen unless one did not run the db migration which introduced and migrated the data for the NeutronNsxRouterMapping table. (cherry picked from commit d90d71cfdae1d9c9c3b54cc33adfabce683c633c) Change-Id: I44f3e7de9323f594501db63d3ad33e80e617bfdc Closes-bug: #1304647 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index dc9b07ed2938..288432e3d1ea 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit dc9b07ed2938d97a664fda6051e363d8106307f6 +Subproject commit 288432e3d1ea3a53d24644b8dbd545c815485351 From 62fa7f016158c9766f1863576289710d9946909f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 08:46:55 +0000 Subject: [PATCH 02246/18836] Updated openstack/openstack Project: openstack/python-novaclient b3c57729c5c743e5360e8d911c56a9458881dd76 null Support IPv6 when booting instances When nova uses neutron, IPv6 addresses may be allocated. This ensures those addresses are supported.the patch to modify nova is https://review.openstack.org/#/c/74252/ Change-Id: I2468d3bcaca9122e5d3f9c98044d57f623630dc3 Closes-bug: #1267685 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5864e52d3796..b3c57729c5c7 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5864e52d37962c7a670ee96e72886b3dad7f890e +Subproject commit b3c57729c5c743e5360e8d911c56a9458881dd76 From deb8ad8d60f88576aa1fe9e5711657e12a0ad147 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 08:49:18 +0000 Subject: [PATCH 02247/18836] Updated openstack/openstack Project: openstack/python-novaclient c9f4e085e29be8692e8427bd22c435936e5e5366 null Sync with Oslo-Incubator oslo-incubator HEAD was 2eab986ef3c43f8d1e25065e3cbc1307860c25c7 This change brings in a few minor updates to python3 and a bug fix for deep copy failure in gettextutils. Change-Id: Id360f3b43d1ad2f67b328206990dd6bdb53c1cd7 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b3c57729c5c7..c9f4e085e29b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b3c57729c5c743e5360e8d911c56a9458881dd76 +Subproject commit c9f4e085e29be8692e8427bd22c435936e5e5366 From b91ed696ad480ed96bb3095f95de02be1215c00f Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Tue, 8 Apr 2014 16:55:43 -0700 Subject: [PATCH 02248/18836] Updated openstack/openstack Project: openstack/nova 51992642c09cf09cef7ea0efe8a9ed6fbdfdf02d null Fix straggling uses of direct-to-database queries in nova-network There were a few remaining calls directly to the database module left in nova-network. These would fail because of the wedge we put in place specifically to catch this case. However, we don't test VlanManager in the gate, which means we didn't catch them until now. This required adding two more methods, one each to Network and NetworkList, but they are both extremely simple. Change-Id: Iecc382074f060da1bd6f740d7bde0b20a0be2fcf Closes-bug: #1304724 (cherry picked from commit 275a165cf0e74112d7ec9addacb1f84d703977c8) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index d4c3f9746536..51992642c09c 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit d4c3f9746536a6f42335b55409f10137ba808b29 +Subproject commit 51992642c09cf09cef7ea0efe8a9ed6fbdfdf02d From 14d21ff994b8046397dfc727dfbd8ab4a1060a99 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 10:32:31 +0000 Subject: [PATCH 02249/18836] Updated openstack/openstack Project: openstack-dev/devstack 3f52e5ef742be9451b408b0a2f30293b14ade139 null Default RABBIT_HOST to be the SERVICE_HOST. Using localhost for RABBIT_HOST can cause problems - particularly on systems where IPv6 is partially broken and localhost resolves to an IPv6 address. The service should logically be running on SERVICE_HOST unless otherwise overridden. Change-Id: I6efb71b8b95174770066f38403d5d428ec88c3b6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c139a70fe2c9..3f52e5ef742b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c139a70fe2c91e149aae554326b677e748c57a34 +Subproject commit 3f52e5ef742be9451b408b0a2f30293b14ade139 From d81ac6f690b449b42b16b6db10d982f2a680127c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 11:38:31 +0000 Subject: [PATCH 02250/18836] Updated openstack/openstack Project: openstack/python-cinderclient a58e14fc4f33e1f1eea7aa4ced3cf8976cb112c2 null Wrong hint key in volume create function Hint key has to be 'OS-SCH-HNT:scheduler_hints' not 'scheduler_hints' and scheduler_hints key has to be located in same level with volume. Change-Id: Ic5888545d4b7ee6bb58a22840928ef1fc86fedfa Closes-Bug: #1276088 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 6e073020784f..a58e14fc4f33 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 6e073020784f054e4a0558353f20bad2688c1da5 +Subproject commit a58e14fc4f33e1f1eea7aa4ced3cf8976cb112c2 From 69362427e24bb0c875d1658c4b6dae0e510c1265 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 13:04:24 +0000 Subject: [PATCH 02251/18836] Updated openstack/openstack Project: openstack/nova 237b517e75e0a0e3e153923255aea3c555af289a null Update docs to reflect new default filters Server group scheduler filters were added to the default set of scheduler filters. Update the docs to reflect the updated defaults. Change-Id: I614cf83e419c93038fc4ed7287ec743cedb4860e Related-bug: #1303983 (cherry picked from commit 71661a9c05c846ce109b72706bba2087cb0b02a5) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 51992642c09c..237b517e75e0 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 51992642c09cf09cef7ea0efe8a9ed6fbdfdf02d +Subproject commit 237b517e75e0a0e3e153923255aea3c555af289a From 888355a604e71b0aa32e14480e52c7dafaec3578 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 14:39:02 +0000 Subject: [PATCH 02252/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ab764f51c418f54df6ef6fc46e02a3d73489344b null allow for generic branch overrides This allows us to specify project specific branch overrides in jjb definitions. For instance, OVERRIDE_TEMPEST_PROJECT_BRANCH=master to always test with tempest master. Now with support for projects like oslo.foo Change-Id: Ic259c5b60a307b87771514849a6a78eb1bc32c75 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 74fcdf628acb..ab764f51c418 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 74fcdf628acbac2025c056e840fc442c137ca580 +Subproject commit ab764f51c418f54df6ef6fc46e02a3d73489344b From ba7a1bc06b260d13f2c773738c0fc9a7d4f41fdd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 17:40:34 +0000 Subject: [PATCH 02253/18836] Updated openstack/openstack Project: openstack-dev/devstack 8d0ef9f451280efd9c293232b897fa91684970d7 null Inject the domain name for devstack in tempest A new setting for the keystone domain name is introduced in tempest by change https://review.openstack.org/#/c/81872/. The default value in tempest is set to None, so that it is not devstack specific. It's up to devstack to configure the name of the keystone domain defined in devstack. Partially implements bp multi-keystone-api-version-tests Change-Id: I3d1406407759e1fdce0704fa2d6aa025f23a5f08 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3f52e5ef742b..8d0ef9f45128 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3f52e5ef742be9451b408b0a2f30293b14ade139 +Subproject commit 8d0ef9f451280efd9c293232b897fa91684970d7 From bc89ef0b3cd937c96c2d5b79dc4f9956d6bb0fe6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 17:54:49 +0000 Subject: [PATCH 02254/18836] Updated openstack/openstack Project: openstack-dev/devstack 9ddac47be9fbe215d5d6e7d97c049de3f00b5f52 null Devstack support for Neutron VPNaaS Includes two enhancements to support VPNaaS and allow other vendor implementation support. Goal is to provide a solution for VPN .ini files until a more general solution can be defined to handle all reference and vendor .ini files. First, the /opt/stack/neutron/etc/vpn_agent.ini file is copied to /etc/neutron, to allow the selected device drivers for agent to be specified. Both reference and vendor implementations can be uncommented in this file, prior to stacking. Second, to allow vendor VPN implementations to provide an .ini file to the agent at start-up time, an environment variable is defined and can be set in the localrc to specify one or more .ini files. The desire is NOT to include vendor settings in the global vpn_agent.ini. Change-Id: I5370ee57bbe326eff505a53055da4fddc0838de4 Closes-Bug: 1301552 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8d0ef9f45128..9ddac47be9fb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8d0ef9f451280efd9c293232b897fa91684970d7 +Subproject commit 9ddac47be9fbe215d5d6e7d97c049de3f00b5f52 From 03b7eb15ffba666246e050cbff0178032b5cc375 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 7 Apr 2014 21:07:53 +0000 Subject: [PATCH 02255/18836] Updated openstack/openstack Project: openstack/django_openstack_auth cac04115bb2a5c510aadb04336d355fc8376b964 null Updated from global requirements Change-Id: I610a3529fdb636d71520b801af5277d6bc8e556c --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 7b8301926071..cac04115bb2a 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 7b8301926071963bdb237f08e95f23d4cdb66b43 +Subproject commit cac04115bb2a5c510aadb04336d355fc8376b964 From b1e897ba3df8996d3dfcf4ca2ea4e47018051c66 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 18:51:18 +0000 Subject: [PATCH 02256/18836] Updated openstack/openstack Project: openstack-dev/devstack 91a7ee7a0c09b3d08ec06a6ea30432f08302a754 null Enabled non-root users to read nfs_shares.conf. If you use the cinder NFS driver, it will create a file called nfs_shares.conf, containing a list of NFS shares cinder can use. The file is created with 660 permissions and owned by root:root. When c-vol starts, it has problems reading nfs_shares.conf, resulting in a "[Errno 13] Permission denied: '/etc/cinder/nfs_shares.conf'". This patch creates nfs_shares.conf without using sudo, so c-vol can at least read it. Change-Id: Ifce2bd4b9ff2191445a1964c1ce09c823d096d68 Closes-Bug: #1297916 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9ddac47be9fb..91a7ee7a0c09 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9ddac47be9fbe215d5d6e7d97c049de3f00b5f52 +Subproject commit 91a7ee7a0c09b3d08ec06a6ea30432f08302a754 From 1add158bcf4a5d7979a9d455be9732ad270f3f98 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Wed, 9 Apr 2014 08:09:09 -0500 Subject: [PATCH 02257/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ebfaf10357a0ff5f635e9ff9092adae1338f7415 null eliminate race condition fetching certs There's a race between the time that a CertificateConfigError is raised, and when we check to see what caused it. Eliminating the checks and unconditionally fetching certificates eliminates the race. Giant thanks to Jamie Lennox for identifying the root cause described above! Co-Authored-By: David Stanek Change-Id: I19113496ceaecdc03e209d550e0db156df95f9b8 Closes-Bug: 1285833 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 61322a3feeb9..ebfaf10357a0 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 61322a3feeb943e5341fc25c6df957aec59463be +Subproject commit ebfaf10357a0ff5f635e9ff9092adae1338f7415 From 7a9ade61fc063b13144c65012b42b2ddef3b48d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 20:53:25 +0000 Subject: [PATCH 02258/18836] Updated openstack/openstack Project: openstack-dev/devstack 2bf645af6c2dd15407fc37c9d6d4390f9e526184 null Set parameters for OpenDaylight ML2 driver Now that https://review.openstack.org/#/c/85589/ is merged, the OpenDaylight ML2 driver requires that url, username and password parameters are set. Change-Id: Iecbdd3275387bea145a5d274d359a15eceaee6b7 Closes-Bug: #1304226 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 91a7ee7a0c09..2bf645af6c2d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 91a7ee7a0c09b3d08ec06a6ea30432f08302a754 +Subproject commit 2bf645af6c2dd15407fc37c9d6d4390f9e526184 From 491d78ecb04a422b5d45d6a41f47df9ccbaf8606 Mon Sep 17 00:00:00 2001 From: Andrew Laski Date: Thu, 20 Mar 2014 19:04:09 -0400 Subject: [PATCH 02259/18836] Updated openstack/openstack Project: openstack/nova 87f57c0a2cc00a70edc87c5dc10bdefb6c01587b null Add RBAC policy for ec2 API security groups calls The revoke_security_group_ingress, revoke_security_group_ingress, and delete_security_group calls in the ec2 API were not restricted by policy checks. This prevented a deployer from restricting their usage via roles or other checks. Checks have been added for these calls. Closes-Bug: #1290537 Change-Id: I4bf681bedd68ed2216b429d34db735823e0a6189 (cherry picked from commit d4056f8723cc6cefb28ff6e5a7c0df5ea77f82ef) --- nova | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova b/nova index 237b517e75e0..87f57c0a2cc0 160000 --- a/nova +++ b/nova @@ -1 +1 @@ -Subproject commit 237b517e75e0a0e3e153923255aea3c555af289a +Subproject commit 87f57c0a2cc00a70edc87c5dc10bdefb6c01587b From 62f19824e1cfa694f2d5f4dffc7288b4431e8a4b Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 8 Apr 2014 19:37:20 -0400 Subject: [PATCH 02260/18836] Updated openstack/openstack Project: openstack-dev/pbr 8494418e715ced5cd519224249794cc6f5fa241f null make pbr use hacking directly Remove flake8 from pbr's requirements file, we should be requiring hacking instead, and let hacking pull in flake8. Change-Id: I6e7135a07e3ca6b9e26fcc9623b1434ecba1444f --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 02aeac0b1463..8494418e715c 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 02aeac0b1463926cec439b6eb0cd1d9b7dab1d8c +Subproject commit 8494418e715ced5cd519224249794cc6f5fa241f From 134ed903378f0ac50e649726e88aaf1854f62d92 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Mon, 7 Apr 2014 21:17:28 +0200 Subject: [PATCH 02261/18836] Updated openstack/openstack Project: openstack/heat 84d9cd083e7ca78b292fa9364aa8a7cfd83294b5 null Cherry pick oslo rpc HA fixes Get 2 commits from oslo-rpc fixing HA failover: * Ia148baa6e1ec632789ac3621c85173c2c16f3918 (fixed HA failover, Qpid part) * I67923cb024bbd143edc8edccf35b9b400df31eb3 (fixed HA failover, RabbitMQ part) Change-Id: I45f679f3da720a0c28fb552d9f4cfb3d8bd21c20 Closes-Bug: #1261631 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index a3948a4057c4..84d9cd083e7c 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit a3948a4057c4fb18d41b2e19e51c89212ea4b478 +Subproject commit 84d9cd083e7ca78b292fa9364aa8a7cfd83294b5 From f22065f50bed6c0a35d282f87c67d39f68c503af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2014 23:02:10 +0000 Subject: [PATCH 02262/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d43117a8c0f35d4fdce0c69ae6f15e799922006f null Hash functions support different hash algorithms The token hash functions always used MD5. With this change, the hash function can be passed in to the hash functions. SecurityImpact Related-Bug: #1174499 Change-Id: Ia08c2d6252bb034087a244b47d5bcbea7dcfa70b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ebfaf10357a0..d43117a8c0f3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ebfaf10357a0ff5f635e9ff9092adae1338f7415 +Subproject commit d43117a8c0f35d4fdce0c69ae6f15e799922006f From e74e33a4cea12df6dfec0fb4aec81295f463a86c Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Thu, 27 Mar 2014 16:50:18 +0100 Subject: [PATCH 02263/18836] Updated openstack/openstack Project: openstack/heat d2ab7249fc92551c3fe17d639f7e0ed3e660799c null Pass and use the environment in validate_template Use the environment passed in validate_template to be able to validate template using custom resources. Change-Id: I464d837c74d8be16e125d7701830d0bcbced75ab Closes-Bug: #1298450 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 84d9cd083e7c..d2ab7249fc92 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 84d9cd083e7ca78b292fa9364aa8a7cfd83294b5 +Subproject commit d2ab7249fc92551c3fe17d639f7e0ed3e660799c From 7040f453694d48e936799144c2f410afff1fb890 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 7 Apr 2014 18:33:24 +0100 Subject: [PATCH 02264/18836] Updated openstack/openstack Project: openstack/heat 4521e0347d4d0f12772178d54f66498e26dccb5a null Ensure outputs are resolved for adopted stacks The resolution of outputs is only performed for stacks in certain states, so we need to add ADOPT to the valid list of actions, as after a stack is ADOPT COMPLETE, it should be possible to resolve the outputs in the same way as after create. Change-Id: I52d710e5fb23b21848133b9845b2eba3ce76c4cb Closes-Bug: #1299173 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index d2ab7249fc92..4521e0347d4d 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit d2ab7249fc92551c3fe17d639f7e0ed3e660799c +Subproject commit 4521e0347d4d0f12772178d54f66498e26dccb5a From 48bd64376a788f938fbaa1a339279bba62776552 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Mon, 3 Feb 2014 16:04:06 +0200 Subject: [PATCH 02265/18836] Updated openstack/openstack Project: openstack/heat db9545ea9ee8770ae693b0920e6211a74a056a20 null Add handle_update to VolumeAttachment Updates for volume attachments were handled in UpdateReplace manner, which fails when in need to attach new volume to the same mount (or attach the same volume to different mount on the same server, or attaching the same volume to different server). This patch makes all properties of VolumeAttachment to be update_allowed, adds necessary handle_update logic and fixes VolumeDetachTask to reliably detach old volume so that new one can be immediately attached. Change-Id: Id81a53a34b5bb2dfbc9425b91be0d02539fe2456 Closes-Bug: #1269686 Closes-Bug: #1251439 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index 4521e0347d4d..db9545ea9ee8 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit 4521e0347d4d0f12772178d54f66498e26dccb5a +Subproject commit db9545ea9ee8770ae693b0920e6211a74a056a20 From d4ce53d653cdf8c6ce1a37cd5b0834b18a349039 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Tue, 8 Apr 2014 09:02:58 +0200 Subject: [PATCH 02266/18836] Updated openstack/openstack Project: openstack/heat ec3a0c61393ee4b1ad33f79da256e0a510281ded null Cherry pick oslo-incubator db fixes The patch cherrypicks 2 fixes related to utf8 migration: * Ib5c0f93c788afda92aad862e50dc086dc39605f1: Ignore migrate versioning tables in utf8 sanity check * I7f271d846141ac72dde3fb0d12159b125018eb2c: Make table utf-8 charset checking be optional for DB migration Change-Id: I5edf17c7491434ae4e1f9bb2819b3a415d245525 Closes-Bug: #1301036 --- heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat b/heat index db9545ea9ee8..ec3a0c61393e 160000 --- a/heat +++ b/heat @@ -1 +1 @@ -Subproject commit db9545ea9ee8770ae693b0920e6211a74a056a20 +Subproject commit ec3a0c61393ee4b1ad33f79da256e0a510281ded From 7c42e1792b70ad843794227497f286647e7065c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 00:42:44 +0000 Subject: [PATCH 02267/18836] Updated openstack/openstack Project: openstack-dev/devstack 4b49e372400084b166c67dd6921aa1d660e8d49c null Revert "Devstack support for Neutron VPNaaS" This reverts commit 8450a92a4d0299fff89717e665ce31d54731d3f0. Change-Id: I6dd0f44a1a57735de292bc4ed4eaa929dc308297 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2bf645af6c2d..4b49e3724000 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2bf645af6c2dd15407fc37c9d6d4390f9e526184 +Subproject commit 4b49e372400084b166c67dd6921aa1d660e8d49c From a741a639b86529c8af8aa409bf434bb7acfb0d30 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 12:01:50 +0000 Subject: [PATCH 02268/18836] Updated openstack/openstack Project: openstack-dev/devstack eb6dcc095c73821c74820cb04b0e6e8ae79f3182 null Enable colors for Sahara log Change-Id: If915be21a7090c93e0be4c1961058c155ed9ca2c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4b49e3724000..eb6dcc095c73 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4b49e372400084b166c67dd6921aa1d660e8d49c +Subproject commit eb6dcc095c73821c74820cb04b0e6e8ae79f3182 From 310e0bec1a41df93748193c43ceffdbe344dd75e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 8 Apr 2014 17:46:47 -0400 Subject: [PATCH 02269/18836] Updated openstack/openstack Project: openstack/requirements b1101620fc0ba1938708b2e93f529341a016f0ae null add mirror requirements list there are some packages we want in the mirror (at all versions) however we don't want projects to be able to specify them directly, because they are always going to have versions specified by other libraries. The current mirror process processes things that look like requirements files from global-requirements, so let us specify these additional mirror requirements here. Change-Id: I7436cf84f58cabe97e6fa8df2be43bc44061d8ba --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index bfc3f1d3d1e9..b1101620fc0b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit bfc3f1d3d1e92874aebc1955de1ece8d07d483eb +Subproject commit b1101620fc0ba1938708b2e93f529341a016f0ae From 665bb0f78e67270f7d826333cb56384340bce13e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 14:08:30 +0000 Subject: [PATCH 02270/18836] Updated openstack/openstack Project: openstack/python-swiftclient cdd8d33ea70745bf477aae1d5609e6ee7170820a null Python 3: fix tests on HTTP headers HTTP headers are encoded to bytes. Store headers at (key, value) tuples instead of Unicode strings. Check also that non-ASCII Unicode headers are encoded to UTF-8. Change-Id: Ie45f5a5ba63f539a723a7ac5649779d8efb3e912 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index e04bf9e093ea..cdd8d33ea707 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit e04bf9e093ea68d1a923d77080819738b6429d96 +Subproject commit cdd8d33ea70745bf477aae1d5609e6ee7170820a From 088059ac6afea686d677b0958e75ec6a0c81ce03 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 14:08:31 +0000 Subject: [PATCH 02271/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 419dfc6c528dbaba1dd4bbfe11219cc33c34b6b4 null Add CRUD operations for Identity Providers. Add relevant methods for adding, updating, listing, getting, and deleting Identity Provider objects. Change-Id: Ib77781b507d2c06c368a1877eb716ec7fe2d88e4 Implements: blueprint federation-crud-operations --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d43117a8c0f3..419dfc6c528d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d43117a8c0f35d4fdce0c69ae6f15e799922006f +Subproject commit 419dfc6c528dbaba1dd4bbfe11219cc33c34b6b4 From ecec7bf99f8c2d57bf4f2ad7dfa283534233275f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 16:04:03 +0000 Subject: [PATCH 02272/18836] Updated openstack/openstack Project: openstack-dev/devstack bd546c600fa80fdee8f460e761581c0e87433d70 null Update client-env to use openstackclient commands Updated the only instance of a keystoneclient command, to check if the identity service is enabled. Change-Id: If86f71c1610a79690d6c6a8eb423b6fa234372bb --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index eb6dcc095c73..bd546c600fa8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit eb6dcc095c73821c74820cb04b0e6e8ae79f3182 +Subproject commit bd546c600fa80fdee8f460e761581c0e87433d70 From 3435347a0efd59f4efa16ced0cfdf1d3e8f968ec Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 10 Apr 2014 19:19:21 +0000 Subject: [PATCH 02273/18836] Updated openstack/openstack Project: openstack/glance 89da1362f6d521b8d109032a8b576c901bb103fb null Updated from global requirements Change-Id: I5db8a08cc2f4d4465de633db8d06e111b171a630 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0741c4004af0..89da1362f6d5 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0741c4004af0141d64a2aecc7e3d908638420003 +Subproject commit 89da1362f6d521b8d109032a8b576c901bb103fb From 960a23987055478306d41ecc960623f841f65881 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 20:22:42 +0000 Subject: [PATCH 02274/18836] Updated openstack/openstack Project: openstack-dev/devstack fe420ec7dd46e3b62a4dd88ecc332b6013ca14aa null euca-bundle-image requires a new architecture parameter Ran into this issue while trying to enable UCA. This switch was documented by the euca2ools team in: https://eucalyptus.atlassian.net/browse/DOC-807 Closes-Bug: #1304571 Change-Id: I1ea7c6a760c75e67f09e566d73e571be3a1d89ea --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bd546c600fa8..fe420ec7dd46 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bd546c600fa80fdee8f460e761581c0e87433d70 +Subproject commit fe420ec7dd46e3b62a4dd88ecc332b6013ca14aa From 62f85e03246d5a3fd6fa75a02691586e75dadbfd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 22:22:39 +0000 Subject: [PATCH 02275/18836] Updated openstack/openstack Project: openstack-dev/devstack efbdc0859cb3f2d8cbffe9dce5ec8a4e8199aab0 null Set flag in Tempest enabling Ironic scenario tests When Ironic has been configured as the backing compute driver, set the corresponding flag in Tempest that will cause a corresponding scenario test to run. Change-Id: I2bb6009c338cb301bd332e640a845fc1f6cb9336 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fe420ec7dd46..efbdc0859cb3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fe420ec7dd46e3b62a4dd88ecc332b6013ca14aa +Subproject commit efbdc0859cb3f2d8cbffe9dce5ec8a4e8199aab0 From 0b491ada1ad7de0d8a5c8529f139cb1c16aa8c07 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 23:54:21 +0000 Subject: [PATCH 02276/18836] Updated openstack/openstack Project: openstack-dev/devstack 372dadb9e46d0f95d0ec4bbcc9ef36f7212ccbea null Use iniset for changing my.conf and avoid deprecated config options The mysql config file is using INI format so use the iniset function to manipulate it. This change also rearranges the config updates a bit allowing us to make mulitple changes in a single sudo call. This reduces the number of required process forks, and the number of times the 'functions' file needs to be sourced a bit. The "log-slow-queries" option is deprecated since mysql 5.1.29 and got removed with 5.6.x. Use the newer slow-query-log-file/slow-query-log settings instead. They are available since 5.1.12. This fixes a problem with running devstack with mysql-5.6, which is e.g. part of openSUSE 13.1. Change-Id: Iea28bf05c664b5387d51dae1a63a780344623596 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index efbdc0859cb3..372dadb9e46d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit efbdc0859cb3f2d8cbffe9dce5ec8a4e8199aab0 +Subproject commit 372dadb9e46d0f95d0ec4bbcc9ef36f7212ccbea From 2695c302e9b996e733d4994f56425ce76e8f7df6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Apr 2014 23:54:23 +0000 Subject: [PATCH 02277/18836] Updated openstack/openstack Project: openstack-dev/devstack c7d36b4a3ea53bc02ce0cdc961a23038b57e44d9 null Restart only nova-compute when deploying Ironic lib/ironic redundantly restarts *all* Nova services as part of its bootstrap. Only nova-compute should be restarted to ensure its resource tracker has picked up newly enlisted Ironic nodes. This change limits the restart to only nova-compute and triggers it after nodes have been enlisted in Ironic. Change-Id: I87a508d6611a16fa6b966ab18e15aa9fbcc5e8c7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 372dadb9e46d..c7d36b4a3ea5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 372dadb9e46d0f95d0ec4bbcc9ef36f7212ccbea +Subproject commit c7d36b4a3ea53bc02ce0cdc961a23038b57e44d9 From b2b7a2860912e5c567b1569ad9ee443f3eaa6d92 Mon Sep 17 00:00:00 2001 From: Chuck Thier Date: Thu, 10 Apr 2014 18:59:01 +0000 Subject: [PATCH 02278/18836] Updated openstack/openstack Project: openstack/swift 1f0058e61e9094cdf9484e982b7f662660bed87e null Fix logging issue when services stop on py26 On older versions of python 2.6, exceptions would be spewed to the error log whenever a service would stop. This gets magnified by the container-updater which seems to do it with every pass. This catches and squelches the error. Change-Id: I5944c1620c62cf0868b70dae7d7e2acd56bf8211 Closes-Bug: #1306027 --- swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift b/swift index bd65514ed0db..1f0058e61e90 160000 --- a/swift +++ b/swift @@ -1 +1 @@ -Subproject commit bd65514ed0dbad6c2d562da5d440210b3f61cba3 +Subproject commit 1f0058e61e9094cdf9484e982b7f662660bed87e From 8d80625499bc2a9fa08be44578b58e78f46f3baa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Apr 2014 00:11:48 +0000 Subject: [PATCH 02279/18836] Updated openstack/openstack Project: openstack/glance 411f690a8d9e44586bf1c5d31ef2ff50df2471a4 null To prevent remote code injection on Sheepdog store Change-Id: Iae92eaf9eb023f36a1bab7c20ea41c985f2bf51b Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 89da1362f6d5..411f690a8d9e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 89da1362f6d521b8d109032a8b576c901bb103fb +Subproject commit 411f690a8d9e44586bf1c5d31ef2ff50df2471a4 From ad0ed8e77fbdf2692cc9987714dad2cc58eaf531 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Apr 2014 00:11:50 +0000 Subject: [PATCH 02280/18836] Updated openstack/openstack Project: openstack-dev/devstack cc39d54dc2f33dc0d88bd0e081b3948dda39415d null Fix openvswitch package and service names for openSUSE Change-Id: Iaf173422e4d009bdd7ed7ed79af2269c44039060 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c7d36b4a3ea5..cc39d54dc2f3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c7d36b4a3ea53bc02ce0cdc961a23038b57e44d9 +Subproject commit cc39d54dc2f33dc0d88bd0e081b3948dda39415d From 9f9f4ab79586275d0aad809489a3313a655f5219 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Apr 2014 00:23:01 +0000 Subject: [PATCH 02281/18836] Updated openstack/openstack Project: openstack-dev/devstack 3cb5bd8947a8ab0e6af37f2a2dd2e64c1162ab02 null Set a correct whitelist for drivers in Ironic Ironic recently introduced a feature called Drivers whitelist. It allows to specify the drivers that are enabled. The default list is not appropriate for functional and integration testing so devstack needs to be updated. Change-Id: Iccc81343f4d5a7dec8b371934a8c9849d9ffac23 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cc39d54dc2f3..3cb5bd8947a8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cc39d54dc2f33dc0d88bd0e081b3948dda39415d +Subproject commit 3cb5bd8947a8ab0e6af37f2a2dd2e64c1162ab02 From af700376c08bc1fcf6e15ace34ad66e7e63fe3fc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Apr 2014 00:23:12 +0000 Subject: [PATCH 02282/18836] Updated openstack/openstack Project: openstack/glance cc1bc181e09754701f880a0ef96f3b4d7c544a27 null Update Glance configuration sample files for database options Sample configuration files are out of date with respect to database options. This change makes the options up-to-date. Closes-bug: #1285617 Change-Id: I2694425a0b1610f37e77f1bc81aebed850a16348 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 411f690a8d9e..cc1bc181e097 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 411f690a8d9e44586bf1c5d31ef2ff50df2471a4 +Subproject commit cc1bc181e09754701f880a0ef96f3b4d7c544a27 From 1cbc09562a8ed605d960336a188f57b740c2e96f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Apr 2014 03:14:12 +0000 Subject: [PATCH 02283/18836] Updated openstack/openstack Project: openstack-dev/devstack 2e2b09264f7d87cfe743994f0a705fa7731b34b3 null Add EPEL-7 repo for RHEL7 * RHEL7 requires epel for many dependencies. * The default RDO URL also switched to an icehouse version. * RHEL6 RDO repo also will be configured for RHEL7, but the configuration variable name remains RHEL6_RDO_REPO_RPM for compatibility reasons. Change-Id: I414c0f5357bf24c8d5657ea8231515461862e734 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3cb5bd8947a8..2e2b09264f7d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3cb5bd8947a8ab0e6af37f2a2dd2e64c1162ab02 +Subproject commit 2e2b09264f7d87cfe743994f0a705fa7731b34b3 From c575d14d81df72c0588afb0a8f8ebcc814c130da Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 10 Apr 2014 16:47:15 -0400 Subject: [PATCH 02284/18836] Updated openstack/openstack Project: openstack/requirements 8078ba7f42630db8d40c15138057724a87b20db9 null Revert "add mirror requirements list" This reverts commit b1101620fc0ba1938708b2e93f529341a016f0ae. The new thinking is that hacking itself should enforce that the three hacking requirements are not in project's test requirements. Change-Id: I7167968c272552838985fe8b9241549abae0da18 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b1101620fc0b..8078ba7f4263 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b1101620fc0ba1938708b2e93f529341a016f0ae +Subproject commit 8078ba7f42630db8d40c15138057724a87b20db9 From 662b762a5a78bfa619ab2c466906222f81cf8a11 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 4 Apr 2014 14:54:45 -0700 Subject: [PATCH 02285/18836] Updated openstack/openstack Project: openstack/requirements e8d2ee9b7369f74dcff95a31034b6a48b850dca5 null Bump pep8, pyflakes and flake8 versions Since newer versions of each package can either break hacking(flake8, pep8) or introduce new rules and because we gate on the output of hacking, we pin these dependencies to specific versions. * Set pyflakes to the newest version: 0.8.1 * Set flake8 to to the newest version: 2.1.0 * Set pep8 to 1.4.6, since newer version (1.5.1) breaks hacking and will require additional work to support it. Will be addressed in a future patch. Add the new versions along side the old versions so we don't create a backwards incompatible global requirements change. To support hacking change: Ia3495102a9d096c09802b9c079a8dc7ec1f65530 Change-Id: I5bebee5af87a75781b840daead61436af0d6ab3a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8078ba7f4263..e8d2ee9b7369 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8078ba7f42630db8d40c15138057724a87b20db9 +Subproject commit e8d2ee9b7369f74dcff95a31034b6a48b850dca5 From 1e00120f44d094b8b1bcaf84f14e1628b63ed178 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Apr 2014 11:18:19 +0000 Subject: [PATCH 02286/18836] Updated openstack/openstack Project: openstack-dev/devstack b8071e9ba9fe78ef80542dd50448236823594316 null only remove network states from Nova when n-net is enabled When n-net is not enabled but q-dhcp is enabled then it's not necessary to remove the states directory of nova-network. Change-Id: Ib4b37aa7df2b3cda3048b278ddad24e87e3744c9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2e2b09264f7d..b8071e9ba9fe 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2e2b09264f7d87cfe743994f0a705fa7731b34b3 +Subproject commit b8071e9ba9fe78ef80542dd50448236823594316 From ab2c18c00d090a9fd35120f31b87b427168dd7b3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Apr 2014 13:49:38 +0000 Subject: [PATCH 02287/18836] Updated openstack/openstack Project: openstack/glance 182594ed7685e53df62e6616da1d664272f7cff2 null Fixes Glance Registry V2 client Add an optional configuration step to glance.db.get_api(). This step is then used in glance.db.registry.api in order to ensure that the registry client has been configured in time for the registry db driver's use. Closes bug: #1302345 Change-Id: Id2c52c423b411ec20bdfa76ee91837c98b1613ef Co-Authored-By: Mark J. Washenberger --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cc1bc181e097..182594ed7685 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cc1bc181e09754701f880a0ef96f3b4d7c544a27 +Subproject commit 182594ed7685e53df62e6616da1d664272f7cff2 From a6e2a228802a0f56746d8c0b0c637c779366e4c3 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 10 Apr 2014 12:13:02 +1200 Subject: [PATCH 02288/18836] Updated openstack/openstack Project: openstack/python-heatclient 4ea6a6d0d58eb01e6b5efb81aa9115a416073e9b null Process provider templates for included files Currently a provider template in the environment or template will not be processed for other provider templates or calls to get_file. This change calls get_template_contents from within get_file_contents if the get_file_contents call is flagged as being for loading a template. This results in recursive calls to get_file_contents for any combination of provider paths or get_file calls. This means many of the template_utils tests need to return valid template content instead of less meaningful stubs when resolving resource provider paths. Change-Id: I887b1238d7f7cd67719d54cbc702bbc982552db8 Closes-Bug: #1296950 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 2f07742f1dde..4ea6a6d0d58e 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 2f07742f1dde22251e1c5d324e7cbeb701e2a789 +Subproject commit 4ea6a6d0d58eb01e6b5efb81aa9115a416073e9b From 3bf6c5e6d18834138158723f2c8ca0a7d987e910 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 12 Apr 2014 02:12:27 +0000 Subject: [PATCH 02289/18836] Updated openstack/openstack Project: openstack/requirements ea444a23ffcc886b5ad3636e0198625cc1c53cb7 null Work around atexit bug in python < 2.7.4 In python < 2.7.4, a lazy loading of package `pbr` will break setuptools if some other modules registered functions in `atexit`. solution from: http://bugs.python.org/issue15881#msg170215 This problem originally appeared in stevedore before the library was adopted by Oslo (https://github.com/dreamhost/stevedore/commit/74a719b11781cc93d60cff1b0a01de3e4e780a1d) Change-Id: Icd412ca8435dca4b0f3b4075eca39b903dde6d27 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e8d2ee9b7369..ea444a23ffcc 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e8d2ee9b7369f74dcff95a31034b6a48b850dca5 +Subproject commit ea444a23ffcc886b5ad3636e0198625cc1c53cb7 From fdb1902436aebd0edf5fa9c6d82010434137f7c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 12 Apr 2014 05:00:10 +0000 Subject: [PATCH 02290/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient e56da49b60eda53b743f1f5391a323e4e2f0fcfe null Statistics groupby handling improvement The groupby parameter for statistics now handle single string as a parameter. It fixes the bug where every characters of the string where interpreted as a groupby value. Change-Id: Ia763741d7ad5717be381b0ac2f0acb57e9f46cac Closes-Bug: #1291935 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index defbb9585544..e56da49b60ed 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit defbb95855443047c3fb0a90ca4a9c9d1a51180b +Subproject commit e56da49b60eda53b743f1f5391a323e4e2f0fcfe From b8ab5cb0d9904de562a76a4a7cffc838b7ae46ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 12 Apr 2014 16:17:12 +0000 Subject: [PATCH 02291/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0ae8e55add8701598d55ae3fb1493113b4403655 null Use `HttpNotImplemented` in `tests.v3.test_trusts` Since we are moved to usage exceptions from oslo, `HTTPNotImplemented` was renamed to `HttpNotImplemented`, so we need to change usage of this exception in tests. Related to blueprint common-client-library-2 Change-Id: I51f6593ebb86267dad7086d4862a135743f2de7f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 419dfc6c528d..0ae8e55add87 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 419dfc6c528dbaba1dd4bbfe11219cc33c34b6b4 +Subproject commit 0ae8e55add8701598d55ae3fb1493113b4403655 From 66ff7b5bcd4dbd2f6dfc180af6f3f39f1cbe769a Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Sat, 12 Apr 2014 02:22:31 +0000 Subject: [PATCH 02292/18836] Updated openstack/openstack Project: openstack/python-heatclient 2efd2e5837ea39949a1de5b6ef5060930304953d null Updated from global requirements Change-Id: Idf94dbca9d65664715e64c049e6a8337be7d6c62 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 4ea6a6d0d58e..2efd2e5837ea 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 4ea6a6d0d58eb01e6b5efb81aa9115a416073e9b +Subproject commit 2efd2e5837ea39949a1de5b6ef5060930304953d From 16fc048ed61abc501160161db44e9a70c4e23e2c Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Fri, 11 Apr 2014 04:17:06 +0000 Subject: [PATCH 02293/18836] Updated openstack/openstack Project: openstack/python-novaclient 5ff5e05facf7253cb6aa467f4e39cd3750b0ab08 null Updated from global requirements Change-Id: I85276146bd621f905cf57388147d410bd3c56986 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c9f4e085e29b..5ff5e05facf7 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c9f4e085e29be8692e8427bd22c435936e5e5366 +Subproject commit 5ff5e05facf7253cb6aa467f4e39cd3750b0ab08 From 064f14936cbb43d7c62e771269b7f85329f1b4a6 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Sun, 13 Apr 2014 13:47:42 +0200 Subject: [PATCH 02294/18836] Updated openstack/openstack Project: openstack-dev/devstack 473b628eb9a9c733e47f9905e543018a075148f6 null Fix typos in HACKING.rst Two trivial fixes. One makes a broken external link work, the other completes consistent casing (Devstack -> DevStack). Change-Id: I147a3c5fe72071e9ebf24e7f226ba01a0a1204e3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b8071e9ba9fe..473b628eb9a9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b8071e9ba9fe78ef80542dd50448236823594316 +Subproject commit 473b628eb9a9c733e47f9905e543018a075148f6 From 5b71cc65d4684acecec2ac7a02596330883e5f25 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 00:39:08 +0000 Subject: [PATCH 02295/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8bc8275bf3b4b1fd644102963f2980d23b1bffc9 null Ensure JSON headers in Auth Requests The Content-Type header will be set automatically by the request call however we should also ensure that we set the Accept header because our auth plugins only work with JSON. Change-Id: Ib3badd70f4fa32d400565c39a072db547d86037e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0ae8e55add87..8bc8275bf3b4 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0ae8e55add8701598d55ae3fb1493113b4403655 +Subproject commit 8bc8275bf3b4b1fd644102963f2980d23b1bffc9 From d16b9582738177227b0bbd98f00ace928377032a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 01:42:57 +0000 Subject: [PATCH 02296/18836] Updated openstack/openstack Project: openstack-dev/devstack d110f456f3b5c9496ac139a417cd9b4da3465f9d null Avoid pm-is-supported spam in logs Per the libvirt team, the only way to stop the spam in libvirtd logs is to install pm-utils package. Details are in: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/994476 Closes-Bug: #1274772 Closes-Bug: #1297512 Change-Id: Ia2f7a388470dcd8a3e2c12cf2980beccd65af94c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 473b628eb9a9..d110f456f3b5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 473b628eb9a9c733e47f9905e543018a075148f6 +Subproject commit d110f456f3b5c9496ac139a417cd9b4da3465f9d From dcb9bba3bcacb77a8a1c160c82aa2eb73ec42717 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Mon, 14 Apr 2014 02:05:35 +0000 Subject: [PATCH 02297/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f89787f46c04d428c36cb88a4c62ab58466c6b34 null Updated from global requirements Change-Id: Icc5f3cdf0cfe9a1566ff5efafc85471381e3622d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8bc8275bf3b4..f89787f46c04 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8bc8275bf3b4b1fd644102963f2980d23b1bffc9 +Subproject commit f89787f46c04d428c36cb88a4c62ab58466c6b34 From 3701076bd7743a2f3ccd34a9a661b713f18f6510 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 02:53:31 +0000 Subject: [PATCH 02298/18836] Updated openstack/openstack Project: openstack/python-heatclient 7a85f8ba8a07333f5070c0d1bd8173e6ea50493b null Sync oslo incubator Synchronize with latest versions for used oslo incubator modules. Change-Id: I165d95cd0845780cffce7a8adff221dd383b52b8 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 2efd2e5837ea..7a85f8ba8a07 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 2efd2e5837ea39949a1de5b6ef5060930304953d +Subproject commit 7a85f8ba8a07333f5070c0d1bd8173e6ea50493b From aaa3c82bc08d0890b972d71e4eede63a212cfc7b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 10:40:14 +0000 Subject: [PATCH 02299/18836] Updated openstack/openstack Project: openstack/python-heatclient de2df0612b7c9efa2048e247a02ff5f7d234cd21 null Deprecate preview --create-timeout in favor of --timeout Replace the --create-timeout option with a more generic and intuitive --timeout option. And remove the default value to rely on the server-side default (which is 60mins anyway). Change-Id: Ibd8651d7a938dada6c6952607987d4ab98f24550 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 7a85f8ba8a07..de2df0612b7c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 7a85f8ba8a07333f5070c0d1bd8173e6ea50493b +Subproject commit de2df0612b7c9efa2048e247a02ff5f7d234cd21 From c5eccc4b014f28189563071ae71bbdfe4bb906bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 10:49:14 +0000 Subject: [PATCH 02300/18836] Updated openstack/openstack Project: openstack/python-swiftclient ec538d37202c659c3702b499fc2f2ea962309746 null Add requests related unit-tests This change improves unit tests of the new code added by the port to requests. Raw upload and chunked upload in put_object are now covered. Change-Id: I995b23a74bc4b00bf5761362b1f1405bb8662311 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index cdd8d33ea707..ec538d37202c 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit cdd8d33ea70745bf477aae1d5609e6ee7170820a +Subproject commit ec538d37202c659c3702b499fc2f2ea962309746 From 359db72b36a5ab3f7b19e0171c6c87145c49ba14 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 12:04:10 +0000 Subject: [PATCH 02301/18836] Updated openstack/openstack Project: openstack-dev/devstack a71852b3c1ca61d5748d5d9a5d6b9d51696e374f null Prevent the use of 'swift' in ENABLED_SERVICES This is not supported and we missed a comment in stackrc that still said otherwise. Fix the comment and abort in the sanity check section if 'swift' is detected in ENABLED_SERVICES. Change-Id: I78222d7ee2ea8a281962129d5bcf06c118469510 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d110f456f3b5..a71852b3c1ca 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d110f456f3b5c9496ac139a417cd9b4da3465f9d +Subproject commit a71852b3c1ca61d5748d5d9a5d6b9d51696e374f From 56a2742b60dd73a11d1c93355d88aca90c1d632c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 12:04:12 +0000 Subject: [PATCH 02302/18836] Updated openstack/openstack Project: openstack-dev/devstack 1844e9f9005f6d8f74b1953d5941ca9060c1250e null Delete unused neutron port For purpose of creating fake baremetal nodes environment for ironic functional/integration testing the unused neutron port to be created. Adding the removal part and helpful comments. Change-Id: I855ba1dbbf13f343d513ba387716996d6e4c20a6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a71852b3c1ca..1844e9f9005f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a71852b3c1ca61d5748d5d9a5d6b9d51696e374f +Subproject commit 1844e9f9005f6d8f74b1953d5941ca9060c1250e From 01965dac4adde241c9ffaa37b9b55962fde1ba88 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 12:18:07 +0000 Subject: [PATCH 02303/18836] Updated openstack/openstack Project: openstack-dev/devstack ffeeea132796eac443928ac8f63bb54592a65d8f null Remove keystone_ec2_uri flag from lib/heat As per I9908e17bed33fdc64d058a6d6db7b29f9c8d53d6 keystone_ec2_uri is now derived from auth_uri. Thus keystone_ec2_uri is useless now Change-Id: I97954fdbbd74a6920b307f33873bcc8d70331bf4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1844e9f9005f..ffeeea132796 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1844e9f9005f6d8f74b1953d5941ca9060c1250e +Subproject commit ffeeea132796eac443928ac8f63bb54592a65d8f From 718e1597c79715c7985a3335fb427b37eee5958d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 13:04:52 +0000 Subject: [PATCH 02304/18836] Updated openstack/openstack Project: openstack-dev/devstack 5fa8ff12bcfcc33e99027e438d8a98dd4a92c8eb null Use nova bindir of /usr/bin on SUSE Similar to Fedora pip on SUSE installs things into /usr/bin by default. Change-Id: I73a71288915b99d553ebe9d8e17ac7abef451a60 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ffeeea132796..5fa8ff12bcfc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ffeeea132796eac443928ac8f63bb54592a65d8f +Subproject commit 5fa8ff12bcfcc33e99027e438d8a98dd4a92c8eb From 5e64b5c0c84a953e3f3b240267a59fa6f0aa10ee Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 14:44:46 +0000 Subject: [PATCH 02305/18836] Updated openstack/openstack Project: openstack-dev/devstack affc467f2a9e736178448fd798b3d194c3cb2b78 null Fix typo in nova_admin_username The last parameter is unneeded, the value is always set to "nova". Change-Id: I7167d3559e8dfdb51ac8264e274f7ba167c18dfe --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5fa8ff12bcfc..affc467f2a9e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5fa8ff12bcfcc33e99027e438d8a98dd4a92c8eb +Subproject commit affc467f2a9e736178448fd798b3d194c3cb2b78 From 0b6e0c60ccd4f522a661261d8f190704cce7331f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 31 Mar 2014 19:56:35 -0400 Subject: [PATCH 02306/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 06ddbc08b557f8558dc192b618acb6c374d26c41 null normalize the services for a post grizzly world now that grizzly is gone, normalize the service list generation, as anything that was getting set in stable/havana and master can be set globally (cells). restack the initial services list by major service so it's easier to not miss something on future changes to that list. Change-Id: Ib78d853fc99e71f1d0656e1ba047c84af786c08c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ab764f51c418..06ddbc08b557 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ab764f51c418f54df6ef6fc46e02a3d73489344b +Subproject commit 06ddbc08b557f8558dc192b618acb6c374d26c41 From 42fd383298061f7c599b03161919eaddf4a5a12c Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 14 Apr 2014 13:17:51 +1000 Subject: [PATCH 02307/18836] Updated openstack/openstack Project: openstack/python-keystoneclient e7b5120e76234002f72bb085bf6e287bf534090d null Don't use generic kwargs in v2 Token Generation We need to allow for people adding other stuff to the tokens however it shouldn't be available in the standard case where for example a misspelt variable would be propagated. This is in line with how v3 is going to handle this same scenario. Change-Id: I1aad17893574ebc7c3a6b84f4d6ba1cd27932158 Closes-Bug: #1307278 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f89787f46c04..e7b5120e7623 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f89787f46c04d428c36cb88a4c62ab58466c6b34 +Subproject commit e7b5120e76234002f72bb085bf6e287bf534090d From c542393e24103541a415fa2e9a0cc6726cb78bba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 19:21:08 +0000 Subject: [PATCH 02308/18836] Updated openstack/openstack Project: openstack-dev/devstack 404fbfefe24a667ec4c13ca3e043edb4a551fe90 null increase heat guests heat is booting a real fedora, which makes m1.tiny completely not appropriate. We want to limit disk io, so boot as a 2 vcpu 1G guest to try to get some better performance out of these guests when tested in tempest. Change-Id: I80de67080a5106c2d8921e146c37c614ee5f8abf --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index affc467f2a9e..404fbfefe24a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit affc467f2a9e736178448fd798b3d194c3cb2b78 +Subproject commit 404fbfefe24a667ec4c13ca3e043edb4a551fe90 From 9c4e975e942c2d9d77e182153b67a2db288c88ee Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 20:29:21 +0000 Subject: [PATCH 02309/18836] Updated openstack/openstack Project: openstack/python-neutronclient 0ef9b8e1bdfab92514913643f7afe6c0a49f2e24 null Rearrange neutronclient exceptions for more easy use - Map exceptions from neutron server into corresponding client exceptions automatically (without exception mapping dict). An exception from Neutron server 'SomeException' will be mapped to an exception 'SomeExceptionClient' ('Client' suffix) if it is defined. - If no corresponding exception is defined in client side, an exception per response code will be used. Previously NeutronClientException was used for all cases and a user of client library cannot know exception type without checking exception.status_code. It allows client lib users (such as Horizon) to handle exceptions more easily. - All exceptions from client libarry inherit NeutronClientException and all CLI related exceptions inherits NeutronCLIError now. - Remove unused exceptions (including Quantum v1 related) - MalformedRequestBody is renamed to MalformedResponseBody because it is raised in deserializer and deserializer is used to parse not request but response. Closes-Bug: #1296148 Change-Id: I99b9560b3afaf5884fd00353323267da450338fa --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 07bcee8594d7..0ef9b8e1bdfa 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 07bcee8594d723ffc7a1243d6f5b0f1eb77157d9 +Subproject commit 0ef9b8e1bdfab92514913643f7afe6c0a49f2e24 From 96a648d18bfee54f62a188ebdef2842667d6255f Mon Sep 17 00:00:00 2001 From: John Griffith Date: Thu, 10 Apr 2014 00:10:08 +0000 Subject: [PATCH 02310/18836] Updated openstack/openstack Project: openstack/cinder e5c45bf88448b231a3252aa2628d6cf5bd9aa730 null Check for silent failure of tgtadm remove In order to work around a failure to remove targets that had a reconnect the force flag was added to the tgt delete cmd. (https://bugs.launchpad.net/cinder/+bug/1159948) It turns out there's a bug in tgt where some versions will sometimes silently fail when using the force flag. (https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1305343) The problem is that in the gates since we merged the force change there's a very high number of cases where lvremove fails because the device is still active. It appears that this is a result of the silent force failures in target. This patch adds a simple check after the force target removal, if it detects the target is still present it reverts back to the old non-force method to catch the cases that don't actually need the force option. This is a work-around until the version of target in the distros is updated and can be used reliably, but closes the gate issue bug that was reported. Change-Id: I9150669040815e4831bd570964d12676b83ecbc9 Close-Bug: #1304122 (cherry picked from commit f9519182f4a6e6573513d8dbc9438702fc7b8644) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index 512170afa377..e5c45bf88448 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit 512170afa377752dce02db3b2c0452d27c8ffd48 +Subproject commit e5c45bf88448b231a3252aa2628d6cf5bd9aa730 From 65f44f0ac20ee8a7a06457e3d35c459bbbe10d44 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Apr 2014 22:29:30 +0000 Subject: [PATCH 02311/18836] Updated openstack/openstack Project: openstack/cinder d507b600927e230e71673fa9b4f7974d69668ee7 null driver.create/remove_export() require elevated ctx The volume manager should call driver.create_export() and driver.remove_export() with an elevated context. This is already done for remove_export() in some cases but not in initialize_connection error paths, or for terminate_connection. This will at a minimum cause issues with the LVM LIO driver as its create/remove_export methods uses database queries requiring admin access (volume_get_iscsi_target_num, iscsi_target_count_by_host). Partial-Bug: #1300148 Closes-Bug: #1305197 Change-Id: I5c1091cf9720ebccefc328b64fbf2982b3aac397 (cherry picked from commit d09d12ab2ba72a9e7fe42852a7cf837231053590) --- cinder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder b/cinder index e5c45bf88448..d507b600927e 160000 --- a/cinder +++ b/cinder @@ -1 +1 @@ -Subproject commit e5c45bf88448b231a3252aa2628d6cf5bd9aa730 +Subproject commit d507b600927e230e71673fa9b4f7974d69668ee7 From c9e8a0717edc11485c477688e1fa773af3f4b6b9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 01:17:02 +0000 Subject: [PATCH 02312/18836] Updated openstack/openstack Project: openstack/python-heatclient 3a9b28e6d9fb98e541b7026a840c039be72ffd1c null Use correct order of arguments to assertEqual The correct order of arguments to assertEqual that is expected by testtools is (expected, observed). This patch fixes the inverted usage of arguments in some places that have cropped up since the last fix of this bug. Change-Id: Ifbc5da5cba0c8dcdf5b9c9eb6e6bfb1b1c2b49b0 Closes-Bug: #1259292 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index de2df0612b7c..3a9b28e6d9fb 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit de2df0612b7c9efa2048e247a02ff5f7d234cd21 +Subproject commit 3a9b28e6d9fb98e541b7026a840c039be72ffd1c From a15d3a42548c9e50606564420e5f94dd4433a11b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 01:17:04 +0000 Subject: [PATCH 02313/18836] Updated openstack/openstack Project: openstack/python-heatclient f0fdb3eb338ebf1d73fd408f91cd69ac92cc642a null Remove unused arguments for stack-preview command --create-timeout/--timeout and --disable-rollback have no meaning in the context of stack-preview, and actually are not used by Heat during stack preview action, so remove them. Change-Id: I1f991eaddf98b0e5c0c3f8b4aaa33947eba53664 Closes-Bug: #1297748 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 3a9b28e6d9fb..f0fdb3eb338e 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 3a9b28e6d9fb98e541b7026a840c039be72ffd1c +Subproject commit f0fdb3eb338ebf1d73fd408f91cd69ac92cc642a From 2793e6e92346927b4e0e9b9d328eb088f58dd063 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 01:57:38 +0000 Subject: [PATCH 02314/18836] Updated openstack/openstack Project: openstack/python-keystoneclient db5c88af00165d38afe04853d03fdfd3e19e40d1 null Add CRUD operations for Federation Mapping Rules. Add relevant methods for adding, updating, listing, getting, and deleting Mapping objects. Change-Id: I26a3822d9e341b9ddec10ecb8590432554837dce Implements: blueprint federation-crud-operations --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index e7b5120e7623..db5c88af0016 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit e7b5120e76234002f72bb085bf6e287bf534090d +Subproject commit db5c88af00165d38afe04853d03fdfd3e19e40d1 From 2b97d043e077e35b36dabb6eb243f3b15da18752 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 03:36:51 +0000 Subject: [PATCH 02315/18836] Updated openstack/openstack Project: openstack/glance 2c0d214a188a9c13360116156a4799e168a974f4 null Added undescore function to some log messages Log messages were not ready for translation w/o underscore function. Change-Id: I57641afa4fa57aca6d331d609d80e94fbcb7815d Closes-bug: 1284523 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 182594ed7685..2c0d214a188a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 182594ed7685e53df62e6616da1d664272f7cff2 +Subproject commit 2c0d214a188a9c13360116156a4799e168a974f4 From 6b6b21dc924f89030d50dbc7a45a35082a69cadc Mon Sep 17 00:00:00 2001 From: Doug Shelley Date: Fri, 11 Apr 2014 12:06:22 -0400 Subject: [PATCH 02316/18836] Updated openstack/openstack Project: openstack/python-troveclient 4d2b11adc95edc9c405db0d938531295bf71a4a4 null Correct mis-spelling in trove CLI help trove help backup-create misspelled "perform" as "preform" Change-Id: I2d08046fd4acbd0fa74e2548798f4e87e0c8b329 Closes-Bug: #1306687 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index f61666027e3d..4d2b11adc95e 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit f61666027e3d7e57df0312220fd7b9822edbf558 +Subproject commit 4d2b11adc95edc9c405db0d938531295bf71a4a4 From 351baf13f0f84ae64aacd0f339510286c42a900f Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Tue, 1 Apr 2014 10:30:03 -0500 Subject: [PATCH 02317/18836] Updated openstack/openstack Project: openstack/python-openstackclient 01db6d977f518d6a348a89549ca566c4aa780e79 null move read_blob_file_contents to utils Thinking ahead, a few other upcoming keystone features could benefit from reading contents from a file. Thus, moving the function from policy to utils. Change-Id: I713ab0e5a00c949ad996daf83b775a7c19044888 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index ee22070473da..01db6d977f51 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit ee22070473dab8bfa3e89d47f1f5a77918c2b026 +Subproject commit 01db6d977f518d6a348a89549ca566c4aa780e79 From 4f9f209e98c23d7da2ccb7a7e35b3e57c859592d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 17:08:30 +0000 Subject: [PATCH 02318/18836] Updated openstack/openstack Project: openstack/requirements af4f616e8d1e54aaf2a76a47fb6d29fafd466825 null Don't use flake8: noqa A line with "# flake8: noqa" disables pep8 for the entire file. Use "# noqa" for a line. Change-Id: Id0e4b98f02149113963af2c1da1b42d667d139d5 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ea444a23ffcc..af4f616e8d1e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ea444a23ffcc886b5ad3636e0198625cc1c53cb7 +Subproject commit af4f616e8d1e54aaf2a76a47fb6d29fafd466825 From 750b633d511a7c3b8bed67b7d7d8b34a54b94d3e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 19:40:39 +0000 Subject: [PATCH 02319/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ca88561b09710df0da865dafb8e85aea30155ec1 null Fix typo of ANS1 to ASN1 Replace all occurrences of 'ANS1|ans1' with 'ASN1|asn1'. Keep cms.is_ans1_token() around for backwards compatibility. Change-Id: I89da78b89aa9daf2637754dc93031d7ca81e85cb Closes-bug: 1306874 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index db5c88af0016..ca88561b0971 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit db5c88af00165d38afe04853d03fdfd3e19e40d1 +Subproject commit ca88561b09710df0da865dafb8e85aea30155ec1 From 06547618194ebf546fd4f753f6cdc279bd9ae317 Mon Sep 17 00:00:00 2001 From: Eoghan Glynn Date: Mon, 14 Apr 2014 12:51:20 +0000 Subject: [PATCH 02320/18836] Updated openstack/openstack Project: openstack/ceilometer 1bbf17650f9d94a22256f356abf84cc71c831f1f null More accurate meter name and unit for host load averages Fixes bug 1307482 Previously, the SNMP reported load averages were misleadingly metered as percentage utilizations. Now, these samples include a meter name and unit that more accurately reflect their true meaning - i.e. an exponentially-damped moving average of the number of running or runnable processes. Change-Id: I5dbc6f7886ed9a451926b502365ec80322f6b458 (cherry picked from commit 5872c6fd12bbd3711f8a9e68adcfa70e8f8d80bc) --- ceilometer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer b/ceilometer index cd13ec0f71c2..1bbf17650f9d 160000 --- a/ceilometer +++ b/ceilometer @@ -1 +1 @@ -Subproject commit cd13ec0f71c2745d8e740652ec4703962d491ba5 +Subproject commit 1bbf17650f9d94a22256f356abf84cc71c831f1f From 44e77465f42211c8d160012e2a0140150a15012a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 20:47:14 +0000 Subject: [PATCH 02321/18836] Updated openstack/openstack Project: openstack/python-cinderclient eb301ec6adfc241723bbaae2ad85f7ec05e9b297 null Include the Python 3/3.3 trove classifiers These are often used by automated tools to check for Python 3 support. Change-Id: I29fae2c0b80d28a865cc0972272e470da720ca11 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index a58e14fc4f33..eb301ec6adfc 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit a58e14fc4f33e1f1eea7aa4ced3cf8976cb112c2 +Subproject commit eb301ec6adfc241723bbaae2ad85f7ec05e9b297 From 2af0d927356afb096b1909d4de1c619122e3123d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 26 Feb 2014 12:50:55 +0900 Subject: [PATCH 02322/18836] Updated openstack/openstack Project: openstack/oslo.config 78225a58835eeae1d05d99cc3e76e71a2e75dab3 null Avoid using too generic names in _Namespace As _Namespace is used to hold key-values for user options, avoid using conflict-prone names for internal purposes. Namely, prefix ours with '_'. For example, consider the following. conf.register_cli_opt(cfg.BoolOpt('parser')) In this case, the option would get added to the namespace object as a "parser" attribute, which would conflict with the existing name in the object. Change-Id: Ibaf8408a118e07a8a598f87ac10a91312683df40 Closes-Bug: #1284969 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 4b8b206b44d3..78225a58835e 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 4b8b206b44d385265cad0bb5e7b3c62259381754 +Subproject commit 78225a58835eeae1d05d99cc3e76e71a2e75dab3 From c2c8609bc23a4757ef03902bd7a3a26487813563 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 21:42:44 +0000 Subject: [PATCH 02323/18836] Updated openstack/openstack Project: openstack/requirements ce3b07ca7b1a9b9e53759fb9e8359a0498ca7774 null Add Pillow for stevedore doc build As part of setting up gate jobs for stevedore, we have turned on a doc build gate job. That job is failing because it can't install Pillow. Nothing else uses Pillow, and it is not a runtime dependency of stevedore. Change-Id: I96c80ce571bae71ef1b867b0c4f60572fa9a4c5c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index af4f616e8d1e..ce3b07ca7b1a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit af4f616e8d1e54aaf2a76a47fb6d29fafd466825 +Subproject commit ce3b07ca7b1a9b9e53759fb9e8359a0498ca7774 From 8aca436ab6d490b14566419061d511cd27c6e7ea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 21:42:54 +0000 Subject: [PATCH 02324/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6395a5a5f36ad59afae0f0a2c6eb19dd856b6e05 null Prefer () to continue line per PEP8 There were some long lines that were split using \ rather than (). PEP8 recommends using () -- http://legacy.python.org/dev/peps/pep-0008/#maximum-line-length Change-Id: I8e140e507d0d9991094be13ebafa7fc700c1a02e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ca88561b0971..6395a5a5f36a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ca88561b09710df0da865dafb8e85aea30155ec1 +Subproject commit 6395a5a5f36ad59afae0f0a2c6eb19dd856b6e05 From a112c8914878bc9f0a24fde732d9912a4dfe5b80 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Apr 2014 22:22:25 +0000 Subject: [PATCH 02325/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6d70bad3d99ae61946f9382b36965357753032ab null Rename HTTPError -> HttpError With the move to the apiclient exceptions from oslo the basic HTTP error class was renamed. This was not reflected in all places in the code. It was also not picked up by the tests because the apiclient tests weren't running due to a missing __init__.py file. Because this should be backwards compatible it was added to the list in exceptions, the check that this is available is in the (now running) apiclient tests. Blueprint: common-client-library-2 Change-Id: I307c1083f29e3207cc86aa938043270e5c32b4bb --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6395a5a5f36a..6d70bad3d99a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6395a5a5f36ad59afae0f0a2c6eb19dd856b6e05 +Subproject commit 6d70bad3d99ae61946f9382b36965357753032ab From 7d039e269df68bd59c88e8999269490fc7158e0a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Apr 2014 00:36:39 +0000 Subject: [PATCH 02326/18836] Updated openstack/openstack Project: openstack/python-swiftclient c810772623c9ffb17533a9327188793847975304 null Fix swiftclient.client.quote() for Python 3 On Python 3, urllib.parse.quote() accepts bytes and str (unicode) types and always return str (unicode). Add also more tests with non-ASCII characters. Change-Id: I8e0f19da7240e874392327d0da074ed4abb7d213 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index ec538d37202c..c810772623c9 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit ec538d37202c659c3702b499fc2f2ea962309746 +Subproject commit c810772623c9ffb17533a9327188793847975304 From 35856021307ce248485935f571545cd0c7017fd2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Apr 2014 02:58:47 +0000 Subject: [PATCH 02327/18836] Updated openstack/openstack Project: openstack/python-swiftclient aaa563c74916bc40e2f8d5b560030b4e4ce9c08d null Fix test_multithreading on Python 3 * On Python 3, the printer doesn't encode Unicode to utf8 anymore, since print() expects a Unicode string. * Update unit tests for Python 3 since repr() doesn't escape non-ASCII characters in Unicode strings anymore: http://legacy.python.org/dev/peps/pep-3138/ Change-Id: I89471019d691a46651312d6a49964b719192148a --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index c810772623c9..aaa563c74916 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit c810772623c9ffb17533a9327188793847975304 +Subproject commit aaa563c74916bc40e2f8d5b560030b4e4ce9c08d From 9bc833d8341ec5cd1091bb6fcd06c8462c61a0ea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Apr 2014 06:39:33 +0000 Subject: [PATCH 02328/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 474c110f62135ac4f42bfff2e2bdf075c127be92 null Add service name to catalog The service catalog can contain names for the services. These names can be filtered on by other clients and are going to be required if we expect to use the keystoneclient service catalog in other clients. Change-Id: Iab69d67427ed40ce2f556f9a6348f4f1d9c26b5b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6d70bad3d99a..474c110f6213 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6d70bad3d99ae61946f9382b36965357753032ab +Subproject commit 474c110f62135ac4f42bfff2e2bdf075c127be92 From ecabf3809799f2d606326f911d0e814af543f2a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 02:04:18 +0000 Subject: [PATCH 02329/18836] Updated openstack/openstack Project: openstack/python-openstackclient 398dc6c0bdb1ceb3211a748e0c076930fb81a7d1 null In anticipation of network agents, rename compute Rename the compute agents in anticipation of network agents Change-Id: I201121915638d89dfbe46a7e0026aa4c2777e590 Closes-Bug: #1285800 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 01db6d977f51..398dc6c0bdb1 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 01db6d977f518d6a348a89549ca566c4aa780e79 +Subproject commit 398dc6c0bdb1ceb3211a748e0c076930fb81a7d1 From a6daaaf2155b433b7b3441a024e40c1785654da8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 02:06:11 +0000 Subject: [PATCH 02330/18836] Updated openstack/openstack Project: openstack/python-openstackclient 3c3f212d8b3646e4cd05c4ac6051636fa3a8a671 null Make bash comple command best effort to authorize If authorization fails for the complete command, generate the bash complete anyway. * Added best_effort flag to command * Attempts to authorize for bash complete, but if it fails, it tries anyway Change-Id: I796258f8044f42abc6a51164d920a26f73397962 Partial-Bug: #1283550 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 398dc6c0bdb1..3c3f212d8b36 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 398dc6c0bdb1ceb3211a748e0c076930fb81a7d1 +Subproject commit 3c3f212d8b3646e4cd05c4ac6051636fa3a8a671 From 2d6cf89cab509285e10dccc96b18dbfce9405466 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 02:35:04 +0000 Subject: [PATCH 02331/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b333d66da8574096777711daf7229340cb9bdd5f null Allow session to return an error response object Typically we want to have exceptions thrown when dealing with requests that return an HTTP error. However when looking at integrating the session object with other clients it becomes apparent that the exception handling is sufficiently different that it is best for now to let the existing error handling work. Add an option to return the failed request rather than raise an exception so existing clients can do there own error handling. Blueprint: session-propagation DocImpact: New session parameter. Change-Id: I63ea034e7c6eaaf42d4329526a902677a8dd709d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 474c110f6213..b333d66da857 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 474c110f62135ac4f42bfff2e2bdf075c127be92 +Subproject commit b333d66da8574096777711daf7229340cb9bdd5f From 1a395f0cae6cce093ebeb358537ec1cc1288028d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 02:40:25 +0000 Subject: [PATCH 02332/18836] Updated openstack/openstack Project: openstack/python-glanceclient 306c5d20dc8d4cf11c4d46effe1d63335b38e243 null Sync with oslo-incubator Head of oslo-incubator is commit id: 2fd457bf2ccbeb2b84ffb204778b6417cd5405ba includes a fix for gettextutil.Message handling of deep copy failures and adding a license header Change-Id: Ie89de1f95bb6fb9d11058413e682c441c39524f1 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 5528ba536fd8..306c5d20dc8d 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 5528ba536fd86cad225feb1d4e5bb75d838ecf69 +Subproject commit 306c5d20dc8d4cf11c4d46effe1d63335b38e243 From cbf390e593ca0bcb37a3f1154195222f9ac508fc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 02:40:27 +0000 Subject: [PATCH 02333/18836] Updated openstack/openstack Project: openstack/python-glanceclient a70f9c57a66b6d27ba902ca4c632c33fed921c47 null Adding network_utils module from oslo-incubator Needed for fixing bug 1298137 Change-Id: I6803f1af8b0ff036bed634c8aa1cffc52bc508e0 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 306c5d20dc8d..a70f9c57a66b 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 306c5d20dc8d4cf11c4d46effe1d63335b38e243 +Subproject commit a70f9c57a66b6d27ba902ca4c632c33fed921c47 From ffc8bf4a3542b37590611ed04b337dc4568beacd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 02:40:29 +0000 Subject: [PATCH 02334/18836] Updated openstack/openstack Project: openstack/python-glanceclient 59b04bde115cd5147511a276ef94bd9df3cdf952 null Fix for invalid literal ValueError parsing ipv6 url(s) Switch to using network_utils for splitting the URL. The code in oslo-incubator supports ipv6 urls Change-Id: I76be6173b97eb000319d30b4e9232a5a7c4a5aba Closes-Bug: #1298137 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index a70f9c57a66b..59b04bde115c 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit a70f9c57a66b6d27ba902ca4c632c33fed921c47 +Subproject commit 59b04bde115cd5147511a276ef94bd9df3cdf952 From 54320948f629966f25d725e83b4d7f3146443ac3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 02:40:36 +0000 Subject: [PATCH 02335/18836] Updated openstack/openstack Project: openstack/python-openstackclient 8ec78a10f8ee35b607c4a7c0260de31178cdf5b0 null Pass arguments to v3 keystoneclient by kwarg Keystoneclient has added the positional decorator which emits a warning if arguments aren't passed by keyword. This means we are getting warnings in certain places in openstackclient. Change-Id: Ic5446cd6f122cbb56fce543011386d53bc31fe18 Closes-Bug: #1302199 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 3c3f212d8b36..8ec78a10f8ee 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 3c3f212d8b3646e4cd05c4ac6051636fa3a8a671 +Subproject commit 8ec78a10f8ee35b607c4a7c0260de31178cdf5b0 From 3f412ff873e1ec80dd08b297a95b4585b301a832 Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Mon, 14 Apr 2014 16:14:33 -0700 Subject: [PATCH 02336/18836] Updated openstack/openstack Project: openstack-dev/devstack 3f2a7b75bb440e5658a61cb06097de280d9f572e null Add sudoers.d entry for Ironic conductor Ironic conductor requires sudo access for ironic-rootwrap. Change-Id: Ic6f24a864ca0255e2a8e69969f347bcaf8493e1f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 404fbfefe24a..3f2a7b75bb44 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 404fbfefe24a667ec4c13ca3e043edb4a551fe90 +Subproject commit 3f2a7b75bb440e5658a61cb06097de280d9f572e From 60a5bd6bd283dce58278b87843d851af862622bf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 02:41:38 +0000 Subject: [PATCH 02337/18836] Updated openstack/openstack Project: openstack/python-keystoneclient db8da0de2e982b4bdb622eee8aa04f05fc9cb646 null Implement endpoint filtering functionality on the client side. bp/endpoint-filtering Change-Id: I48cb8dbd2720bb0c5777712b68a8a5b8f3bf7f60 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b333d66da857..db8da0de2e98 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b333d66da8574096777711daf7229340cb9bdd5f +Subproject commit db8da0de2e982b4bdb622eee8aa04f05fc9cb646 From 90668e302a38ee53df79d0894a3403b62e6bc9b4 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Fri, 21 Mar 2014 09:49:32 +0800 Subject: [PATCH 02338/18836] Updated openstack/openstack Project: openstack/oslo.messaging 8ae1880f7a31f6e7c985b99b2015db792d5cca46 null Select AMQP message broker at random The rule of choosing AMQP message broker is that chose first available one in order now. The order depends on what we set in configuration file. That means all the connections will flock to same message broker and that may lead out performance issue. This patch randomizes the order of choosing message broker for each connection to leverage broker cluster. Change-Id: Ib5098e574d4ef81428065885e2295d0f87aba715 Partial-Bug: #1261631 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index c90581937c54..8ae1880f7a31 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit c90581937c54c6abbeb2d5446440a6fb5913b0b3 +Subproject commit 8ae1880f7a31f6e7c985b99b2015db792d5cca46 From 7523bd085db93bdc4bce2a56a72e393501cfe407 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 05:01:18 +0000 Subject: [PATCH 02339/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7daba8ab90c0bd4827ee2e59eb4fe78b22d7957d null Remove rendundant parentheses of cfg help strings There is a hacking review https://review.openstack.org/#/c/74493/. That makes me be aware we maybe have rendunant parentheses. We'd better clean the parentheses, Python will handle that well. Change-Id: Ib29f995feed45d71000f333a2cc7d14b0efcb0d5 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 8ae1880f7a31..7daba8ab90c0 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 8ae1880f7a31f6e7c985b99b2015db792d5cca46 +Subproject commit 7daba8ab90c0bd4827ee2e59eb4fe78b22d7957d From 35e32169e7e1b22174338cfab202751c1b563889 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 05:20:51 +0000 Subject: [PATCH 02340/18836] Updated openstack/openstack Project: openstack/oslo.messaging dc5cb4a19271c29efe520d0ecaa2f72feeafef6c null Ensure routing key is specified in the address for a direct producer This then matches the address used a direct consumer. Change-Id: If71f78e50f8a9b3acfd1e9d02c8271f17c4ebee7 Closes-Bug: #1300318 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 7daba8ab90c0..dc5cb4a19271 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7daba8ab90c0bd4827ee2e59eb4fe78b22d7957d +Subproject commit dc5cb4a19271c29efe520d0ecaa2f72feeafef6c From 3e3a5557cddce3deb44b299c2e20ec22387cd80a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 05:29:21 +0000 Subject: [PATCH 02341/18836] Updated openstack/openstack Project: openstack/python-heatclient 27b1ab9260d4a12074504687fed008beba27aa60 null Add a description of how stack-abandon works The online help for stack-abandon does not make it clear that the stdout will be a helpful blob of json, nor does it make clear what stack-abandon will actually do. Change-Id: I3822a87aba2b83261c0d0357a0b9024ce6f3a5b2 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index f0fdb3eb338e..27b1ab9260d4 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit f0fdb3eb338ebf1d73fd408f91cd69ac92cc642a +Subproject commit 27b1ab9260d4a12074504687fed008beba27aa60 From e039309ddf47cfaeed97f0d92a7e3a243c4c0d12 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 06:27:32 +0000 Subject: [PATCH 02342/18836] Updated openstack/openstack Project: openstack/python-keystoneclient bc1677ea1f8c61f3adc936c2fd65a3c5d90ae5c4 null CLI always configures logging When the keystone CLI wound up logging something and --debug wasn't set, a message was printed that 'No handlers could be found for logger '. This is because Python logging was only configured when the --debug option was set. This change makes it so that logging is always configured. If --debug is used then the level is DEBUG and if it's not used then the level is WARNING. Change-Id: Ib01d1072acff0d6ede468b0ecab4f871459014ee Closes-Bug: #936404 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index db8da0de2e98..bc1677ea1f8c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit db8da0de2e982b4bdb622eee8aa04f05fc9cb646 +Subproject commit bc1677ea1f8c61f3adc936c2fd65a3c5d90ae5c4 From 1b876f42b1cce218912882bb61d66c069c3c9ad6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 06:27:35 +0000 Subject: [PATCH 02343/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 02572377fa673a7e453ccdcab52ec3bd93d77da3 null Create a V3 Token Generator A token generator that can be used by other clients to generate consistent tokens in there test code. Change-Id: I05d2632b4c8290c2b1015996769340f0bea16f93 blueprint: share-tokens --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index bc1677ea1f8c..02572377fa67 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit bc1677ea1f8c61f3adc936c2fd65a3c5d90ae5c4 +Subproject commit 02572377fa673a7e453ccdcab52ec3bd93d77da3 From da3ed38efa43e2f20a2bff05ea15cf13a84561e1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 06:27:38 +0000 Subject: [PATCH 02344/18836] Updated openstack/openstack Project: openstack/glance 1d9b9d19b4f8ca4008980ec0f14cfb1951bff190 null Provide explicit image create value for test_image_paginate case Assign an explicit created_at datetime value to image db fixtures, it be used to fixes race condition in DB driver test_image_paginate case. Closes-Bug: #1282400 Change-Id: I359633af4bb25cf1866b42d6dad3df658995b7bd Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 2c0d214a188a..1d9b9d19b4f8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 2c0d214a188a9c13360116156a4799e168a974f4 +Subproject commit 1d9b9d19b4f8ca4008980ec0f14cfb1951bff190 From b394c8988023847d78aa70ddac34f95bbaabf7a7 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Tue, 18 Feb 2014 18:11:58 +0100 Subject: [PATCH 02345/18836] Updated openstack/openstack Project: openstack/python-swiftclient fa20e7f6850a4793f8fb18400263269c24eda2ed null Makes use of requests.Session This allows better connection pooling and may improve performances. Change-Id: I69e986b7387dd3ac281731b8355a3eec34a537f8 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index aaa563c74916..fa20e7f6850a 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit aaa563c74916bc40e2f8d5b560030b4e4ce9c08d +Subproject commit fa20e7f6850a4793f8fb18400263269c24eda2ed From bdbc9b58d82fb96e51289c7295746d247075b806 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Fri, 28 Feb 2014 13:09:27 -0500 Subject: [PATCH 02346/18836] Updated openstack/openstack Project: openstack/python-cinderclient 51ffb26437071e90a236767bc18d63bc7cabc2ce null Fix malformed encryption-type body in test cases This change addresses bug #1286261 and fixes two malformed encryption-type bodies in two test_create test cases. Change-Id: I308561c1d5a70812889a93922e13194597f670f1 Closes-Bug: #1286261 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index eb301ec6adfc..51ffb2643707 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit eb301ec6adfc241723bbaae2ad85f7ec05e9b297 +Subproject commit 51ffb26437071e90a236767bc18d63bc7cabc2ce From 536eb907c25d13ef8d2198e5bd467e7d07383125 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 16:54:07 +0000 Subject: [PATCH 02347/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 0e824e3777fc1ef907ef08d6b4a68c25c1c66547 null Make Hacking E1XX compliant E121 continuation line indentation is not a multiple of four E126 continuation line over-indented for hanging indent E127 continuation line over-indented for visual indent E128 continuation line under-indented for visual indent A part of blueprint openstack-hacking-compliant Change-Id: I06ce0ee5132178a777ce9b9e409ef1d24af1ea1f --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index cac04115bb2a..0e824e3777fc 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit cac04115bb2a5c510aadb04336d355fc8376b964 +Subproject commit 0e824e3777fc1ef907ef08d6b4a68c25c1c66547 From 1f2eb3bb6f424cc0366017449693c8132f05672f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 16:55:33 +0000 Subject: [PATCH 02348/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 90ef27544728794e1bc0d0d962eb4b02fe6d2174 null Fix remaining PEP8 (E***) and PyFlakes (F***) issues E502 the backslash is redundant between brackets E501 line too long (XX > 79 characters) F841 local variable 'XXX' is assigned to but never used Remove F403 and F999 from ignore list because there is no violations related to these. The remaining are all from OpenStack Hacking (H***) rules. A part of blueprint openstack-hacking-compliant Change-Id: I0fb46309621c15dfe4363039bbe46669f1315dec --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 0e824e3777fc..90ef27544728 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 0e824e3777fc1ef907ef08d6b4a68c25c1c66547 +Subproject commit 90ef27544728794e1bc0d0d962eb4b02fe6d2174 From b80ad99e7ad8d151a2b1ad33f3f8a8279e101dda Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 16:56:35 +0000 Subject: [PATCH 02349/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 3d64a87772ae457eaa50c8e0b696c382b272644a null Fix H306 imports not in alphabetical order Remove the following rules from ignore list without any violations from these: H201,H302,H303,H701,H702,H803 A part of blueprint openstack-hacking-compliant Change-Id: I4e43e13234f7640ef216db168d873c4cc1198328 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 90ef27544728..3d64a87772ae 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 90ef27544728794e1bc0d0d962eb4b02fe6d2174 +Subproject commit 3d64a87772ae457eaa50c8e0b696c382b272644a From 34661b9e498b5bfd7ef2c62ccb54a6a985c2489f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 17:20:40 +0000 Subject: [PATCH 02350/18836] Updated openstack/openstack Project: openstack/python-cinderclient 338755aa17a9965effc99c29d74aa3e3ac0da2ca null Add auth_plugin support to cinderclient With CINDER_RAX_AUTH being rightfully removed, cinderclient is no longer compatible with Rackspace/any non-keystone auth. To fix this, I stole auth_system/auth_plugin from novaclient's implementation. See https://review.openstack.org/#/c/23820/. Change-Id: If5f84003f868ef02bb7eb7da67cf62018602e8f0 Closes-Bug: 1280393 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 51ffb2643707..338755aa17a9 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 51ffb26437071e90a236767bc18d63bc7cabc2ce +Subproject commit 338755aa17a9965effc99c29d74aa3e3ac0da2ca From c161c222facec3ccc5c8d96d8c264ed763bf0924 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 19:21:42 +0000 Subject: [PATCH 02351/18836] Updated openstack/openstack Project: openstack/python-cinderclient 71daa36023b4cc45d2265dab18aa52b90f14d9ab null Accept deleting multiple snapshots in one shot In bug 1241941 the delete and force-delete commands were updated to accept multiple volumes for deleting in the same call. This patch adds the same behaviour to the snapshot-delete command. Closes-Bug: #1284540 Change-Id: I5e4bf8641d7fd261fa24b03832bad08007e43c12 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 338755aa17a9..71daa36023b4 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 338755aa17a9965effc99c29d74aa3e3ac0da2ca +Subproject commit 71daa36023b4cc45d2265dab18aa52b90f14d9ab From 2e4d0c6b22f83d28ad45ebe6e2ab72585bab5d16 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 19:25:43 +0000 Subject: [PATCH 02352/18836] Updated openstack/openstack Project: openstack/oslo.messaging 1726281aebc1f00a127d3b49179365dc03136ca1 null Use mock's call assert methods over call_args_list The way we're checking the value of call_args_list on a mock method is essentially what assert_called_once_with() since we also know the method is only called once. In other cases, we can use assert_has_calls(). I'm slightly nervous of using call_args_list because it's the kind of thing you could imagine changing in future, even though it's not marked private. Change-Id: I7eb3d095f7a1ff9a4abc9e027193d4918d0cda6c --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index dc5cb4a19271..1726281aebc1 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit dc5cb4a19271c29efe520d0ecaa2f72feeafef6c +Subproject commit 1726281aebc1f00a127d3b49179365dc03136ca1 From 4f683d524fcadd305bba1f2dab75d189e4231a97 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 19:54:42 +0000 Subject: [PATCH 02353/18836] Updated openstack/openstack Project: openstack/glance 572451ed42960063777c085e0f6160ff935b6f0a null Get rid of TaskDetails in favor of TaskStub Change I0b406e4662cfd3cb496b71be77ad10a90c178baa introduces a new class TaskStub. This class is designed to be a subset of what a task is in the domain layer: it doesn't contain input, message and result. TaskStub should be used when listing tasks in order to avoid extra-overhead of transporting these text fields. As a result, the TaskDetails introduced by change I0b406e4662cfd3cb496b71be77ad10a90c178baa doesn't need to exist. With this patch, the domain layer contains Task and TaskStub instead of Task, TaskStub and TaskDetails. partially implements bp async-glance-workers Change-Id: I2a20b0c5033c6920749370355c2d672dec707c28 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1d9b9d19b4f8..572451ed4296 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1d9b9d19b4f8ca4008980ec0f14cfb1951bff190 +Subproject commit 572451ed42960063777c085e0f6160ff935b6f0a From f124387228398684a816882187193838c1d43a20 Mon Sep 17 00:00:00 2001 From: OpenStack Jenkins Date: Thu, 17 Apr 2014 19:59:10 +0000 Subject: [PATCH 02354/18836] Updated openstack/openstack Project: openstack/python-neutronclient baa9f2f3255e0cabe3071310365924fe057093dd null Updated from global requirements Change-Id: I35dcfdd24067e6bd37f970d8ab73d416fbe55f96 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 0ef9b8e1bdfa..baa9f2f3255e 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 0ef9b8e1bdfab92514913643f7afe6c0a49f2e24 +Subproject commit baa9f2f3255e0cabe3071310365924fe057093dd From af6bafa8374b7cee3da8ffed200616b27cb06701 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 20:14:54 +0000 Subject: [PATCH 02355/18836] Updated openstack/openstack Project: openstack/python-neutronclient 4dc32be401a599aef035f75733405e912f235fad null Return response status reason on error Upon server error, return the status reason if the body is empty, to help debug server issues. Change-Id: I29aef075081965bb8ecacf45a166ca9dbd4cbb8d Closes-Bug: #1287110 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index baa9f2f3255e..4dc32be401a5 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit baa9f2f3255e0cabe3071310365924fe057093dd +Subproject commit 4dc32be401a599aef035f75733405e912f235fad From 24e5541962e8816868b0db38300050aeb776d0e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 20:59:57 +0000 Subject: [PATCH 02356/18836] Updated openstack/openstack Project: openstack/python-neutronclient e6a26c150c62b0ccf1df6e6988974f2d8a4243fb null Suppress stdout/stderr in test_shell test_shell is refactored to check stderr in addition to stdout and suppress stdout/stderr. In addition, test_auth tries API call to keystone, so related methods are mocked out now to avoid it. Change-Id: Id43ad905c5c13da9015d035267eaa86429e60ff3 Closes-Bug: #1161849 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 4dc32be401a5..e6a26c150c62 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 4dc32be401a599aef035f75733405e912f235fad +Subproject commit e6a26c150c62b0ccf1df6e6988974f2d8a4243fb From a7119dd534d484aeadce368ab68d1b24200e9e27 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 20:59:58 +0000 Subject: [PATCH 02357/18836] Updated openstack/openstack Project: openstack/python-neutronclient 1246cd977a73b079a3aff1ad68f1747c41e9ee8a null session_persistence: invalid str2dict value: u'' Can't receive empty session_persistence dict to update the vip. It would raise the following error: $ neutron lb-vip-update vip --session_persistence type=dict "" usage: neutron [--session_persistence SESSION_PERSISTENCE] neutron: error: argument --session_persistence: invalid str2dict value: u'' Change-Id: Ice43bbe19138be6af85b47c2090359d22c70b29f Closes-Bug: #1262582 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index e6a26c150c62..1246cd977a73 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit e6a26c150c62b0ccf1df6e6988974f2d8a4243fb +Subproject commit 1246cd977a73b079a3aff1ad68f1747c41e9ee8a From 2b1d88e589511fbfec62b43eff3f8e501adbbf72 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 21:07:50 +0000 Subject: [PATCH 02358/18836] Updated openstack/openstack Project: openstack-dev/devstack 279d2bef69ed94e8981cdffa668e50c7bca29110 null Remove sshd reconfig from lib/ironic The sshd reconfiguration to listen on port 2222 provides no benefit and complicates deployment on some systems. This removes the reconfiguration and instead just confirms SSH connectivity. Default SSH host and ports are left configurable, but the port now reflects the default 22. Change-Id: Iaf7c71854c3741a505a79037ffb8c86ace74fc27 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3f2a7b75bb44..279d2bef69ed 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3f2a7b75bb440e5658a61cb06097de280d9f572e +Subproject commit 279d2bef69ed94e8981cdffa668e50c7bca29110 From d9be75ea1009d19b2e14d23123d7988d761a10b8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 21:09:05 +0000 Subject: [PATCH 02359/18836] Updated openstack/openstack Project: openstack/glance 3db3b67388bb86af93184c1836414838cf0b449a null Replace assert* with more suitable asserts in unit tests The following replacements were done in unit tests to have clearer messages in case of failure: - assertTrue(* is None) with assertIsNone - assertTrue(* is not None) with assertIsNotNone - assertTrue(* in *) with assertIn - assertTrue(* not in *) with assertNotIn - assertFalse(* in *) with assertNotIn - assertTrue(* == *) with assertEqual - assertTrue(* != *) with assertNotEqual Change-Id: I0c47f991c3974e441335e71c9d26fab8a127f2ca --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 572451ed4296..3db3b67388bb 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 572451ed42960063777c085e0f6160ff935b6f0a +Subproject commit 3db3b67388bb86af93184c1836414838cf0b449a From 7722164a75f600cd15f1d452500dfbbdd8fc367e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 21:09:08 +0000 Subject: [PATCH 02360/18836] Updated openstack/openstack Project: openstack-dev/devstack 1593db2422007f1e5b41f2ecf0bde89141324cdd null Devstack support for Neutron VPNaaS Includes two enhancements to support VPNaaS and allow other vendor implementation support. Goal is to provide a solution for VPN .ini files until a more general solution can be defined to handle all reference and vendor .ini files. First, the /opt/stack/neutron/etc/vpn_agent.ini file is copied to /etc/neutron, to allow the selected device drivers for agent to be specified. Both reference and vendor implementations can be uncommented in this file, prior to stacking. Second, to allow vendor VPN implementations to provide an .ini file to the agent at start-up time, an environment variable is defined and can be set in the localrc to specify one or more .ini files. The desire is NOT to include vendor settings in the global vpn_agent.ini. Change-Id: Ia8250db660216a5296cb6ba2af1538b8c90d187c Closes-Bug: 1301552 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 279d2bef69ed..1593db242200 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 279d2bef69ed94e8981cdffa668e50c7bca29110 +Subproject commit 1593db2422007f1e5b41f2ecf0bde89141324cdd From 5c725307864003431331203b68ab37616c3cedbd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 21:19:44 +0000 Subject: [PATCH 02361/18836] Updated openstack/openstack Project: openstack-dev/devstack 6ee8cf8e72629094fca639ba9da7ebe6e78c0131 null Do not modify rsyslog files if rsyslog is not used. Swift was missing an 'if [[ $SYSLOG != "False" ]]' statement which is used by other services, and therefor failed with a 'No such file or directory' error when 'SYSLOG=False' was set in localrc. Closes-Bug: 1308461 Change-Id: I8655a955ebb322516d92bee418b93d4cc23bdc5c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1593db242200..6ee8cf8e7262 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1593db2422007f1e5b41f2ecf0bde89141324cdd +Subproject commit 6ee8cf8e72629094fca639ba9da7ebe6e78c0131 From 0dc89d00747cef472f9078fda0ba74666a29b3f7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Apr 2014 22:38:38 +0000 Subject: [PATCH 02362/18836] Updated openstack/openstack Project: openstack/requirements 7b04643bb537b7238303176919b72b15d15a98cb null Trollius: allow version 0.2 and later As the author of the Trollius module, I would like to use newer versions. In version 0.2, the API changed a little bit ("yield From(...)" instead of "yield ..."), but the change is backward compatible (yield ... is still accepted). Change-Id: I65559d725f443cd2097ab09bf6a0f1adb81d1153 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ce3b07ca7b1a..7b04643bb537 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ce3b07ca7b1a9b9e53759fb9e8359a0498ca7774 +Subproject commit 7b04643bb537b7238303176919b72b15d15a98cb From d649eba66c4f72bdb1f9f1a7f2781e9df1a1f66e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 15 Apr 2014 07:43:01 -0400 Subject: [PATCH 02363/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ccc43248557c05aba8c4ec26bf08c51c523be5b1 null feature matrix definition in yaml This adds a definition mechanism for the d-g feature matrix in yaml, a python tool to process that into an ENABLED_SERVICES list and a test script to verify that it works as expected. The theory here is that we create configs (which match to d-g DEVSTACK_GATE_ vars) that enable or disable "features". The features then enable or disable "services" (and eventually extensions). An important part of this is the ability to rm-* content. That means the neutron feature can rm-services: n-net. The hope is this makes reviewing changes more straight forward, and also makes it so if something goes wrong we don't run a job missing services, because we don't need to make sure we add things in the else clauses. A follow up patch integrates this into d-g proper, but this patch seemed easier to review on it's own. Change-Id: Ib030f820073dd0b450b362fd721f9477778c04b0 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 06ddbc08b557..ccc43248557c 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 06ddbc08b557f8558dc192b618acb6c374d26c41 +Subproject commit ccc43248557c05aba8c4ec26bf08c51c523be5b1 From d316988b575a52b5967def416b31076c75436d94 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 15 Apr 2014 15:14:54 -0400 Subject: [PATCH 02364/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4704c85782edf82be257730d94bddf72b7a4de14 null use feature grid for service selection this uses the feature grid for service selection in all the devstack-gate jobs Change-Id: Ie543feb5b6557f1b33f1a0d7edfbc198a749eb0c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ccc43248557c..4704c85782ed 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ccc43248557c05aba8c4ec26bf08c51c523be5b1 +Subproject commit 4704c85782edf82be257730d94bddf72b7a4de14 From 92551d2dc33e4543d09d3c6dfd5bc40162293070 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 17 Apr 2014 15:42:59 -0400 Subject: [PATCH 02365/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate f2f60e31f1153fbf356e49832bd2fdb4a8c1b460 null add sahara to devstack-gate default runs sahara is an integrated project, put it in the integrated test matrix. Change-Id: I711a7a30460db91e76814088431400df4b9de272 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4704c85782ed..f2f60e31f115 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4704c85782edf82be257730d94bddf72b7a4de14 +Subproject commit f2f60e31f1153fbf356e49832bd2fdb4a8c1b460 From e786996e38f99a5987515874f915aa8064b0de04 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 17 Apr 2014 15:51:13 -0400 Subject: [PATCH 02366/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 1ab574df7c6b97dcc32f9b9191ff6bb5ac61e4e0 null update grenade branches make it possible to run grenade from stable/icehouse -> master Change-Id: If46d1624e0b35a37d5dfb043edb513fc04b6ea68 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index f2f60e31f115..1ab574df7c6b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit f2f60e31f1153fbf356e49832bd2fdb4a8c1b460 +Subproject commit 1ab574df7c6b97dcc32f9b9191ff6bb5ac61e4e0 From caa5ecd5021fbe2dfed6309802831d148e36a579 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 02:28:27 +0000 Subject: [PATCH 02367/18836] Updated openstack/openstack Project: openstack/python-swiftclient cda2573ab695021e4e4eee66ec920541e8068adf null Add tests for bin/swift Tests are written to ensure bin/swift is working properly and using functions from swiftclient modules as expected. Change-Id: Idb0581516b7e0a41c97977bb0bb9f8290f67ad13 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index fa20e7f6850a..cda2573ab695 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit fa20e7f6850a4793f8fb18400263269c24eda2ed +Subproject commit cda2573ab695021e4e4eee66ec920541e8068adf From db8c6e98f805898e21d379cf05e6431676369b8c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 03:22:15 +0000 Subject: [PATCH 02368/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 28b039150d34c3f3a4b0cab9eda3dc5c97cedfc3 null add run-tests.sh this is a basic test runner that runs all test-*.sh files in the root directory. Change-Id: I7450913f78e0c50194cb68096edbaf52259bb80f --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 1ab574df7c6b..28b039150d34 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 1ab574df7c6b97dcc32f9b9191ff6bb5ac61e4e0 +Subproject commit 28b039150d34c3f3a4b0cab9eda3dc5c97cedfc3 From 2a23a579a4990ecbaab7f252223e5e7d088c535c Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Tue, 15 Apr 2014 14:41:45 +0800 Subject: [PATCH 02369/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient b3da9638264d3bc57a1341e86cc860c496195cfc null Update v2.options docstring We already support 'type' attribute for query, but the docstring for build_url and cli_to_array don't refer to it. And the urlencode with doseq=True will force filter parameters grouped by name, so the sample in build_url docstring should be corrected too. Change-Id: I2b526d9e23175b5378ea36e0a532052269c7f0c4 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index e56da49b60ed..b3da9638264d 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit e56da49b60eda53b743f1f5391a323e4e2f0fcfe +Subproject commit b3da9638264d3bc57a1341e86cc860c496195cfc From 65e35f6cf2ee405721acc90b43ee473ee04bfa13 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 13:25:09 +0000 Subject: [PATCH 02370/18836] Updated openstack/openstack Project: openstack/requirements ab7d02d57c697edc3071ee68736bd36415def5f2 null Update openstack-doc-tools for Documentation repos Version 0.11 is current version. This new version is required to properly build and publish the various OpenStack documentation repos like operations-guide, api-site and openstack-manuals. Change-Id: I37540b106d17d638cf8c1b5a4e9132c18d3f2168 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7b04643bb537..ab7d02d57c69 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7b04643bb537b7238303176919b72b15d15a98cb +Subproject commit ab7d02d57c697edc3071ee68736bd36415def5f2 From ef77226976b58806acf849e4abd273628c44599e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 13:26:30 +0000 Subject: [PATCH 02371/18836] Updated openstack/openstack Project: openstack/requirements 8877f2ac5abc3b884e66f8942631189ecc2fcebc null Remove old pep8, pyflakes and flake8 versions The previous patch (Ia3495102a9d096c09802b9c079a8dc7ec1f65530) just added new versions in order to not create a backwards incompatible change, this removes the old versions and adds a new version of pep8 in a backwards compatible way. Change-Id: Ibdaa3724cceec8e53580ff2960a526fa54ec4b0a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ab7d02d57c69..8877f2ac5abc 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ab7d02d57c697edc3071ee68736bd36415def5f2 +Subproject commit 8877f2ac5abc3b884e66f8942631189ecc2fcebc From 50780ba9eb71097d6f91db5d3d0b8669b8f53d64 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 13:54:53 +0000 Subject: [PATCH 02372/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 483183c5a4f189a0211a66374f304991e2192465 null Add tox env to build docs In django-based projects, we need to specify DJANGO_SETTINGS_MODULE when running docs build. It is required to addresses the failure of docs build job in the gate. Change-Id: I33a867bc00c70f333c4dc62add411f833e418424 Closes-Bug: #1302532 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 3d64a87772ae..483183c5a4f1 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 3d64a87772ae457eaa50c8e0b696c382b272644a +Subproject commit 483183c5a4f189a0211a66374f304991e2192465 From 04cbc91b230abace6a8ce6732d32eea72c2119e2 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 17 Apr 2014 20:48:21 -0700 Subject: [PATCH 02373/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 633b702cd9ac62d9fba15f60c20423844b4949b5 null Revert "update grenade branches" This reverts commit 1ab574df7c6b97dcc32f9b9191ff6bb5ac61e4e0. Grenade does not know how to upgrade from icehouse yet. This change can only go in once grenade is aware of how to set up an "old" icehouse install. Partial-Bug: #1309324 Change-Id: I806850410a31e40aea81f3a57b48f3d98bef9dd2 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 28b039150d34..633b702cd9ac 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 28b039150d34c3f3a4b0cab9eda3dc5c97cedfc3 +Subproject commit 633b702cd9ac62d9fba15f60c20423844b4949b5 From 7906bf6d7862c57f3d62b85369df58f03f3fbe8c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 19:30:35 +0000 Subject: [PATCH 02374/18836] Updated openstack/openstack Project: openstack/python-cinderclient 1eb83d04800a5c3186ee823adb2013151f12bca1 null Fix usage of v1 and v2 availability zones Change usage of availability zones in client. V2 client should use appropriate version of manager of availability zones. Also change tests of v2 availability zones to test version 2 instead of one more time test v1 availability zones. Change-Id: Iec3863a105a20f876a303f789cc1edfafa58f4df Closes-Bug: #1290956 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 71daa36023b4..1eb83d04800a 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 71daa36023b4cc45d2265dab18aa52b90f14d9ab +Subproject commit 1eb83d04800a5c3186ee823adb2013151f12bca1 From 8fcd1e70f3483836a05643d0bbf02acef0d9d252 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 19:30:36 +0000 Subject: [PATCH 02375/18836] Updated openstack/openstack Project: openstack/python-cinderclient 04eaa48eb606d3136e091fa6c0ef406438341502 null When there is no error body return the HTTP reason Return the response reason when there is no message body to return. DocImpact Change-Id: Ia60da4f04b059a13fcbe0059bb42fd77f272d8aa Closes-Bug: 1248773 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 1eb83d04800a..04eaa48eb606 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 1eb83d04800a5c3186ee823adb2013151f12bca1 +Subproject commit 04eaa48eb606d3136e091fa6c0ef406438341502 From c42f45dc4cef18dc7940aee589497f7760cceaf2 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 18 Apr 2014 11:44:47 -0700 Subject: [PATCH 02376/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4b7d6a1598281a1b362bfe43342b176b034fa819 null Handle feature branches in test-matrix.py test-matrix.py previously treated feature branches as invalid branches. For testing purposes they are equivalent to master so s/feature*/master/ and build the services list that way. Change-Id: Ia40ae64ae6907691cc061c41dc6fe56c646918cc --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 633b702cd9ac..4b7d6a159828 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 633b702cd9ac62d9fba15f60c20423844b4949b5 +Subproject commit 4b7d6a1598281a1b362bfe43342b176b034fa819 From ef456f2d68767f1ebc65a3f1d758c6baabd3bb38 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 22:09:31 +0000 Subject: [PATCH 02377/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 57062e4a72a5acb0d328d574dfa5d9358fd60fa0 null Fix typo of ANS1 to ASN1 Replace all occurrences of 'ANS1|ans1' with 'ASN1|asn1'. Change-Id: I65eb72870803b019eae66b1b8a18ceeeb34b95ba Closes-bug: 1306874 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 483183c5a4f1..57062e4a72a5 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 483183c5a4f189a0211a66374f304991e2192465 +Subproject commit 57062e4a72a5acb0d328d574dfa5d9358fd60fa0 From c033413a9ec855241be88159017e14c8029c7345 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 22:11:33 +0000 Subject: [PATCH 02378/18836] Updated openstack/openstack Project: openstack/django_openstack_auth c6897e443010df076527e436922fbd3b7f75c508 null Fix whitespace issues found by Pep8 1.5.4+ Pep8 1.5.4+ fixes some bugs in whitespace related checks, so adjust those in order to pass gating if we upgrade. Change-Id: I8290c2b4f9b233889c3f151cdd5d8346fce8713e --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 57062e4a72a5..c6897e443010 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 57062e4a72a5acb0d328d574dfa5d9358fd60fa0 +Subproject commit c6897e443010df076527e436922fbd3b7f75c508 From 89ce7dd87c72948b63c58e761aefad0ff998113d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Apr 2014 22:14:05 +0000 Subject: [PATCH 02379/18836] Updated openstack/openstack Project: openstack/django_openstack_auth c8d0b8a85b59c91a5af83b31a37ca38859e1586c null TestResponse: use a default status code The status_code field is compared to integers in the requests library, so it has to be set to an integer, not to None. This works in Python 2 because back then, one could compare an int to NoneType. Partial-Bug: 1287323 Change-Id: I7138ceca36692fdf5948c4d6f74186f89c2709f0 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index c6897e443010..c8d0b8a85b59 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit c6897e443010df076527e436922fbd3b7f75c508 +Subproject commit c8d0b8a85b59c91a5af83b31a37ca38859e1586c From 74b7b7639b302ddd678c597fd07413fde2d0502f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 19 Apr 2014 00:01:15 +0000 Subject: [PATCH 02380/18836] Updated openstack/openstack Project: openstack/requirements 9797e919e2376c60d7439da47ec08c361cc99549 null require new setuptools Bug #1290562 believes new setuptools fixes the the issue now, try a new version to see. Change-Id: Ifcc7bf4b0e94d96fca5d87ee85de788564b4aba6 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8877f2ac5abc..9797e919e237 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8877f2ac5abc3b884e66f8942631189ecc2fcebc +Subproject commit 9797e919e2376c60d7439da47ec08c361cc99549 From 43e9ca2c761a5027239348d9531c1d0811cf225c Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 18 Apr 2014 12:56:03 -0700 Subject: [PATCH 02381/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 17852b12544e90310c7fdecdf2f90fd32e91b995 null Test matrix generation for feature branches. The previous change to fix test matrix generation did not include a test. Add a test here so that this does not regress. Change-Id: Ib267a435fa0f28e50a83437d96ad0ef321ba6f46 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4b7d6a159828..17852b12544e 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4b7d6a1598281a1b362bfe43342b176b034fa819 +Subproject commit 17852b12544e90310c7fdecdf2f90fd32e91b995 From dddffdc5d8593e8adedfdb722a49e7d53d22543e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 19 Apr 2014 06:33:13 +0000 Subject: [PATCH 02382/18836] Updated openstack/openstack Project: openstack/glance a582b55004fd7c3ed04a6012a677fbea08da30fc null Sync latest network_utils module from Oslo Syncs the latest network_utils from Oslo to help simplify the fix needed for bug #1216247. Also adds network_utils to openstack-common.conf. This also includes the following commits to network_utils: 897aa7c urlsplit issues with IPv6 addresses in python26 35dc1d7 py3kcompat: remove 12bcdb7 Remove vim header 4c22556 Use py3kcompat urlutils functions instead of urlparse 0bf03b7 Add network_utils.urlsplit e456727 Remove useless logging in networks_utils 7119e29 Enable hacking H404 test. Change-Id: I63325c9b677c2192d24e7eb73adac272bffd4e0b --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3db3b67388bb..a582b55004fd 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3db3b67388bb86af93184c1836414838cf0b449a +Subproject commit a582b55004fd7c3ed04a6012a677fbea08da30fc From 31ea85702d96496255521046720fffe504e15a42 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 20 Apr 2014 09:49:16 +0000 Subject: [PATCH 02383/18836] Updated openstack/openstack Project: openstack/requirements 32aa583e4dd882b1fced84eb98cd4c61956fd6da null Upgrade six requirement to 1.6.0 This is needed for having URL SplitResult support. Change-Id: I8486f8d6e07d577027856a15d60027f24cbe8782 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9797e919e237..32aa583e4dd8 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9797e919e2376c60d7439da47ec08c361cc99549 +Subproject commit 32aa583e4dd882b1fced84eb98cd4c61956fd6da From eb9e810df763291bc7f992737fbd1b6244080e3d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 20 Apr 2014 14:48:32 +0000 Subject: [PATCH 02384/18836] Updated openstack/openstack Project: openstack/glance 1ac9192e966a6f72dd50815f72f6325cf1643ff1 null Enable H304 check Enable H304: no relative imports Fix import in tools/install_venv.py Change-Id: I099ed65db9b42223eaa4b66a3a5c6113d1cc56fe --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a582b55004fd..1ac9192e966a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a582b55004fd7c3ed04a6012a677fbea08da30fc +Subproject commit 1ac9192e966a6f72dd50815f72f6325cf1643ff1 From 47b657b7a5618b91356c558e4b8a61f621fca5ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 20 Apr 2014 18:53:14 +0000 Subject: [PATCH 02385/18836] Updated openstack/openstack Project: openstack/glance 8c39691dffd4d654f955ab1fcaf9eb74eed52fe2 null Configuration doc for VMware storage backend The documentation in configuring.rst needs to be populated for the VMware datastore storage backend. docImpact Change-Id: I2064292867e12e699ca0a8ebba6c11f9de3591a5 Closes-Bug: #1275040 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 1ac9192e966a..8c39691dffd4 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 1ac9192e966a6f72dd50815f72f6325cf1643ff1 +Subproject commit 8c39691dffd4d654f955ab1fcaf9eb74eed52fe2 From 0b488c489debfa9c5a463abda7740393ac5bbec3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Apr 2014 07:37:26 +0000 Subject: [PATCH 02386/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3fd8e8f6d063d37074101c9fac55f0bdd8e6150f null Update docs for auth_token middleware config options The documentation for the auth_token middleware config options was out of date. Change-Id: I8d03d77c58c714375e1e5174962991aa3adc61af --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 02572377fa67..3fd8e8f6d063 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 02572377fa673a7e453ccdcab52ec3bd93d77da3 +Subproject commit 3fd8e8f6d063d37074101c9fac55f0bdd8e6150f From 92dde84c7f58081790574a5ace48c9446d896092 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Apr 2014 09:12:09 +0000 Subject: [PATCH 02387/18836] Updated openstack/openstack Project: openstack/python-glanceclient ae2b5d046a5fee0291ed24e06f6ca05f1c7eb3c7 null Fix the parameter order of assertEqual in glanceclient test On assertEqual, the order of parameters should be (expected, observed). But, some part of glanceclient test were written with invalid order. This patch fixes this problem. Change-Id: I7722fdce766ce3cc5bc9944dc72d7d0af0b09f69 Partially-bug: #1277104 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 59b04bde115c..ae2b5d046a5f 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 59b04bde115cd5147511a276ef94bd9df3cdf952 +Subproject commit ae2b5d046a5fee0291ed24e06f6ca05f1c7eb3c7 From d5d2ad23ca52d99110f7f524a2ec78fa35a6d1d7 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Mon, 21 Apr 2014 09:17:26 -0600 Subject: [PATCH 02388/18836] Updated openstack/openstack Project: openstack/python-cinderclient 4163fa23a4888466a5a0f7471232546c2effd66f null Bump client doc index version to 1.0.9 Prep for push of new client for icehouse release. Change-Id: I281aaa7b628738d423f2cbfe5b78733e4e41714d --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 04eaa48eb606..4163fa23a488 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 04eaa48eb606d3136e091fa6c0ef406438341502 +Subproject commit 4163fa23a4888466a5a0f7471232546c2effd66f From 4d2686f61987a40b81f13836de6ebec021ac8564 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 17 Apr 2014 21:56:53 -0400 Subject: [PATCH 02389/18836] Updated openstack/openstack Project: openstack-dev/devstack b623860c37a98f7fe33c76bd8da36f65a602cf84 null add Fedora x86_64 image for nodepool Change-Id: I54fdc81e2a233fdcf90534aff6be7984e28f6133 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6ee8cf8e7262..b623860c37a9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6ee8cf8e72629094fca639ba9da7ebe6e78c0131 +Subproject commit b623860c37a98f7fe33c76bd8da36f65a602cf84 From ec311700e8ce7b80e93c431bf130c738ce4d00d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 00:25:54 +0000 Subject: [PATCH 02390/18836] Updated openstack/openstack Project: openstack/glance 001dd0112eb4c59edb7f0f240459cfdbeddf9e47 null Uses None instead of mutables for function param defaults Addressing bug 1307878, changes use of mutable lists and dicts as default arguments and defaults them within the function. Otherwise, those defaults can be unexpectedly persisted with the function between invocations and erupt into mass hysteria on the streets. To my knowledge there aren't known cases of the current use causing specific issues, but needs addressing (even stylistically) to avoid problems in the future -- ones that may crop up as extremely subtle or intermittent bugs...or worse, security vulnerabilities. In Glance's case there are ACL-related methods using this, so although I haven't confirmed one way or the other yet, I've marked it with SecurityImpact so that a more knowledgeable set of eyes can review it in this context as well. Closes-Bug: #1307878 SecurityImpact Change-Id: Ic17c330eff701ff63701c0029b26db7093a1d73d --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8c39691dffd4..001dd0112eb4 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8c39691dffd4d654f955ab1fcaf9eb74eed52fe2 +Subproject commit 001dd0112eb4c59edb7f0f240459cfdbeddf9e47 From ed60d4a91fb9819be167bf8650aa68bbc9704327 Mon Sep 17 00:00:00 2001 From: Zhengguang Date: Fri, 18 Apr 2014 15:15:48 +0800 Subject: [PATCH 02391/18836] Updated openstack/openstack Project: openstack/python-novaclient fdd59e142a69d02123ad5b8522ba0e75c731e02f null Fix the incorrect return messages in keypair show and delete When we delete or show a keypair, if the keypair doesn't exist, we'll get "The resource could not be found.(HTTP 404)", this patch will change it to "ERROR: No keypair with a name or ID of 'keypair_name' exists." Change-Id: Ifebd8d2213c327f3d3fdd672207170aebbe1bb40 Closes-Bug: #1307338 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5ff5e05facf7..fdd59e142a69 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5ff5e05facf7253cb6aa467f4e39cd3750b0ab08 +Subproject commit fdd59e142a69d02123ad5b8522ba0e75c731e02f From 27ee2f407b2401df0a6318bbe1e26b3bd09dee3e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 01:42:13 +0000 Subject: [PATCH 02392/18836] Updated openstack/openstack Project: openstack/requirements ca9f7d50964ae591dfcd6d75008a2bedce623dba null Bump minimum requirement for dogpile.cache Move the minimum requirement for dogpile.cache to 0.5.3 for py3k compatibility fix (on .get_multi() ) and general quality of life fixes for interacting with the region objects (.is_configured instead of a try/except or if 'backend' in __dict__). Change-Id: I21cff58726997f5c6564e9b66520c9c51802fe3b --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 32aa583e4dd8..ca9f7d50964a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 32aa583e4dd882b1fced84eb98cd4c61956fd6da +Subproject commit ca9f7d50964ae591dfcd6d75008a2bedce623dba From 470937d13cf2bfd23f5377bd2f5a8a87ab3baaf3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 01:42:27 +0000 Subject: [PATCH 02393/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 102f676da86fb5390e9e5ddcea8d27836fc7223d null Support XenServer in the gate This change is required to support XenServer. Adds localrc generation. Change-Id: I11aa8398f9aff1b1b3bb0d0ff3eaa2f553ef246b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 17852b12544e..102f676da86f 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 17852b12544e90310c7fdecdf2f90fd32e91b995 +Subproject commit 102f676da86fb5390e9e5ddcea8d27836fc7223d From 0cf7ce13ff4cc8be58e0a0be983b10c94d3804de Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 01:42:29 +0000 Subject: [PATCH 02394/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 181bdd7b02067b495a8b6d502350c4282c0c5962 null Set *_DEVSTACK_BRANCH in grenade's localrc In If9417e65c7c54d017c4c847a4020f855684c423c we are using BASE_DEVSTACK_BRANCH to specify the upgrade_level.compute value for nova. So we need devstack-gate to overwrite the default value with the branch d-g is preparing. This patch will allow If9417e65c7c54d017c4c847a4020f855684c423c to work on stable/havana and stable/icehouse, so we can land that patch and then change grenade to icehouse in a self-gating manor. Set TARGET_DEVSTACK_BRANCH for symmetries sake. Change-Id: I22093166e7f100958baeabf7549de5c82ce518b2 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 102f676da86f..181bdd7b0206 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 102f676da86fb5390e9e5ddcea8d27836fc7223d +Subproject commit 181bdd7b02067b495a8b6d502350c4282c0c5962 From 4f81771244cd2f9fa975b1e005035f587ac748aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 01:42:30 +0000 Subject: [PATCH 02395/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4686502e23251eefe30ee4c9207e33f6c92cf627 null usability improvements to test-functions.sh instead of dying at the first error found, run all the tests and show all the errors. This makes it simpler to debug as you can address more than one issue at once. add the use of the bash 'caller' function to automatically print out the name of the function and line number on both successful and failing asserts. This ensures it's easy to get to the issue at hand. Change-Id: If15f50c6c41aa3940682d41c776589407a42bf4f --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 181bdd7b0206..4686502e2325 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 181bdd7b02067b495a8b6d502350c4282c0c5962 +Subproject commit 4686502e23251eefe30ee4c9207e33f6c92cf627 From 6ecfdc57e79bfd85e387eb6a79468fc3426568fb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 02:57:26 +0000 Subject: [PATCH 02396/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0fe55094c443a6ff77c1ac3eb181d684bd53dfe2 null replace double quotes with single. Change-Id: Ib2c828525fe3bafac8ed2f402a477ba62bbf6471 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3fd8e8f6d063..0fe55094c443 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3fd8e8f6d063d37074101c9fac55f0bdd8e6150f +Subproject commit 0fe55094c443a6ff77c1ac3eb181d684bd53dfe2 From 331ee1071d2e50ed6515363a1ae9aa9080a746ee Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 03:54:21 +0000 Subject: [PATCH 02397/18836] Updated openstack/openstack Project: openstack/python-novaclient 4f10b516271611b05aab62b700ab0ce745572f94 null Fix the unlimited length of console-log Since the commit Idf88a238d1b0e545ebab5be872269b1b1030cc56 of Nova, the unlimited length has been changed to -1 for API consistency. This patch applies it to novaclient. Change-Id: I581609a55f081184ad9d791ba38d78fa30d298a6 Closes-Bug: #1295426 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index fdd59e142a69..4f10b5162716 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit fdd59e142a69d02123ad5b8522ba0e75c731e02f +Subproject commit 4f10b516271611b05aab62b700ab0ce745572f94 From 1749ba0602d208f5eabfbc350b59bf3e27fc5cc8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 04:18:25 +0000 Subject: [PATCH 02398/18836] Updated openstack/openstack Project: openstack/python-novaclient 38f60fe21a75504d6bbdf48f0912453427fb2e71 null Updated from global requirements Change-Id: I1f5be823bd33ff05b055c58eac5a1f7706429453 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 4f10b5162716..38f60fe21a75 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 4f10b516271611b05aab62b700ab0ce745572f94 +Subproject commit 38f60fe21a75504d6bbdf48f0912453427fb2e71 From 1d77717900e1e1dc1161c43b5ab7a72b2aaac9b6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 05:07:11 +0000 Subject: [PATCH 02399/18836] Updated openstack/openstack Project: openstack/python-novaclient bc7d0c58df3729d5a5d57799ce9fe943360acb14 null Fix wrong fake return values for Nova V3 client tests The response format for the hypervisor servers list action in Nova API V3 has changed. This patch corrects the fake return values used for client testing. Change-Id: I645607b5adcfe3fa1c1d1efc071c87d2bb2b37b5 Closes-Bug: #1309542 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 38f60fe21a75..bc7d0c58df37 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 38f60fe21a75504d6bbdf48f0912453427fb2e71 +Subproject commit bc7d0c58df3729d5a5d57799ce9fe943360acb14 From 0a189c93490dc7efd4743e1d6481043ac66b4f98 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 05:10:43 +0000 Subject: [PATCH 02400/18836] Updated openstack/openstack Project: openstack/python-novaclient 25987144ac5322aed59766a17e9ee59060113260 null Fix mac address and task_state in baremetal-node-list Currently nova baremetal-node-list doesn't display the list of MAC addresses for each node because this is part of the interfaces object, and not a top level field. It also doesn't display the task state, which is very useful when trying to find which nodes have failed to build. This change fixes both issues Change-Id: If7a3bcab1220be400519ac811bd727ca8ff85827 Closes-Bug: #1308147 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index bc7d0c58df37..25987144ac53 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit bc7d0c58df3729d5a5d57799ce9fe943360acb14 +Subproject commit 25987144ac5322aed59766a17e9ee59060113260 From 8844fd5410326b065e58c31d60645794f531be4a Mon Sep 17 00:00:00 2001 From: ericpeterson-l Date: Wed, 14 Aug 2013 11:12:58 -0600 Subject: [PATCH 02401/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 304b09e73c0bd3711503f7fc5f03d2604f3df7a0 null Adding check for service roles to match users region selection Change-Id: Ic84ba02f3245800156011b015c757333678eaa40 Fixes: bug #1212358 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index c8d0b8a85b59..304b09e73c0b 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit c8d0b8a85b59c91a5af83b31a37ca38859e1586c +Subproject commit 304b09e73c0bd3711503f7fc5f03d2604f3df7a0 From 5ff99c94d3c97da9b50c6de673342d1c9f2bf0fd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 09:18:42 +0000 Subject: [PATCH 02402/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 7d2ece1801b11830d9c474033019c80746b53526 null Updated from global requirements Change-Id: I8f075f6e94dc552bf498644ff6d1c9d76aea2c2b --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 304b09e73c0b..7d2ece1801b1 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 304b09e73c0bd3711503f7fc5f03d2604f3df7a0 +Subproject commit 7d2ece1801b11830d9c474033019c80746b53526 From ee4a8b6781d572babdd2a0307ad0e46a8128ae5c Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Mon, 2 Sep 2013 05:15:01 +0900 Subject: [PATCH 02403/18836] Updated openstack/openstack Project: openstack/python-neutronclient 320e014eff413c5b81ad006087029854bb7d34c6 null Support packet_filter extension in NEC plugin blueprint nec-packet-filter-cli Also adds common validators. Change-Id: Ia431c2268e9a654e10dc9cf740288fb746825d13 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 1246cd977a73..320e014eff41 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 1246cd977a73b079a3aff1ad68f1747c41e9ee8a +Subproject commit 320e014eff413c5b81ad006087029854bb7d34c6 From 467903cb8313f9491a65675fa668e54d0af2fa66 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Tue, 15 Apr 2014 02:06:51 +0000 Subject: [PATCH 02404/18836] Updated openstack/openstack Project: openstack-dev/pbr e67ff52d845f99121402c6b9185265c989eccfa9 null Format autoindex.rst file properly Fix the indentation of the lines following the "toctree" directive in the autoindex.rst file, so that they are aligned under the start of the "toctree" directive. Change-Id: Iff4ec8ea05819f6126a7be3d1fb5238c969fca21 Closes-Bug: #1307769 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 8494418e715c..e67ff52d845f 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 8494418e715ced5cd519224249794cc6f5fa241f +Subproject commit e67ff52d845f99121402c6b9185265c989eccfa9 From 8e2a68a16e77d0f458609f9e02ee80977ba472ba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 13:55:24 +0000 Subject: [PATCH 02405/18836] Updated openstack/openstack Project: openstack/oslo.messaging 06ab616d8ffb73fa1607878c52edbcbd3b54b91e null Logical error in blockless fanout of zmq The blockless fanout doesn't take effect and it only processes the FIRST one by returning after the first loop. Change-Id: Iad071ab455e36be7b26637b286ca9f83fea4a019 Closes-Bug: #1300539 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 1726281aebc1..06ab616d8ffb 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 1726281aebc1f00a127d3b49179365dc03136ca1 +Subproject commit 06ab616d8ffb73fa1607878c52edbcbd3b54b91e From d1a0ba96548c4f7655c154a6b5bd6d1c4aeac5ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 16:03:09 +0000 Subject: [PATCH 02406/18836] Updated openstack/openstack Project: openstack-dev/devstack e22df1771d54c3e11e7c68d6ec726afbed083590 null VMware: update to latest cirros image The default image used is cirros 0.3.0, which is out-dated and does not support cloud-init for config drive. By upgrading to 0.3.2, we gain config drive support testing in our tempest runs. Change-Id: Ibe7f70f1fb457d210b891b19ba3b5be94b2343f0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b623860c37a9..e22df1771d54 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b623860c37a98f7fe33c76bd8da36f65a602cf84 +Subproject commit e22df1771d54c3e11e7c68d6ec726afbed083590 From 952ddc17774f2417cc39142d9e9f43fde3fe0cfa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 19:34:48 +0000 Subject: [PATCH 02407/18836] Updated openstack/openstack Project: openstack-dev/devstack ce7ff0c4b580e3bb23de7320d78e7755b27f680e null Fixed pip with http(s)_proxy pip failed to insall packages with the http_proxy and https_proxy localrc environment variables. indeed, the case of the variables was uppercase and these variables are normally lowercase. Change-Id: I73054aafd353ccf53986f0ec05426f6a2c4e2240 Closes-Bug: 1307492 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e22df1771d54..ce7ff0c4b580 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e22df1771d54c3e11e7c68d6ec726afbed083590 +Subproject commit ce7ff0c4b580e3bb23de7320d78e7755b27f680e From f37e6442883f06ed525409851738a4d4b06529a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 19:35:52 +0000 Subject: [PATCH 02408/18836] Updated openstack/openstack Project: openstack-dev/devstack 6cb4f09aca046f9ae78a7ba49a9b57f549a4af61 null Rename ironic option drivers_whitelist -> enabled_drivers There were competing patches to implement this feature in Ironic. Patch I2da37409cea98731a2ca18dfe7298861fde37783 calls the option 'enabled_drivers', which is more consistent with other option names. Change-Id: Ifa7eae594c6d9ea743a17b4c31e407501bba8467 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ce7ff0c4b580..6cb4f09aca04 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ce7ff0c4b580e3bb23de7320d78e7755b27f680e +Subproject commit 6cb4f09aca046f9ae78a7ba49a9b57f549a4af61 From b701c48696e39a563014d90f92517d86eb99cc37 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Apr 2014 21:52:47 +0000 Subject: [PATCH 02409/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 99c3e24bf5a1be7dbe03f6c4386ae46263ed617e null add warning if devstack run is slow there is a timeout condition in devstack-gate which seems to be hinted at by the nodes themselves being really slow. We should emit a warning when the time to run the devstack setup exceeds 2x the expected time. Change-Id: If05f949c5785d24572652196f52f56c6cb5b6d64 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4686502e2325..99c3e24bf5a1 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4686502e23251eefe30ee4c9207e33f6c92cf627 +Subproject commit 99c3e24bf5a1be7dbe03f6c4386ae46263ed617e From aad218024d7fa139c54e8eff149f48a75dc80db0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 00:03:59 +0000 Subject: [PATCH 02410/18836] Updated openstack/openstack Project: openstack-dev/devstack 17f52dcd8bdee2783d96343339c60fd6b9d464c6 null Don't set nova.conf values to there default value No need to set osapi_compute_extension and volume_api_class to there default values. Change-Id: I1f5345fa2e0ac3a3fbb96a63f36207d2233d7837 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6cb4f09aca04..17f52dcd8bde 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6cb4f09aca046f9ae78a7ba49a9b57f549a4af61 +Subproject commit 17f52dcd8bdee2783d96343339c60fd6b9d464c6 From 9b0a2cdabfb63a609d259fa82be49e709e595a1f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 00:06:30 +0000 Subject: [PATCH 02411/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 2c21e7bbb0c9d3667c3bf7b43add8a734ea47d0b null Correct testcase content There were two test cases in test_http.py, where the input data was the exact same into the two cases, which means that there is an uncovered case for the url formats currently. The test cases are renamed properly. Change-Id: I224035e0959116668494a8b64af34eabeea1c251 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index b3da9638264d..2c21e7bbb0c9 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit b3da9638264d3bc57a1341e86cc860c496195cfc +Subproject commit 2c21e7bbb0c9d3667c3bf7b43add8a734ea47d0b From 6fe29170a7b68a5b1abc81abc7df4e75c739f8c8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 02:46:52 +0000 Subject: [PATCH 02412/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 4481b65ac3ca67868ee93608571f600f36a440bd null remove universal_newlines Need to make sure that binary and text are both handled correctly for cms calls. Blueprint: compress-tokens Change-Id: If3ed5f339b53942d4ed6d6b2d9fc4eebd7180b0a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0fe55094c443..4481b65ac3ca 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0fe55094c443a6ff77c1ac3eb181d684bd53dfe2 +Subproject commit 4481b65ac3ca67868ee93608571f600f36a440bd From 7781010b3510ff2f1289d2261627c04259ba111e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 16:05:35 +0000 Subject: [PATCH 02413/18836] Updated openstack/openstack Project: openstack-dev/devstack b183a42994f8c700d347eb75d83e9ffb2feac880 null Fix Sahara auth configs * auth_ host/port/protocol should use corresponding $KEYSTONE_AUTH_ * add missed auth_ host/port/protocol to [keystone_authtoken] Change-Id: I0fc6434d552cdd03eb8d886681e57bb374e5bb61 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 17f52dcd8bde..b183a42994f8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 17f52dcd8bdee2783d96343339c60fd6b9d464c6 +Subproject commit b183a42994f8c700d347eb75d83e9ffb2feac880 From 13219402f32fb532b4940f66c9ba8cd255c4e74b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 16:05:58 +0000 Subject: [PATCH 02414/18836] Updated openstack/openstack Project: openstack/python-glanceclient f2e0610628bf646003c40668adfa5a6c4318cbc3 null Fix the parameter order of assertEqual in glanceclient v2 test On assertEqual, the order of parameters should be (expected, observed). But, some part of glanceclient v2 test were written with invalid order. This patch fixes this problem. Partially Close-bug: #1277104 Change-Id: Iae3fb9dda28b67a07f527b15ca83d9cca3e867d4 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index ae2b5d046a5f..f2e0610628bf 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit ae2b5d046a5fee0291ed24e06f6ca05f1c7eb3c7 +Subproject commit f2e0610628bf646003c40668adfa5a6c4318cbc3 From f07a4014137430d1ef4d4389c38b13abf41f7329 Mon Sep 17 00:00:00 2001 From: Alexei Kornienko Date: Fri, 10 Jan 2014 06:56:50 +0200 Subject: [PATCH 02415/18836] Updated openstack/openstack Project: openstack/requirements 87674ae3247d894970de1aff407bb1d903b181e0 null Added argcomplete requirement This library will be used in python clients to provide command line completition Minimum version is 0.6.8 cause it's the first version that works with PBR generated scripts Change-Id: Ia2aaa4cd40ebfa29f1c2135a5c99e67484af6de7 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ca9f7d50964a..87674ae3247d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ca9f7d50964ae591dfcd6d75008a2bedce623dba +Subproject commit 87674ae3247d894970de1aff407bb1d903b181e0 From f2ec399dccdf7ad69485e7f7b59e7f4c844192ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 16:57:21 +0000 Subject: [PATCH 02416/18836] Updated openstack/openstack Project: openstack-dev/devstack d191ade0145e633ec556c67b1f03fddd143a66b7 null Add missing function neutron_plugin_configure_service to brocade specific file Closes bug: 1304701 Change-Id: I18f90865a015b9dc6db4123d46492140ca67a38f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b183a42994f8..d191ade0145e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b183a42994f8c700d347eb75d83e9ffb2feac880 +Subproject commit d191ade0145e633ec556c67b1f03fddd143a66b7 From af617bf1e9a5a49f339823f8fd00ca06b98cf0e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 16:57:23 +0000 Subject: [PATCH 02417/18836] Updated openstack/openstack Project: openstack/python-swiftclient fb2058f52b6634b88ac0ee892078bbdfc35456d0 null Use quote/unquote from six module for py3 Change-Id: I42cff32fbf3febd6dd6a7171b9214f93b4414f9a --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index cda2573ab695..fb2058f52b66 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit cda2573ab695021e4e4eee66ec920541e8068adf +Subproject commit fb2058f52b6634b88ac0ee892078bbdfc35456d0 From 3a00af995c802f1cc688d6ff54860033f0164ff3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 16:57:24 +0000 Subject: [PATCH 02418/18836] Updated openstack/openstack Project: openstack/python-swiftclient 91075c32516156d259f79ad81e689bd65724415e null Remove validate_headers It wasn't used anymore since moved up to requests (and it fails in py3). Change-Id: Ic8a80ae09ca6445696a9cf34ffb503c5ff51bc79 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index fb2058f52b66..91075c325161 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit fb2058f52b6634b88ac0ee892078bbdfc35456d0 +Subproject commit 91075c32516156d259f79ad81e689bd65724415e From c94e6ea44d63acf2b3c63b3ccbb0be81e7b2e902 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 19:58:10 +0000 Subject: [PATCH 02419/18836] Updated openstack/openstack Project: openstack/python-swiftclient 1893cbec881003d322ed2613542c09865310eabe null Fix test_raw_upload test We were testing the test but we were not testing that we have actually properly uploaded the object with the right content-len (and it was broken under py3) Change-Id: Ifa91c30532090cac9f8e18ff18eaf5e6c98737d1 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 91075c325161..1893cbec8810 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 91075c32516156d259f79ad81e689bd65724415e +Subproject commit 1893cbec881003d322ed2613542c09865310eabe From c7260ee5135b712e4027cdac0c48ebbc437ad9ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 21:55:52 +0000 Subject: [PATCH 02420/18836] Updated openstack/openstack Project: openstack-dev/devstack dce6ff3071ead0377ef21bdc679b7444a614f11a null Add "daemon" flag to marconi script This patch adds daemon flag to marconi script. This change was needed to run the latest build of marconi-server in background. Since mongodb can not be used with marconi until gate is updated to Ubuntu 14.04, we are changing our backend to sqlite. Change-Id: I1a4148bd545818d5e943257be2f6e752ce43f793 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d191ade0145e..dce6ff3071ea 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d191ade0145e633ec556c67b1f03fddd143a66b7 +Subproject commit dce6ff3071ead0377ef21bdc679b7444a614f11a From 7c5b162544554e171cedb2af3ecbda0f823e0d04 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 23:11:48 +0000 Subject: [PATCH 02421/18836] Updated openstack/openstack Project: openstack/python-openstackclient 845f6705bf65725830b1a7bba22870f177668d86 null Fix the project option to user list so it filters The --project option to the user list command was not implemented * Allow users to be filted by project * Support id or name of project with the find_resource command * Make sure the report does not contain duplicates Change-Id: Ic0e10cccd7749d38a7d4b80bbdc68e61a660084b Closes-Bug: #1177255 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 8ec78a10f8ee..845f6705bf65 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 8ec78a10f8ee35b607c4a7c0260de31178cdf5b0 +Subproject commit 845f6705bf65725830b1a7bba22870f177668d86 From acb4bbb7b33154bbfdf6558fd8eacee98c563402 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 23:11:49 +0000 Subject: [PATCH 02422/18836] Updated openstack/openstack Project: openstack/python-openstackclient 2643df740514376c66b38032fb64a30a73eabe0b null Make endpoint commands more consistent Make endpoints more consistent across create, show, etc * Make the name option required for create * Use a common function to fetch services by id, name or type * Have show work by endpoint id or by service id, type or name * Have show display all the fields by default * Remove capability to filter queries by attribute value pairs Change-Id: Idaa4b8d930ba859fd62de777e44a10b1ed58c79b Partial-Bug: #1184012 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 845f6705bf65..2643df740514 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 845f6705bf65725830b1a7bba22870f177668d86 +Subproject commit 2643df740514376c66b38032fb64a30a73eabe0b From b2cdc31a6f25ef4dfc75d4274ac7812054242eb6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 23:11:50 +0000 Subject: [PATCH 02423/18836] Updated openstack/openstack Project: openstack/python-openstackclient c744abdbdaf2e3dbce028b5535cb6da0632f3284 null Updated from global requirements Change-Id: Ib4416938530bd1037cc4b7e84bf81475d91e6b16 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 2643df740514..c744abdbdaf2 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 2643df740514376c66b38032fb64a30a73eabe0b +Subproject commit c744abdbdaf2e3dbce028b5535cb6da0632f3284 From da51baeb09c26d3ea23978df10e954a4a64da55e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 23:18:50 +0000 Subject: [PATCH 02424/18836] Updated openstack/openstack Project: openstack/python-swiftclient fc6670841863723ac0c17424705cb915adcd1a54 null Updated test_shell for Python3 Change-Id: Ia76e544fa6e0a222c260191a1ab74939078ed2fb --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 1893cbec8810..fc6670841863 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 1893cbec881003d322ed2613542c09865310eabe +Subproject commit fc6670841863723ac0c17424705cb915adcd1a54 From 7a6f8cce5e280e844e94cc09c9c4d33ea28236bf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Apr 2014 23:18:52 +0000 Subject: [PATCH 02425/18836] Updated openstack/openstack Project: openstack-dev/devstack 79698041d0263d86d610f0f5b460c95aa6c4a3d3 null Don't use deprecated nova libvirt conf names libvirt_cpu_mode was renamed to libvirt.cpu_mode libvirt_type was renamed to libvirt.virt_type This patch is needed before I346ee0248c03e60716bd7dc4a5ee4493610867cb can land. Change-Id: Ie8a39147ece3a3c86f4b146fa0af3641b1079319 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index dce6ff3071ea..79698041d026 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit dce6ff3071ead0377ef21bdc679b7444a614f11a +Subproject commit 79698041d0263d86d610f0f5b460c95aa6c4a3d3 From 0db60aa949fb6d94bb77e787a3a3b7291c7a58f9 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 23 Apr 2014 17:02:02 +0000 Subject: [PATCH 02426/18836] Updated openstack/openstack Project: openstack/python-neutronclient e135df710868b2c75fff6d6c0ad8a4f3b0118269 null Updated from global requirements Change-Id: Ic71ae06e070f186ede1bdecd685498fb5a5c3103 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 320e014eff41..e135df710868 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 320e014eff413c5b81ad006087029854bb7d34c6 +Subproject commit e135df710868b2c75fff6d6c0ad8a4f3b0118269 From adc1f893757404036798ac7c4b77b42ed48c0a40 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 00:26:47 +0000 Subject: [PATCH 02427/18836] Updated openstack/openstack Project: openstack/python-swiftclient b9bd897639e742387ca901d0bd154363accdd7a4 null Fix up StringIO use in tests for py3 Some spots in this file were already referencing six.StringIO, but some were still using StringIO.StringIO, which does not work on py3. This patch just makes them all use six.StringIO and removes the now-unused (and wrong, on py3) import. Change-Id: I3c7311c3983f4eb409eedb6f85ede6ffe4059e63 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index fc6670841863..b9bd897639e7 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit fc6670841863723ac0c17424705cb915adcd1a54 +Subproject commit b9bd897639e742387ca901d0bd154363accdd7a4 From 81b5aaf0088ef481ffc43577d63cc1cd10ca62d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 01:39:08 +0000 Subject: [PATCH 02428/18836] Updated openstack/openstack Project: openstack/requirements e037cb38c8cfe30bbad9fdc7643a1a4ae4a73f54 null Zake 0.0.15 released Zake was released with new fixes and sequence id support so projects that want to test zookeeper without a real zookeeper instance can do this with these new features. Pypi url @ https://pypi.python.org/pypi/zake Change-Id: I7d73360d666e456d5481a1bd27096e3b032cd037 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 87674ae3247d..e037cb38c8cf 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 87674ae3247d894970de1aff407bb1d903b181e0 +Subproject commit e037cb38c8cfe30bbad9fdc7643a1a4ae4a73f54 From fcef9db9cce82d53912037631fbe8e9edb0e4570 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 01:57:12 +0000 Subject: [PATCH 02429/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6df8511d90f59606d3b73601be804c16bf09cac9 null Add new error for invalid response There are a number of places where we expect a certain format of response. If it's not found we often end up raising a KeyError when accessing data. Create a new Exception type that is raised when a HTTP response is not appropriate for parsing and use it within authentication calls. Closes-Bug: #1307306 Change-Id: I3cf2db07a8e76ee17702130e9efb0edf640d293a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 4481b65ac3ca..6df8511d90f5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 4481b65ac3ca67868ee93608571f600f36a440bd +Subproject commit 6df8511d90f59606d3b73601be804c16bf09cac9 From a21937f3c7e9641a99c0f5e70b4fa429b72af039 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 02:13:04 +0000 Subject: [PATCH 02430/18836] Updated openstack/openstack Project: openstack/python-keystoneclient ed3060573b7c0e9df274c0ddb7c539afea7312d2 null Fix the catalog format of a sample token This token is used for auth_token testing and is a valid v3 token other than the catalog which is in v2 format. Convert the catalog to V3 format. Whilst there pretty print the token so we can more easily see what's happening. Change-Id: I893ea6e76f3fcc20b13b331911d7b8288b98991d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6df8511d90f5..ed3060573b7c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6df8511d90f59606d3b73601be804c16bf09cac9 +Subproject commit ed3060573b7c0e9df274c0ddb7c539afea7312d2 From 64b26545e272da42fc0f1f121eeceb51661a0982 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 06:48:55 +0000 Subject: [PATCH 02431/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 507af4c0f4bce8a2fe2290edc39e9d5b0296f8f4 null Limited use trusts Trusts now have a "remaining_uses" field that tracks how many times a trust can still issue a token. It is decremented by 1 each time a trust related authentication occurs (call to /auth/tokens), until it reaches 0 and no token can be issued through this trust anymore. If set to null (default value), trusts can be used indefinitely to authenticate. This is the client side of the implementation. Closes-Bug: #1250617 Implements: bp trusts-chained-delegation Change-Id: Ib035a9772b7f035c3a9af102e8e15a860a96a96d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index ed3060573b7c..507af4c0f4bc 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit ed3060573b7c0e9df274c0ddb7c539afea7312d2 +Subproject commit 507af4c0f4bce8a2fe2290edc39e9d5b0296f8f4 From 25ee46ce89599ec3959367cdb96dc7c9a9ce1950 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 06:51:27 +0000 Subject: [PATCH 02432/18836] Updated openstack/openstack Project: openstack/python-swiftclient 37bf0ff9a12f95cc609dab4697adde140500f011 null Fixed several shell tests on Python3. They currently fail because on Python3 arbitrary objects cannot be compared, in this case, MagicMock and int. In Python2 these comparisons silently pass. Change-Id: I468c2137702a454365886099e827d329cb1d7209 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index b9bd897639e7..37bf0ff9a12f 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit b9bd897639e742387ca901d0bd154363accdd7a4 +Subproject commit 37bf0ff9a12f95cc609dab4697adde140500f011 From b4d9bafd48a14d76a99ef40d11ac8105a14e4f7f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 06:52:05 +0000 Subject: [PATCH 02433/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 212b0190d7abd461af787b88ace4e34b46659815 null Revert "Fix temporary pypy gate issue with setuptools" This reverts commit 0972c76a7734fd1f307f239fdd858d12ddde1cab --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 2c21e7bbb0c9..212b0190d7ab 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 2c21e7bbb0c9d3667c3bf7b43add8a734ea47d0b +Subproject commit 212b0190d7abd461af787b88ace4e34b46659815 From d454c3f2027aa83948f751809fdf14ab11846135 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 07:53:05 +0000 Subject: [PATCH 02434/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f1ace5c418cfc08707716fc99495185b020612e0 null Ensure that cached token is not revoked We need to ensure that tokens won't stay in cache after they have been revoked. Changed default revocation_cache_time 300 -> 10 seconds. revocation_cache_time has to be << than token_cache_time to make token cache efficient. Fixes bug #1287301 Change-Id: I14c0eacac3b431c06e40385c891a6636736e5b4a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 507af4c0f4bc..f1ace5c418cf 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 507af4c0f4bce8a2fe2290edc39e9d5b0296f8f4 +Subproject commit f1ace5c418cfc08707716fc99495185b020612e0 From 3556c15fd9bc2cd5b19f25c8b1690aa8a0f0e8d0 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 23 Apr 2014 15:11:24 -0400 Subject: [PATCH 02435/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4751cb4570a41bf615bb596fbe6490e4ea489c10 null change time calculation to not require bc bc isn't on all devstack-gate nodes, do math in bash instead of using bc. Change-Id: I8fd330ee9b1fe7db33a64488fc17e24bdf291357 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 99c3e24bf5a1..4751cb4570a4 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 99c3e24bf5a1be7dbe03f6c4386ae46263ed617e +Subproject commit 4751cb4570a41bf615bb596fbe6490e4ea489c10 From 606447bb520f1c60b6a977d03f963a9b36d126d4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 11:44:45 +0000 Subject: [PATCH 02436/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d9e798e4e9a012242291a76ad2614d69f550b896 null Add os-cloud-config into PROJECTS TripleO is in the process of moving scripts out of incubator and into os-cloud-config, so it needs to be available in CI. Change-Id: I979a8311d7f90026138260b8a3a17f5ace69a9da --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4751cb4570a4..d9e798e4e9a0 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4751cb4570a41bf615bb596fbe6490e4ea489c10 +Subproject commit d9e798e4e9a012242291a76ad2614d69f550b896 From b42d7197775c1f3975cffca9ce33eb9730c34516 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 16:24:43 +0000 Subject: [PATCH 02437/18836] Updated openstack/openstack Project: openstack/requirements 70bd5b6a777039a3d14553ecf1115b0fb80a88ab null Add PyECLib as a requirement Swift will call into PyECLib for erasure coding functions. This is in preparation for the change in review: https://review.openstack.org/#/c/66482 PyECLib is BSD licensed. Change-Id: I0884256fa9e65101ff7673a32eea0ecea0ad257b Signed-off-by: Tushar Gohad --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e037cb38c8cf..70bd5b6a7770 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e037cb38c8cfe30bbad9fdc7643a1a4ae4a73f54 +Subproject commit 70bd5b6a777039a3d14553ecf1115b0fb80a88ab From 0d9e20625f876755e8397a5a5a8b57b1850da50c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 22:04:30 +0000 Subject: [PATCH 02438/18836] Updated openstack/openstack Project: openstack-dev/devstack f63ee0e38d3ef3ebdea9ba60559459fe08711e1d null Some smaller fixes for openSUSE 13.1 support * dnsmasq-utils is also required on openSUSE 13.1 (for dhcp_release) * make sure that iscsid is actually started. On openSUSE it's not started by default. Change-Id: Ibceb7ce1372ca74010bdc9f44258a5a25182adc6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 79698041d026..f63ee0e38d3e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 79698041d0263d86d610f0f5b460c95aa6c4a3d3 +Subproject commit f63ee0e38d3ef3ebdea9ba60559459fe08711e1d From 3d6b24aa96938841964b863ed551f24e01a13bdb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 22:40:05 +0000 Subject: [PATCH 02439/18836] Updated openstack/openstack Project: openstack-dev/devstack a4d56939ca3f8be2ab49cc46b91285d401be7b76 null Add bridge_mappings to extras/80-opendaylight.sh to support vlan isolation. OpenDaylight integration with Openstack requires some extra configuration information to be set in the ovsdb via the other_config value. Currently only the local ip address is set. bridge_mappings needs to be added to support vlan isolation. This requires changing the form of the existing ovs-vsctl command to set the other_config value. The current command does a replace so the last command to run overwrites any other values. The command is changed to append values instead. Change-Id: Ia001ecf27c8f5ace05af014ecce0b13f6d490ac1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f63ee0e38d3e..a4d56939ca3f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f63ee0e38d3ef3ebdea9ba60559459fe08711e1d +Subproject commit a4d56939ca3f8be2ab49cc46b91285d401be7b76 From 17853a0464ae7176cc7620b8ec7dca2a8c185c9e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Apr 2014 23:15:39 +0000 Subject: [PATCH 02440/18836] Updated openstack/openstack Project: openstack-dev/devstack f26668f66d109fe1fd055ec92bf650f5bbc49a7b null Also pass FWAAS conf to VPN agent if enabled If q-vpn is enabled, the Neutron neutron-vpn-agent is started instead of the neutron-l3-agent, but only neutron-l3-agent receives the fwaas_driver config when q-fwaas is enabled. This ensures the FW driver config is passed to either so that a properly configured agent is running when the FWAAS extensions are enabled. Closes-bug: #1310858 Change-Id: I237d2831a6b87ae46dfef047d3dc0b85fa6423d3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a4d56939ca3f..f26668f66d10 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a4d56939ca3f8be2ab49cc46b91285d401be7b76 +Subproject commit f26668f66d109fe1fd055ec92bf650f5bbc49a7b From dc929e77769ab5c0b954aa357f3ed96aefce225f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 02:08:04 +0000 Subject: [PATCH 02441/18836] Updated openstack/openstack Project: openstack/python-neutronclient 3ee153f12a78f1f0b2b11613a3769382d4ea1dcf null Use requests module for HTTP/HTTPS This change introduces the use of requests in lieu of httplib2 to ensure proper handling of SSL termination. Implements: blueprint tls-verify Change-Id: If182f2addf26421873b8c3d2b60f8cba9b7a9450 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index e135df710868..3ee153f12a78 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit e135df710868b2c75fff6d6c0ad8a4f3b0118269 +Subproject commit 3ee153f12a78f1f0b2b11613a3769382d4ea1dcf From c3b5566dd93debe834c87944a32bdb191351473c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 05:57:15 +0000 Subject: [PATCH 02442/18836] Updated openstack/openstack Project: openstack/python-troveclient a98aee9c119b8bb77e5af8f842bb5c3b4a6ff70e null Fixing the compat client create call "configuration_ref" needs to be "configuration". Closes-Bug: #1306696 Change-Id: I080de3d4f39e3f0dc34e173e7565b26077b17092 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 4d2b11adc95e..a98aee9c119b 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 4d2b11adc95edc9c405db0d938531295bf71a4a4 +Subproject commit a98aee9c119b8bb77e5af8f842bb5c3b4a6ff70e From 373f8e2f2d3c904080661b4b8dd61bd7ff5341f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 06:06:59 +0000 Subject: [PATCH 02443/18836] Updated openstack/openstack Project: openstack/python-troveclient da0aeb4f88050b43674ceadc2edc84183a9512c7 null Updated from global requirements Change-Id: I7214f89c5bd7a236f068c8279d76aa23fc4a8d44 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index a98aee9c119b..da0aeb4f8805 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit a98aee9c119b8bb77e5af8f842bb5c3b4a6ff70e +Subproject commit da0aeb4f88050b43674ceadc2edc84183a9512c7 From 5db7052a705090b82d45f74648a7539e1637418b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 06:07:01 +0000 Subject: [PATCH 02444/18836] Updated openstack/openstack Project: openstack/python-troveclient 2b6bfad6ae64248ad6d1b30c055773b49651150c null Fixes trove create output Reasons: - When using trove create, the output for create instance shows all unwanted information as described in bug, like flavor details and datastore as a dict. Changes: - Moved the configuration attribute setting to top before setting up any other attribute. Change-Id: I5d508f5ee3937097086f08bbfad3642f7d63f288 Closes-Bug: #1282338 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index da0aeb4f8805..2b6bfad6ae64 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit da0aeb4f88050b43674ceadc2edc84183a9512c7 +Subproject commit 2b6bfad6ae64248ad6d1b30c055773b49651150c From 8cc01abc3d57371484e64ec91b8131c035cb086e Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 24 Apr 2014 18:29:07 -0500 Subject: [PATCH 02445/18836] Updated openstack/openstack Project: openstack/python-keystoneclient bef7f497f0fdcb7d9f529c8b0a811d79b4465f3a null Enhance tests for auth_token middleware There was code in _verify_uuid_token that was not covered by unit tests. This change increases the coverage. Change-Id: I63e171a0a8e63ae599c967adc9ff09670063b807 Related-Bug: #1174499 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f1ace5c418cf..bef7f497f0fd 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f1ace5c418cfc08707716fc99495185b020612e0 +Subproject commit bef7f497f0fdcb7d9f529c8b0a811d79b4465f3a From d1b6b9462cebc0d2bd058e58e891adfc553e660d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 08:26:09 +0000 Subject: [PATCH 02446/18836] Updated openstack/openstack Project: openstack/python-neutronclient fa49aab4e343c699c6ef8045ce96252f83f4010c null Allow user ID for authentication In Keystone V3 user names are no longer necessarily unique across domains. A user can still authenticate a user in the non default domain via the V2 API providng they use IDs instead of names. Tenant_ID is already supported, this change adds support for user ID Closes-Bug: #1299807 Change-Id: I22fdd9a6749f7dfbdd2dc8313fddc81e5ea0b753 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 3ee153f12a78..fa49aab4e343 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 3ee153f12a78f1f0b2b11613a3769382d4ea1dcf +Subproject commit fa49aab4e343c699c6ef8045ce96252f83f4010c From 83c44ddf342aec2dcb3ace411bd76052aeb979b0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 09:29:13 +0000 Subject: [PATCH 02447/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c53c68cb51ece7f578d4701a51ad24fc9673d906 null Debug log when token found in revocation list The auth_token middleware didn't log when a token is rejected because it's in the revocation list. This adds a log message so that it's easier to debug problems. Change-Id: I1388ed04641d209ba2083a1096488edc22267ebe --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index bef7f497f0fd..c53c68cb51ec 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit bef7f497f0fdcb7d9f529c8b0a811d79b4465f3a +Subproject commit c53c68cb51ece7f578d4701a51ad24fc9673d906 From 371e88400a99c5be893b2fba715adcab5be02c8f Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 24 Apr 2014 17:04:21 +0200 Subject: [PATCH 02448/18836] Updated openstack/openstack Project: openstack/python-swiftclient a99c2ff5816ee135f38f8962030889100d37dc8c null Don't utf8 encode urls. This is not needed since already done by requests. (and it was buggy with py3). Change-Id: I9505c56be2f53eb8071aea3d5fb9d8caa9508e34 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 37bf0ff9a12f..a99c2ff5816e 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 37bf0ff9a12f95cc609dab4697adde140500f011 +Subproject commit a99c2ff5816ee135f38f8962030889100d37dc8c From 4dae3e094fe413e59e011bcc471400a464f4ca2f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 10:24:17 +0000 Subject: [PATCH 02449/18836] Updated openstack/openstack Project: openstack/python-troveclient d59016901d1a53efa281599b5b0dadb7955e8944 null Remove dependent module py3kcompat Module py3kcompat was removed from oslo-incubator, we can use six directly. * Sync commit of removing py3kcompat from oslo * use six replace usage of py3kcompat Change-Id: I15b9ffb10e2d5765a1ed07dd5fd4e2bf7b21ec49 Closes-Bug: #1280033 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 2b6bfad6ae64..d59016901d1a 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 2b6bfad6ae64248ad6d1b30c055773b49651150c +Subproject commit d59016901d1a53efa281599b5b0dadb7955e8944 From b9db77d6bc6869a1f927bfc986e0127e932d4cb1 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Fri, 25 Apr 2014 11:42:41 +0400 Subject: [PATCH 02450/18836] Updated openstack/openstack Project: openstack-dev/devstack 10f416136b8cd8e7c42c65f3cc97f75281719687 null Expose enabled plugins for Sahara Make devstack users able to specify enabled plugins. By default enable vanilla, hdp and fake plugins. Fake plugin is needed for gate testing. Change-Id: Ia557eafe19b7d8eb62b6511d8d5331a106ef4bc2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f26668f66d10..10f416136b8c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f26668f66d109fe1fd055ec92bf650f5bbc49a7b +Subproject commit 10f416136b8cd8e7c42c65f3cc97f75281719687 From 82a4ecb698e7fd09af99e942dcab0e5c255c3960 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 11:13:26 +0000 Subject: [PATCH 02451/18836] Updated openstack/openstack Project: openstack/requirements 528632664bfd5cdd84d72c6636730d34c93fb60c null Kazoo has moved onto 1.3.1 The 0.9 release is over a year old now and kazoo has made many small changes and bug fixes that it would be great to take advantage of. In order to take advantage of these lets bump up the version. Changes @ https://pypi.python.org/pypi/kazoo#changelog Change-Id: Ia33a59e4ac5904d9d2bc5dbf902ed98a919fd68d --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 70bd5b6a7770..528632664bfd 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 70bd5b6a777039a3d14553ecf1115b0fb80a88ab +Subproject commit 528632664bfd5cdd84d72c6636730d34c93fb60c From 5e1cde8c1fa0fb10f2c5fc3a651566acd49df88f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 11:33:04 +0000 Subject: [PATCH 02452/18836] Updated openstack/openstack Project: openstack/requirements b01699a8d87767ca7de42f5100411e995924ed72 null allow for NON_STANDARD_REQS override there are non integrated projects in openstack that use devstack framework for running jobs. They need a lever in their jobs to tell the infrastructure that we won't enforce global-requirements strict compliance on them. We'll still generate a warning so that they know they are using requirements outside of OpenStack's accepted list, but it will be non fatal. Change-Id: Id90547e2fb0a5736385c9f31ba386e7c2e0616df --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 528632664bfd..b01699a8d877 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 528632664bfd5cdd84d72c6636730d34c93fb60c +Subproject commit b01699a8d87767ca7de42f5100411e995924ed72 From 6ec6b06d66d104115cf674fd9a6b154997861a2a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 13:21:56 +0000 Subject: [PATCH 02453/18836] Updated openstack/openstack Project: openstack-dev/devstack 1ab0ddceb465bd3c4be0579900e92c5b0160e4cb null lib/tempest: $HEAT_CREATE_TEST_IMAGE is not used anymore Ridiculous patch to remove a not true anymore code comment. If one wants to have Devstack get a heat compatible image, one should add HEAT_FETCHED_TEST_IMAGE=Fedora-i386-20-20131211.1-sda in his localrc Change-Id: I2702a322fe1332be5c1301bb32710288ec683350 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 10f416136b8c..1ab0ddceb465 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 10f416136b8cd8e7c42c65f3cc97f75281719687 +Subproject commit 1ab0ddceb465bd3c4be0579900e92c5b0160e4cb From 93770de693dd3a291206f470220aa054c98b9776 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 22 Apr 2014 23:32:24 +0800 Subject: [PATCH 02454/18836] Updated openstack/openstack Project: openstack/oslo.messaging f62ca58667debde0b1f41fd3cc42ead8fb761c86 null Fix typo in docstring of notify/notifier Change-Id: Idd9f60e4d7ba65157f82f2a4c128f63c3ad6e805 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 06ab616d8ffb..f62ca58667de 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 06ab616d8ffb73fa1607878c52edbcbd3b54b91e +Subproject commit f62ca58667debde0b1f41fd3cc42ead8fb761c86 From bd3fd8e268e1d05f6d29dea1b0b8152af214b6b1 Mon Sep 17 00:00:00 2001 From: Zhengguang Date: Sat, 19 Apr 2014 10:44:54 -0400 Subject: [PATCH 02455/18836] Updated openstack/openstack Project: openstack/python-novaclient 02ee4fc79e25b31e8a12094cfa3f1839bcc497cd null Add unit test for keypair's api Add unit test for keypair's api in test_shell.py, just for v1.1, not for v3, because of v3 inherits from v1.1. Change-Id: Ibbad199449431b328091ef4b5e4b955ffcddc303 Closes-Bug: #1309986 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 25987144ac53..02ee4fc79e25 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 25987144ac5322aed59766a17e9ee59060113260 +Subproject commit 02ee4fc79e25b31e8a12094cfa3f1839bcc497cd From 7da3abbeb4ff1375e0f1b06bbc9810e127997c7f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 16:34:42 +0000 Subject: [PATCH 02456/18836] Updated openstack/openstack Project: openstack/oslo.messaging f676b335ceb81639f5caa4b8e6cf83f6f69b7361 null Updated from global requirements Change-Id: Iccddbe52b2550f81189f23c9f5624def817681ad --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f62ca58667de..f676b335ceb8 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f62ca58667debde0b1f41fd3cc42ead8fb761c86 +Subproject commit f676b335ceb81639f5caa4b8e6cf83f6f69b7361 From c0df5d7e534feadde0cb72a04727896f7bcf5bf7 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Sun, 6 Apr 2014 19:36:27 +0200 Subject: [PATCH 02457/18836] Updated openstack/openstack Project: openstack/oslo.config 0a66c272cba4aea5dd37d2da47c45d5fa46818dc null Fix test_version on Python 3.4 Since Python 3.4, argparse has been printing the version on stdout rather than on stderr as it used to. We should fix this now because: - this is an issue when packaging oslo-config in Debian Sid, which uses Python 3.4; - it will be needed when Openstack switches to 3.4 anyway. Change-Id: I6a84009acb8621d62465c4cd2573200a07b6b4ab --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 78225a58835e..0a66c272cba4 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 78225a58835eeae1d05d99cc3e76e71a2e75dab3 +Subproject commit 0a66c272cba4aea5dd37d2da47c45d5fa46818dc From 7cf778d7d4a9b579318db874e9c35a2c9f08a2fb Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 25 Apr 2014 11:23:07 +0000 Subject: [PATCH 02458/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5dd9017616ec458a0de41f1862673d20b75a62e4 null Updated from global requirements Change-Id: I274214f7924fc2edddfc54a81147a3b17123238f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c53c68cb51ec..5dd9017616ec 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c53c68cb51ece7f578d4701a51ad24fc9673d906 +Subproject commit 5dd9017616ec458a0de41f1862673d20b75a62e4 From eb7a79da1b4592dafabbaa5928ffe034092de4d6 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 25 Apr 2014 11:26:28 -0700 Subject: [PATCH 02459/18836] Updated openstack/openstack Project: openstack/python-swiftclient 9ff3bad4e22fbd561d9253af2b6e38580124b450 null Removed a duplicate word in a dostring Change-Id: I38e41a7ce9f91b5b1785491c6cd10dbbba9562a2 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index a99c2ff5816e..9ff3bad4e22f 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit a99c2ff5816ee135f38f8962030889100d37dc8c +Subproject commit 9ff3bad4e22fbd561d9253af2b6e38580124b450 From e41ec2f4cf3244f68001c903163f427ecacdcb17 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Apr 2014 23:54:31 +0000 Subject: [PATCH 02460/18836] Updated openstack/openstack Project: openstack/requirements 904686400c0bdcf1fd55b62a8cf9acae17193765 null Add notes about packaging of external libraries Add notes regarding the packaging of some external libs which aren't tested in the gate. Move three libs into that section: - python-seamicroclient - hp3parclient - hplefthandclient Change-Id: Icdd75b908aa000923ed07df5ead8bcd2bacdc025 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b01699a8d877..904686400c0b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b01699a8d87767ca7de42f5100411e995924ed72 +Subproject commit 904686400c0bdcf1fd55b62a8cf9acae17193765 From 2b89739f574903c9448ce02c6f3e58d48820cfcf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Apr 2014 05:32:08 +0000 Subject: [PATCH 02461/18836] Updated openstack/openstack Project: openstack-dev/devstack b61fc03102ca49d4b8c41710f5c9d7fcf7805ec7 null Replace DEFAULT section with service_credentials Some options defined in ceilometer.service should be in service_credentials section instead of DEFAULT, which is deprecated since Havana. Change-Id: I69077394a77f379db2be593a9fa15d414015610a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1ab0ddceb465..b61fc03102ca 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1ab0ddceb465bd3c4be0579900e92c5b0160e4cb +Subproject commit b61fc03102ca49d4b8c41710f5c9d7fcf7805ec7 From ed8f88a0f3679e76b6af9bf1287eda7fc2b0a719 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Apr 2014 20:37:15 +0000 Subject: [PATCH 02462/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6be38bb8f517b640a5bea1a59bdf83b6b6c6501a null Deprecate admin_token option in auth_token The admin_token option shouldn't be used with the auth_token middleware. It's used to specify a token to be used to perform operations on the identity server, so would typically be set to the admin token. The admin token should only be used to initially set up the Keystone server, and then the admin token functionality should be disabled. If this recommended setup is used then the auth_token middleware shouldn't be using the admin token / auth_token. In preparing for removal of the admin_token option, the option is now deprecated. A warning will be logged if it's set. DocImpact Change-Id: I5bc4f4a6ad7984892151c8011ccd92f166aba4c2 Closes-Bug: #1306981 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5dd9017616ec..6be38bb8f517 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5dd9017616ec458a0de41f1862673d20b75a62e4 +Subproject commit 6be38bb8f517b640a5bea1a59bdf83b6b6c6501a From 8d84a1a8e042251f3c35d4d08125f9f53c768d61 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 27 Apr 2014 15:27:57 +0000 Subject: [PATCH 02463/18836] Updated openstack/openstack Project: openstack-dev/devstack 5ee1cd3b472d29578537d992c50da700a449508a null update heat image to the 64bit one we cached previously start caching the next 64bit update image to deal with heat breaks we see from time to time. Change-Id: If62840f4807151ada1598046fb7ad47c7210df12 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b61fc03102ca..5ee1cd3b472d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b61fc03102ca49d4b8c41710f5c9d7fcf7805ec7 +Subproject commit 5ee1cd3b472d29578537d992c50da700a449508a From 06cf16015fc923ac9b60cffbfff4b87cab9a98cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Apr 2014 07:02:51 +0000 Subject: [PATCH 02464/18836] Updated openstack/openstack Project: openstack/glance 7cffaaca0faeff4b96b296b2b5ac8fa055e2f00b null Fixes "bad format" in replicator for valid hosts Due to a bad regex, the glance-replicator tool rejects any source or target host:port combination that contains a period. As a result, only hostnames without periods can be used. This fix expands the host/port checks to: - allow periods in hostnames - allow and verify IPv6 addr/port pairs (i.e., [fe80::f00d:face]:1234) - allow and verify IPv4 addr/port pairs (i.e., 172.17.17.2:1234) - sanity-check port numbers This also includes extensive tests for each component of the parsing, and adds network_utils to openstack-common.conf. Change-Id: I94fdd7a57a4cb0aa5d79f66d68be159d1f1266d1 Closes-Bug: #1216247 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 001dd0112eb4..7cffaaca0fae 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 001dd0112eb4c59edb7f0f240459cfdbeddf9e47 +Subproject commit 7cffaaca0faeff4b96b296b2b5ac8fa055e2f00b From 3ac1bed2c0aaa9304bf30e36c46ccffb877929d3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Apr 2014 12:39:00 +0000 Subject: [PATCH 02465/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 6302c0c1a216045f9df74fde384e0560ad55d066 null Fix the ceilometer trait-description-list command command ceilometer trait-description-list is unavailable. Change-Id: Ib6d03b11194d6a0bef190c815d948649ada6c260 Closes-Bug: #1284548 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 212b0190d7ab..6302c0c1a216 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 212b0190d7abd461af787b88ace4e34b46659815 +Subproject commit 6302c0c1a216045f9df74fde384e0560ad55d066 From fa6ee8374af68a769bdf8007b1009666a2d0412b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Apr 2014 14:44:14 +0000 Subject: [PATCH 02466/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient b1b2b4ba2311813188acb3cca2e4b4deb1f3bf5e null Updated from global requirements Change-Id: Ic9daf3cd6130b034f60f3492e91c8e335226209a --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 6302c0c1a216..b1b2b4ba2311 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 6302c0c1a216045f9df74fde384e0560ad55d066 +Subproject commit b1b2b4ba2311813188acb3cca2e4b4deb1f3bf5e From fb74922b25904e5085a29bdfc415d53844c7de6c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Apr 2014 14:45:23 +0000 Subject: [PATCH 02467/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 765099831e5a945a56da8241bb9d1b28defc9963 null Revert "Revert "update grenade branches"" We are not gating on n-cpu-partial so it's safe to propose icehouse -> master grenade upgrades. This reverts commit 633b702cd9ac62d9fba15f60c20423844b4949b5. Change-Id: If6f18f86f0f5a2dccd02fb82452c8651436cc5d2 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d9e798e4e9a0..765099831e5a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d9e798e4e9a012242291a76ad2614d69f550b896 +Subproject commit 765099831e5a945a56da8241bb9d1b28defc9963 From 47f625b78ff4ee3bf4d654b600bffa39f0d25de5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Apr 2014 23:49:53 +0000 Subject: [PATCH 02468/18836] Updated openstack/openstack Project: openstack/requirements f59f8fd875430fd5a871ed95e0be5245c78abc08 troveclient 1.0.4 released Needed for Heat: - support providing datastore type and datastore version when creating Trove instance (new feature in Trove Icehouse, introduced in troveclient 1.0.4) - support providing network id when creating Trove instance (needed in presence of multiple Neutron networks, introduced in troveclient 1.0.4) Change-Id: I476c16ee5419ef5d0a555071b825de897c3cbf5b --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 904686400c0b..f59f8fd87543 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 904686400c0bdcf1fd55b62a8cf9acae17193765 +Subproject commit f59f8fd875430fd5a871ed95e0be5245c78abc08 From 859fc799a3545d173b568fd76b05415bb24240a6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Apr 2014 01:12:08 +0000 Subject: [PATCH 02469/18836] Updated openstack/openstack Project: openstack-dev/pbr 13c45cb9fb5fb4d93ae611e396956f8d9b4327a0 README.rst: tweaks Change-Id: Iadb60bd8422734a0eb252d30accd513a49032fd3 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index e67ff52d845f..13c45cb9fb5f 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit e67ff52d845f99121402c6b9185265c989eccfa9 +Subproject commit 13c45cb9fb5fb4d93ae611e396956f8d9b4327a0 From 5d9d756b02ab88d792da48f21640b3d32dd151e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Apr 2014 01:35:09 +0000 Subject: [PATCH 02470/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 1e3798b86d4bf900ccc8cfa9b4038a36b4f677aa Correct help string about insufficient_data Replace insufficient_data to insufficient data in parameter "--state" of alarm-create/alarm-combination-create/alarm-threshold-create help sting. Change-Id: Ica0ea14d19a3a6cac9491d5cbdc3be23b5c91b60 Closes-bug: #1290230 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index b1b2b4ba2311..1e3798b86d4b 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit b1b2b4ba2311813188acb3cca2e4b4deb1f3bf5e +Subproject commit 1e3798b86d4bf900ccc8cfa9b4038a36b4f677aa From a688474ce9d4b11110604b2a1f02bf9012ababb4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Apr 2014 05:16:50 +0000 Subject: [PATCH 02471/18836] Updated openstack/openstack Project: openstack/python-heatclient aa360404cad8b4ec66a6ed6e1e921ee60dc9da65 Heat client does not support OS_CACERT option This option is standard in OpenStack clients to pass in the location of any extra CA certificate bundle needed to negotiate an SSL connection with SSL-secured services. Change-Id: If675b36bf6bbd1df216277129b147c32555de0d0 Closes-Bug: 1308087 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 27b1ab9260d4..aa360404cad8 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 27b1ab9260d4a12074504687fed008beba27aa60 +Subproject commit aa360404cad8b4ec66a6ed6e1e921ee60dc9da65 From cc8371005eec573bfce4a84829e1f873fdd05639 Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Mon, 28 Apr 2014 08:30:18 +0100 Subject: [PATCH 02472/18836] Updated openstack/openstack Project: openstack-dev/devstack 527f21c7e79cee86c6ce6c6bc8a52d819c3dcd19 Only use heat image where support Glance will reject images that it doesn't understand, and only certain drivers can use qcow2 images. This means for systems without qcow2 support, devstack will fail to run until this change is merged. Change-Id: Ic92815f3d32880e987456c0428953dddaa81c94c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5ee1cd3b472d..527f21c7e79c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5ee1cd3b472d29578537d992c50da700a449508a +Subproject commit 527f21c7e79cee86c6ce6c6bc8a52d819c3dcd19 From 739ca3dae6797a4f85a9f28f25f0d1df06e80a94 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Apr 2014 21:23:00 +0000 Subject: [PATCH 02473/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 85b808e20ece0d634347019927b7569afb33e4c2 Fix some help strings It should be ID instead of id - like in nearly all other help strings. Also add missing "." to end of string and use plural for one string. Change-Id: I14c8c622978b206e092e56741ad5cc6885b2d118 Co-Authored-By: Summer Long --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 1e3798b86d4b..85b808e20ece 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 1e3798b86d4bf900ccc8cfa9b4038a36b4f677aa +Subproject commit 85b808e20ece0d634347019927b7569afb33e4c2 From 58095523c2d4deed2822cd38251b42e0fabda17c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Apr 2014 21:45:27 +0000 Subject: [PATCH 02474/18836] Updated openstack/openstack Project: openstack/python-swiftclient b1ca7056b106638151f8bde45a4c7764633c139b Mock auth_end_time in test_shell.test_download If we don't we are getting an error like this under py3: TypeError: unsupported operand type(s) for /: 'float' and 'MagicMock' Change-Id: If5a6947757297354e6b81fc45f011cc2921d609f --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 9ff3bad4e22f..b1ca7056b106 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 9ff3bad4e22fbd561d9253af2b6e38580124b450 +Subproject commit b1ca7056b106638151f8bde45a4c7764633c139b From e48ba3652c8418320206295f2e84fc506269dc16 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 25 Apr 2014 21:25:27 -0700 Subject: [PATCH 02475/18836] Updated openstack/openstack Project: openstack/python-novaclient 4c5f5458719bc475f46c22d4ad7f2997c58fcab8 Fixed a typo in a comment Found using: https://github.com/intgr/topy Change-Id: I1fba0b8c8e978f286905eeb96ae0a2e47762f413 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 02ee4fc79e25..4c5f5458719b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 02ee4fc79e25b31e8a12094cfa3f1839bcc497cd +Subproject commit 4c5f5458719bc475f46c22d4ad7f2997c58fcab8 From 1ffff35b897df592b1308022518b96c2e0d7e591 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sun, 27 Apr 2014 10:21:21 +0800 Subject: [PATCH 02476/18836] Updated openstack/openstack Project: openstack/oslo.messaging 23edc1b4ce8af2a2a4c3eb3c9c095354f3983d8b Remove str() from LOG.* and exceptions gettextutils is expecting to receive unicode strings rather than basestrings. A basestring can cause an unhandled exception in the logging code. To help avoid such issues we should remove str() from LOG.* messages and exceptions. We have verified that the %s formatting code properly handle getting strings to unicode where necessary. Copied from https://review.openstack.org/#/c/77722 Change-Id: I082af5c9ae8bf9859382c2c387b10b48358e10b3 Related-Bug: #1286306 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f676b335ceb8..23edc1b4ce8a 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f676b335ceb81639f5caa4b8e6cf83f6f69b7361 +Subproject commit 23edc1b4ce8af2a2a4c3eb3c9c095354f3983d8b From e80f1e5a5ee2f2d6869dbc889816fd641eedc98e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Apr 2014 22:03:28 +0000 Subject: [PATCH 02477/18836] Updated openstack/openstack Project: openstack/oslo.messaging 9a322a4ea22c8f6fdea63da15cf25256e792c3cd Synced jsonutils from oslo-incubator The sync includes change that drastically enhances performance on Python 2.6 with fresh simplejson library installed. The latest commit in oslo-incubator: - 732bdb6297eb9de81667f7713ebcb1ccc2ee45a7 Change-Id: Ib3dc0b713ed90396919feba018772243b3b9c90f Closes-Bug: 1314129 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 23edc1b4ce8a..9a322a4ea22c 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 23edc1b4ce8af2a2a4c3eb3c9c095354f3983d8b +Subproject commit 9a322a4ea22c8f6fdea63da15cf25256e792c3cd From edbabca3466917d38cbaef8ecc5f5f216ebc1c56 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Apr 2014 02:36:50 +0000 Subject: [PATCH 02478/18836] Updated openstack/openstack Project: openstack/requirements 0971171164ae0e65b4e168650a84311f3b917d5f Work around atexit bug in python < 2.7.4 In python < 2.7.4, a lazy loading of package `pbr` will break setuptools if some other modules registered functions in `atexit`. solution from: http://bugs.python.org/issue15881#msg170215 This problem originally appeared in stevedore before the library was adopted by Oslo (https://github.com/dreamhost/stevedore/commit/74a719b11781cc93d60cff1b0a01de3e4e780a1d) This change places the fix from Icd412ca8435dca4b0f3b4075eca39b903dde6d27 in the right location to be synced into the other repositories. Change-Id: I7560e474e68bf361f3af61bdfc8e2dbc9e2413f1 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index f59f8fd87543..0971171164ae 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit f59f8fd875430fd5a871ed95e0be5245c78abc08 +Subproject commit 0971171164ae0e65b4e168650a84311f3b917d5f From e4dfde1acfbb19cac338349730ee4b9be68b6802 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Apr 2014 05:23:05 +0000 Subject: [PATCH 02479/18836] Updated openstack/openstack Project: openstack/requirements d76246d10fa34aee10a687708e5d5287aba289a6 Limit psutil to <2.0.0 The psutil package recently released psutil version 2.0.0. This version made a significant number of changes that are not backwards-compatible. We should thus restrict the OpenStack psutil requirement to <2.0.0 until we can ensure that our code is compatible with the new API and that the 2.0.0 version of psutil has had time to propogate to the various distros. Needed by: https://review.openstack.org/#/c/78793/ Change-Id: I63d01235a949cd10ba87d41ad428818daaf9a756 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0971171164ae..d76246d10fa3 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0971171164ae0e65b4e168650a84311f3b917d5f +Subproject commit d76246d10fa34aee10a687708e5d5287aba289a6 From f0b504cf3a365f4be8fa43f88e811c94c26e8a13 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 30 Apr 2014 02:46:40 +0000 Subject: [PATCH 02480/18836] Updated openstack/openstack Project: openstack/python-neutronclient 45ffced148c7415ac1be00a733e7a5a55b7afc33 Updated from global requirements Change-Id: Ie4d964feb6111f173338e510ed83d7f1d79f7dbb --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index fa49aab4e343..45ffced148c7 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit fa49aab4e343c699c6ef8045ce96252f83f4010c +Subproject commit 45ffced148c7415ac1be00a733e7a5a55b7afc33 From e29085b660381bbedc1028784fdb30949e0590aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Apr 2014 14:41:39 +0000 Subject: [PATCH 02481/18836] Updated openstack/openstack Project: openstack-dev/pbr e43dc7de4b8f81530474a2707a330166e22eff12 Make source configurable when using --coverage Change-Id: If5cd9e517d66322027408a59fd99015c91181db8 Closes-bug: #1310008 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 13c45cb9fb5f..e43dc7de4b8f 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 13c45cb9fb5fb4d93ae611e396956f8d9b4327a0 +Subproject commit e43dc7de4b8f81530474a2707a330166e22eff12 From 3878d2790a11df2eb571fe28c41a9256d05ff0b7 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 30 Apr 2014 02:46:46 +0000 Subject: [PATCH 02482/18836] Updated openstack/openstack Project: openstack/python-novaclient 0ca568242cb60ef86b7752ee2e2749f532027421 Updated from global requirements Change-Id: I2f3f0b9f09e458eec4eb1e7a3b83e49043a8cb11 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 4c5f5458719b..0ca568242cb6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 4c5f5458719bc475f46c22d4ad7f2997c58fcab8 +Subproject commit 0ca568242cb60ef86b7752ee2e2749f532027421 From 0ab00a2970f84411f098500c3c63307907640901 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 1 May 2014 02:02:55 +0000 Subject: [PATCH 02483/18836] Updated openstack/openstack Project: openstack-dev/pbr c9203cc480f2a26c5b12d4dc9f911c60f47d3596 Fixed a typo in the documentation. Found using: https://github.com/intgr/topy Change-Id: I15d9469e60ea74aacba03b5ad0e50b4a87661892 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index e43dc7de4b8f..c9203cc480f2 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit e43dc7de4b8f81530474a2707a330166e22eff12 +Subproject commit c9203cc480f2a26c5b12d4dc9f911c60f47d3596 From 1aac4b44c9a6ce37d810b77f3af6d3f9f9bea589 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 30 Apr 2014 02:46:18 +0000 Subject: [PATCH 02484/18836] Updated openstack/openstack Project: openstack/python-glanceclient b68d13bf8329bf5dbcc13ad82480a055b5ea4cc0 Updated from global requirements Change-Id: Ied7b0c3e2b0fc13abb04c859ec6887d7a8533c15 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index f2e0610628bf..b68d13bf8329 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit f2e0610628bf646003c40668adfa5a6c4318cbc3 +Subproject commit b68d13bf8329bf5dbcc13ad82480a055b5ea4cc0 From 94734265b8250fd57517f864b6454b0192ae2ff5 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 30 Apr 2014 02:47:03 +0000 Subject: [PATCH 02485/18836] Updated openstack/openstack Project: openstack/python-troveclient c2228ac541deb804b1449e7b925f23b793bfb0f3 Updated from global requirements Change-Id: I2572892bed0e9f568838babb8ad82e8185afc154 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index d59016901d1a..c2228ac541de 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit d59016901d1a53efa281599b5b0dadb7955e8944 +Subproject commit c2228ac541deb804b1449e7b925f23b793bfb0f3 From f438f46d62a1c51b02456887f3e0507e48b15c1d Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Mon, 28 Apr 2014 13:16:47 -0700 Subject: [PATCH 02486/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 533bf50432d6f8213b3056db1ab2475ae1408b73 Allow setting services up under apache mod_wsgi Setting the ENV variable DEVSTACK_GATE_USE_APACHE to "1" will configure Keystone to run under mod_wsgi and HTTPD. Change-Id: I76ca01fbb305e7201fa2477f903b36bd6bc6a4a9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 765099831e5a..533bf50432d6 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 765099831e5a945a56da8241bb9d1b28defc9963 +Subproject commit 533bf50432d6f8213b3056db1ab2475ae1408b73 From eb891e6203225883d9cd1bce86e22ad851791de1 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 27 Apr 2014 16:58:14 -0500 Subject: [PATCH 02487/18836] Updated openstack/openstack Project: openstack/python-keystoneclient cb2045e134bd026d9aa58b8dba913d4d7ea2f1ac Fix typo in BaseAuthTokenMiddlewareTest Setup was used where setUp is the name of the function. Change-Id: Ie8aef4e128a443ddec48fc82cb7314081ee5bfd2 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6be38bb8f517..cb2045e134bd 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6be38bb8f517b640a5bea1a59bdf83b6b6c6501a +Subproject commit cb2045e134bd026d9aa58b8dba913d4d7ea2f1ac From d4fb4daecd86420ffc2d01d529e29b02e9eff4dd Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 27 Apr 2014 16:59:58 -0500 Subject: [PATCH 02488/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c00ef0e75150bc609d9b0a6e90ba2477cad7fd0a auth_token test remove unused fake_app parameter set_middleware is never called with fake_app, so remove it. Change-Id: Id4541f77a12a9d43f2761f8d1fd14d633f6944ac --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index cb2045e134bd..c00ef0e75150 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit cb2045e134bd026d9aa58b8dba913d4d7ea2f1ac +Subproject commit c00ef0e75150bc609d9b0a6e90ba2477cad7fd0a From 69be6a93af8358cb1342d847a43d1848e7d8e528 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 1 May 2014 09:45:41 +0000 Subject: [PATCH 02489/18836] Updated openstack/openstack Project: openstack/python-troveclient a0ec47b9957b31d165bafa76f99b3c8d90c2bb77 Make port-id and net-id keys mutually exclusive These keys are never used together, and port-id always takes precedence in Nova API when present. This patch makes these parameters mutually exclusive and updates help strings accordingly. Change-Id: I61170291468757b47b043bd81f022704dd38e3d0 Closes-Bug: #1314097 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index c2228ac541de..a0ec47b9957b 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit c2228ac541deb804b1449e7b925f23b793bfb0f3 +Subproject commit a0ec47b9957b31d165bafa76f99b3c8d90c2bb77 From 9bd582855cf3bb4a0462e7d1ce0c95744b95880a Mon Sep 17 00:00:00 2001 From: Pierre Padrixe Date: Wed, 30 Apr 2014 15:56:42 +0200 Subject: [PATCH 02490/18836] Updated openstack/openstack Project: openstack/requirements 6256dca25dbe08044538023bc51a0fe7453847f4 Update sphinxcontrib-pecanwsme to 0.8 A new version of sphinxcontrib-pecanwsme was released containing a fix to make rst documentation for methods using pecan without wsme. Related-Bug: #1311875 Change-Id: Ia569991d35fd33dddb75a2877e68d4ba03ff20e9 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d76246d10fa3..6256dca25dbe 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d76246d10fa34aee10a687708e5d5287aba289a6 +Subproject commit 6256dca25dbe08044538023bc51a0fe7453847f4 From e62b0031af8db4f0dd15c99fecfbfc91ddf9417f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 1 May 2014 13:42:24 +0000 Subject: [PATCH 02491/18836] Updated openstack/openstack Project: openstack/requirements 8afc9b425ae2d79334352cdad89ee5ab8e3e2d82 Bump python-keystoneclient to >= 0.8.0 Starting from python-keystoneclient 0.8.0, the preferred way to specify authN and identity endpoints is by using auth_uri and identity_uri settings. Otherwise, warnings are issued. To be able to migrate to brand new world, we need to bump to the new version where these settings were introduced. Change-Id: Icbb9c3af9110e405d8b44bda529ccf1b3c1ae3a0 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 6256dca25dbe..8afc9b425ae2 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 6256dca25dbe08044538023bc51a0fe7453847f4 +Subproject commit 8afc9b425ae2d79334352cdad89ee5ab8e3e2d82 From 739b37bdd448a652057ed89d44b276aa0a969c18 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 1 May 2014 17:22:15 +0000 Subject: [PATCH 02492/18836] Updated openstack/openstack Project: openstack/python-novaclient 983e11f601287ac6a0f9d7f3f74bceed1c5a0589 Synced jsonutils from oslo-incubator The sync includes change that drastically enhances performance on Python 2.6 with fresh simplejson library installed. The latest commit in oslo-incubator: - 732bdb6297eb9de81667f7713ebcb1ccc2ee45a7 Change-Id: Ib3dc0b713ed90396919feba018772243b3b9c90f Closes-Bug: 1314129 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 0ca568242cb6..983e11f60128 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 0ca568242cb60ef86b7752ee2e2749f532027421 +Subproject commit 983e11f601287ac6a0f9d7f3f74bceed1c5a0589 From 0ee0cd3a8e2097afa442720ba749cdde61f250c5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 1 May 2014 17:22:17 +0000 Subject: [PATCH 02493/18836] Updated openstack/openstack Project: openstack-dev/devstack 33e6a9482791ca9522d6b76f20751698808fbdb5 Fix ceilometer-acompute rejoin problems The problem was in the screenrc file generated, where the following command appeared: sg libvirtd "ceilometer-agent-compute --config-file /etc/ceilometer/ceilometer.conf"^M" The final "^M" was not then parsed. Change-Id: Ie6c5b1c9e3d196a3a9c343c2afb46435711c10f5 Closes-bug: #1311666 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 527f21c7e79c..33e6a9482791 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 527f21c7e79cee86c6ce6c6bc8a52d819c3dcd19 +Subproject commit 33e6a9482791ca9522d6b76f20751698808fbdb5 From 32f2dd217a2a697cfdd214725986f902900f4b45 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 27 Apr 2014 17:01:42 -0500 Subject: [PATCH 02494/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 9b1feca895c1ebf356dcb600996966efee96f11a Remove unused AdjustedBaseAuthTokenMiddlewareTest assertDictEqual isn't used, and the assertIsInstance message should be consistent across versions. This leaves nothing in AdjustedBaseAuthTokenMiddlewareTest so remove it. Change-Id: I7d338c9b66c77ff81a79d1a1d5c8ebcc3dd300a2 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c00ef0e75150..9b1feca895c1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c00ef0e75150bc609d9b0a6e90ba2477cad7fd0a +Subproject commit 9b1feca895c1ebf356dcb600996966efee96f11a From 6c09f8e5e5717ed5a223177580985293d1efb627 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 1 May 2014 19:38:08 +0000 Subject: [PATCH 02495/18836] Updated openstack/openstack Project: openstack-dev/devstack 020d8611d504684c84bd76f9dbbd214f45d1e515 Closes-Bug:1313755 adding code to remove heat conf files Change-Id: Iefe1a34b09958d21d2516fdce0937e00e32afcb5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 33e6a9482791..020d8611d504 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 33e6a9482791ca9522d6b76f20751698808fbdb5 +Subproject commit 020d8611d504684c84bd76f9dbbd214f45d1e515 From a064ac684723613b213e157c87078e7c8c140f61 Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Thu, 1 May 2014 10:51:44 +0000 Subject: [PATCH 02496/18836] Updated openstack/openstack Project: openstack/glance ed816a214be8acc17d75f68e6c2552fd3b1ad56f Fixes installation of test-requirements pip install fails because the "-f http...pysendfile.2.0.0.tar.gz" returns 404. pip will install pysendfile 2.0.0 without defining the url. Ref: http://code.google.com/p/pysendfile/issues/detail?id=20&can=1 Closes bug 1314968 Change-Id: I15baf378b37841f8abb21294efebe2dee95077c3 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7cffaaca0fae..ed816a214be8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7cffaaca0faeff4b96b296b2b5ac8fa055e2f00b +Subproject commit ed816a214be8acc17d75f68e6c2552fd3b1ad56f From 82cd0aebde8fa2516fd54e561630d645091c55e6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 08:16:48 +0000 Subject: [PATCH 02497/18836] Updated openstack/openstack Project: openstack-dev/devstack 6d0ea9452719ff73b38491f76f6501542d32e255 Remove lib/tempest errexit handling lib/tempest had code to set -o errexit and restore the setting after configure_tempest had run. This code didn't work, but it is no longer necessary since we set errexit for all of devstack (see change 88521; Change-Id Ia477e04567046a7fcdedf699423165bc577b72ad). This changeset removes the errexit handling code from lib/tempest. Change-Id: I2b0bc3c55a5d9bbb688f1e2e8e0fe133830a4172 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 020d8611d504..6d0ea9452719 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 020d8611d504684c84bd76f9dbbd214f45d1e515 +Subproject commit 6d0ea9452719ff73b38491f76f6501542d32e255 From 22896ba997fc94553ed147e27800b6608346236c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 08:22:19 +0000 Subject: [PATCH 02498/18836] Updated openstack/openstack Project: openstack-dev/devstack 6af61ad2e2af03b703c888d0d9804a5f8dd91860 Bump minimum default RAM for Ironic nodes to 1GB Set the default RAM for Ironic BM VMs to 1GB to ensure DIB produced deployment ramdisks function correctly across older and newer kernels, regardless of rootfstype. Change-Id: Ifc15a4430aa63c3599e7fd76f5116dc7b728ead0 Closes-bug: #1311987 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6d0ea9452719..6af61ad2e2af 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6d0ea9452719ff73b38491f76f6501542d32e255 +Subproject commit 6af61ad2e2af03b703c888d0d9804a5f8dd91860 From 1828a6c4fcd0140e9b5368a48cb5517d454d90ba Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 1 May 2014 13:50:49 +0000 Subject: [PATCH 02499/18836] Updated openstack/openstack Project: openstack/python-openstackclient 6c5f2e39e23a11236986b119974b90bf15f73878 Updated from global requirements Change-Id: Idde32a0bdcee8843c09a968dff69b246b5e784f7 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index c744abdbdaf2..6c5f2e39e23a 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit c744abdbdaf2e3dbce028b5535cb6da0632f3284 +Subproject commit 6c5f2e39e23a11236986b119974b90bf15f73878 From 7ffe4db334d7a6887c01dc5a349b56ac947915be Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 08:59:43 +0000 Subject: [PATCH 02500/18836] Updated openstack/openstack Project: openstack/requirements b1503d9cac63530466c05d29b7a3b59728788051 Update oslo.vmware to be >= 0.3 This update contains support for storage policy based management and a couple of bug fixes. This update is required to support storage policies in Glance: see blueprint: storage-policies-vmware-store Change-Id: Icf6eae58bc2add866dbdca61c30600dfe8c8ba96 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8afc9b425ae2..b1503d9cac63 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8afc9b425ae2d79334352cdad89ee5ab8e3e2d82 +Subproject commit b1503d9cac63530466c05d29b7a3b59728788051 From 3deef87722b7a25a503af18454170cfb868f53bc Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 30 Apr 2014 02:45:47 +0000 Subject: [PATCH 02501/18836] Updated openstack/openstack Project: openstack/oslo.messaging aa8085a47040553d31c2f12eae17aa704aff2cd0 Updated from global requirements Change-Id: Ie783701512f121acf9360ea8025e9996c67f41fb --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 9a322a4ea22c..aa8085a47040 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 9a322a4ea22c8f6fdea63da15cf25256e792c3cd +Subproject commit aa8085a47040553d31c2f12eae17aa704aff2cd0 From 30288cf8db3af5188d05abce896d60ed3c7cb937 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 09:37:51 +0000 Subject: [PATCH 02502/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 86145a666e3dc785ea541f76bf10d4500f916dd3 Display message on HTTPException Display the faultstring of HTTPException if available, such as HTTPBadRequest(400) error and HTTPNotFound(404) error. Change-Id: I1c361ff5d02ded4af429f94fd4299d2de3798488 Closes-bug: #1297769 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 85b808e20ece..86145a666e3d 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 85b808e20ece0d634347019927b7569afb33e4c2 +Subproject commit 86145a666e3dc785ea541f76bf10d4500f916dd3 From d14ffca3f40d358506d0961233555a9a57e7f909 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 09:38:08 +0000 Subject: [PATCH 02503/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 5e4d9d38e703ad1c7a3d91330b3beaf244f7ccab Avoid dead loop when token is string format The token needs to be a callable object in http.Client, so we assign a lambda expression to it when it is a string, but current implementation will cause dead loop since it is x = lambda: x. This patch fixes it and improves the corresponding test code. Change-Id: Id41edd705b46196404e5cb3483a290074bde12d0 Closes-Bug: #1301877 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 86145a666e3d..5e4d9d38e703 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 86145a666e3dc785ea541f76bf10d4500f916dd3 +Subproject commit 5e4d9d38e703ad1c7a3d91330b3beaf244f7ccab From 03a7967542275e244b9a65320c12b69ca8b72da9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 10:05:51 +0000 Subject: [PATCH 02504/18836] Updated openstack/openstack Project: openstack/python-novaclient 30658156935917e917af7ffb6d5daaaaa1346f79 Fix for "nova help list" command The output of "nova help list" shows several argument as "Admin Only", when they are not. This patch modifies help notes for --ip, --ip6 and --instance-name, which can be used by regular users. DocImpact Change-Id: Iac541ac8e698a27348b437ad53910bd09ea7f257 Closes-Bug: #1295126 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 983e11f60128..306581569359 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 983e11f601287ac6a0f9d7f3f74bceed1c5a0589 +Subproject commit 30658156935917e917af7ffb6d5daaaaa1346f79 From 325a2bc68822c46c4e9fd04bb06940b7b6facef0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 10:08:05 +0000 Subject: [PATCH 02505/18836] Updated openstack/openstack Project: openstack-dev/devstack 613af92d04848de621b63f1b0fdb1a7751580256 Re-enable Swift3 middleware support in DevStack Because *swift* in no more allowed in ENABLED_SERVICES (see I78222d7ee2ea8a281962129d5bcf06c118469510) swift3 middleware to swift could not be installed anymore. This patch thighten a check to allow swift3 (but not swift) in ENABLED_SERVICES. Change-Id: I194f66ae7e5163e0e6178561b09f55024fdaa607 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6af61ad2e2af..613af92d0484 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6af61ad2e2af03b703c888d0d9804a5f8dd91860 +Subproject commit 613af92d04848de621b63f1b0fdb1a7751580256 From a7784753f96c8a25a913a085c23e2e975bdb4a79 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 10:08:08 +0000 Subject: [PATCH 02506/18836] Updated openstack/openstack Project: openstack-dev/devstack a6c21928d20d7da8456262e957619a956dba004d Enable console logging for Ironic baremetal VMs Logs console output of VMs created for use by Ironic to $DATA_DIR/ironic/logs. This gives Jenkins something to archive that will be useful for debugging any deployment ramdisk issue blocking provisioning. Change-Id: I7d234a6a13dbe8579f685e46d7712dae497272a5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 613af92d0484..a6c21928d20d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 613af92d04848de621b63f1b0fdb1a7751580256 +Subproject commit a6c21928d20d7da8456262e957619a956dba004d From 91a82f27411fd58f5e47b1f7d96e82a355423c63 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 10:18:26 +0000 Subject: [PATCH 02507/18836] Updated openstack/openstack Project: openstack-dev/devstack 24c4ad6fa102015449342fae3cc4b83c3ba2714f Add support for deprecated configuration vars in Juno Just like the beginning of every other release, remove the deprecated config option aliases that were marked as deprecated in Icehouse. Nova patch - https://review.openstack.org/#/c/88456/ Change-Id: Idd051c516002030e8e191c7b8d31f1ff408e1c7d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a6c21928d20d..24c4ad6fa102 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a6c21928d20d7da8456262e957619a956dba004d +Subproject commit 24c4ad6fa102015449342fae3cc4b83c3ba2714f From 65d265d2454680611fca70070ca7cf4b92ae9609 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 12:12:02 +0000 Subject: [PATCH 02508/18836] Updated openstack/openstack Project: openstack-dev/devstack 584e65cfc1bc3faeac3f30498abb46a8c1ccb37d Configure Horizon to use SSL-enabled Keystone SSL can be enabled in Keystone when devstack is executed. Horizon was not being configured to use the SSL port so authentication was failing. Change-Id: I253766d359aaab0bd1f844a8a637adc77e8eee2b Closes-Bug: 1293749 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 24c4ad6fa102..584e65cfc1bc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 24c4ad6fa102015449342fae3cc4b83c3ba2714f +Subproject commit 584e65cfc1bc3faeac3f30498abb46a8c1ccb37d From 299b9b3a2f2d775826f7543315898c05ff4a07f6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 17:21:44 +0000 Subject: [PATCH 02509/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient b2d530b7c7c96c5efd32a742136280eccfd95a49 extraneous vim editor configuration comments Many of the source code files have a beginning line: vim: tabstop=4 shiftwidth=4 softtabstop=4 This should be deleted. Change-Id: I0b7bd4e727c0597e7c7fb61d42684e908e001134 Closes-Bug: #1229324 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 5e4d9d38e703..b2d530b7c7c9 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 5e4d9d38e703ad1c7a3d91330b3beaf244f7ccab +Subproject commit b2d530b7c7c96c5efd32a742136280eccfd95a49 From 9d42e106ebad065bc39668029a05eb2a9e99a22f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 18:20:14 +0000 Subject: [PATCH 02510/18836] Updated openstack/openstack Project: openstack-dev/devstack 0daf26b880d16830c0bfcc0401ac31abeaacbdd8 Fedora mysql log dir is /var/log/mariadb /var/log/mysql does not exists on f20, f19, rhel7 by default, but the /var/log/mariadb exists. Change-Id: I0def3eaead491a00e6f8467db6b31502b9376188 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 584e65cfc1bc..0daf26b880d1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 584e65cfc1bc3faeac3f30498abb46a8c1ccb37d +Subproject commit 0daf26b880d16830c0bfcc0401ac31abeaacbdd8 From d00a9f70af3b79b5450d92bb5cdc00a7cfd2b675 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 18:52:37 +0000 Subject: [PATCH 02511/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7245df4546491d11b221935f676a66346a3ec6f0 Remove dependent module py3kcompat Module py3kcompat was removed from oslo-incubator, we can use six directly. Syncing module network_utils: 162e850 Remove import workaround of SplitResult 897aa7c urlsplit issues with IPv6 addresses in python26 35dc1d7 py3kcompat: remove Change-Id: I71446362209c306c7e8858f4713a59b84fbcc1b2 Closes-Bug: #1280033 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index aa8085a47040..7245df454649 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit aa8085a47040553d31c2f12eae17aa704aff2cd0 +Subproject commit 7245df4546491d11b221935f676a66346a3ec6f0 From 650aab5a523fc0f33b83b4602987ccc8381d4207 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 19:20:29 +0000 Subject: [PATCH 02512/18836] Updated openstack/openstack Project: openstack-dev/devstack 0154badc2bb9ff72aadaf2f03b16ced3182c6e82 Kill spinner process when stack.sh exits The last spinner process active in non-verbose mode does not get killed when stack.sh exits -- the spinner keeps spinning indefinitely. Killing the spinner in err_exit cleans up no matter how the program got terminated. Because the code to kill the spinner is now called regardless of whether spinners are in use, it has to check LAST_SPINNER_PID or the kill command without an argument will trigger the ERR trap (or EXIT with an error status, depending on where program execution stops). This patch resurrects and fixes an abandoned changeset, hence: Co-Authored-By: Adalberto Medeiros Fixes bug 1302112 Change-Id: I2d5b27971889b672361e9173bf6faf38fb1a1ec6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0daf26b880d1..0154badc2bb9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0daf26b880d16830c0bfcc0401ac31abeaacbdd8 +Subproject commit 0154badc2bb9ff72aadaf2f03b16ced3182c6e82 From 395fc7ecf3c5b3cb463ea3bd20502af6fc2a2355 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 1 May 2014 19:38:10 +0100 Subject: [PATCH 02513/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 3c4e0bd294ed22c9d41379c23adae78b3f10d676 Set default for DEVSTACK_GATE_USE_APACHE If not set it throws an error(which is ignored) in devstack-vm-gate.sh. Change-Id: Ib05a6e09714d386432ff31a4e40406ae7c1a55ca --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 533bf50432d6..3c4e0bd294ed 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 533bf50432d6f8213b3056db1ab2475ae1408b73 +Subproject commit 3c4e0bd294ed22c9d41379c23adae78b3f10d676 From 9efa70079b0291ecc781a040e107bfe99f39f270 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 19:37:41 +0000 Subject: [PATCH 02514/18836] Updated openstack/openstack Project: openstack/python-novaclient 9752eeedad767663b6abfb95a22e52b14742ae09 Fix documentation for config_drive boot parameter The "config_drive" boot parameter only accepts a Boolean parameter, but the documentation says otherwise. Change-Id: I7cbf5aefbd006d8b5425cd8592bacb5d8435b3c9 Closes-Bug: #1314395 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 306581569359..9752eeedad76 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 30658156935917e917af7ffb6d5daaaaa1346f79 +Subproject commit 9752eeedad767663b6abfb95a22e52b14742ae09 From 089f49d27174cb6703b69e6a674abc72683403bf Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 1 May 2014 14:35:20 -0500 Subject: [PATCH 02515/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a03c6b9f346dfd6b838fb8175bc50191642576a2 auth_token configurable check of revocations for cached The auth_token middleware would fail if it couldn't fetch the revocation list. If the system is configured for UUID tokens then the revocation list may not be available. With this fix, the revocation list will only be checked for cached tokens if the new check_revocations_for_cached option is set to True. Also, this change prevents the revocation list from being checked twice for a PKI token that's validate off-line. Change-Id: I5408bbe12aefda608ebcb81cf3c7ef068b2bf2f6 Closes-Bug: #1312858 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 9b1feca895c1..a03c6b9f346d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 9b1feca895c1ebf356dcb600996966efee96f11a +Subproject commit a03c6b9f346dfd6b838fb8175bc50191642576a2 From 66bb84dc97b784a31011690b957f971f2b3a8109 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 2 May 2014 21:28:24 +0000 Subject: [PATCH 02516/18836] Updated openstack/openstack Project: openstack-dev/devstack 64162aaace7a41803452d484e8688fe5fc664509 Insert required iptables rules for Ironic Devstack gate slaves have locked down local iptables firewalls. Ironic nodes boot on an 'external' network and require TFTP and Ironic API access back to the node via its HOST_IP. This inserts the required rules to the top of the INPUT chain. Change-Id: I2e5dfa2346d45fdd549a3a3fbc255f190195cdd6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0154badc2bb9..64162aaace7a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0154badc2bb9ff72aadaf2f03b16ced3182c6e82 +Subproject commit 64162aaace7a41803452d484e8688fe5fc664509 From 43abd59bd5f6cd1ed30dada09e150576e9b760ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 3 May 2014 00:25:59 +0000 Subject: [PATCH 02517/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f050dd9448e5836573bbc392fa3c19dc402be4a5 Fix docstrings in keystoneclient Trusts and service catalog had a few malformed docstrings that caused warnings when building docs. Change-Id: Iea8612c3aaebea54c00b02c73c77f0c9e79f86bc Partial-Bug: #1315523 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a03c6b9f346d..f050dd9448e5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a03c6b9f346dfd6b838fb8175bc50191642576a2 +Subproject commit f050dd9448e5836573bbc392fa3c19dc402be4a5 From a8fac9e5bc0518b5395e6ced24ad740f284aa517 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 3 May 2014 01:52:24 +0000 Subject: [PATCH 02518/18836] Updated openstack/openstack Project: openstack-dev/devstack 98673027dc599b1a68f52451d0b5f0a5738cd16d Fixes README.md on APACHE_ENABLED_SERVICES=keystone The documentation stated that, to enable Keystone running on Apache, one should set: APACHE_ENABLED_SERVICES+=keystone,swift However, it actually works with: APACHE_ENABLED_SERVICES+=key,swift Change-Id: I8cc92e9426d7fc3117b30df01babdb50576328af Closes-bug: #1311461 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 64162aaace7a..98673027dc59 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 64162aaace7a41803452d484e8688fe5fc664509 +Subproject commit 98673027dc599b1a68f52451d0b5f0a5738cd16d From a2b32b578365079244c01413d987604a5bd04196 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 30 Apr 2014 15:26:00 +0000 Subject: [PATCH 02519/18836] Updated openstack/openstack Project: openstack/oslo.config b3ed1ac24ecc0d34ca237004f9a71fb6bc3aa711 Graduate config fixture Adds the config fixture from incubator and the associated tests, updating both as appropriate for the new location. bp graduate-config-fixture Change-Id: I5a748c3b92b26c23101a565b7ca6790b8d00ec76 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 0a66c272cba4..b3ed1ac24ecc 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 0a66c272cba4aea5dd37d2da47c45d5fa46818dc +Subproject commit b3ed1ac24ecc0d34ca237004f9a71fb6bc3aa711 From e4d4273a7d3b87b4a6d54b26077790f3aec73405 Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Mon, 3 Feb 2014 13:39:15 -0600 Subject: [PATCH 02520/18836] Updated openstack/openstack Project: openstack/python-cinderclient 0d2bf657ae5271a01e9ec84d379d17910b263b7e Update help strings for cinder client Make text consistent and clear. Add periods to end of sentences. Adjust test suite for change Closes-Bug: #1275881 Change-Id: I1dfde51636e8dc4b42e4c4810c27c1c4ac513d82 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 4163fa23a488..0d2bf657ae52 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 4163fa23a4888466a5a0f7471232546c2effd66f +Subproject commit 0d2bf657ae5271a01e9ec84d379d17910b263b7e From e1a5a21aeb4d98fae59a13017052dc99c6f0288c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 3 May 2014 18:57:11 +0000 Subject: [PATCH 02521/18836] Updated openstack/openstack Project: openstack-dev/devstack 376a4a1a40a282c538ebd8a731c38de1589080bd Ensure neutron configuration files are cleaned by clean.sh Add the /etc/neutron directory to the list of directories that are deleted. Change-Id: Ia560179a3cf121f8d09a0c10c8b68375fdd13be7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 98673027dc59..376a4a1a40a2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 98673027dc599b1a68f52451d0b5f0a5738cd16d +Subproject commit 376a4a1a40a282c538ebd8a731c38de1589080bd From 57be3dfeaff108da04d486a22b34888b2adc9a9c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 3 May 2014 21:42:31 +0000 Subject: [PATCH 02522/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 570a9dc22dad6c246372f273bd6db23342752c3a fixed typos found by RETF rules rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I67fb3e0d02c931cb7e605ac74ea8272956afa8e1 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f050dd9448e5..570a9dc22dad 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f050dd9448e5836573bbc392fa3c19dc402be4a5 +Subproject commit 570a9dc22dad6c246372f273bd6db23342752c3a From 9b71e52184631b4a76df20c7810a62227fbe55ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 4 May 2014 16:05:12 +0000 Subject: [PATCH 02523/18836] Updated openstack/openstack Project: openstack-dev/devstack 03c01a3befa7367cbeaccfed889b6237b3d6dcd8 Add support for ephemeral disk to ironic Add a new variable, IRONIC_VM_EPHEMERAL_DISK, to specify the size of the ephemeral disk. Default will be zero to match the current behavior. Change-Id: Ia8a8ef364a85fc803b93fb936212de0894a19bd8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 376a4a1a40a2..03c01a3befa7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 376a4a1a40a282c538ebd8a731c38de1589080bd +Subproject commit 03c01a3befa7367cbeaccfed889b6237b3d6dcd8 From 03b8c069f0917bbd9c8d541ae99b15f73db0a1e2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 5 May 2014 14:25:29 +0000 Subject: [PATCH 02524/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7bfefc0e4f97445566b6d959ffd734d54e735f71 Fix passing envelope variable as timeout The envelope variable is being passed positionally in the timeout spot. Change-Id: I64defdb0a9544d8c2ae69b38f723937b324ae504 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 7245df454649..7bfefc0e4f97 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7245df4546491d11b221935f676a66346a3ec6f0 +Subproject commit 7bfefc0e4f97445566b6d959ffd734d54e735f71 From c25cd982b712a383fcb0b0bd25a5d8cbe84f9766 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 5 May 2014 15:46:03 +0000 Subject: [PATCH 02525/18836] Updated openstack/openstack Project: openstack/oslo.config f56b38c3884ae921d9964b18af5f3ded4ab97e6f Reject option names prefixed with '_' Such names are used for _Namespace's internal purposes. Change-Id: I08c24f05ec3ef626b253ca3682439c1a162959e5 Related-Bug: #1284969 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index b3ed1ac24ecc..f56b38c3884a 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit b3ed1ac24ecc0d34ca237004f9a71fb6bc3aa711 +Subproject commit f56b38c3884ae921d9964b18af5f3ded4ab97e6f From 9ba8be6ddf2cdc6d98222c27b40579e842856185 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 5 May 2014 15:46:34 +0000 Subject: [PATCH 02526/18836] Updated openstack/openstack Project: openstack/oslo.messaging 17375f41cec2cae2597b29c2c65ec89c280a410c Full support of multiple hosts in transport url This patch add the support of multiple hosts in transport url for rabbit and qpid drivers. And also fix the amqp connection pool management to allow to have one pool by transport. Implements blueprint multiple-hosts-support-in-url Co-Authored-By: Ala Rezmerita Change-Id: I5aff24d292b67a7b65e33e7083e245efbbe82024 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 7bfefc0e4f97..17375f41cec2 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7bfefc0e4f97445566b6d959ffd734d54e735f71 +Subproject commit 17375f41cec2cae2597b29c2c65ec89c280a410c From 8fbad0c876a03d0d4da6a4a85b7af9f8a3582df3 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Fri, 11 Apr 2014 11:14:07 +0200 Subject: [PATCH 02527/18836] Updated openstack/openstack Project: openstack-dev/devstack 522cfe0951d5c25d156e0fd89b3ec8ecf449e2d9 tempest py26 setup Simplifying the steps between devstack install and tempest run, by * installing tox<1.7, bacuse 1.7 is not compatible with our tox.ini * installing and patching 'discover' when the python version is 2.6 Change-Id: I8008837d2fae6cebeeeb051b63066279ca477e01 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 03c01a3befa7..522cfe0951d5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 03c01a3befa7367cbeaccfed889b6237b3d6dcd8 +Subproject commit 522cfe0951d5c25d156e0fd89b3ec8ecf449e2d9 From a867f8570731114add8332cfa22da56070f52b82 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 5 May 2014 19:22:24 +0000 Subject: [PATCH 02528/18836] Updated openstack/openstack Project: openstack-dev/devstack eaedff2f1bd4de7d66e66f00f78bd3d65c0bcf8e Run all-in-one instead of sahara-api We're upgrading sahara architecture, so, we've added an alias to run sahara in all-in-one process. Change-Id: I7f92e13c1a9b15070c5ec46428ca3949190abfc9 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 522cfe0951d5..eaedff2f1bd4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 522cfe0951d5c25d156e0fd89b3ec8ecf449e2d9 +Subproject commit eaedff2f1bd4de7d66e66f00f78bd3d65c0bcf8e From 366ec27f2ba8f7f4f65bb68d12ef494a6b7fd734 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 5 May 2014 20:01:20 +0000 Subject: [PATCH 02529/18836] Updated openstack/openstack Project: openstack/oslo.config 7240ad916d731163a63334a7524d6217a8c564b8 Fix docstring for _Namespace._get_cli_value Change-Id: Idea5f7c57c5e35f6de74bc7f2caac0ea6db35f35 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index f56b38c3884a..7240ad916d73 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit f56b38c3884ae921d9964b18af5f3ded4ab97e6f +Subproject commit 7240ad916d731163a63334a7524d6217a8c564b8 From bfcea92788749b8aee5694fc760d1ac64cdbc716 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 4 May 2014 14:52:53 -0500 Subject: [PATCH 02530/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f2adf271e719647b8e3f8bd13dce84a35dfcb932 Fix client fixtures Some of the client fixtures used for testing were invalid. v2 tokens must have 'access'/'token'/'expires', and v3 tokens must have 'token'/'expires_at'. Change-Id: I2614c7deed47c9758c2031418110108308634296 Related-Bug: #1174499 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 570a9dc22dad..f2adf271e719 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 570a9dc22dad6c246372f273bd6db23342752c3a +Subproject commit f2adf271e719647b8e3f8bd13dce84a35dfcb932 From 5b2d763eb1a8b1563fe441f273c44b750413ea9f Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Thu, 1 May 2014 22:04:11 +0530 Subject: [PATCH 02531/18836] Updated openstack/openstack Project: openstack-dev/pbr 007f4ee2abf818b4b18b6e8347da1d4eb2e0ad9c Documentation updates * doc/source/index.rst: pbr requires git tags to be signed for using it to generate version information. Added a note mentioning this * doc/source/packagers.rst: documented SKIP_GENERATE_AUTHORS and SKIP_WRITE_GIT_CHANGELOG environment variable for packagers. Change-Id: I153c26f0d6876729dfb95eed2ab031c2aaa890d5 Signed-off-by: Vasudev Kamath --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index c9203cc480f2..007f4ee2abf8 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit c9203cc480f2a26c5b12d4dc9f911c60f47d3596 +Subproject commit 007f4ee2abf818b4b18b6e8347da1d4eb2e0ad9c From 821a87f6b50b5a8c68904af33cee9b3e3d8ae900 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 5 May 2014 21:18:51 +0000 Subject: [PATCH 02532/18836] Updated openstack/openstack Project: openstack-dev/devstack 0d59da9dc70da5b7a9d2a53d4560b82748945862 Cleanup WSGI config for keystone on stop Ensure that the VHOST and the scripts used to enable keystone under mod_wsgi are properly cleaned up. Change-Id: I76a748b0fd5f1a5182d10e425202857c5621e25a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index eaedff2f1bd4..0d59da9dc70d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit eaedff2f1bd4de7d66e66f00f78bd3d65c0bcf8e +Subproject commit 0d59da9dc70da5b7a9d2a53d4560b82748945862 From 634b558b147d6dc3b37cca957df72d994b70c312 Mon Sep 17 00:00:00 2001 From: liyingjun Date: Fri, 25 Apr 2014 23:02:11 +0800 Subject: [PATCH 02533/18836] Updated openstack/openstack Project: openstack/python-novaclient b23c97d634ff770f643a198308a4c962c9924517 Print message if instance is successfully deleted Change-Id: I0057a1c906083e1a379a0d15a3c783823f49bf4c Closes-bug: 1312087 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9752eeedad76..b23c97d634ff 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9752eeedad767663b6abfb95a22e52b14742ae09 +Subproject commit b23c97d634ff770f643a198308a4c962c9924517 From 1a4e32d19592b5bb0201c75d0a0e36e28cd8d86b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 6 May 2014 00:47:35 +0000 Subject: [PATCH 02534/18836] Updated openstack/openstack Project: openstack/oslo.config a4bb2e4a1d53ae696a61056e25d4a9e31889cbd7 Add section titles and fix markup of docstring Add section titles to the module docstring for cfg.py so http://docs.openstack.org/developer/oslo.config/cfg.html is broken up and easier to scan quickly. Fix a couple of minor markup issues at the same time. Change-Id: I03df6842b29e62de1b3c923218f174cf65fdefdb --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 7240ad916d73..a4bb2e4a1d53 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 7240ad916d731163a63334a7524d6217a8c564b8 +Subproject commit a4bb2e4a1d53ae696a61056e25d4a9e31889cbd7 From 0cfe2f0c7a1e770a060f6f276e5818851d3c54ba Mon Sep 17 00:00:00 2001 From: Yejia Xu Date: Mon, 5 May 2014 00:11:17 +0000 Subject: [PATCH 02535/18836] Updated openstack/openstack Project: openstack/python-openstackclient 2cc3a2fdbddb10cc26ffb49e4a7cfa114a1e9e53 Skip auth in cinderclient cinderclient can't work well with keystone v3 auth info. We should do it in openstackclient just like compute extension. Closes-Bug: #1315963 Change-Id: I46f794c5315f6a9fe1d9a0e5dc7b84f067d7f792 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 6c5f2e39e23a..2cc3a2fdbddb 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 6c5f2e39e23a11236986b119974b90bf15f73878 +Subproject commit 2cc3a2fdbddb10cc26ffb49e4a7cfa114a1e9e53 From 82bf69d24b5a438c2605160b5f2c23975cb105d2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 6 May 2014 06:27:28 +0000 Subject: [PATCH 02536/18836] Updated openstack/openstack Project: openstack/python-openstackclient 834867b8bfaab1dcbad5f1e88e10f8a10c48f626 volume type create should display properties The volume type create command should properly output the properties. The code was doing a create on the volume type and then setting the properties, but it was printing out the volume object from the create. Change-Id: I23c8a0182e77bb71903ad87c1b01ba2b62405f3b Closes-Bug: #1303978 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 2cc3a2fdbddb..834867b8bfaa 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 2cc3a2fdbddb10cc26ffb49e4a7cfa114a1e9e53 +Subproject commit 834867b8bfaab1dcbad5f1e88e10f8a10c48f626 From 4fe985d66576961029582cc06dd0e3f5ac36f313 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 6 May 2014 09:56:28 +0000 Subject: [PATCH 02537/18836] Updated openstack/openstack Project: openstack-dev/devstack 9d229e499ed34a736e281f299211ea984aaed814 Better "exec 3>&1" comment "Copy stdout to fd 3" is confusing. Explain the intention behind `exec 3>&1`. Change-Id: Id19434121876e65a14c709beac26b9daf4a36a0a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0d59da9dc70d..9d229e499ed3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0d59da9dc70da5b7a9d2a53d4560b82748945862 +Subproject commit 9d229e499ed34a736e281f299211ea984aaed814 From 57d51b24058e31787add95ed0da08a5fffe97eb2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 6 May 2014 10:03:02 +0000 Subject: [PATCH 02538/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0781c3ca27557f2e699e4578bd898bb32efa8155 Synced jsonutils from oslo-incubator The sync includes change that drastically enhances performance on Python 2.6 with fresh simplejson library installed. The latest commit in oslo-incubator: - 732bdb6297eb9de81667f7713ebcb1ccc2ee45a7 Change-Id: Ib3dc0b713ed90396919feba018772243b3b9c90f Closes-Bug: 1314129 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f2adf271e719..0781c3ca2755 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f2adf271e719647b8e3f8bd13dce84a35dfcb932 +Subproject commit 0781c3ca27557f2e699e4578bd898bb32efa8155 From 7fa38af4ae0609ec7ed0874c802ed3893c3048c1 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 13 Dec 2013 11:12:34 -0500 Subject: [PATCH 02539/18836] Updated openstack/openstack Project: openstack/glance 503be24afa122eef08186001e54c1e1180114ccf Prevent creation of http images with invalid URIs Active images should always be ready to be downloaded, regardless they're locally or remotely stored. This patch prevents images with invalid location URIs from being created and entering the 'active' state with no data. This is only for the HTTP store. Closes-Bug: #1257273 Co-authored: Jon Bernard Change-Id: Iffce79b654cabe8397c85b2cc50c4b7f59733ea5 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ed816a214be8..503be24afa12 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ed816a214be8acc17d75f68e6c2552fd3b1ad56f +Subproject commit 503be24afa122eef08186001e54c1e1180114ccf From 7c89d33e69f4b36ed34206f5b7a406ee1fcf6d1f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 6 May 2014 11:36:02 +0000 Subject: [PATCH 02540/18836] Updated openstack/openstack Project: openstack-dev/devstack 1bb05a96316e3bd4069d30e91a3588340aa71edf Fix logging for keystone under mod_wsgi When Keystone is configured under mod_wsgi, Keystone configuration requires debugging to be enabled as the debug flag cannot be passed via cli arguments. Because Apache 2.2 (default for a number of distributions) does not support passing an explicit format to the ErrorLog, Keystone under mod_wsgi ends up with duplicated timestamps in the Keystone log. This patchset eliminates the %(asctime) and %(msecs) substitution targets from the log format options when Keystone is configured under mod_wsgi. Change-Id: I0bf32db6e53cb653921162cb1957eb988b819815 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9d229e499ed3..1bb05a96316e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9d229e499ed34a736e281f299211ea984aaed814 +Subproject commit 1bb05a96316e3bd4069d30e91a3588340aa71edf From 4cba979df1b52f9bff141fe786b4fa221a71cf2c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 6 May 2014 11:49:19 +0000 Subject: [PATCH 02541/18836] Updated openstack/openstack Project: openstack-dev/devstack 6445bd6c1523df79ccc5a5fc0c35898710b6ae0b Force TFTP to listen on IPv4 endpoint On Fedora with the default configuration TFTP will listen only on IPv6 endpoint, making imporrible for a node to reach TFTP. This patch forces TFTP to listen on IPv4 endpoint by modifying Xinet.d template. Change-Id: I1ed315fae38816c8e0c2a736261d1c3736f437ff --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1bb05a96316e..6445bd6c1523 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1bb05a96316e3bd4069d30e91a3588340aa71edf +Subproject commit 6445bd6c1523df79ccc5a5fc0c35898710b6ae0b From 7c04282a86517e4ba3b8075a8f997a85320e38aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 6 May 2014 13:25:00 +0000 Subject: [PATCH 02542/18836] Updated openstack/openstack Project: openstack/python-swiftclient 4e85183019da3c1a4b350d4b426b43de5a492727 Add functional tests for python-swiftclient Coverage for swiftclient.client is 71% with these tests. Unit tests have been moved into another subdirectory to separate them from functional tests. Change-Id: Ib8c4d78f7169cee893f82906f6388a5b06c45602 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index b1ca7056b106..4e85183019da 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit b1ca7056b106638151f8bde45a4c7764633c139b +Subproject commit 4e85183019da3c1a4b350d4b426b43de5a492727 From 314663755c4e0dbc5a3cc3abf815a2775f9c4b10 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 6 May 2014 22:45:44 +0000 Subject: [PATCH 02543/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 7432db16b321f7641cd0e9bc5c03f60e99ab2bf6 Discovery URL querying functions The existing discovery mechanism is geared around allowing users to create appropriate client objects. It does not provide any means to query version responses to determine the URLs of available versions. This patch adds url_for (similar to the functions available on service catalog) and data_for functions that can do lower level queries for URLs and version response data. Because of the client creation functionality the existing discover.py cannot be imported from within keystoneclient due to cyclical dependency resolution. The querying functions are therefore added to a private keystoneclient file and exposed to the original Discover object via inheritance. This private object can then be used within the keystoneclient library. Blueprint: endpoint-version-query Change-Id: I7e1891536289c57ad3fbe8ef1c6e50b7344d83d5 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0781c3ca2755..7432db16b321 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0781c3ca27557f2e699e4578bd898bb32efa8155 +Subproject commit 7432db16b321f7641cd0e9bc5c03f60e99ab2bf6 From 3cca27a4d0e087b835099b61a6613422842c272b Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Tue, 25 Mar 2014 16:28:58 -0400 Subject: [PATCH 02544/18836] Updated openstack/openstack Project: openstack/glance fcfb5d04cd019aedb0beaa362fb703d543d711c3 Ensures that task.message is of type unicode It is likely that a task script might store the message in a format which is not 'Text', like a json message. To ensure that we save the task message in the appropriate format, we should typecast it. partially implements bp async-glance-workers Change-Id: I4eaebb75357d448d4ea458cd7fe5e4ac96b33ace --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 503be24afa12..fcfb5d04cd01 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 503be24afa122eef08186001e54c1e1180114ccf +Subproject commit fcfb5d04cd019aedb0beaa362fb703d543d711c3 From dc8bc8a8c3633206a7216867cba66a27b3ced11b Mon Sep 17 00:00:00 2001 From: Yejia Xu Date: Wed, 7 May 2014 01:49:15 +0000 Subject: [PATCH 02545/18836] Updated openstack/openstack Project: openstack/python-openstackclient 3b57117f8efc0c945f730c5e8a598768ac774114 Display all server log when --lines option is None Without --lines option, `console log show xxx` cmd will break. Change-Id: I4027aacac245e6916c1808fd9f878fb708c8a5f0 Closes-Bug: #1316870 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 834867b8bfaa..3b57117f8efc 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 834867b8bfaab1dcbad5f1e88e10f8a10c48f626 +Subproject commit 3b57117f8efc0c945f730c5e8a598768ac774114 From 30adba83d869566f786d82f911378407c235ddb9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 1 May 2014 20:48:27 +0200 Subject: [PATCH 02546/18836] Updated openstack/openstack Project: openstack/python-troveclient 21a22403cae3c259a67c891f13bd2ca6995416e2 Fix building of documentation Now both the standard command "python setup.py build_sphinx" and "tox -e docs" will build the documentation. The changes: * tox.ini: Fix docs section: Remove unneeded deps line, the general deps line is just fine. Enable the command, clean up before running sphinx and use the normal command for execution. * pydocs.rst: This throw an error while building since troveclient.client.Dbaas does not exist, replace it. * index.rst: Generate table of content. No need to include the files. Change-Id: I2095ef73a76b0212e33776af925f5eaf1810be7a Partial-Bug: #1315101 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index a0ec47b9957b..21a22403cae3 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit a0ec47b9957b31d165bafa76f99b3c8d90c2bb77 +Subproject commit 21a22403cae3c259a67c891f13bd2ca6995416e2 From 1f632b27d0d6ab33a652e203a3bf52211cc5c6c4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 7 May 2014 15:32:13 +0000 Subject: [PATCH 02547/18836] Updated openstack/openstack Project: openstack/python-troveclient f165e4dde90b506ad74788863ea784136f105638 Remove Duplicate ClientExceptions and Merge horizon handles troveclient.ClientException as a recoverable error, with troveclient defined via "from troveclient import exceptions as troveclient". this patch imports oslo's apiclient exceptions in troveclient/exceptions.py to ensure all ClientExceptions are considered recoverable. also removes unused exceptions that were unnecessarily ported from the compat version of the client. this fix is necessary to avoid seeing the generic error message of "Error: There was an error submitting the form. Please try again." in horizon vs. the explicit error message. Change-Id: I94c8ec0289821ccd365d6689488a3e25877c1560 Closes-Bug: #1292033 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 21a22403cae3..f165e4dde90b 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 21a22403cae3c259a67c891f13bd2ca6995416e2 +Subproject commit f165e4dde90b506ad74788863ea784136f105638 From 7a0d6b762ea60694399dcd2ca3da86a95297533b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 7 May 2014 16:40:41 +0000 Subject: [PATCH 02548/18836] Updated openstack/openstack Project: openstack/python-openstackclient 03b9a7282ba94eeb901c758d825ba1616006050c Fix help message for `ip floating delete` Previously, the help message incorrectly had the string "IP address to add to server". This should probably read "IP address to delete". Change-Id: If592b736448199f84c30e0cbc8110a0a76e2c140 Closes-Bug: #1316877 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 3b57117f8efc..03b9a7282ba9 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 3b57117f8efc0c945f730c5e8a598768ac774114 +Subproject commit 03b9a7282ba94eeb901c758d825ba1616006050c From 1f1c5399c978a3f79d0071606d434399b3fb286e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 7 May 2014 17:45:12 +0000 Subject: [PATCH 02549/18836] Updated openstack/openstack Project: openstack/oslo.config bdb0814925973a050ff195fa1cd11e792c103481 Updated from global requirements Change-Id: I2c06261c3a58ef711808a04b1639f6736c55b635 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index a4bb2e4a1d53..bdb081492597 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit a4bb2e4a1d53ae696a61056e25d4a9e31889cbd7 +Subproject commit bdb0814925973a050ff195fa1cd11e792c103481 From b0dd45acb310c6091f0a565b511aee5d0c6a33d1 Mon Sep 17 00:00:00 2001 From: Veronica Musso Date: Tue, 29 Apr 2014 09:21:06 -0300 Subject: [PATCH 02550/18836] Updated openstack/openstack Project: openstack/django_openstack_auth ea03d993800b2131230dbc2dc73ffbf549c09486 Use the latest Django 1.4 release to test This patch modifies tox.ini file to use the latest Django 1.4 release to test django-openstack-auth. Change-Id: I6b9203d02aee79339f933eef5765de76901d2ecb Closes-Bug: #1308123 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 7d2ece1801b1..ea03d993800b 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 7d2ece1801b11830d9c474033019c80746b53526 +Subproject commit ea03d993800b2131230dbc2dc73ffbf549c09486 From bd4bab81d4ede2243d7e3333c8ea8a1d01b34c09 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 7 May 2014 22:18:14 +0000 Subject: [PATCH 02551/18836] Updated openstack/openstack Project: openstack/python-troveclient 4643f78a200aff5155e7029dfde0eebe9bef0e70 Correct grammar in trove CLI help Fixed grammar errors such as 'a instance' and 'the instance' to be 'an instance.' Change-Id: I43eb9562c5290d23a0def31249d6c7aefd5dc593 Closes-Bug: #1316307 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index f165e4dde90b..4643f78a200a 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit f165e4dde90b506ad74788863ea784136f105638 +Subproject commit 4643f78a200aff5155e7029dfde0eebe9bef0e70 From a8a6162ff9735565f4deec7dc8797762c9877647 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 7 May 2014 22:33:30 +0000 Subject: [PATCH 02552/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a217ce08d4c663d71e8ebcf2efa32fee7ae0abba OAuth request/access token and consumer support for oauth client API Add support for creating request and access tokens, and to authorize request tokens. Also adding basic CRUD for consumer entities. DocImpact Change-Id: Ib9d0b223f202a7e33cbad1602da5be7479cd3284 implements: bp add-oauth-support --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 7432db16b321..a217ce08d4c6 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 7432db16b321f7641cd0e9bc5c03f60e99ab2bf6 +Subproject commit a217ce08d4c663d71e8ebcf2efa32fee7ae0abba From 1660e289544e6a6d1ba10a65bab97d906b9cae4f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 02:54:10 +0000 Subject: [PATCH 02553/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a95edc7f38d7c267f9efa6c4a413b4a04d2686b0 Regions Management Client code for v3 API regions implementation. Change-Id: I5c1526457395ba3fb06977bea775ff572ec840ba Closes-Bug: 1289519 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a217ce08d4c6..a95edc7f38d7 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a217ce08d4c663d71e8ebcf2efa32fee7ae0abba +Subproject commit a95edc7f38d7c267f9efa6c4a413b4a04d2686b0 From 5b32eb1c937e49459163947c38907858c3d52176 Mon Sep 17 00:00:00 2001 From: Chris Buccella Date: Tue, 6 May 2014 21:37:17 +0000 Subject: [PATCH 02554/18836] Updated openstack/openstack Project: openstack/python-novaclient b277dd1c1c8e058653a3d019a17e7d381de184b3 Some Help Messages Missing Translation Support v1_1/contrib/baremetal is missing translation support for some help messages. Fix this. Change-Id: Iea354fef1c7f41361b66ed4e143b3f1f5e562d88 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b23c97d634ff..b277dd1c1c8e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b23c97d634ff770f643a198308a4c962c9924517 +Subproject commit b277dd1c1c8e058653a3d019a17e7d381de184b3 From 28b0d86dd62c7ff3c8005961cf460cb77d28dc8f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 03:24:11 +0000 Subject: [PATCH 02555/18836] Updated openstack/openstack Project: openstack-dev/devstack a6c5552258054241a9633692a94c8ca9e18d7464 Add driver parameter for PLUMgrid configuration file PLUMgrid plugin for Neutron supports to load dynamically a back-end driver. This parameter has been added in the plugin configuration file. Change-Id: I1698a8fa558841aeb94476bc8c7f103b21f2a2d3 Closes-bug: #1315466 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 6445bd6c1523..a6c555225805 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 6445bd6c1523df79ccc5a5fc0c35898710b6ae0b +Subproject commit a6c5552258054241a9633692a94c8ca9e18d7464 From 29070b79352de9904daaf93fcfac49c49dab25ef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 03:26:51 +0000 Subject: [PATCH 02556/18836] Updated openstack/openstack Project: openstack/python-novaclient 08c728f748db82751064e66e5e92ca24429d42f8 Convert aggregates testing to use httpretty This is the first in the series and so contains some setup classes. In general the original data will not be able to be removed from fakes until the very end because testing shell depends on a lot of it. Change-Id: I499fe968923b9452f60c1b2ca50d5749e89827de blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b277dd1c1c8e..08c728f748db 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b277dd1c1c8e058653a3d019a17e7d381de184b3 +Subproject commit 08c728f748db82751064e66e5e92ca24429d42f8 From 9efdaea6d1a23a05a52d6438cd4921982247dc7b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 05:34:26 +0000 Subject: [PATCH 02557/18836] Updated openstack/openstack Project: openstack-dev/devstack ceda7cfe653691e9cda21e66373f3407b759032d Update create_userrc to openstackclient commands Updated keystoneclient commands in tools/create_userrc.sh to their openstackclient equivalents. Change-Id: I03c17cfc9740c3eb257152c95d9c4f021db2c89e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a6c555225805..ceda7cfe6536 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a6c5552258054241a9633692a94c8ca9e18d7464 +Subproject commit ceda7cfe653691e9cda21e66373f3407b759032d From ca288c5477b8da7c1ff92332e5c0c817ef0deec1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 7 May 2014 07:24:16 -0700 Subject: [PATCH 02558/18836] Updated openstack/openstack Project: openstack/python-swiftclient 30244399dd15647f09e882d5ff514006a963ed65 Make the function tests Python3-import friendly Change-Id: Ic73fc2a6f6712505eda71fa2e2e91ac680ced9a3 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 4e85183019da..30244399dd15 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 4e85183019da3c1a4b350d4b426b43de5a492727 +Subproject commit 30244399dd15647f09e882d5ff514006a963ed65 From 6f00c00651139303a3ee4f05259d7869285e765b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 06:13:34 +0000 Subject: [PATCH 02559/18836] Updated openstack/openstack Project: openstack/python-novaclient 5de4c4f91e51fb49265c4e019b05f2933e9ae1ec Print message if instance is successfully deleted v3 Also change the message for v1_1. Change-Id: I35eaf1a7670de79e3b75acaffe7ae13018b0a762 Closes-bug: 1312087 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 08c728f748db..5de4c4f91e51 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 08c728f748db82751064e66e5e92ca24429d42f8 +Subproject commit 5de4c4f91e51fb49265c4e019b05f2933e9ae1ec From 9a33246587abaca3397543c0e5501704c084a949 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 12:21:48 +0000 Subject: [PATCH 02560/18836] Updated openstack/openstack Project: openstack/python-swiftclient 3895d8535a6aa61a2560f5aadc5ffbd172f6a4c8 Only encode metadata for user customed headers Don't encode standard headers keys but just the x-*-meta- ones. That fixes py3 to not have them casted as bytes and not properly passed to the requests kwargs. Other trivial py3 fixes along the way. Change-Id: I91b95f32fb2aec9b20892a5bb95fd1bc65d002f3 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 30244399dd15..3895d8535a6a 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 30244399dd15647f09e882d5ff514006a963ed65 +Subproject commit 3895d8535a6aa61a2560f5aadc5ffbd172f6a4c8 From 057a5075786ba990e972daee1f7c28b07c1c8df3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 13:15:14 +0000 Subject: [PATCH 02561/18836] Updated openstack/openstack Project: openstack/django_openstack_auth bd5f334be530a965f6a0397c0a9fe6990b956eaa Updated from global requirements Change-Id: I318890415002b36b1558e88f1e4a9aff675b0ce0 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index ea03d993800b..bd5f334be530 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit ea03d993800b2131230dbc2dc73ffbf549c09486 +Subproject commit bd5f334be530a965f6a0397c0a9fe6990b956eaa From 3a6dd0c085c7809b77fd0cb94af523dbfec813c9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 16:54:06 +0000 Subject: [PATCH 02562/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 0eef570e44ee1abcdd3112eef96a81fbeeda9ca6 Add heat-cfntools, heat-templates to PROJECTS Like os-collect-config etc, these repos have agents which could be installed on custom images built during devstack gating. Change-Id: Id78039a93e27182bf6001467269e5ba87097e2de --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 3c4e0bd294ed..0eef570e44ee 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 3c4e0bd294ed22c9d41379c23adae78b3f10d676 +Subproject commit 0eef570e44ee1abcdd3112eef96a81fbeeda9ca6 From 3af831eb93a960fcd5903e45c65304a1cf0c1e01 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 16:54:23 +0000 Subject: [PATCH 02563/18836] Updated openstack/openstack Project: openstack/glance 3e48e354d389ef48cdfe640c581b565a66755ff3 Replace unicode() for six.text_type To support Python3, unicode() calls has been replaced by six.text_type. Added utils.exception_to_str(): is the proper way to convert an exception to string, since it manages logic related to encoding. Change-Id: I27101390e4f95e5c7690b1b445b7e75b8bcb9a08 Closes-Bug: #1284677 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index fcfb5d04cd01..3e48e354d389 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit fcfb5d04cd019aedb0beaa362fb703d543d711c3 +Subproject commit 3e48e354d389ef48cdfe640c581b565a66755ff3 From 0fe526ad6c99e1e195da0720e9bdd79993a9efe9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 18:14:06 +0000 Subject: [PATCH 02564/18836] Updated openstack/openstack Project: openstack/python-novaclient 6c95abf3a007beb25ba206267b04be8356e034bb Add mailmap entry Add mailmap entry for my email address Change-Id: Ia46c28c86ef3f440556b1b027d2bf0a7f3e721c5 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5de4c4f91e51..6c95abf3a007 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5de4c4f91e51fb49265c4e019b05f2933e9ae1ec +Subproject commit 6c95abf3a007beb25ba206267b04be8356e034bb From e51396d69e1ead68047423210917f97dd50e8de7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 19:21:36 +0000 Subject: [PATCH 02565/18836] Updated openstack/openstack Project: openstack/python-cinderclient 12347c1a474fe2f93edf1c02f6c2c8dc094862b2 Ambiguous option error should not appear if Arg is SUPPRESS Due to backward compatibility there are arguments hidden. For example: --tenant-id and --tenant_id On those case the abbreviation mechanism if a user enter --tenant throw that there is an ambiguity but the helps only show --tenant-id as an optional argument. This change remove this ambiguity if one of them is hidden. Change-Id: I413f1ebafc68b3e02b5abadce1608e6d48207b01 Closes-Bug: #1252457 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 0d2bf657ae52..12347c1a474f 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 0d2bf657ae5271a01e9ec84d379d17910b263b7e +Subproject commit 12347c1a474fe2f93edf1c02f6c2c8dc094862b2 From 94cf9efc1a9600f50961f09ec9d8a68a83f1d6fd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 23:07:42 +0000 Subject: [PATCH 02566/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate db310bfc9cf3a152904f11de34a2c741fa8c3ece Add qpid config Although features.yaml have a feature entry for qpid, there's no config option for qpid. So, even if you have a DEVSTACK_GATE_QPID=1 in your environment, it won't work. This patch enable the use of DEVSTACK_GATE_QPID=1 to run devstack with qpid instead of rabbit Change-Id: Iffb6f5a8fef4caef7ae4e68aa261b3db63016493 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 0eef570e44ee..db310bfc9cf3 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 0eef570e44ee1abcdd3112eef96a81fbeeda9ca6 +Subproject commit db310bfc9cf3a152904f11de34a2c741fa8c3ece From ebf0ccd78d869e89df973e9e505777b6dd772486 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 23:08:00 +0000 Subject: [PATCH 02567/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate f1a52c99891b45eda4e554d36c68e5d4c7e96239 add oslo.i18n to project list bp graduate-oslo-i18n Change-Id: I7acf9f1e28d8a8a4e378a242c4d3ff470ed2fdbc --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index db310bfc9cf3..f1a52c99891b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit db310bfc9cf3a152904f11de34a2c741fa8c3ece +Subproject commit f1a52c99891b45eda4e554d36c68e5d4c7e96239 From fba9893b8725fafc524af495b9f9a1662ed42eda Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Thu, 8 May 2014 13:35:28 +0100 Subject: [PATCH 02568/18836] Updated openstack/openstack Project: openstack-dev/devstack 8901245ef55dc1f68d3a3e7d0002ac2a27d9970e client-env requires admin permissions openstack endpoint show identity will not be successful without admin permissions; this causes exercise.sh to fail because it claims keystone is not present Change-Id: I769d70d0439c0b4c7e174a0adad7adcf1938095e Closes-bug: 1317507 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ceda7cfe6536..8901245ef55d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ceda7cfe653691e9cda21e66373f3407b759032d +Subproject commit 8901245ef55dc1f68d3a3e7d0002ac2a27d9970e From 419c0055c2dc0307172a11fb8c23618018437a81 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 8 May 2014 23:13:12 +0000 Subject: [PATCH 02569/18836] Updated openstack/openstack Project: openstack-dev/devstack c63a7034d9ffc545067c4e58f4b77ffbfb830d48 Use public gateway for Trove if neutron is enabled Fix Trove to use the PUBLIC_NETWORK_GATEWAY if neutron is enabled. This is needed since in this case the guestagent is able to reach the devstack host only via the public PUBLIC_NETWORK_GATEWAY and not via the private NETWORK_GATEWAY. Change-Id: I61ee707e16d0222e7f479369e769cbe7ef2de7d7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8901245ef55d..c63a7034d9ff 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8901245ef55dc1f68d3a3e7d0002ac2a27d9970e +Subproject commit c63a7034d9ffc545067c4e58f4b77ffbfb830d48 From 172b99bad11aa5d83aa64911902f255cee415360 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 00:01:31 +0000 Subject: [PATCH 02570/18836] Updated openstack/openstack Project: openstack-dev/pbr adb0d20ec7eff94b2433180b437bbe1a59ab6456 pbr/testr_command.py: Add logging to aid in debugging and testing. Change-Id: I5342604204602623cdb5c0f2623d85f7d44e2b50 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 007f4ee2abf8..adb0d20ec7ef 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 007f4ee2abf818b4b18b6e8347da1d4eb2e0ad9c +Subproject commit adb0d20ec7eff94b2433180b437bbe1a59ab6456 From b1ac932f73452261d690d81d07ceb3ed0ab09ece Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 00:02:00 +0000 Subject: [PATCH 02571/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 635db7bc0c56da62a17e7ba6058c34a0eca63005 Add the sbins to PATH On fedora (and possibly other systems) sshd is compiled with --with-default-path=/usr/local/bin:/usr/bin for non interactive shells because /etc/profile isn't read this results in PATH not including sbin. For simplicity I append sbin to the current PATH regardless if it already exists or not. Change-Id: I5f6aecb2b1fa9c49f4d15c5d96c005607b05c803 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index f1a52c99891b..635db7bc0c56 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit f1a52c99891b45eda4e554d36c68e5d4c7e96239 +Subproject commit 635db7bc0c56da62a17e7ba6058c34a0eca63005 From f5c1772862183f2bacfddd01f25c5ed9faaf8b68 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 00:06:14 +0000 Subject: [PATCH 02572/18836] Updated openstack/openstack Project: openstack/oslo.config 78c2bc95c1bfd3f8663f7fcade4bdf00deeab60b Fix deprecated_opts for cli options The following simple program raises DuplicateOptError. This commit fixes it. oslo.config.cfg.DuplicateOptError: duplicate option: argument --bar-foo: conflicting option string(s): --bar-foo from oslo.config import cfg conf = cfg.ConfigOpts() oldopts = [ cfg.DeprecatedOpt(name='oldfoo', group='oldbar'), ] conf.register_cli_opt(cfg.StrOpt(name='foo', deprecated_opts=oldopts), group='bar') conf() Change-Id: I022ed0236de97db42568106bc90c696732a05ef2 Closes-Bug: #1283960 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index bdb081492597..78c2bc95c1bf 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit bdb0814925973a050ff195fa1cd11e792c103481 +Subproject commit 78c2bc95c1bfd3f8663f7fcade4bdf00deeab60b From 631c93b5c10048a477f52b146c7bfa691bbbba29 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 8 May 2014 11:43:31 -0700 Subject: [PATCH 02573/18836] Updated openstack/openstack Project: openstack/requirements 0e7a7bf30de22ee69691de01c9001c07891b0ba4 Add oslo.db and oslo.i18n to project list Both oslo.db and oslo.i18n want to track the global requirements. bp/graduate-oslo-i18n bp/oslo-db-lib Change-Id: Icf4c2db356a1f3cd0a122ef3d316daf4f6532c46 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b1503d9cac63..0e7a7bf30de2 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b1503d9cac63530466c05d29b7a3b59728788051 +Subproject commit 0e7a7bf30de22ee69691de01c9001c07891b0ba4 From edb5ab2ded576ace9de3f3a2b43f8c876ffa6668 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 00:58:54 +0000 Subject: [PATCH 02574/18836] Updated openstack/openstack Project: openstack/python-novaclient 02940f20c0224b8040f5ca7737cef8be60b0dffa Make help description of rescue/unrescue more useful The docstring was not helping users in understanding what the command does. Change-Id: I858a43157c582067992cb80080ed440d6aba3ac3 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6c95abf3a007..02940f20c022 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6c95abf3a007beb25ba206267b04be8356e034bb +Subproject commit 02940f20c0224b8040f5ca7737cef8be60b0dffa From 948fbbbc78cee3ee83444b0c0cbd8d0e5770c446 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 02:20:48 +0000 Subject: [PATCH 02575/18836] Updated openstack/openstack Project: openstack/requirements 051bf299198265e0cdb3be4dcd130d063d53c1b6 Bump sqlalchemy-migrate version to 0.9.1 The latest version of sqlalchemy-migrate has support for sqlalchemy 0.9 and DB2. Several core projects are supporting DB2 already so we should bump the runtime requirement so the migrations work if you're running against a DB2 backend. This is also needed for oslo.db commit 567175554 to clean old migrate monkey patches out of oslo.db since they live in migrate 0.9.1 now. Related blueprint db2-database Change-Id: Iadb4a5dd67d7e4e5547b7185159ab687a4ef1b74 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0e7a7bf30de2..051bf2991982 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0e7a7bf30de22ee69691de01c9001c07891b0ba4 +Subproject commit 051bf299198265e0cdb3be4dcd130d063d53c1b6 From a1144e4e34b778d3d58228734b2a693f69337c63 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 02:22:38 +0000 Subject: [PATCH 02576/18836] Updated openstack/openstack Project: openstack/requirements 1cc8b297f2eb7a6f1c2d8954a77a7cc36d78175a Exclude netifaces versions 0.10.0, 0.10.1 Add pin on netifaces dependency to exclude versions 0.10.0 & 0.10.1, as these versions fail to install on sereval Linux distributions. Change-Id: I4e5d210ed6cf5fcf5612e8600d3b144a4620034c Related-to: #1315374 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 051bf2991982..1cc8b297f2eb 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 051bf299198265e0cdb3be4dcd130d063d53c1b6 +Subproject commit 1cc8b297f2eb7a6f1c2d8954a77a7cc36d78175a From 274320d48df3511f2b3013f41d287540a8fd8bfd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 02:28:08 +0000 Subject: [PATCH 02577/18836] Updated openstack/openstack Project: openstack/requirements ac9e7c883760d621eb880169bf5088c895e68344 Move to newer version of python-swiftclient The 2.0.x release of python-swiftclient includes SSL certificate verification. This is desired for https://review.openstack.org/#/c/75927/ Change-Id: I3d6371a31c07c4e31da72edf9dd71537c8e58d23 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1cc8b297f2eb..ac9e7c883760 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1cc8b297f2eb7a6f1c2d8954a77a7cc36d78175a +Subproject commit ac9e7c883760d621eb880169bf5088c895e68344 From 6d44924f609512ee1b69fa681eb339ead9c78c6f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 27 Apr 2014 20:03:30 +0200 Subject: [PATCH 02578/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 2b137cd296c1f5c00c8a54ea2b71c930e7072c47 Fix translation setup Update .tx/config with all options. Add update_catalog target to setup.cfg - like it's done for all other projects that translate messages. Change-Id: I0f72cb48c9693e812ca21f50f4c2b04894411307 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index bd5f334be530..2b137cd296c1 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit bd5f334be530a965f6a0397c0a9fe6990b956eaa +Subproject commit 2b137cd296c1f5c00c8a54ea2b71c930e7072c47 From 9c2f067c58c433aa6811a1b78502e041701a97a3 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 2 May 2014 18:37:10 +0200 Subject: [PATCH 02579/18836] Updated openstack/openstack Project: openstack/python-heatclient 5a78fdf4eca4d74ce32c6e31d1e01ee1d21ae06d fixed typos found by RETF rules rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: If1f71f38b48a1b1a887ddc3b153e653995989cc3 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index aa360404cad8..5a78fdf4eca4 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit aa360404cad8b4ec66a6ed6e1e921ee60dc9da65 +Subproject commit 5a78fdf4eca4d74ce32c6e31d1e01ee1d21ae06d From 7cdaae6734822a951ac37f787ddfac2371dff4cf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 16:07:14 +0000 Subject: [PATCH 02580/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 4be6825576f5fd4a9a4de88e61c227fcd39a96ae Add more fixed ips Go from 256 to 4096 fixed IP addresses. The large ops test spins up 3 sets of instances then deletes them all at the end. We are working on bumping the large-ops number up from 50 to 175, so we will need at least 525 fixed ip addresses. Change-Id: Ie6cfd6e191ec873e577166e33e94b5996190a1c2 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 635db7bc0c56..4be6825576f5 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 635db7bc0c56da62a17e7ba6058c34a0eca63005 +Subproject commit 4be6825576f5fd4a9a4de88e61c227fcd39a96ae From 94445e5282bb8f6ec47f82c3e149ac1ecd54acae Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 17:25:18 +0000 Subject: [PATCH 02581/18836] Updated openstack/openstack Project: openstack/oslo.messaging 9d645400a0f5124343ff6653914b946f7c9c6458 Enable log messages to handle exceptions containing unicode Currently the format string is a normal string, which in py2x is not unicode. When the unicode exception information is used to replace the %s, str() is called on it, but because it is unicode str() fails. Making the format string unicode fixes this. For the error log this is done by making it translatable and for the debug message by explicity making it unicode. The exception will contain unicode when the exception being returned by the other project is either translated to a language using unicode characters or when lazy translation is enabled and a gettextutils.Message instance is returned. Change-Id: I1706f5eb9dfbee434f8882b03dad4674d955c370 Closes-Bug: #1310397 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 17375f41cec2..9d645400a0f5 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 17375f41cec2cae2597b29c2c65ec89c280a410c +Subproject commit 9d645400a0f5124343ff6653914b946f7c9c6458 From 570749596d5bef95fc8c637f3269145ddff57441 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 18:59:21 +0000 Subject: [PATCH 02582/18836] Updated openstack/openstack Project: openstack/python-neutronclient f6eba87aa1761de2425d4651a62e3d07d88de3fe Remove httplib2 requirement There are no imports from httplib2 and everything seems to be converted over to using the requests library now, so remove the extraneous dependency. Change-Id: I6a2a9543ea8f5da29494e1dba7659ec02a43deea --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 45ffced148c7..f6eba87aa176 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 45ffced148c7415ac1be00a733e7a5a55b7afc33 +Subproject commit f6eba87aa1761de2425d4651a62e3d07d88de3fe From 04e7ec27b8022c0eaeafbadc9aa9b576f8b3d053 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 21:38:20 +0000 Subject: [PATCH 02583/18836] Updated openstack/openstack Project: openstack/python-openstackclient a93851d6af899e18638039aee06465c025e1e037 Implement CRUD operations for Identity Providers Operations for: * adding Identity Provider * listing Identity Providers * showing Identity Provider * updating Identity Provider * deleting Identity Provider Change-Id: I4557168309f93e4670116b5c3c0e29252ff0c40f Implements: bp/add-openstackclient-federation-crud --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 03b9a7282ba9..a93851d6af89 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 03b9a7282ba94eeb901c758d825ba1616006050c +Subproject commit a93851d6af899e18638039aee06465c025e1e037 From b8b16daaecb2c29063c8e4f8d3a3af696674ae7d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 22:12:40 +0000 Subject: [PATCH 02584/18836] Updated openstack/openstack Project: openstack-dev/devstack 72f32d3b977dccc4843144c77307a6b0506f87e3 Fix incorrect comparisions The files changed in this commit had incorrect bash syntax in that they were assigning variables (=) instead of checking if they were equal (==). The incorrect checks were preventing the configuration of VLANs with the Neutron ML2 plugin. Change-Id: I4b54bb5c69cc836c22900bd7a966197e9c616076 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c63a7034d9ff..72f32d3b977d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c63a7034d9ffc545067c4e58f4b77ffbfb830d48 +Subproject commit 72f32d3b977dccc4843144c77307a6b0506f87e3 From 021c7a0f4a3f9047d0ccf101783c5cf25f80ae67 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 9 May 2014 23:47:25 +0000 Subject: [PATCH 02585/18836] Updated openstack/openstack Project: openstack/requirements 7bf5feb71c383c0761aa5d12886330b78774c9c4 Update openstack-doc-tools for translation of api-site Version 0.13 of openstack-doc-tools is needed for building localized books in the repo api-site, update the required version. Significant changes between 0.11 and 0.13 are: * ``openstack-generate-docbook`` handles now the api-site project. * ``openstack-doc-test``: Handle changes in api-site project, new option --print-unused-files. * ``openstack-autohelp``: Handle keystone_authtoken options. Change-Id: I08677bbb08097f3b023515e9031f28a8da94ba67 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index ac9e7c883760..7bf5feb71c38 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit ac9e7c883760d621eb880169bf5088c895e68344 +Subproject commit 7bf5feb71c383c0761aa5d12886330b78774c9c4 From 15e9e5036d72f8d5d23bff4fd27300b2ed30c70e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 10 May 2014 00:56:31 +0000 Subject: [PATCH 02586/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 99c9cbe5a42bd077b6831ce5579207e604841af1 Add zeromq config Although features.yaml have a feature entry for zeromq, there's no config option for zeromq. So, even if you have a DEVSTACK_GATE_ZEROMQ=1 in your environment, it won't work. This patch enable the use of DEVSTACK_GATE_ZEROMQ=1 to run devstack with zeromq instead of rabbit or qpid. Change-Id: I81075fe23bc9a751c05a3f777f7409d0104c979e --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 4be6825576f5..99c9cbe5a42b 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 4be6825576f5fd4a9a4de88e61c227fcd39a96ae +Subproject commit 99c9cbe5a42bd077b6831ce5579207e604841af1 From 668c3eb14d51966ab7a159bbe2ab977c6ac9cfe5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 10 May 2014 12:24:16 +0000 Subject: [PATCH 02587/18836] Updated openstack/openstack Project: openstack-dev/devstack 8cedabcea8bb446f1c29aab42fbcbf5a87218f7f stack.sh fails for Cisco plugin with missing cisco_plugins.ini error When the Cisco Nexus monolithic plugin is configured in the localrc, stack.sh fails with the error message: sed: can't read /etc/neutron/plugins/cisco/cisco_plugins.ini: No such file or directory This failure was introduced with the merge of change set 76992 (bug #1285884). Change set 76992 removed the copying of Q_PLUGIN_EXTRA_CONF_FILES from the neutron project area to directories under /etc/neutron. This copy from neutron to /etc is required by the Cisco Nexus monolithic plugin, since this plugin follows the original model for generating extra config files based on localrc settings: - Copy default config file(s) from neutron project to /etc using a relative path (relative to neutron and relative to /) - Modify the copies of the config file(s) using localrc settings - Add a --config-file command line setting for neutron server which points to the modified config file(s) under /etc The fix is to add the copying of the default versions of the extra config files from neutron to /etc into the cisco devstack script. Change-Id: Ifbae197ed591f7cccfd6d51eae2b21e31eb0a409 Closes-Bug: #1295411 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 72f32d3b977d..8cedabcea8bb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 72f32d3b977dccc4843144c77307a6b0506f87e3 +Subproject commit 8cedabcea8bb446f1c29aab42fbcbf5a87218f7f From d3109c772ce64f3532040d5b45968de10556f899 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 10 May 2014 16:33:45 +0000 Subject: [PATCH 02588/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 299ce250a1cd58d3fea6b96aafff3be590a4daeb remove libvirt work around libvirt in precise-updates now has the fix that we need (released on March 20th), so we should no longer have to have a local work around for it. Change-Id: Id094a7e3e3004acd3d47b7fe34161ed2995e095b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 99c9cbe5a42b..299ce250a1cd 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 99c9cbe5a42bd077b6831ce5579207e604841af1 +Subproject commit 299ce250a1cd58d3fea6b96aafff3be590a4daeb From ab0323944993f78ef697c36560d4f9820e237ff5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 12 May 2014 01:44:23 +0000 Subject: [PATCH 02589/18836] Updated openstack/openstack Project: openstack/requirements b69be8259526aac70df69b950f25fea1cf9ddb6b Add os-cloud-config to global requirements TripleO is in the process of moving scripts out of incubator and into os-cloud-config, so add it to global requirements and projects so that it can be utilised. Change-Id: If44ca7f0f11a5ec05bcc57bde7b05403fbb6e1fa --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7bf5feb71c38..b69be8259526 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7bf5feb71c383c0761aa5d12886330b78774c9c4 +Subproject commit b69be8259526aac70df69b950f25fea1cf9ddb6b From b8f4b196887a2eec9368960d0725e56b43f1de82 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 12 May 2014 06:55:15 +0000 Subject: [PATCH 02590/18836] Updated openstack/openstack Project: openstack/python-troveclient 85857724d4c13dabe74e402a963824f65928d824 Fix trove help for datastore-version-list and -show Added 'name' to the help for the CLI commands datastore-version-list and datastore-version-show Change-Id: I28be2d50ccaca6a2d19a8d0e74e831e6a8ed8238 Closes-Bug: #1316630 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 4643f78a200a..85857724d4c1 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 4643f78a200aff5155e7029dfde0eebe9bef0e70 +Subproject commit 85857724d4c13dabe74e402a963824f65928d824 From ba3fbed0bc47e64c25022f832a2b2f3ea648707b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 12 May 2014 16:11:52 +0000 Subject: [PATCH 02591/18836] Updated openstack/openstack Project: openstack/python-novaclient 735af643aaa1570c677ddbfa4edaad670115cdf7 Deprecate num-instances in favor of min/max count For 'nova boot', num_instances only set max_count, which will try to launch up to max_count instances. But sometimes users want to either launch min_count instances or nothing. So deprecate --num-instances and use --min-count and --max-count instead. DocImpact: deprecate '--num-instances' for 'nova boot' Change-Id: If0088aef554a528258799b22c6e793541474cb0d Closes-bug: #1309244 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 02940f20c022..735af643aaa1 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 02940f20c0224b8040f5ca7737cef8be60b0dffa +Subproject commit 735af643aaa1570c677ddbfa4edaad670115cdf7 From cadad0f8830cfdec3482a156e69eb04cb63cf452 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 12 May 2014 16:15:24 +0000 Subject: [PATCH 02592/18836] Updated openstack/openstack Project: openstack/python-novaclient 522c65f148c8e825047284ef84df27d9b4729a33 Remove duplicate test test_boot_multiple test_boot_multiple is a duplicate if test_boot_num_instances. Change-Id: I03a4def85b79109e6a950587542b53741b06bd70 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 735af643aaa1..522c65f148c8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 735af643aaa1570c677ddbfa4edaad670115cdf7 +Subproject commit 522c65f148c8e825047284ef84df27d9b4729a33 From 2b003b83f265eaf10aa0662b1b950aee806a0f02 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 12 May 2014 16:15:26 +0000 Subject: [PATCH 02593/18836] Updated openstack/openstack Project: openstack/python-novaclient 0e61a37e7ed0dc40f43e8e69b7bf3e839b253990 Allow the default value of 1 to be set for boot multiple Allow one to call the following with their default values of 1: * nova boot --num-instances 1 * nova boot --min-count 1 * nova boot --max-count 1 Don't allow min_count>max_count. This is the only place where if a user passes in the default value the CLI will return an error. Change-Id: I805b3f0c778e9c70c5817624fb696a746dfe3d5b --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 522c65f148c8..0e61a37e7ed0 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 522c65f148c8e825047284ef84df27d9b4729a33 +Subproject commit 0e61a37e7ed0dc40f43e8e69b7bf3e839b253990 From 6877c6823b6b4a7da6a9a16c5879868126164fc9 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 4 Feb 2014 20:43:07 -0500 Subject: [PATCH 02594/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3d6d749e6f0fef682a88758e1a2f6c9e8e7bd23c Compressed Signature and Validation Allows for a new form of document signature. pkiz_sign will take data and encode it in a string that starts with the substring "PKIZ_". This prefix indicates that the data has been: 1) Signed via PKI in Crypto Message Syntax (CMS) in binary (DER) format 2) Compressed using zlib (comparable to gzip) 3) urlsafe-base64 decoded This process is reversed to validate the data. middleware/auth_token.py will be capable of validating Keystone tokens that are marshalled in the new format. The current existing "PKI" tokens will continue to be identified with "MII", issued by default, and validated as well. It will require corresponding changes on the Keystone server to issue the new token format. A separate script for generating the sample data used in the unit tests, examples/pki/gen_cmsz.py, also serves as an example of how to call the API from Python code. Some of the sample data for the old tests had to be regenerated. A stray comma in one of the JSON files made for non-parsing JSON. Blueprint: compress-tokens Closes-Bug: #1255321 Change-Id: Ia9a66ba3742da0bcd58c4c096b28cc8a66ad6569 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a95edc7f38d7..3d6d749e6f0f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a95edc7f38d7c267f9efa6c4a413b4a04d2686b0 +Subproject commit 3d6d749e6f0fef682a88758e1a2f6c9e8e7bd23c From 65deb60b34f84457ace71fd0183cd474491124eb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 12 May 2014 23:18:55 +0000 Subject: [PATCH 02595/18836] Updated openstack/openstack Project: openstack/python-novaclient 104bb2d50a56164325b4b43677fa7f5166a818b5 Add extension-list command for v3 API Nova returns available extension list through its REST API. The command of v2 API has been implemented, and this patch adds the one of v3 API. Note: The command name of v2 is "nova list-extensions" but the one of v3, which this patch adds, is "nova extension-list" because the name fits to the other command names. Change-Id: Ibee712b0aa5898a94e362f20be71e8863500b195 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 0e61a37e7ed0..104bb2d50a56 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 0e61a37e7ed0dc40f43e8e69b7bf3e839b253990 +Subproject commit 104bb2d50a56164325b4b43677fa7f5166a818b5 From ebfe26e223ed144f46322e4aafb7712c846920d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 12 May 2014 23:26:57 +0000 Subject: [PATCH 02596/18836] Updated openstack/openstack Project: openstack/python-novaclient 9d66862e242f1a27fa76d90a7174523993e26ae0 Make port-id and net-id keys mutually exclusive These keys are never used together, and port-id always takes precedence in Nova API when present. This patch makes these parameters mutually exclusive and updates help strings accordingly. Change-Id: I207dc637cb69d9ab3ff6024a657d2c1890057b4d Closes-Bug: #1314097 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 104bb2d50a56..9d66862e242f 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 104bb2d50a56164325b4b43677fa7f5166a818b5 +Subproject commit 9d66862e242f1a27fa76d90a7174523993e26ae0 From 4dd75dc20e2dd699cddc89ac0778b55ed4d3ae76 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Fri, 9 May 2014 09:23:13 +0200 Subject: [PATCH 02597/18836] Updated openstack/openstack Project: openstack/python-swiftclient bc84d7c3fb19138f9a5121876995061af720b028 Fix running the unittests under py3 Since we added the tests.functional the py3 tests wasn't running properly fixing it with some voodoo testr magic. Change-Id: Id301adb32ba739f05591c4c352e0cf7d87576755 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 3895d8535a6a..bc84d7c3fb19 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 3895d8535a6aa61a2560f5aadc5ffbd172f6a4c8 +Subproject commit bc84d7c3fb19138f9a5121876995061af720b028 From 502bfe76ae1b4cd39df41f2c648e7e0af7131e92 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 13 May 2014 04:44:56 +0000 Subject: [PATCH 02598/18836] Updated openstack/openstack Project: openstack/python-swiftclient 22badfd804f4a7e2d161954748a51d5ec727293c Add "." for help strings The command descriptions did not include a "." at the end but the argument description does. Add "." everywhere. Also capitalize and add "." for parameter of capabilities. Change-Id: I2355e0d0c38170d669c8e568361faf4b68203d16 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index bc84d7c3fb19..22badfd804f4 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit bc84d7c3fb19138f9a5121876995061af720b028 +Subproject commit 22badfd804f4a7e2d161954748a51d5ec727293c From ac3ba2859e228744f778f2f91417c632187765a6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 13 May 2014 09:29:26 +0000 Subject: [PATCH 02599/18836] Updated openstack/openstack Project: openstack/python-novaclient dbf2379bdbd0f4bd85e6da58f08ff07f092cfb82 Reuse exceptions from Oslo - Remove unused exceptions from novaclient.exceptions - Reuse exceptions from common code OpenStack clients which already use exception from common code: - ironicclient - I784007f36dd6a63fc4c77e0d0f0f000e05eb792f - keystoneclient - Iedf4e5d753d4278d81751ba0f55fdef3566b56de - saharaclient - tuskarclient - Iacbf219168fae62d864c6594dd41e0737e848cfa Similar patches in other clients related to reusing exceptions from common code: - cinderclient - I07f04ba5357e0196fe43b510e1d2fff5afa02faa - glanceclient - I9838391cff7e450f08d27668564b02e63259186c Related to blueprint common-client-library-2 Change-Id: Ia35d65d57a0047f88a609070f8b4c76215cbd3e9 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9d66862e242f..dbf2379bdbd0 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9d66862e242f1a27fa76d90a7174523993e26ae0 +Subproject commit dbf2379bdbd0f4bd85e6da58f08ff07f092cfb82 From f9c863499dbeb0b66881cf3d2634c48a34a01022 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 13 May 2014 20:27:37 +0000 Subject: [PATCH 02600/18836] Updated openstack/openstack Project: openstack/python-novaclient 076c1a004ab1c861bd02ef7b020e1cbce8a934cc Enable delete multiple server groups in one request Currently, "nova server-group-delete" can only delete one server group in one request, this patch was enabling nova client support removing multiple server groups in one request. Change-Id: I373151bc27cbe8617e2023ba99f6fb3f0108d592 Closes-Bug: #1302954 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index dbf2379bdbd0..076c1a004ab1 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit dbf2379bdbd0f4bd85e6da58f08ff07f092cfb82 +Subproject commit 076c1a004ab1c861bd02ef7b020e1cbce8a934cc From cba667861ae32b9a5a3fff86ff589e690496e356 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Sat, 10 May 2014 03:15:37 +0400 Subject: [PATCH 02601/18836] Updated openstack/openstack Project: openstack/glance 503b1e54e2903a3ff6fd5382905f3124894b8e61 Use safe way through "with" statement to work with files It's unsafe to just open and write to file. Cause if something went wrong during writing to file we won't close fd. Change-Id: I924b8962b3e0c936f3a20260844178783feaf544 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3e48e354d389..503b1e54e290 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3e48e354d389ef48cdfe640c581b565a66755ff3 +Subproject commit 503b1e54e2903a3ff6fd5382905f3124894b8e61 From 8d952e71ca8fbf63708e7a617d26727ae03a6c89 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 14 May 2014 23:23:27 +0000 Subject: [PATCH 02602/18836] Updated openstack/openstack Project: openstack/glance aed6b8f351e7ef19a8ca110255dd5c0c3e9cffe9 Add rally performance gate job for glance This patch is init setup of rally gate job. After merging this everybody will be able to change rally-scenarios/glance.yaml to run any benchmarks with any load in gates. Change-Id: Ic5e58856ece15e4d130ccd1e0057917441b01728 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 503b1e54e290..aed6b8f351e7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 503b1e54e2903a3ff6fd5382905f3124894b8e61 +Subproject commit aed6b8f351e7ef19a8ca110255dd5c0c3e9cffe9 From 4386929e23a015805aa4deceac98c307b148793e Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 9 May 2014 09:28:53 -0500 Subject: [PATCH 02603/18836] Updated openstack/openstack Project: openstack/python-openstackclient 870e7ddbcce5d5f1b1bd36bb3ad95665565b3ced Change volume create --volume-type to --type This makes it consistent with the other --type options in OSC. Also add a few more volume_create tests. Change-Id: I50ef927932cabf157ecdfd6c4faa1914b4fdf413 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index a93851d6af89..870e7ddbcce5 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit a93851d6af899e18638039aee06465c025e1e037 +Subproject commit 870e7ddbcce5d5f1b1bd36bb3ad95665565b3ced From 3dbd06d00db4005a6c9734b393140ab5d68b69c8 Mon Sep 17 00:00:00 2001 From: Radoslaw Smigielski Date: Wed, 14 May 2014 12:36:29 +0100 Subject: [PATCH 02604/18836] Updated openstack/openstack Project: openstack-dev/devstack 8c666cf22ba2e6b3a7b7f1d8e38a261ea6855506 README.md reformatting. Break the very long lines into less than 80 characters long lines. Change-Id: I40deb0f2b6170308fe192971a3edbf48ca6190ad --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8cedabcea8bb..8c666cf22ba2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8cedabcea8bb446f1c29aab42fbcbf5a87218f7f +Subproject commit 8c666cf22ba2e6b3a7b7f1d8e38a261ea6855506 From c7bc6a5a942e5c4505488c95b259ad38cbc50cd1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 15 May 2014 20:12:45 +0000 Subject: [PATCH 02605/18836] Updated openstack/openstack Project: openstack/python-swiftclient fe5e8a75747b619cd57f5d401c7c3e49358a4dfc Declare that we support Python 3 Note that this should not land until we figure out why `tox -e py33` doesn't actually run any tests. Change-Id: Id4e080cfbfca45b3bf7ed81b03a31414495a1348 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 22badfd804f4..fe5e8a75747b 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 22badfd804f4a7e2d161954748a51d5ec727293c +Subproject commit fe5e8a75747b619cd57f5d401c7c3e49358a4dfc From 2d8cc761b166f359237a8e2d3c9a126f6d44374d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 15 May 2014 21:20:52 +0000 Subject: [PATCH 02606/18836] Updated openstack/openstack Project: openstack-dev/devstack 40c4313edd403ebf4a666280fb8de50b7935fe20 Use urandom rather than openssl for password gen I tried using devstack on a cloud image that didn't have openssl, so it generated blank passwords and gave an error about openssl missing. Using urandom should not require more than minimal shell tools. Change-Id: Ib3091183eb1d85fc8cf7c76e47da24a04ae4791f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8c666cf22ba2..40c4313edd40 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8c666cf22ba2e6b3a7b7f1d8e38a261ea6855506 +Subproject commit 40c4313edd403ebf4a666280fb8de50b7935fe20 From 62aad7472b50e2924bd02c78546e9f345aebc087 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 15 May 2014 21:20:54 +0000 Subject: [PATCH 02607/18836] Updated openstack/openstack Project: openstack-dev/devstack f2fd04924f26aef4f74fa1b192e1fa1d76e1546c Add an option in lib/swift to increase max_header_size With the increasing number of entries in the service_catalog header, some projects will have a header bigger than 8192 and Swift cannot handle headers of this size. Solum is the first one to have this issue As a temporary hack to fix Solum's gate, we are increasing the value of the max_header_size parameter in our "lib" script. This patch makes this settings global to all projects using devstack, so that in a near future, if a project has a service_catalog header bigger than 8192, it doesn't have the same problems we had. Closes bug 1316585 Change-Id: I5c15f8f9531839353c3d99e46d920688058ec33c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 40c4313edd40..f2fd04924f26 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 40c4313edd403ebf4a666280fb8de50b7935fe20 +Subproject commit f2fd04924f26aef4f74fa1b192e1fa1d76e1546c From aa018a12cdfecb4ec1f8be9c734ecbf64098a2a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 15 May 2014 22:29:01 +0000 Subject: [PATCH 02608/18836] Updated openstack/openstack Project: openstack/python-swiftclient 1270cb220879218e998714e2d7d6848b5ebd3b65 Provide a link to the documentation to the README Change-Id: I99a46860ffff93452904d24504a4ccc58e8e64c6 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index fe5e8a75747b..1270cb220879 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit fe5e8a75747b619cd57f5d401c7c3e49358a4dfc +Subproject commit 1270cb220879218e998714e2d7d6848b5ebd3b65 From 26221edbf231d29ac1ac479844ef8febc6859767 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 15 May 2014 22:29:07 +0000 Subject: [PATCH 02609/18836] Updated openstack/openstack Project: openstack/oslo.messaging 84887ccee331d247658895f75eca6f971b83ac24 Use a for loop to set the defaults for __call__ params Instead of setting the default kwargs based on a repeated setdefault() call, just use a for loop to set the defaults. Change-Id: I5c7fd22856912545bf5f95fd07568375dbecbe5b --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 9d645400a0f5..84887ccee331 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 9d645400a0f5124343ff6653914b946f7c9c6458 +Subproject commit 84887ccee331d247658895f75eca6f971b83ac24 From 8c312983d2ccb4b74e0ba4d45af7722d54215184 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 16 May 2014 15:41:30 +0000 Subject: [PATCH 02610/18836] Updated openstack/openstack Project: openstack/python-swiftclient 09eb1843f14dc438c61562e7f5204b0df68335d7 fixed typos found by RETF rules rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I98b6e46cb84962ffdac02e9007b5ad3b30bc2817 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 1270cb220879..09eb1843f14d 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 1270cb220879218e998714e2d7d6848b5ebd3b65 +Subproject commit 09eb1843f14dc438c61562e7f5204b0df68335d7 From a0b564ef55ec9e382915624768889e03f78d6a35 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 16 May 2014 17:59:55 +0000 Subject: [PATCH 02611/18836] Updated openstack/openstack Project: openstack/python-swiftclient 76c42a820cd3a0f08cfc7a3fa32ca012b457f47f change assert_ to assertTrue According to http://docs.python.org/2/library/unittest.html assert_ is a deprecated alias of assertTrue. Change-Id: I18db0af72934dde4498502fb29579941d020cf01 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 09eb1843f14d..76c42a820cd3 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 09eb1843f14dc438c61562e7f5204b0df68335d7 +Subproject commit 76c42a820cd3a0f08cfc7a3fa32ca012b457f47f From 74a56bfe3bed4e51d41ac2b61f66e5b8737a40fa Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Fri, 16 May 2014 12:14:01 +0800 Subject: [PATCH 02612/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 09ad1ed7a3109a936f0e1bc9cbc904292607d70c Remove out-dated exceptions There are some exceptions defined in exc module, which is introduced two years ago, and it is marked as DEPRECATED in the same time. It should be removed for now, since there are no longer used. Change-Id: I039575f37b0e6d1c30e447b74d61b8cd0b6bbd29 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index b2d530b7c7c9..09ad1ed7a310 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit b2d530b7c7c96c5efd32a742136280eccfd95a49 +Subproject commit 09ad1ed7a3109a936f0e1bc9cbc904292607d70c From 45300955dbcf6bb13a7832e9c8ccf36ad5e247f2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 16 May 2014 20:54:25 +0000 Subject: [PATCH 02613/18836] Updated openstack/openstack Project: openstack/python-swiftclient 761ba3770b4b555309ca79bb6604f078a2ef2c3b Mark swiftclient as being a universal wheel Change-Id: I9580ab0f5bc53b472d0b633858090f9e0708ed90 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 76c42a820cd3..761ba3770b4b 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 76c42a820cd3a0f08cfc7a3fa32ca012b457f47f +Subproject commit 761ba3770b4b555309ca79bb6604f078a2ef2c3b From 0b9a8de411ecd1c2b0da33f7c03438eb26284d70 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 17 May 2014 23:12:29 +0000 Subject: [PATCH 02614/18836] Updated openstack/openstack Project: openstack/python-novaclient 73dcda4fceb2976f63352663b6733ec4faab91bc debug level logs should not be translated According to the OpenStack translation policy available at https://wiki.openstack.org/wiki/LoggingStandards debug messages should not be translated. Like mentioned in several changes in Nova by garyk this is to help prioritize log translation. Change-Id: I43c5d4ecd2286f1a622b6822603ba62881a317a2 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 076c1a004ab1..73dcda4fceb2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 076c1a004ab1c861bd02ef7b020e1cbce8a934cc +Subproject commit 73dcda4fceb2976f63352663b6733ec4faab91bc From 6464d8aac166fd4077e0258ead4b9027cb1f53e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 19 May 2014 05:07:04 +0000 Subject: [PATCH 02615/18836] Updated openstack/openstack Project: openstack/glance e4c7c57813551495af8faa5e6396a7ed8d56ce85 Fixed a handful of typos Change-Id: Ieae86b435f9d542e1308a8e1d7d0c5cea9c7d076 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index aed6b8f351e7..e4c7c5781355 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit aed6b8f351e7ef19a8ca110255dd5c0c3e9cffe9 +Subproject commit e4c7c57813551495af8faa5e6396a7ed8d56ce85 From 050011f97cbbd020cf6d5e1c4ab550358e7721ff Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Sun, 18 May 2014 09:32:41 +0200 Subject: [PATCH 02616/18836] Updated openstack/openstack Project: openstack-dev/devstack 692011593eedb662205471606d9099afba062bd1 Move gcc to general Lot of packages explicitly requires gcc now, but almost all of the components needs it. Always keep gcc in hand-range. files/rpms/general: always installs the libxlst2-devel, not just on RHEL 6, package recompile capability always handy and these are small packages anyway. Change-Id: Ia7d0e1938fb2453e3c02b979f99d6d179c6a24c6 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f2fd04924f26..692011593eed 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f2fd04924f26aef4f74fa1b192e1fa1d76e1546c +Subproject commit 692011593eedb662205471606d9099afba062bd1 From 74b85f897c7544b4d1a889cd955151d05508b376 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 19 May 2014 18:38:41 +0000 Subject: [PATCH 02617/18836] Updated openstack/openstack Project: openstack-dev/devstack 0b2ee8fd4d0be89556f8c1923204e4c169f42599 Workaround Fedora libvirtd issues on Xen instances Fedora libvirtd fails to start on Xen instances (i.e. rackspace instances) due to [1]. This works around the issue until it can be fixed upstream. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1098376 Change-Id: I3790b5025982730263a6a84fce596e80f09efd5a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 692011593eed..0b2ee8fd4d0b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 692011593eedb662205471606d9099afba062bd1 +Subproject commit 0b2ee8fd4d0be89556f8c1923204e4c169f42599 From 29ac93eb45b16844ba38c1591bb893aec72ec8b6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 19 May 2014 18:38:48 +0000 Subject: [PATCH 02618/18836] Updated openstack/openstack Project: openstack-dev/devstack 9c2962a2557bea1e7964b57f74b2264f9f332940 XenAPI: Fix final script to include functions Generally a ubuntu template is supplied - but in the case where it is not, we need to source functions before sourcing stackrc (Through xenrc) Change-Id: I8325cf1c6f83946b7798e6d1bb8278e86831d3c4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0b2ee8fd4d0b..9c2962a2557b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0b2ee8fd4d0be89556f8c1923204e4c169f42599 +Subproject commit 9c2962a2557bea1e7964b57f74b2264f9f332940 From 113e94c16f4b69bb1536971a823800a947d2af63 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 19 May 2014 18:38:54 +0000 Subject: [PATCH 02619/18836] Updated openstack/openstack Project: openstack-dev/devstack 3d11c189c69b4500df5d714a36126a36b57ee5b6 Add new configuration files for ceilometer According to patch: https://review.openstack.org/#/c/77957/, and patch: https://review.openstack.org/#/c/42713/15, new configuration files named api_paste.ini and event_definitions.yaml are introduced, this patch adds them to ceilometer configuration directory. Change-Id: I57165d588da35f13b2d22629b48dc087502598a7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9c2962a2557b..3d11c189c69b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9c2962a2557bea1e7964b57f74b2264f9f332940 +Subproject commit 3d11c189c69b4500df5d714a36126a36b57ee5b6 From d3e05736ee8d170e638e84b5ccab0ac7379bd87d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 19 May 2014 19:20:00 +0000 Subject: [PATCH 02620/18836] Updated openstack/openstack Project: openstack-dev/devstack d65f7a2858fb047b20470e8fa62ddaede2787a85 Upgrade to cirros 0.3.2 Cirros 0.3.2 is fixing the host name setting issue, which is required for turning on the tempest instance validation tests. Change-Id: I1b87740ab02c4eb0a8df653a35e1f85d40abda51 Related-Bug: #1132686 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3d11c189c69b..d65f7a2858fb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3d11c189c69b4500df5d714a36126a36b57ee5b6 +Subproject commit d65f7a2858fb047b20470e8fa62ddaede2787a85 From ab79f54d2c58812de32d325594e35007a96b9d18 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 3 Mar 2014 16:18:31 +0100 Subject: [PATCH 02621/18836] Updated openstack/openstack Project: openstack/django_openstack_auth e9798d5965939dd43d5158822c345a77e58fd6c8 Do not use Exception.message This does not work in Python 3. Partial-Bug: 1287323 Change-Id: Iac637bc5a6db21b498f6bce5c48134447c73c6c1 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 2b137cd296c1..e9798d596593 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 2b137cd296c1f5c00c8a54ea2b71c930e7072c47 +Subproject commit e9798d5965939dd43d5158822c345a77e58fd6c8 From 6a8bc7b0e68aae28c6ac8a857aa90fff44ba23b3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 20 May 2014 15:10:59 +0000 Subject: [PATCH 02622/18836] Updated openstack/openstack Project: openstack/python-glanceclient d84311f1f171dfa6dd10dda940f5ede8bfde1670 Remove py3k module This module is obsolete and has been dropped from oslo-incubator. Use six instead (which is already done here). Change-Id: I8e0b49cdfbddcf2d44a601ad06be2e75897905fc --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index b68d13bf8329..d84311f1f171 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit b68d13bf8329bf5dbcc13ad82480a055b5ea4cc0 +Subproject commit d84311f1f171dfa6dd10dda940f5ede8bfde1670 From 7449738298bb0b5728957643b042f662a07673ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 20 May 2014 15:11:05 +0000 Subject: [PATCH 02623/18836] Updated openstack/openstack Project: openstack/glance b6fdfd3965728458f9fe4a1cd4cd7db222fc82eb Fix various Pep8 1.5.4 errors Pep8 1.5.4 fixes several bugs in visual indent and spaces detection. Adjust the code accordingly so that it passes once we try to upgrade. Change-Id: I5691ffd29edcb32fdbacd9da7ca71bfcabeeffe5 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index e4c7c5781355..b6fdfd396572 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit e4c7c57813551495af8faa5e6396a7ed8d56ce85 +Subproject commit b6fdfd3965728458f9fe4a1cd4cd7db222fc82eb From 6f60029608d7d7e325e740b2266464b3a428cfbe Mon Sep 17 00:00:00 2001 From: David Stanek Date: Mon, 19 May 2014 20:04:00 +0000 Subject: [PATCH 02624/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0e659c050e749a94f47adde798947ce02da55cb7 Fixes an erroneous type check in a test The latest version of requests changes the type of a Response's history. See https://github.com/kennethreitz/requests/commit/b8128d6 Closes-Bug: #1321042 Change-Id: Iba9fa20d22d878a4298a35e270338ee442031796 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3d6d749e6f0f..0e659c050e74 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3d6d749e6f0fef682a88758e1a2f6c9e8e7bd23c +Subproject commit 0e659c050e749a94f47adde798947ce02da55cb7 From df1244f25a0a148dc6a6d3c3a32b0ef4ce40431e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 20 May 2014 18:22:41 +0000 Subject: [PATCH 02625/18836] Updated openstack/openstack Project: openstack/glance f7effe4a4f0db31fff8e612e6d47298024e645a9 Use safe way through "with" statement to work with files It's good practice to use with statement to work with files. This way files get closed automatically at the end of the block. Fixed some cases, including some where file wasn't closed after usage Change-Id: I9399f2a2b7edb1cd5aa64782cd9f980f9233b827 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b6fdfd396572..f7effe4a4f0d 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b6fdfd3965728458f9fe4a1cd4cd7db222fc82eb +Subproject commit f7effe4a4f0db31fff8e612e6d47298024e645a9 From 488999e499a5784d9c979562492d144b9b96955e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 20 May 2014 19:38:41 +0000 Subject: [PATCH 02626/18836] Updated openstack/openstack Project: openstack-dev/devstack 740822b18b4d9ab996bb8413e47eddb8c009a15e Use daemon flag only when USE_SCREEN=False This patch removes the daemon option, when devstack is started with USE_SCREEN=True. Change-Id: Ib3b1c0b2abf9111b767b3d557dacdc7a89a38f59 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d65f7a2858fb..740822b18b4d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d65f7a2858fb047b20470e8fa62ddaede2787a85 +Subproject commit 740822b18b4d9ab996bb8413e47eddb8c009a15e From 91c780743ed7a49f3b1b95ed204c4909b4f13dcb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 20 May 2014 20:09:22 +0000 Subject: [PATCH 02627/18836] Updated openstack/openstack Project: openstack/python-troveclient 886ab0fbf05064ec4cdb7be0c6a144ef5092540c Fix trove CLI help UUID references Changed all 'UUID' references in the CLI help to 'ID' to be consistent with list/show commands. Change-Id: I0284aaec71d31fd2d3fa277bba7d7e314127bfe3 Closes-Bug: #1316270 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 85857724d4c1..886ab0fbf050 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 85857724d4c13dabe74e402a963824f65928d824 +Subproject commit 886ab0fbf05064ec4cdb7be0c6a144ef5092540c From 55f52363335124a894d63766fba041f179b145fa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 20 May 2014 20:37:42 +0000 Subject: [PATCH 02628/18836] Updated openstack/openstack Project: openstack/python-keystoneclient fb63cd41feaf3c6296fab562af6d3c3c1bf1e0db Add mailmap entry Add mailmap entry for my email address Change-Id: Ia46c28c86ef3f440556b1b027d2bf0a7f3e721c5 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0e659c050e74..fb63cd41feaf 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0e659c050e749a94f47adde798947ce02da55cb7 +Subproject commit fb63cd41feaf3c6296fab562af6d3c3c1bf1e0db From 3cf9a7167095d9f58ebe2235063ceb98d35863d5 Mon Sep 17 00:00:00 2001 From: anc Date: Tue, 20 May 2014 11:21:11 +0100 Subject: [PATCH 02629/18836] Updated openstack/openstack Project: openstack/python-swiftclient e7dc8542575a613f80aeeeb1014269039940a7f0 Move test_shell.py under tests/unit/ Looks like test_shell.py got left behind when the unit tests were relocated under tests/unit. As a consequence they weren't included in tox runs. Change-Id: I93435e6141c5e3ad4a9403626f226d7c760cbd7c --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 761ba3770b4b..e7dc8542575a 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 761ba3770b4b555309ca79bb6604f078a2ef2c3b +Subproject commit e7dc8542575a613f80aeeeb1014269039940a7f0 From d3fef14fa7d32ac1abcacdb16b6bb7cd5d3430e2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 20 May 2014 21:42:11 +0000 Subject: [PATCH 02630/18836] Updated openstack/openstack Project: openstack/python-glanceclient e9e933145e543d30bd039e41ac9822cbc5c2cb64 Return request ID to callers Currently, calls (create, get, etc.) return only the Image to a caller. In order to log a mapping the request IDs of both glanceclient and the caller, the x-openstack-request-id header value is needed on the server side. This change allows that value to be bubbled up and returned to the caller so that the appropriate logging can occur. The return_req_id parameter can be set by services that are logging request IDs. Glance's request ID will then be returned via the return_req_id parameter. This is a prerequisite for Log Request ID Mappings nova-spec to be completed; Change Ib9b820a0feeb0c0e828ed3e4fab8261f8761ba9a Change I43be05c351f901cee5509c76cff6d69f060c0b3f is an example of a caller using this. Implements: blueprint return-req-id Change-Id: Ia82aa14db5f0e453010514fffb9a25d7b0fc2fd1 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index d84311f1f171..e9e933145e54 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit d84311f1f171dfa6dd10dda940f5ede8bfde1670 +Subproject commit e9e933145e543d30bd039e41ac9822cbc5c2cb64 From 7e4ba8970127df5a3a5a028cf5fda27ed9180993 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 4 Mar 2014 19:39:29 +1000 Subject: [PATCH 02631/18836] Updated openstack/openstack Project: openstack/python-novaclient 0f4f831474c36f279878be72c26d2f2ca87f2d56 Convert agent testing to httpretty Change-Id: Ifd598c3b2d4c26b3557349046822a8ab2108aca7 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 73dcda4fceb2..0f4f831474c3 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 73dcda4fceb2976f63352663b6733ec4faab91bc +Subproject commit 0f4f831474c36f279878be72c26d2f2ca87f2d56 From 1e168683445dd57f00c7facbaa615438b42729d1 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 12 May 2014 11:26:10 +1000 Subject: [PATCH 02632/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate f5f61c8672ce8301d7888879c1fee3160aabca97 Check for rabbitmq before archiving Don't assume rabbitmq related files exist Change-Id: I7bd9e92824bc3cc5d736aee004c02724e213a903 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 299ce250a1cd..f5f61c8672ce 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 299ce250a1cd58d3fea6b96aafff3be590a4daeb +Subproject commit f5f61c8672ce8301d7888879c1fee3160aabca97 From 9675596f75b3257763aac16e19496a1428ad3055 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 00:21:28 +0000 Subject: [PATCH 02633/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 053c17349623e3abf7870764ba221c08644c0b05 Clean up sudoers archive Group and comment archive of sudoers Change-Id: I2713d636b9d979153cb6e5adf90a7927d2d51401 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index f5f61c8672ce..053c17349623 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit f5f61c8672ce8301d7888879c1fee3160aabca97 +Subproject commit 053c17349623e3abf7870764ba221c08644c0b05 From 1031be3e2d4a19b4fdefd38462cfda014e76073e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 00:21:30 +0000 Subject: [PATCH 02634/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 81e6ab5db78a488aca47354178dbb6fa2adb0dbf Add distro check functions for Ubuntu and Fedora Add is_fedora & is_ubuntu functions, based on names of the checks used in devstack itself. Change-Id: I60763d5655344dd008f307b1caad8776277afb3b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 053c17349623..81e6ab5db78a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 053c17349623e3abf7870764ba221c08644c0b05 +Subproject commit 81e6ab5db78a488aca47354178dbb6fa2adb0dbf From 1730fe625a8275ec99e38031306d9edead8cfd76 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 01:10:14 +0000 Subject: [PATCH 02635/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 607ca500e6df65df8d8126938df88d43308fc61b enable heat in grenade this enables heat in the grenade jobs. Because we need to explicitly tell tempest what services to test, this doesn't actually test heat (that will depend on additional grenade changes). This is therefore a largely no-op change in normal runs which will make it possible for the heat team to add real grenade support. Change-Id: I6cfb2e4abf43abf91f96e85e82fcdd1fee3f9470 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 81e6ab5db78a..607ca500e6df 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 81e6ab5db78a488aca47354178dbb6fa2adb0dbf +Subproject commit 607ca500e6df65df8d8126938df88d43308fc61b From dee9ea5753d20962377c154055cec19196f2cad2 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 9 May 2014 17:12:44 +0200 Subject: [PATCH 02636/18836] Updated openstack/openstack Project: openstack/oslo.messaging a6200c0a006be977cb23158050df6613bbef86ed debug level logs should not be translated According to the OpenStack translation policy available at https://wiki.openstack.org/wiki/LoggingStandards debug messages should not be translated. Like mentioned in several changes in Nova by garyk this is to help prioritize log translation. Change-Id: I4af4a45a56b1364a2f5196b75cff299d607ab393 Partial-Bug: #1317950 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 84887ccee331..a6200c0a006b 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 84887ccee331d247658895f75eca6f971b83ac24 +Subproject commit a6200c0a006be977cb23158050df6613bbef86ed From acc4dd908696fe89835444b6e3a9e91025183945 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 04:48:14 +0000 Subject: [PATCH 02637/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6109130544c98bd2e3d98532b395037e82eb6a5e Support syslogs on Fedora Use a timestamp and journalctl on Fedora to get the clean syslog logs from the start of the run Change-Id: Id931ffdb1013dc9368aaae580cd6270b4492c339 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 607ca500e6df..6109130544c9 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 607ca500e6df65df8d8126938df88d43308fc61b +Subproject commit 6109130544c98bd2e3d98532b395037e82eb6a5e From 57538a42ec228e73902f1ede4b5c27b367bde83a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 07:16:15 +0000 Subject: [PATCH 02638/18836] Updated openstack/openstack Project: openstack/python-troveclient 9950cd9a7bca22b01e53e2e79f6e36c516eef589 Added check for empty attributes in trove CLI Validated that new attributes are passed in for user-update-attributes. Added unit test and changed help message. Change-Id: I1363278912fb5ffddd2e64550dc6ba70df8a9df8 Closes-Bug: #1298760 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 886ab0fbf050..9950cd9a7bca 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 886ab0fbf05064ec4cdb7be0c6a144ef5092540c +Subproject commit 9950cd9a7bca22b01e53e2e79f6e36c516eef589 From 38071ca2c7cff521aac55eb5a2a840143293dba8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 09:25:54 +0000 Subject: [PATCH 02639/18836] Updated openstack/openstack Project: openstack/python-heatclient c183a61d15b2e8d92668ab99afbd47e3afc8dc1b Add code coverage in resource list test To cover the situation when resource has no resource name attribute. Change-Id: Ifa5f20fbbd2385f5f71d53ecc1cff11d3935db04 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 5a78fdf4eca4..c183a61d15b2 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 5a78fdf4eca4d74ce32c6e31d1e01ee1d21ae06d +Subproject commit c183a61d15b2e8d92668ab99afbd47e3afc8dc1b From dc0a49d8523c676f3511ee0fab509a613ba11811 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 09:25:56 +0000 Subject: [PATCH 02640/18836] Updated openstack/openstack Project: openstack/python-heatclient 94d10f951819b0f0024996c367c9479e5ddd9768 Fix empty resource list index out of range error The patch append resource_name into the fields when the resources are empty. So to avoid the index out of range error. Change-Id: I068d1ea199c7506aacaf4692479f9070107db724 Closes-Bug: #1307269 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index c183a61d15b2..94d10f951819 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit c183a61d15b2e8d92668ab99afbd47e3afc8dc1b +Subproject commit 94d10f951819b0f0024996c367c9479e5ddd9768 From af437ab0d3866abe96e0b5830dff348a808c1a7b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 09:25:58 +0000 Subject: [PATCH 02641/18836] Updated openstack/openstack Project: openstack/python-troveclient 37d468b974c7e179dc4c2d276c8994715253c398 Changed Trove CLI list headers to match Nova CLI Added ability to pass in header labels to print_list. If not passed in, header lables are automatically created from the fields by replacing '_' with spaces and capitalizing each word. IDs are also capitalized. All field data is now left-aligned, except numerics which are right-aligned. Also changed print_dict so that all values are left-aligned. Change-Id: I3b69dc7f92c496594cf37832f4ff98f1abdf52dd Closes-Bug: #1272700 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 9950cd9a7bca..37d468b974c7 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 9950cd9a7bca22b01e53e2e79f6e36c516eef589 +Subproject commit 37d468b974c7e179dc4c2d276c8994715253c398 From e407e9c14fd407edbf307bf4a11b74b100ab0228 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 09:30:25 +0000 Subject: [PATCH 02642/18836] Updated openstack/openstack Project: openstack/python-troveclient c7fcdc14e5c945af77da7dfb2252b27f17660226 Mark troveclient as being a universal wheel Change-Id: I3ca8e2c9401da3ef10e243b3f22bf08b28d4a726 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 37d468b974c7..c7fcdc14e5c9 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 37d468b974c7e179dc4c2d276c8994715253c398 +Subproject commit c7fcdc14e5c945af77da7dfb2252b27f17660226 From c97bc71a24d2e5cea0835e0e4fefd2bc1424237b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 09:47:39 +0000 Subject: [PATCH 02643/18836] Updated openstack/openstack Project: openstack/python-novaclient 0db9cff987cda04963ff35171b5efa7b3d38578a Add missing dependent module gettextutils gettextutils was used in novaclient, but wasn't recorded. This patch also let the modules in alphabetical order. Change-Id: I725c3e8be126b8acd5e42ccaca776f57235ecdc7 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 0f4f831474c3..0db9cff987cd 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 0f4f831474c36f279878be72c26d2f2ca87f2d56 +Subproject commit 0db9cff987cda04963ff35171b5efa7b3d38578a From c4425293d503213d615a43ed5cc8619f92721e19 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 10:30:45 +0000 Subject: [PATCH 02644/18836] Updated openstack/openstack Project: openstack-dev/devstack 9d57dc8b04d85bb996bace16a0a5f82a21dd5ebb ceilometer.conf configuration option missing os_auth_url ceilometer-agent-centrol error connection keystone: \ Skip interval_task because Keystone error: \ Authorization Failed: Unable to establish connection to http://localhost:5000/v2.0/tokens Fixed bug #1320951 Change-Id: Iae722595cb51e11e604d373779d74a8968ea3324 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 740822b18b4d..9d57dc8b04d8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 740822b18b4d9ab996bb8413e47eddb8c009a15e +Subproject commit 9d57dc8b04d85bb996bace16a0a5f82a21dd5ebb From af9170a162b18edd1e852f2f0f8a5ef0605a3ecc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 16:19:39 +0000 Subject: [PATCH 02645/18836] Updated openstack/openstack Project: openstack/requirements 5da138c8c9cf16f1c803bda350ffca29e7991a84 Add wrapt library The wrapt library makes decorators much more useful than with just regular decorators, especially in cases where the decorator wants to know what object it is attached to. Docs @ http://wrapt.readthedocs.org/ Module @ https://pypi.python.org/pypi/wrapt Projects that would like to use this to create a more universal decorator method: - TaskFlow - Rally - Others? Change-Id: I26e78d34c2d12b5c9dbb520a09b618c579b84084 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b69be8259526..5da138c8c9cf 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b69be8259526aac70df69b950f25fea1cf9ddb6b +Subproject commit 5da138c8c9cf16f1c803bda350ffca29e7991a84 From a907659a3a09a845e489cb432350e60bba41731c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 16:43:43 +0000 Subject: [PATCH 02646/18836] Updated openstack/openstack Project: openstack/python-troveclient 2eedb5705ca35fc9af563283c19745c4586167b2 Fixed trove CLI help inconsistencies Made all show commands say 'Shows' (some said 'Gets'). Added an explicit reference to 'an instance' if it was missing. Fixed other minor inconsistencies. Change-Id: If15904597de4234841e1992ad1449137c8caa9ea Closes-Bug: #1316661 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index c7fcdc14e5c9..2eedb5705ca3 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit c7fcdc14e5c945af77da7dfb2252b27f17660226 +Subproject commit 2eedb5705ca35fc9af563283c19745c4586167b2 From a77156fc4437687e52c5bf5bd711c0cd5550d0fe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 17:54:44 +0000 Subject: [PATCH 02647/18836] Updated openstack/openstack Project: openstack/glance edc4856e06e2c965302a02da32a8d9e0c1713995 Clean up openstack-common.conf The issues are detected by new change about update.py in I68c0108304be8a315bcefe939c22019caab9bc98. This patch doesn't depend the oslo-incubator patch. * remove unused module eventlet_backdoor, service, threadgroup, loopingcall. * add missing module excutils, processutils inopenstack-common.conf Change-Id: Ice2acb3ff73111858f5cf39e8fbdfb7db4b7c538 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f7effe4a4f0d..edc4856e06e2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f7effe4a4f0db31fff8e612e6d47298024e645a9 +Subproject commit edc4856e06e2c965302a02da32a8d9e0c1713995 From 790c720a306f247b28035e7ae895e9513d4a8c9d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 18:46:09 +0000 Subject: [PATCH 02648/18836] Updated openstack/openstack Project: openstack/requirements 516ef6dee40e7e86bb43e4608f529845454a9309 Add pyca/cryptography to global requirements barbican would like to convert some of its internal encryption to using the cryptography project from PyCA. Specifically our dev plugin would benefit from a switch to cryptography as it allows us to use AEAD modes. We will also need this in the future as cryptography adds X509 and CMS support. The project supports Python 2.6-3.4 as well as PyPy and is being packaged for FreeBSD, Debian, and Ubuntu. Additionally, this is already a second-level requirement when using PyOpenSSL. Change-Id: Ic0d508faef9de347bf7cb2436a433096779cf8ac --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 5da138c8c9cf..516ef6dee40e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 5da138c8c9cf16f1c803bda350ffca29e7991a84 +Subproject commit 516ef6dee40e7e86bb43e4608f529845454a9309 From 758a12e35ecaf7a45203411ef73e7f7ca99216de Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 21 May 2014 11:26:09 -0400 Subject: [PATCH 02649/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6bd3b4a1fffc697eaae54f79c9f98df82133e186 fix grenade branch selection the grenade branch selection ignored the ability to do branch override in jobs, as such wasn't correctly enforcing things on branchless tempest. Use OVERRIDE_ZUUL_BRANCH earlier in grenade branch selection to prevent us from landing tempest tests that will break grenade upgrades on stable/icehouse. Change-Id: I55fa11f685fb33580835ffbad34eb7fb140f7e75 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6109130544c9..6bd3b4a1fffc 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6109130544c98bd2e3d98532b395037e82eb6a5e +Subproject commit 6bd3b4a1fffc697eaae54f79c9f98df82133e186 From 0d35dc70815724145aca720346b032aaea9058ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2014 20:02:11 +0000 Subject: [PATCH 02650/18836] Updated openstack/openstack Project: openstack/django_openstack_auth bf9c7f37d238d5d82205147cf4bed1995375d620 Redirect the user if they're already logged in Similar to when the domain root url is accessed, if the user is already logged in do not show them the login page nor ask for their credentials. This avoids users being misled into thinking they can open multiple sessions in parallel, and is in line with how most web applications handle this. Change-Id: Ibd37b9c488d65cf54b156f23db4fa04f019d8092 Closes-Bug: #1308637 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index e9798d596593..bf9c7f37d238 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit e9798d5965939dd43d5158822c345a77e58fd6c8 +Subproject commit bf9c7f37d238d5d82205147cf4bed1995375d620 From f84e7059eab43a53c399aa37475829b9e5820aa6 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Tue, 13 May 2014 15:56:22 -0400 Subject: [PATCH 02651/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2535f9e0e9e53041ff04ca734cb2bb4813cb8ad2 Move DisableModuleFixture to utils Move DisableModuleFixture to test utilities instead of auth token middleware tests, so it can be reused for the oauthlib tests. implements: bp add-oauth-support Change-Id: I09723a9f0e28e73e1aa31072e514f5fae2173100 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index fb63cd41feaf..2535f9e0e9e5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit fb63cd41feaf3c6296fab562af6d3c3c1bf1e0db +Subproject commit 2535f9e0e9e53041ff04ca734cb2bb4813cb8ad2 From b005527fc545ed6bb733683fd31bb35fbb5f4f59 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 02:11:19 +0000 Subject: [PATCH 02652/18836] Updated openstack/openstack Project: openstack/python-novaclient c7c653d513144a73d1b25acb6a75263c6580663e Convert Availability Zone testing to httpretty Change-Id: I1de0a1f488f1a59d9041a2788762ddf8361a6b41 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 0db9cff987cd..c7c653d51314 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 0db9cff987cda04963ff35171b5efa7b3d38578a +Subproject commit c7c653d513144a73d1b25acb6a75263c6580663e From e3bdf9efcd1c2112f059ddbe7540a8e887c50243 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 07:03:00 +0000 Subject: [PATCH 02653/18836] Updated openstack/openstack Project: openstack/requirements 3f29230f2d357d7c704d6c8a52a23e6576649435 Netifaces: bump to 0.10.4 This release works with Python 3. Change-Id: I716ed58e650ce249d6cbcdfda1253b4bee6a9aa6 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 516ef6dee40e..3f29230f2d35 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 516ef6dee40e7e86bb43e4608f529845454a9309 +Subproject commit 3f29230f2d357d7c704d6c8a52a23e6576649435 From 579883fba45fb29fbedc1cc5cf0e1dec43103b1c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 09:05:15 +0000 Subject: [PATCH 02654/18836] Updated openstack/openstack Project: openstack/python-glanceclient 8f89a14c9f0fbc9a189742270981938d69836204 fixed typos found by RETF rules rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I70245e5ddf342762eb76d8e2e74b6363767726ef --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index e9e933145e54..8f89a14c9f0f 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit e9e933145e543d30bd039e41ac9822cbc5c2cb64 +Subproject commit 8f89a14c9f0fbc9a189742270981938d69836204 From 6a93e6b3763c9b8c85864eacdf80305f85704951 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 13:15:37 +0000 Subject: [PATCH 02655/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 26f527d593991aaed655d1b96bf4dc2d8006bb9d Remove rename call in log cleanup It turns out "rename" is not portable between Ubuntu & Fedora. Replace the rename calls with equivalent find/mv combinations which should be portable everywhere. There is a slight reorganization here to make things hopefully clearer: - consolidate a separate chown done for $BASE/logs/etc into the chown -R for it's parent directory - add a comment explaining why we're renaming - catch all .log files to rename (in old/new/grenade/etc) with one global find statement over $BASE/logs - then do more specific renames of files in known subdirectories Change-Id: Ia6466ed34323ab00b4d01ca928c66d2ea2fb3092 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6bd3b4a1fffc..26f527d59399 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6bd3b4a1fffc697eaae54f79c9f98df82133e186 +Subproject commit 26f527d593991aaed655d1b96bf4dc2d8006bb9d From a02aa65f1a3149611ee579e116e6e60c57b4d5c5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 14:33:43 +0000 Subject: [PATCH 02656/18836] Updated openstack/openstack Project: openstack-dev/devstack d158fda947d2ea655b56bb8f838a95a3711982ee Add options to configure provider network mappings for OpenDaylight OpenDaylight needs to know the physical network mapping used with vlan tenant isolation. This is similar to how the bridge_mappings cofig is used to map the physical network to the bridge, i.e. bridge_mappings=physnet1:br-eth1,physnet2:br-eth2. OpenDaylight needs the physical network device itself: provider_mappings=physnet1:eth1,physnet2:eth2. OpenDaylight needs the mapping because the device port is used when pushing flows. The neutron API's provide the physical provider network value for example as physnet1. DocImpact: Use of VLANs with ML2 and the OpenDaylight mechanism driver requires OpenDaylight Helium or newer to be installed. Closes-Bug: #1315492 Change-Id: If7af9ce5735b01c35315a54c79355ca87b72c4b4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9d57dc8b04d8..d158fda947d2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9d57dc8b04d85bb996bace16a0a5f82a21dd5ebb +Subproject commit d158fda947d2ea655b56bb8f838a95a3711982ee From 7c04060740fc29461e58b719077eeaeaebbb0489 Mon Sep 17 00:00:00 2001 From: Christian Schwede Date: Tue, 20 May 2014 11:41:03 +0000 Subject: [PATCH 02657/18836] Updated openstack/openstack Project: openstack/python-swiftclient 258420f41049d92fc0b59b9263c8381bfe513432 Fix Python3 bugs This patch fixes three issues that were found running functional tests with Python 3: 1. python-requests sets 'application/x-www-form-urlencoded' as content-type if the input is not a string object and no content-type is given. 2. Encoding of the headers is now only done if required. This prevents comparisons between unencoded headers and encoded prefixes and avoids unnecessary forloop-iterations. One unittest was extended to ensure it works for unencoded and encoded headers with or without the prefix. 3. Functional tests recently switched to using byte data for testing, thus the comparison needs to be a byte object as well. Change-Id: I035f8b4b9c9ccdc79820b907770a48f86d0343b4 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index e7dc8542575a..258420f41049 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit e7dc8542575a613f80aeeeb1014269039940a7f0 +Subproject commit 258420f41049d92fc0b59b9263c8381bfe513432 From d81a506309945ae0910cd94b9ec10c87301b76c7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 17:51:45 +0000 Subject: [PATCH 02658/18836] Updated openstack/openstack Project: openstack-dev/devstack 85c02af0741d72fe65c8415f3fbf67a3775e1c81 Remove *_url inisets since now come from catalog Another proposed change fetches endpoints from the Keystone catalog as long as the *_url opts are not present. This change will make Trove on DevStack use the catalog. Note: This must merge after https://review.openstack.org/68015. Change-Id: I397254e72823ab7c7b28014d4fa18e2cefb79e6d Closes-Bug: #1222891 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d158fda947d2..85c02af0741d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d158fda947d2ea655b56bb8f838a95a3711982ee +Subproject commit 85c02af0741d72fe65c8415f3fbf67a3775e1c81 From aa300fbc8c0b0da27f0de4b4954b520a77f904bb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 18:04:54 +0000 Subject: [PATCH 02659/18836] Updated openstack/openstack Project: openstack-dev/devstack 2109d74db5df2c8858ca51f48f1bffbc9df89041 Fix getting EC2 and S3 urls in create_userrc Invalid parsing of openstackclient output was introduced in I03c17cfc9740c3eb257152c95d9c4f021db2c89e. Here command lines was changed to get urls with no parsing. Also default EC2_URL was fixed. Change-Id: Ic46a9989321cf6310c56edeeb737c603a4f9c1ed --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 85c02af0741d..2109d74db5df 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 85c02af0741d72fe65c8415f3fbf67a3775e1c81 +Subproject commit 2109d74db5df2c8858ca51f48f1bffbc9df89041 From a040affc1acfb3a2416d6bf1b4283b6ba1b084b6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 18:09:12 +0000 Subject: [PATCH 02660/18836] Updated openstack/openstack Project: openstack-dev/devstack eccd8952f7f0e8b4fba6bdbcba84b85b343529ea Revert "ceilometer.conf configuration option missing os_auth_url" patch breaks gate (see any logs/screen-ceilometer-acentral.txt.gz after this patch) This reverts commit 4c11089739e6d32b77aea0c8fd2dd3d79570b1c8. Change-Id: I684d50be1b4d580d385a8bb74b3539b1305ec330 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2109d74db5df..eccd8952f7f0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2109d74db5df2c8858ca51f48f1bffbc9df89041 +Subproject commit eccd8952f7f0e8b4fba6bdbcba84b85b343529ea From c9bbb1feae941b9e5d3612daaf27ebb05428cfa8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 18:09:19 +0000 Subject: [PATCH 02661/18836] Updated openstack/openstack Project: openstack-dev/devstack 0cf98966fd5b1451d3a82072d98761f5600c74fc Add support for the IPv6 extended attributes in Tempest Implements blueprint tempest-ipv6-attributes-support Change-Id: I96bb78828eeb5548bb075f936342a027b9d11652 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index eccd8952f7f0..0cf98966fd5b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit eccd8952f7f0e8b4fba6bdbcba84b85b343529ea +Subproject commit 0cf98966fd5b1451d3a82072d98761f5600c74fc From 007aceca6e417cfe8fa91b392d9307fe57d4474f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 19:27:39 +0000 Subject: [PATCH 02662/18836] Updated openstack/openstack Project: openstack-dev/devstack e95a13f750996200e1ae6cdbae136866a67d7585 Fix notify_nova options This patch fixes various typos that prevent the neutron nova notification options from working. Change-Id: Ia3fb1e02008b338e2d08e927346397292be4e398 Closes-Bug: #1321347 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0cf98966fd5b..e95a13f75099 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0cf98966fd5b1451d3a82072d98761f5600c74fc +Subproject commit e95a13f750996200e1ae6cdbae136866a67d7585 From 10dde7effc2dc200894454d06a96fcc5d17c05cf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 19:29:17 +0000 Subject: [PATCH 02663/18836] Updated openstack/openstack Project: openstack-dev/devstack 5069ae9eef30468bff0d610091ad7e0e17a66a4d Add oslo.db blueprint oslo-db-lib Change-Id: If952099fa4dcf8638cad70d42a12ebcdac28de84 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e95a13f75099..5069ae9eef30 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e95a13f750996200e1ae6cdbae136866a67d7585 +Subproject commit 5069ae9eef30468bff0d610091ad7e0e17a66a4d From 2f802c8e7876ab87a0b7228f0a95ea49e3584ac5 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 22 May 2014 07:12:03 +0000 Subject: [PATCH 02664/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 15bec1cde376a116b4a2308db58bbabc2b7f6d87 Updated from global requirements Change-Id: I96f8f84be09b2e68e12d6c6b37079f83610c29a3 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2535f9e0e9e5..15bec1cde376 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2535f9e0e9e53041ff04ca734cb2bb4813cb8ad2 +Subproject commit 15bec1cde376a116b4a2308db58bbabc2b7f6d87 From 9240d3f308cc705c4a5d0642415e076831922ba7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 22 May 2014 23:43:57 +0000 Subject: [PATCH 02665/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a7c0553d3f0190f386f22f6759f429397bb68cb7 Add oslo.db to the devstack gate oslo.db going to became a separate library, so we should add it to the devstack-gate. Related to blueprint oslo-db-lib Change-Id: I023eda5443f44d9b9aee008eb5cab97dc862b096 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 26f527d59399..a7c0553d3f01 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 26f527d593991aaed655d1b96bf4dc2d8006bb9d +Subproject commit a7c0553d3f0190f386f22f6759f429397bb68cb7 From cb3ae2d65d080df8eaeb4ea466dae87005c8ac0b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 23 May 2014 04:59:20 +0000 Subject: [PATCH 02666/18836] Updated openstack/openstack Project: openstack/python-troveclient 045f6791bb27e3fa368bd61697a328bd6cf958af Enabled F821, H306, H402, and H404 flake8 rule Reasons: - F821 is disabled. - H306 is disabled. - H402 is disabled. - H404 is disabled. Changes: - Updates tox.ini to enable F821, H306, H402 and H404 rules. - Updates code for F821, H306, H402 and H404 violation. Change-Id: I772270bb833ac774e080fc63e330d6b333f23de2 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 2eedb5705ca3..045f6791bb27 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 2eedb5705ca35fc9af563283c19745c4586167b2 +Subproject commit 045f6791bb27e3fa368bd61697a328bd6cf958af From bf3d8bd7fcfb3ca1c0b77e7da22127c26d4b1f18 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 23 May 2014 10:04:53 +0000 Subject: [PATCH 02667/18836] Updated openstack/openstack Project: openstack/python-troveclient 89d0b0f510d0627e3cd323199726439e6a77fb03 replaced e.message BaseException.message has been deprecated as of Python 2.6. http://legacy.python.org/dev/peps/pep-0352/ Replaced e.message with six.text_type(e) (uses unicode with Python 2.x and str with Python 3.x). Change-Id: I590749a1d05f39350996ec5ce5838b9c90baeb92 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 045f6791bb27..89d0b0f510d0 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 045f6791bb27e3fa368bd61697a328bd6cf958af +Subproject commit 89d0b0f510d0627e3cd323199726439e6a77fb03 From 1d2f5498f1047bb22bde98d708bd45b6322bcf40 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 23 May 2014 12:40:43 +0000 Subject: [PATCH 02668/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 5cab8f405772d4658eb144ae041458bfa78e0a5c localize variables there was coupling between tests because of variables that might get set in one test and still exist in following ones (but not be declared there). By localizing all our variables we can isolate ourselves. To prove that we did this correctly, scramble the test order at the end (more specifically alphabetize it), so that it has no relation to the declare order. Change-Id: I6a52b85b909e54d692abe6d2cc2223dc2e9154e4 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a7c0553d3f01..5cab8f405772 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a7c0553d3f0190f386f22f6759f429397bb68cb7 +Subproject commit 5cab8f405772d4658eb144ae041458bfa78e0a5c From c3901c0a3e94122a06afbe8def35e96a23f6f90b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 23 May 2014 15:42:58 +0000 Subject: [PATCH 02669/18836] Updated openstack/openstack Project: openstack/requirements bc60e305f6f27a457ed663d57bf593d89c89910d request-kerberos Kerberos requires an additional requests library to perform SPNEGO The 0.5 version was just released. Older Versions of the library are packaged for distributions already. They will need to be updated to this version. The 0.5 version is required to pass the Python 3.3 requirement enforced on the clients. Older versions break in py33 Change-Id: I2100915f123c0fea41d5b17d01947901aa0119c5 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3f29230f2d35..bc60e305f6f2 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3f29230f2d357d7c704d6c8a52a23e6576649435 +Subproject commit bc60e305f6f27a457ed663d57bf593d89c89910d From daa86009b5c0bcdb9fca4ae0da113b67281d0ec0 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 23 May 2014 13:39:05 -0400 Subject: [PATCH 02670/18836] Updated openstack/openstack Project: openstack-dev/pbr 3250f69d1a15c4482deb281e39ed0cd4ac3550b5 Remove --use-mailmap as it's not needed --use-mailmap is a newer git construct that applies mailmaps to things that are not using the mailmap aware format strings. But we're using those format strings, and this breaks on precise. Simplest thing - don't use the arg, since it's pointless and broken for us. Change-Id: Ic8ca062a6936a4f112aa52d0eb209211658611c2 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index adb0d20ec7ef..3250f69d1a15 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit adb0d20ec7eff94b2433180b437bbe1a59ab6456 +Subproject commit 3250f69d1a15c4482deb281e39ed0cd4ac3550b5 From 1abba16f4b1a3ffe76f5efbaafc532db30304ff7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 23 May 2014 20:27:56 +0000 Subject: [PATCH 02671/18836] Updated openstack/openstack Project: openstack/python-troveclient d02764e597b331c0c692488477a9ce29045eb32a Corrects trove-client output Updates the condition to test global symbol 'json_output' and print results accordingly. Change-Id: Ib1d5d45413b4652456c05bda6304701b0ce23a06 Closes-Bug: #1322461 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 89d0b0f510d0..d02764e597b3 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 89d0b0f510d0627e3cd323199726439e6a77fb03 +Subproject commit d02764e597b331c0c692488477a9ce29045eb32a From 429f585de6cbf93889968102d1e238971c579fcc Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 23 May 2014 11:50:05 -0500 Subject: [PATCH 02672/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8847022ef08ab1a1826afac5d44f34fe781018b6 Fixed an aparent typo in the code Change-Id: I62f8cc1581379869148b3a293b74c29057101a94 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 15bec1cde376..8847022ef08a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 15bec1cde376a116b4a2308db58bbabc2b7f6d87 +Subproject commit 8847022ef08ab1a1826afac5d44f34fe781018b6 From 8267725d6c5e4c7b2d6d5b43d0dc8583b5921131 Mon Sep 17 00:00:00 2001 From: anc Date: Thu, 22 May 2014 16:56:31 +0100 Subject: [PATCH 02673/18836] Updated openstack/openstack Project: openstack/python-swiftclient eaf4fcbb8d00e9e974c9408e550154fa3cfeefea Fix wrong assertions in unit tests A couple of assertTrue in the test_swiftclient.py unit tests should be assertEqual. Also, the expected values now need to be bytes literals. Change-Id: I7cc1bd60d9ba82d1a28fbae2e1243d3c799451bd --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 258420f41049..eaf4fcbb8d00 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 258420f41049d92fc0b59b9263c8381bfe513432 +Subproject commit eaf4fcbb8d00e9e974c9408e550154fa3cfeefea From e1bc6e9a498d8aaa64ecaddbf48c1936151d2a39 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 22 May 2014 18:37:48 +0200 Subject: [PATCH 02674/18836] Updated openstack/openstack Project: openstack/glance 371533be00e2de3062110ee2ca46454c695b1db0 Remove all mostly untranslated PO files We now only import PO files that are at least 75 % translated, so we can delete now all other PO files. The patch only removes the mostly untranslated files. Once a file becomes mostly translated, the bot will import it again. This removes all languages besides en_US. Change-Id: Ib630d5e89ee6bca8b554110b2703cca85fb70c3b Closes-Bug: #1317794 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index edc4856e06e2..371533be00e2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit edc4856e06e2c965302a02da32a8d9e0c1713995 +Subproject commit 371533be00e2de3062110ee2ca46454c695b1db0 From ec3af8dbde0375ec8fc87c5101a22455fb600b91 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 24 May 2014 00:40:59 +0000 Subject: [PATCH 02675/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 82cf5d22bd2df967913d309243ee877b699f5f37 Auth Plugin invalidation To allow session to re-fetch a token on an Unauthorized call we add an invalidate method to auth plugins that is expected to flush all the current authentication data from the plugin such that it will be refreshed on next request. This is then used to reissue requests from session when an Unauthorized is called. Change-Id: I98fa76fd67e97dc0a8c1ec0bf734792c337b5177 blueprint: keystoneclient-auth-token --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8847022ef08a..82cf5d22bd2d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8847022ef08ab1a1826afac5d44f34fe781018b6 +Subproject commit 82cf5d22bd2df967913d309243ee877b699f5f37 From 6b0146e88987fe9c7854a79a98ef315e84ed4d4a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 24 May 2014 01:16:28 +0000 Subject: [PATCH 02676/18836] Updated openstack/openstack Project: openstack-dev/pbr cb1c34ce42bd9111c0854ea9bd32afdc43ada3c7 Fix typos in docs Change-Id: I547e99c24707895c1e3614821c5cb8da354b294a --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 3250f69d1a15..cb1c34ce42bd 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 3250f69d1a15c4482deb281e39ed0cd4ac3550b5 +Subproject commit cb1c34ce42bd9111c0854ea9bd32afdc43ada3c7 From 41bb892b35bb9fb64a8ab7d1a60c922da94a3812 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 24 May 2014 02:17:59 +0000 Subject: [PATCH 02677/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 537d966471f221ca280d018b56e3a54dddb5c92a Change Ironic bm flavor to use ephemeral partition Adds use of the IRONIC_VM_EPHEMERAL_DISK variable to devstack that will alter the flavor to specify an ephemeral partition size. This change creates a 1 GB ephemeral partition, which will be deducted from the overall disk size (IRONIC_VM_SPECS_DISK). Change-Id: I37374d3fa8fd1b5cd194ac9659044031a3cad19e --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 5cab8f405772..537d966471f2 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 5cab8f405772d4658eb144ae041458bfa78e0a5c +Subproject commit 537d966471f221ca280d018b56e3a54dddb5c92a From a9ee93c9724121c169dc3b77e03bb50d1c9c3609 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 24 May 2014 09:16:59 +0000 Subject: [PATCH 02678/18836] Updated openstack/openstack Project: openstack/python-swiftclient 5e18d95cb297adaa6f9658241e6dca179ef9ab8d Remove testtools.main() call from tests There is no testtools.main() at all (this was a unittest.main() before). Let's remove this unused and non-working code. The following code can be used if someone needs to start tests manually: python -m unittest Change-Id: Id5162ac73825584df6c23dbe68786ff3355fc6ae --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index eaf4fcbb8d00..5e18d95cb297 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit eaf4fcbb8d00e9e974c9408e550154fa3cfeefea +Subproject commit 5e18d95cb297adaa6f9658241e6dca179ef9ab8d From 8c05b5b084b105c51b341d65136bb8e79057120a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 24 May 2014 10:17:15 +0000 Subject: [PATCH 02679/18836] Updated openstack/openstack Project: openstack/python-swiftclient 1d8193392180ae3b09af37c83abd1a10b8904f97 fixed several pep8 issues * E111 indentation is not a multiple of four * E128 continuation line under-indented for visual indent * E265 block comment should start with '# ' * E713 test for membership should be 'not in' Tested with pep8 version 1.5.6 (2014-04-14). Change-Id: I7f85c143d463c501a0df20724362ad5c0f2d4dde --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 5e18d95cb297..1d8193392180 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 5e18d95cb297adaa6f9658241e6dca179ef9ab8d +Subproject commit 1d8193392180ae3b09af37c83abd1a10b8904f97 From 85f3b33a45d7954155ac8179a5085c35f0ef9ff7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 24 May 2014 19:35:07 +0000 Subject: [PATCH 02680/18836] Updated openstack/openstack Project: openstack/requirements 0965e2137528af319d97f057819bf306cd3b8249 django_compressor: bump to 1.4 The 1.4 release brings Python 3 support. Change-Id: I3026ecc1854298bd4f89512b9a599b5a1a3d7642 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index bc60e305f6f2..0965e2137528 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit bc60e305f6f27a457ed663d57bf593d89c89910d +Subproject commit 0965e2137528af319d97f057819bf306cd3b8249 From 2100d689a5c603738b78d3f55c7e7c18b6c94e41 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 25 May 2014 13:32:04 +0000 Subject: [PATCH 02681/18836] Updated openstack/openstack Project: openstack-dev/devstack 1e6e4289bc5783db0db35db81a91a674a3b26d02 Fix syntax error in script One of the recent patches introduced a syntax error in the marconi script. This patch fixes the issue & gets marconi running in devstack again. Change-Id: I46a039f72174c4898869983de03a1e29cbe435bf --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5069ae9eef30..1e6e4289bc57 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5069ae9eef30468bff0d610091ad7e0e17a66a4d +Subproject commit 1e6e4289bc5783db0db35db81a91a674a3b26d02 From fd1d470069752e7408e67539063dccd6f19201b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 26 May 2014 03:06:42 +0000 Subject: [PATCH 02682/18836] Updated openstack/openstack Project: openstack/glance 10b3ccb71a4f9a4dc404a43c8b6bbae7d1bf3eee debug level logs should not be translated According to the OpenStack translation policy available at https://wiki.openstack.org/wiki/LoggingStandards debug messages should not be translated. Like mentioned in several changes in Nova by garyk this is to help prioritize log translation. This patch adds a new hacking check - N319 - that ensures all debug log messages don't have translations. Change-Id: I9dd958b904671a7eb95883026e14684469dc52d5 Closes-Bug: #1317847 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 371533be00e2..10b3ccb71a4f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 371533be00e2de3062110ee2ca46454c695b1db0 +Subproject commit 10b3ccb71a4f9a4dc404a43c8b6bbae7d1bf3eee From bfaaffc92eb23e84e43d30f61e467eb12f4ee0c7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 26 May 2014 03:52:46 +0000 Subject: [PATCH 02683/18836] Updated openstack/openstack Project: openstack/glance f8052db080fc89fadc5a31ddb69f0e5870c897db use /usr/bin/env python instead of /usr/bin/python The usage of /usr/bin/env ensures that the first interpreter found in the environment's $PATH variable is used. Change-Id: I61b27bb9a5fc1f8d2a3981472215bc0aa6a389e2 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 10b3ccb71a4f..f8052db080fc 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 10b3ccb71a4f9a4dc404a43c8b6bbae7d1bf3eee +Subproject commit f8052db080fc89fadc5a31ddb69f0e5870c897db From 0775811a04afc2fb7f96d6d311f3bafc41ae349c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 26 May 2014 04:00:10 +0000 Subject: [PATCH 02684/18836] Updated openstack/openstack Project: openstack/glance 75fbece42271c0994b00b50734616675de140885 fixed typos found by RETF rules in RST files rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I725d3892d915bf880e62b8b11b97dcfc0a804a41 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f8052db080fc..75fbece42271 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f8052db080fc89fadc5a31ddb69f0e5870c897db +Subproject commit 75fbece42271c0994b00b50734616675de140885 From 1f56780d726c5d597db85a22772bd0023df34339 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 26 May 2014 04:47:35 +0000 Subject: [PATCH 02685/18836] Updated openstack/openstack Project: openstack/glance ebe31a037261fcba179470fab1a5ebcb2ba28dda Removing duplicate entry from base_conf Removing duplicate enable_v2_api entry. Change-Id: Id1c531771810310887dbb5a6b8e6f0e4571547bf --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 75fbece42271..ebe31a037261 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 75fbece42271c0994b00b50734616675de140885 +Subproject commit ebe31a037261fcba179470fab1a5ebcb2ba28dda From a82f5b573c6ad38896b0451eab9c269daab8541e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 26 May 2014 04:47:38 +0000 Subject: [PATCH 02686/18836] Updated openstack/openstack Project: openstack/glance a426d3be7683d1d946a2c7f843f290b5e08858dc Fixes spelling error in test name Changes 'attribtues' to 'attributes' in the 'test_image_create_unknown_attributes' test. Apologies in advance for the Zuul+Jenkins time this will waste. Change-Id: I6b26d6efc6353461a36bc742055b906d328f34f1 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ebe31a037261..a426d3be7683 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ebe31a037261fcba179470fab1a5ebcb2ba28dda +Subproject commit a426d3be7683d1d946a2c7f843f290b5e08858dc From ba47f310da3f652ee0cf39f30d7a0d5896bce256 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 26 May 2014 04:55:46 +0000 Subject: [PATCH 02687/18836] Updated openstack/openstack Project: openstack/glance 0b1d28acdb632f4df23ee652f93e25cc01474582 TaskTest:test_fail() should use asserIstNone test_fail() in the TasksTest class of tests/unit/test_domain.py uses assertEqual when testing for None; assertIsNone is more appropriate here. This is the kind of thing that would be automatically picked up by change Ic115342605c472f3a5d255aa570ecb60175ca087 Change-Id: I900334182f056f8b3656339b5bad0b60b334e7dd --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a426d3be7683..0b1d28acdb63 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a426d3be7683d1d946a2c7f843f290b5e08858dc +Subproject commit 0b1d28acdb632f4df23ee652f93e25cc01474582 From 2af5e0e9e4e396bd27897f18f6bc4c183af8f408 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Mon, 26 May 2014 10:27:18 +0200 Subject: [PATCH 02688/18836] Updated openstack/openstack Project: openstack/python-swiftclient b4d97079b6a74e9a2001b50c66b9eee6bc57ba66 Remove extra double quote from docstring The extra " was visible on http://docs.openstack.org/developer/python-swiftclient/swiftclient.html Change-Id: I7d61c8259a4f13464c11ae7e3fa28eb3a58e4baa --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 1d8193392180..b4d97079b6a7 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 1d8193392180ae3b09af37c83abd1a10b8904f97 +Subproject commit b4d97079b6a74e9a2001b50c66b9eee6bc57ba66 From 9f36232eb830a63876728c78cf221f93e559a1fe Mon Sep 17 00:00:00 2001 From: liu-sheng Date: Wed, 21 May 2014 16:40:07 +0800 Subject: [PATCH 02689/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient cb11c9bb3dd9781e6b3066c0db04667c8175db31 Fix exception handling of CLI Because exc.Unauthorized exception has been removed for commit "Remove out-dated exceptions"(https://review.openstack.org/#/c/93852/). but it still in use in ceilometerclient.shell.CeilometerShell#main(). This patch replace exc.Unauthorized with exc.HTTPUnauthorized. And other three places of exc.NotFound are in use too. Change-Id: I3e010db20cb6f6636126cceed5c62a9817213739 Closes-bug: #1321649 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 09ad1ed7a310..cb11c9bb3dd9 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 09ad1ed7a3109a936f0e1bc9cbc904292607d70c +Subproject commit cb11c9bb3dd9781e6b3066c0db04667c8175db31 From cde6c76791a5dd866758d92d816e6d58e17ce43d Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Tue, 22 Apr 2014 16:16:54 -0700 Subject: [PATCH 02690/18836] Updated openstack/openstack Project: openstack/python-neutronclient 91bea9479d8b3ab4912c4b4c5e03f05e67b81a5a Suppress expected help messages caused by wrong CLI inputs There are negative tests for the NSX gateway feature. This patch introduces the ability to suppress the warning messages caused by running commands with wrong parameters. This keeps the console output clean of spurious errors. Change-Id: Idc78442969b3e06ecef9999a7edfc6544ed3a376 Closes-bug: #1311348 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index f6eba87aa176..91bea9479d8b 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit f6eba87aa1761de2425d4651a62e3d07d88de3fe +Subproject commit 91bea9479d8b3ab4912c4b4c5e03f05e67b81a5a From 5584c6c9fb13f5c30287413df7c280f3a0365952 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 26 May 2014 23:47:38 +0000 Subject: [PATCH 02691/18836] Updated openstack/openstack Project: openstack/requirements 51342136bf2118c39a621f4d8cb5b30a4c11da2a Increase sphinx pin now that 1.2.1 is out 1.2.1 fixes the bug that was in 1.2 - so we should go ahead and update. Keep the pin at below 1.3 because sphinx breaks things. Change-Id: I63c6159eb23430a181eb20016b35366c2fbbf9f8 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0965e2137528..51342136bf21 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0965e2137528af319d97f057819bf306cd3b8249 +Subproject commit 51342136bf2118c39a621f4d8cb5b30a4c11da2a From 33a4876be4e6b51ebd6477d0209317e0beed23dd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 04:12:51 +0000 Subject: [PATCH 02692/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f06efe9c4e99a717681907eb4bb5f8c2b6dfef75 add docstr to v2 shell module regarding CLI deprecation Change-Id: Iaafd00671c634ab64352c5cfab0470dae0b53c35 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 82cf5d22bd2d..f06efe9c4e99 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 82cf5d22bd2df967913d309243ee877b699f5f37 +Subproject commit f06efe9c4e99a717681907eb4bb5f8c2b6dfef75 From 16fe4b569511acd5e7c35b774c57c0ba3cdbea4f Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Tue, 13 May 2014 06:05:24 +0200 Subject: [PATCH 02693/18836] Updated openstack/openstack Project: openstack/oslo.messaging 78b498de2339317f9f189f4395878f9abc96e750 Make the TransportUrl hashable The amqp connection pool uses the Transport Url as key to track the connection, but currently a different hash can be returned for the same url. This change fixes the hash method of the TransportUrl Change-Id: Id701d6a80a909d6bd6dabe680c2b8e09dd721ef1 Closes-bug: #1316891 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index a6200c0a006b..78b498de2339 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit a6200c0a006be977cb23158050df6613bbef86ed +Subproject commit 78b498de2339317f9f189f4395878f9abc96e750 From 9120f7fbe0c778043779a0adc1a9bf06637a047b Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 20 May 2014 16:43:02 +0200 Subject: [PATCH 02694/18836] Updated openstack/openstack Project: openstack/oslo.config 8b4bf0f3e990ed70a5235351e0fa1f1678cea2d5 log: string format arguments changed to function parameters There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: I22aebd928a96258c08fcaa363aed0f739825fc7e Partial-Bug: #1321274 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 78c2bc95c1bf..8b4bf0f3e990 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 78c2bc95c1bfd3f8663f7fcade4bdf00deeab60b +Subproject commit 8b4bf0f3e990ed70a5235351e0fa1f1678cea2d5 From 5a334aaecc38c285e84435fb52d6d185432e320e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 06:43:37 +0000 Subject: [PATCH 02695/18836] Updated openstack/openstack Project: openstack/python-heatclient 8a448765ee25bf3002845deeb3e73f8a4ca849d7 Mark heatclient as being a universal wheel Change-Id: I843768008e17663cfe1b3011d24105af595c92ea --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 94d10f951819..8a448765ee25 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 94d10f951819b0f0024996c367c9479e5ddd9768 +Subproject commit 8a448765ee25bf3002845deeb3e73f8a4ca849d7 From 1a6895ba8815f99012d751cbc2809c82b812a5ad Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Mon, 26 May 2014 14:35:03 +0200 Subject: [PATCH 02696/18836] Updated openstack/openstack Project: openstack/python-swiftclient a0307347013f6c12d89c0874bd715b31df780bb6 Use Emacs-friendly coding line. To signal the file encoding to Emacs, one can add a line with -*- coding: your-favority-encoding -*- Python also understands such a line, infact it also understands the line if it says "encoding" instead of "coding". However, it is only "coding" that has an effect in Emacs. Furthermore, since "encoding" is not recognized, Emacs will prompt the user with a scary looking message when the file is opened: The local variable list in __init__.py contains values that may not be safe. Using the correct variable name fixes this. (The file contain only ASCII characters at the moment, so the line could alternatively be removed completely.) Change-Id: Ie6b4f41043bf97bb59e3de403e4794c302d81783 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index b4d97079b6a7..a0307347013f 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit b4d97079b6a74e9a2001b50c66b9eee6bc57ba66 +Subproject commit a0307347013f6c12d89c0874bd715b31df780bb6 From 5d58a6bcd001fb68461c62bee48b9fd1c8ecbc6f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 10:17:27 +0000 Subject: [PATCH 02697/18836] Updated openstack/openstack Project: openstack/python-troveclient 89859556cfb1d1067879a044506c168a6dbbc0ea Changes configuration_ref to configuration Closes bug: 1318258 Compat cli used old configuration_ref parameter Change-Id: Ia6942186666d1022d4ad67880df90a36785721ce --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index d02764e597b3..89859556cfb1 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit d02764e597b331c0c692488477a9ce29045eb32a +Subproject commit 89859556cfb1d1067879a044506c168a6dbbc0ea From 79fa2fb5c3505e0cdcbc43eb492f2a3158d2c53a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 10:35:49 +0000 Subject: [PATCH 02698/18836] Updated openstack/openstack Project: openstack/python-heatclient c29e863d56eeaead4b2698713b8ae809d92dbfd2 Client should support stack-list for global scope heat supports to get the stacks for global scope, heat-client should supports too. Change-Id: I289e9305ad4c695e4d3ee2d9a2c7ced216bb8166 Closes-Bug: #1322094 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 8a448765ee25..c29e863d56ee 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 8a448765ee25bf3002845deeb3e73f8a4ca849d7 +Subproject commit c29e863d56eeaead4b2698713b8ae809d92dbfd2 From 1949bfad5f63bcf0b5f58592d09324e24e332fa6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 11:28:00 +0000 Subject: [PATCH 02699/18836] Updated openstack/openstack Project: openstack/python-troveclient 21646a49dcf38a2a039fbe287d1ae6069ce8977e Allow users the ability to update the instance name Implements: blueprint update-instance-name This review provides the user the ability to update the instance name or/and configuration using the trove client. Change-Id: If404d4d47c83ca36d7a08ed2a8f1f8dddb7ed677 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 89859556cfb1..21646a49dcf3 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 89859556cfb1d1067879a044506c168a6dbbc0ea +Subproject commit 21646a49dcf38a2a039fbe287d1ae6069ce8977e From e382d5394218aacc8af0b7ce347fa65b94a1ba43 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 12:01:22 +0000 Subject: [PATCH 02700/18836] Updated openstack/openstack Project: openstack-dev/pbr d6bd32eea46447626f338cfd088e34ce6e92ce55 Permit pre-release versions with git metadata This is implied by the example and seems necessary for doing automated generation of pre-release versions. Change-Id: I8d4ceec200fac7982f2dafa7f8f1a8abfd4b0f83 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index cb1c34ce42bd..d6bd32eea464 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit cb1c34ce42bd9111c0854ea9bd32afdc43ada3c7 +Subproject commit d6bd32eea46447626f338cfd088e34ce6e92ce55 From 22e14dcb2a6925cdd751b67edbb75a4dd46f7e1c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 12:03:24 +0000 Subject: [PATCH 02701/18836] Updated openstack/openstack Project: openstack-dev/pbr 8a4017eb5e751187e9c9539f312bc02d5ea93d05 Make setUp fail if sdist fails. Hygiene - fail at the point of failure, not later. Change-Id: Id0328f1afad5dd2fb4f5ef22e025d60eef1d4e52 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index d6bd32eea464..8a4017eb5e75 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit d6bd32eea46447626f338cfd088e34ce6e92ce55 +Subproject commit 8a4017eb5e751187e9c9539f312bc02d5ea93d05 From 17c416d344a67037bc5978cd642f1b8fd741e9f3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 12:03:26 +0000 Subject: [PATCH 02702/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 870897737d0a2ef4085f034067207e0599e5d445 Modify horizon log copy for Fedora Fedora keeps http logs in a /var/log/httpd Change-Id: Ie7605559f165ea5e86d5e779914e32fdee6956e4 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 537d966471f2..870897737d0a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 537d966471f221ca280d018b56e3a54dddb5c92a +Subproject commit 870897737d0a2ef4085f034067207e0599e5d445 From bfcbdc54d084fde19210c727d23854e55e9cb0c3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 17:21:13 +0000 Subject: [PATCH 02703/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 872cda13d9b707471b52b913c29282f565260429 Make auth_token return a V2 Catalog As there is no way to distinguish a v2 or v3 catalog from the headers provided to an application we will for the meantime always return a v2 catalog. This should not cause any issues as the full token data is not provided to the service so there is no-one that will get caught out by a v2/v3 mix, and anyone that is already supporting the v3 catalog format will have to support the v2 catalog format as well so it will continue to work. Change-Id: Ic9b38e0ba4682b47ae295bd3f89bac59ef7437cf Closes-Bug: #1302970 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f06efe9c4e99..872cda13d9b7 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f06efe9c4e99a717681907eb4bb5f8c2b6dfef75 +Subproject commit 872cda13d9b707471b52b913c29282f565260429 From 9245a06ac552639f7fe3b431c532e119bafc409c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 17:21:16 +0000 Subject: [PATCH 02704/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dc6b39b9b235ff86b34ebd97fd2dc6ddd92b8da7 replace string format arguments with function parameters There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: Ibd9def4cf111d5dcf15dff64f85a723214a3c14e Closes-Bug: #1320930 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 872cda13d9b7..dc6b39b9b235 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 872cda13d9b707471b52b913c29282f565260429 +Subproject commit dc6b39b9b235ff86b34ebd97fd2dc6ddd92b8da7 From b9ac2bb7cbb90216f82cbe7435b26ede7d1e7d9e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 17:29:58 +0000 Subject: [PATCH 02705/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 1ba21e4b8a5d311b1cdc208fb6a33a5163257ee0 Move auth_token cache pool tests out of NoMemcache There were cache pool tests in NoMemcacheAuthToken. Since this class un-imports memcache, setting the memcached_servers option would just be ignored anyways. The tests were moved into a separate class and changed to not set memcached_servers. The behavior should be the same. Also, there was a cache pool test in CommonAuthTokenMiddlewareTest that fit better in this new class. Change-Id: Icfce7398f2a29753200c2010bba58924980622c0 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dc6b39b9b235..1ba21e4b8a5d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dc6b39b9b235ff86b34ebd97fd2dc6ddd92b8da7 +Subproject commit 1ba21e4b8a5d311b1cdc208fb6a33a5163257ee0 From b0ff2514fe1cc50c77efb17a820cf342381a19eb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 17:40:42 +0000 Subject: [PATCH 02706/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8d05f8130304fd92dba031cd908929b1556a0961 Cached tokens aren't expired The auth_token test said that the cached tokens are expired. The tokens weren't expired, so remove the code. Change-Id: I8ce30cc09ee9bbc19cc4ebdb5d935a80d2d5d473 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 1ba21e4b8a5d..8d05f8130304 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 1ba21e4b8a5d311b1cdc208fb6a33a5163257ee0 +Subproject commit 8d05f8130304fd92dba031cd908929b1556a0961 From e2cf3d44690d6a79d2b4ad83aea5fa09db9293b9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 17:42:52 +0000 Subject: [PATCH 02707/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 14ac8cd07312a9e0ae8b1167c4f459d07acaa405 Move auth_token tests not requiring v2/v3 to new class The tests in CommonAuthTokenMiddlewareTest run for both v2 and v3 tokens, but contained tests that weren't affected by the token version. The tests that aren't affected by the token version are now in their own class. Change-Id: I0e8aecafcd8e0da262dded48a612c84b1629d953 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8d05f8130304..14ac8cd07312 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8d05f8130304fd92dba031cd908929b1556a0961 +Subproject commit 14ac8cd07312a9e0ae8b1167c4f459d07acaa405 From c30445734ac40acada514c54041ebd8cc1c72264 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 17:42:54 +0000 Subject: [PATCH 02708/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 7874cf9f7c53e238973a65591e3a7bf98239c1df Remove importutils from oslo config The importutils module is only used by other oslo modules, so remove it from openstack-common.conf. It'll be pulled in automatically if it's needed. Change-Id: Iaa7e047a9ff76f911f8c64b45ceb1f240855670a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 14ac8cd07312..7874cf9f7c53 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 14ac8cd07312a9e0ae8b1167c4f459d07acaa405 +Subproject commit 7874cf9f7c53e238973a65591e3a7bf98239c1df From adbefb3104e1443da44d884c7892c086055561f5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 27 May 2014 17:43:01 +0000 Subject: [PATCH 02709/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 7c608309d690604ae51fd1b61349ee5178422d95 Sync with oslo-incubator 2640847 Sync with oslo-incubator commit 2640847e3df7720457103d2111846c27fc8fdcd5 . First, remove the existing code to cleanup: $ rm -r keyestoneclient/openstack/* Then, sync from oslo-incubator: $ python update.py ../python-keystoneclient Change-Id: Ic94906002e0257ffc56245e49890e7ee2f3b4a2a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 7874cf9f7c53..7c608309d690 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 7874cf9f7c53e238973a65591e3a7bf98239c1df +Subproject commit 7c608309d690604ae51fd1b61349ee5178422d95 From 14c6bc1c6be15770116dce2f1e379590fcbd5670 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 01:26:28 +0000 Subject: [PATCH 02710/18836] Updated openstack/openstack Project: openstack/python-troveclient 9844f4dcdcd44bf9566ad182b3efd531d7c6f38d fixed several pep8 issues * E265 block comment should start with '# ' * E128 continuation line under-indented for visual indent * E713 test for membership should be 'not in' Tested with pep8 version 1.5.6 (2014-04-14). Change-Id: If2853c79bea91ebef5cd97dff66788b46b174a9a --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 21646a49dcf3..9844f4dcdcd4 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 21646a49dcf38a2a039fbe287d1ae6069ce8977e +Subproject commit 9844f4dcdcd44bf9566ad182b3efd531d7c6f38d From 1fa918c05d3ef06706cce33a16fc30feacb72738 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 01:26:35 +0000 Subject: [PATCH 02711/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c5cb8d514916b6996d22d4f7d79061829383d318 auth_token hashes PKI token once auth_token was hashing the PKI token multiple times. With this change, the token is hashed once. Change-Id: I70d3339d09deb2d3528f141d37138971038f4075 Related-Bug: #1174499 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 7c608309d690..c5cb8d514916 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 7c608309d690604ae51fd1b61349ee5178422d95 +Subproject commit c5cb8d514916b6996d22d4f7d79061829383d318 From b7b8e840d6b97db83536aab86039ee47f384d443 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 01:26:37 +0000 Subject: [PATCH 02712/18836] Updated openstack/openstack Project: openstack/python-neutronclient 91613e06763116bec59426373ea567bcf7c4f4a3 enable sorting support for agent listing Change-Id: Ic11d0f9a0a53d765f85f8ffe3f12d50455236394 Closes-Bug: #1313607 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 91bea9479d8b..91613e067631 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 91bea9479d8b3ab4912c4b4c5e03f05e67b81a5a +Subproject commit 91613e06763116bec59426373ea567bcf7c4f4a3 From f02229ccd2111ca495a916eafd37ed9993400ffb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 03:13:40 +0000 Subject: [PATCH 02713/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2a665aa3e72aee091022413cfe45d5884a95fdd4 Add description param to v3 service create/update Adding description to V3 services.create and service update as an explicitly enumerated keyword argument Change-Id: I5e51c8e47d0d6cfc448a6a72e08f27f71d9c80ec Closes-Bug: #1188723 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c5cb8d514916..2a665aa3e72a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c5cb8d514916b6996d22d4f7d79061829383d318 +Subproject commit 2a665aa3e72aee091022413cfe45d5884a95fdd4 From 67389bc1a09758d6b9224b0b113613b12ff46c41 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 03:23:20 +0000 Subject: [PATCH 02714/18836] Updated openstack/openstack Project: openstack/python-swiftclient 3d0de79e26e2aa6285742c60aca3c164e9c2fbb9 change assertEquals to assertEqual According to http://docs.python.org/2/library/unittest.html assertEquals is a deprecated alias of assertEqual. Change-Id: Ibf4d548b86c53f30830b7e34b019fa8f67997cd8 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index a0307347013f..3d0de79e26e2 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit a0307347013f6c12d89c0874bd715b31df780bb6 +Subproject commit 3d0de79e26e2aa6285742c60aca3c164e9c2fbb9 From 17883102ffd1540dc76a3c54218b1d7c5b70c50b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 03:51:04 +0000 Subject: [PATCH 02715/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c88e050aaf73892c93e7329850207feedd5f9351 Add /role_assignments endpoint support This patch adds role assignments list support to keystoneclient. Created RoleAssignment resource and RoleAssignmentManager classes. RoleAssignmentManager only implements the list() method, the other inherited methods from base.CrudManager raises a MethodNotImplemented error with customized messages. This bp is complimented with the OSC part: https://blueprints.launchpad.net/python-openstackclient/+spec/roles-assignment-list Change-Id: I164b58b67ff42320238e943ddfa9d0a8aadd0a6d Implements: blueprint roles-assignment-support Closes-Bug: #1246310 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2a665aa3e72a..c88e050aaf73 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2a665aa3e72aee091022413cfe45d5884a95fdd4 +Subproject commit c88e050aaf73892c93e7329850207feedd5f9351 From 2d54052950f1b363df0c4b697fd385bfbd26f4ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 05:10:39 +0000 Subject: [PATCH 02716/18836] Updated openstack/openstack Project: openstack/glance 5f04cce154bc8d1c1d45bdbb8b92d1c250c0a0af Use Chunked transfer encoding in the VMware store Nova needs to upload streamOptimized disks to Glance. These streamOptimized disks are converted/compressed on the fly by vCenter. Consequently, it is not possible to know the size of the Glance image before upload. Without specifying the size or size zero, vCenter will reject the request (Broken Pipe). This patch adds the Chunked transfer encoding which allows to not specify a Content-Length header. Change-Id: I579084460e7f61ab4042632d17ec0f045fa6f5af Closes-Bug: #1313992 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0b1d28acdb63..5f04cce154bc 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0b1d28acdb632f4df23ee652f93e25cc01474582 +Subproject commit 5f04cce154bc8d1c1d45bdbb8b92d1c250c0a0af From 21a29acc6ae470e58b374f2b8f66a54a351e13a2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 05:11:38 +0000 Subject: [PATCH 02717/18836] Updated openstack/openstack Project: openstack/python-keystoneclient e146973ec21b276c1b7db9b03ce31402f89c933c auth_token middleware hashes tokens with configurable algorithm The auth_token middleware always hashed PKI Tokens with MD5. This change makes it so that PKI tokens can be hashed with SHA256 or any other algorithm supported by hashlib.new(). This is for security hardening. auth_token has a new config option 'hash_algorithms' that is set to the list of algorithms that will be used for hashing PKI tokens. This will typically be set to a single hash algorithm which must match the hash algorithm set in Keystone. Otherwise the tokens in the revocation list will not match, leading to revoked tokens being still usable. During a transition from one algorithm to another, 'hash_algorithms' is set to both the new algorithm and the old algorithm. Both of the hash algorithms will be used to match against the revocation list and cache. Once the tokens using the old algorithm have expired the old algorithm can be removed from the list. 'hash_algorithms' defaults to ['md5'] for backwards compatibility. DocImpact SecurityImpact Closes-Bug: #1174499 Change-Id: Ie524125dc5f6f1076bfd47db3a414b178e4dac80 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c88e050aaf73..e146973ec21b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c88e050aaf73892c93e7329850207feedd5f9351 +Subproject commit e146973ec21b276c1b7db9b03ce31402f89c933c From b4b6e531960aedc68bf1b595adb30716aff58372 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 28 May 2014 09:08:04 +0200 Subject: [PATCH 02718/18836] Updated openstack/openstack Project: openstack/oslo.messaging c0fde4749964b1d071c687887f172d5321dc3470 remove default=None for config options In the cfg module default=None is set as the default value. Change-Id: I5de0c1ddeeaccde8183ec130c85524f5b57f6f74 Closes-Bug: #1323975 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 78b498de2339..c0fde4749964 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 78b498de2339317f9f189f4395878f9abc96e750 +Subproject commit c0fde4749964b1d071c687887f172d5321dc3470 From 50f7444dac6b5b39e1c08ef04881be579311f2e4 Mon Sep 17 00:00:00 2001 From: Mark Sturdevant Date: Tue, 27 May 2014 16:56:35 -0700 Subject: [PATCH 02719/18836] Updated openstack/openstack Project: openstack/requirements 01ceffe54f9e46c5ee04048c7a1db66960e28eb7 Remove hp3parclient from global-requirements The need for hp3parclient in tests was removed in https://review.openstack.org/#/c/92266/ so now we can remove it from global-requirements. Change-Id: I02ce46ce4278ad6f7a72500e7d0d9f075a9c32a3 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 51342136bf21..01ceffe54f9e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 51342136bf2118c39a621f4d8cb5b30a4c11da2a +Subproject commit 01ceffe54f9e46c5ee04048c7a1db66960e28eb7 From b874b10bc89c03d39ddd6ed461b8da281128f894 Mon Sep 17 00:00:00 2001 From: Rodrigo Duarte Sousa Date: Wed, 28 May 2014 06:26:48 -0300 Subject: [PATCH 02720/18836] Updated openstack/openstack Project: openstack/python-keystoneclient bb6c144a4ace9fd14f90532c21256afeeb995159 Fix attributes ordering at v3/client.py Fix attributes alphabetical ordering at v3/client.py. Change-Id: I1ca71a56a6a710b231a8ed770835d45d3cf01cda --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index e146973ec21b..bb6c144a4ace 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit e146973ec21b276c1b7db9b03ce31402f89c933c +Subproject commit bb6c144a4ace9fd14f90532c21256afeeb995159 From 3c5a69a39febfd939db32d8914d2acf3bd86e6ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 16:25:41 +0000 Subject: [PATCH 02721/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 144229c715d8ec6c21c8f08f3b84259baa89e235 Authenticate via oauth Add support to authenticate with keystone via oauth access tokens. Change-Id: Ie0eb3290d71661852cc7774bcdb1eb56971987be implements: bp add-oauth-support --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index bb6c144a4ace..144229c715d8 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit bb6c144a4ace9fd14f90532c21256afeeb995159 +Subproject commit 144229c715d8ec6c21c8f08f3b84259baa89e235 From 96ae3826dfb8d1fc27edd15357bfe319a0720b8c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 16:25:48 +0000 Subject: [PATCH 02722/18836] Updated openstack/openstack Project: openstack/requirements cfb68fc245b9d787a753d7ee64e13518a0d53b37 Rename climate -> blazar The project has been renamed, rename in projects list. Change-Id: Idac41c410e8b06bacede284a77c7b3759fceea82 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 01ceffe54f9e..cfb68fc245b9 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 01ceffe54f9e46c5ee04048c7a1db66960e28eb7 +Subproject commit cfb68fc245b9d787a753d7ee64e13518a0d53b37 From 432052dd914a2b6e95126d11a1999ff563e86b41 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 16:57:15 +0000 Subject: [PATCH 02723/18836] Updated openstack/openstack Project: openstack/requirements 252f84d574fd5ad8a3214161398b6208a5eb0633 Paramiko: bump to 1.13.0 The 1.13.0 release brings Python 3 support, and will help port Cinder, Heat and Nova to Python 3. Change-Id: I3fadb3734143bf63b51f2473983abc90545b89ae --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index cfb68fc245b9..252f84d574fd 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit cfb68fc245b9d787a753d7ee64e13518a0d53b37 +Subproject commit 252f84d574fd5ad8a3214161398b6208a5eb0633 From eca2ea5ad3513e9f1f0e35e1cd1581dac9b1bfc2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 16:57:19 +0000 Subject: [PATCH 02724/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8d56ea01b6d909e1f1e360ec48fd3cc05d636c0e Add support for extensions-list Add support to list extensions in the v2.0 API. Change-Id: I4ddf888966e2ed51cf8cb1171aded8025440cfd4 Closes-Bug: #1313266 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 144229c715d8..8d56ea01b6d9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 144229c715d8ec6c21c8f08f3b84259baa89e235 +Subproject commit 8d56ea01b6d909e1f1e360ec48fd3cc05d636c0e From 674b14dbf15708651f96e87b4218bcd520cfb8f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 16:57:28 +0000 Subject: [PATCH 02725/18836] Updated openstack/openstack Project: openstack/python-keystoneclient baa7f373ff3801d78d088adb3db415decc98b38e Mark keystoneclient as being a universal wheel Change-Id: I216b422175dba6e1ca1623c21ff87f4d2fd0a486 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8d56ea01b6d9..baa7f373ff38 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8d56ea01b6d909e1f1e360ec48fd3cc05d636c0e +Subproject commit baa7f373ff3801d78d088adb3db415decc98b38e From 6256d7402365b5a7a9e2a5bdab858dc132d2fce2 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Tue, 27 May 2014 22:08:46 +0100 Subject: [PATCH 02726/18836] Updated openstack/openstack Project: openstack-dev/devstack a0ced4df0073e8c2405f41dbb8b50dbfb245eff8 chown stack/data/nova/networks to $STACK_USER $USER may be undefined (resulting in an error exit from stack.sh) or may be the current $USER rather than the target $STACK_USER (which may or may not be the same) which could lead to errors later. This change brings about consistency: the rest of stack.sh always uses $STACK_USER. This same problem may be present in lib/marconi. Change-Id: Idff2bee88de4e1da11cd5765a03646caf3ede24f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1e6e4289bc57..a0ced4df0073 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1e6e4289bc5783db0db35db81a91a674a3b26d02 +Subproject commit a0ced4df0073e8c2405f41dbb8b50dbfb245eff8 From 80838babc1d9c9db6e5d2a68bff0f56fc4d3e800 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 16:57:34 +0000 Subject: [PATCH 02727/18836] Updated openstack/openstack Project: openstack/python-glanceclient 803eed6083c9208cd0935131404ef7fb2d752964 Finalize Python3 support Set the environment variable PYTHONHASHSEED to 0 to have predictive tests under Python 3. Change-Id: Ia15a9383e0f20bd0e4572e9f9b9772f1704dff86 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 8f89a14c9f0f..803eed6083c9 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 8f89a14c9f0fbc9a189742270981938d69836204 +Subproject commit 803eed6083c9208cd0935131404ef7fb2d752964 From aa60990a466616f2df3f8b3b6825ad09c948d97d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 19:11:23 +0000 Subject: [PATCH 02728/18836] Updated openstack/openstack Project: openstack/requirements 1fc61ca0b887ae4336e190a7bd0c8cb2c0634fb3 Remove openstack/database-api from list of projects The Trove database-api docs have been moved out of the openstack/database-api repository and into the openstack/trove repository, so we no longer need openstack/database-api. Change-Id: Icbca1a349d61286ef74e9e55df057d86cd8cbd85 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 252f84d574fd..1fc61ca0b887 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 252f84d574fd5ad8a3214161398b6208a5eb0633 +Subproject commit 1fc61ca0b887ae4336e190a7bd0c8cb2c0634fb3 From ef1a5100a22bc304fcb0e5cc49fa688ee1f65958 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 20:50:53 +0000 Subject: [PATCH 02729/18836] Updated openstack/openstack Project: openstack/requirements cbbbbd58eeebfcac1492362ec43f22f62ee2f637 Update projects list for oslo.test renaming * projects.txt: Rename openstack/oslo.test to openstack/oslotest. Change-Id: I2891bc66a659bb773ca6901295462c28118414ea --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1fc61ca0b887..cbbbbd58eeeb 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1fc61ca0b887ae4336e190a7bd0c8cb2c0634fb3 +Subproject commit cbbbbd58eeebfcac1492362ec43f22f62ee2f637 From dffbf054966234ac5ed98d8a55e348db338cd85c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 21:10:15 +0000 Subject: [PATCH 02730/18836] Updated openstack/openstack Project: openstack/requirements 877ea70c155ee3ec2a7151c3fea399f0f5ca8584 update pycadf req to 0.5.1 pycadf 0.5 contains a security issue (bug #1321080). this bug is patched in 0.5.1 Change-Id: I076a2fbdecc9e1dd2ba8247d19c5482824a146cc --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index cbbbbd58eeeb..877ea70c155e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit cbbbbd58eeebfcac1492362ec43f22f62ee2f637 +Subproject commit 877ea70c155ee3ec2a7151c3fea399f0f5ca8584 From 734651d94a05326b59836fdaa80c265ef4429c1e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 22:05:53 +0000 Subject: [PATCH 02731/18836] Updated openstack/openstack Project: openstack/python-openstackclient 7ceff0eafc01c038ac5264d91701ee6384ff0b31 Fix server image create The final find_resource() call errored because servers.create_image() returns an image ID rather than an Image resource. Reset expectations and arguments. Change-Id: I1b9132f66091f9df76198724156acb7a6fb2f6fe --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 870e7ddbcce5..7ceff0eafc01 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 870e7ddbcce5d5f1b1bd36bb3ad95665565b3ced +Subproject commit 7ceff0eafc01c038ac5264d91701ee6384ff0b31 From 32cc2f9bb0e59864feb5fb69383bb1dd9913cd73 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 28 May 2014 23:05:54 +0000 Subject: [PATCH 02732/18836] Updated openstack/openstack Project: openstack/python-openstackclient fb656527530444c116dce493abd85cc69e8902fb Fixed several typos throughout the codebase Change-Id: I048ee857fc1215fea7f60978364894e1b5abdf66 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 7ceff0eafc01..fb6565275304 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 7ceff0eafc01c038ac5264d91701ee6384ff0b31 +Subproject commit fb656527530444c116dce493abd85cc69e8902fb From 6f787458f58182b7c2107f24d8154e0740a6525d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 29 May 2014 02:13:21 +0000 Subject: [PATCH 02733/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 77c8bf982fec4a0d9e1686ee695e96123d32635e Sync with oslo-incubator caed79d This syncs python-keystoneclient with oslo-incubator commit hash caed79d8239679cb74476bb0d9e5011b4fcc39da First, remove the existing code to cleanup: $ rm -r keystoneclient/openstack/* Then, sync from oslo-incubator: $ python update.py ../python-keystoneclient Commits since last sync (2640847): ---------------------------------- 1173e46 Remove ValueError when accessing sys.modules 90ae24b Remove redundant default=None for config options 18f2bc1 Enforce unicode json output for jsonutils.load[s]() 4a777e5 Fix warnings in doc build for apiclient Related-Bug: #1315523 Closes-Bug: #1314129 Change-Id: Id53ea2d4828e81bc6270f186849f391e7bc73101 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index baa7f373ff38..77c8bf982fec 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit baa7f373ff3801d78d088adb3db415decc98b38e +Subproject commit 77c8bf982fec4a0d9e1686ee695e96123d32635e From f3932ada53b18455305c9da597764d45ea20b2ac Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 29 May 2014 05:46:54 +0000 Subject: [PATCH 02734/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient d55038ceafdd49ac60ba1e115c331583b430f1ee fixed several pep8 issues * E122 continuation line missing indentation or outdented * E126 continuation line over-indented for hanging indent * E128 continuation line under-indented for visual indent * E265 block comment should start with '# ' Tested with pep8 version 1.5.6 (2014-04-14). Change-Id: Iaea72c74d3678061b0ac837eb8fe8c85a883bb4a --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index cb11c9bb3dd9..d55038ceafdd 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit cb11c9bb3dd9781e6b3066c0db04667c8175db31 +Subproject commit d55038ceafdd49ac60ba1e115c331583b430f1ee From 8c3a6d65f8b3cfcd3eb7b95eec09c1e5326755e6 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Wed, 28 May 2014 22:34:54 -0600 Subject: [PATCH 02735/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f5c4581ad27dab25caac0669b9b01af922ebc57c Fix a misspelling in a comment Change-Id: If049cef6def1249fd0f70e16385aa7a4167edbde --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 77c8bf982fec..f5c4581ad27d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 77c8bf982fec4a0d9e1686ee695e96123d32635e +Subproject commit f5c4581ad27dab25caac0669b9b01af922ebc57c From 6eb156204bf9d2edf18899b9f3d97b86d4187ea7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 29 May 2014 08:31:48 +0000 Subject: [PATCH 02736/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dee03a6503bfa82d7300fe5df76cfa25bd5b63d2 Remove left over vim headers These files were being added at the time when the comments were removed from the rest of the project. Change-Id: I5ece3ee3f7ce02ffd3914c644a2b99fc84c3f31c --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f5c4581ad27d..dee03a6503bf 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f5c4581ad27dab25caac0669b9b01af922ebc57c +Subproject commit dee03a6503bfa82d7300fe5df76cfa25bd5b63d2 From 239ab2091161c286e88d37b373a0148f395022aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 29 May 2014 13:38:10 +0000 Subject: [PATCH 02737/18836] Updated openstack/openstack Project: openstack/requirements 1288e3b92188fd558379385e33400becc43e2f62 Remove hplefthandclient from global-requirements The need for hplefthandclient in tests was removed in https://review.openstack.org/#/c/93363/ so now we can remove it from global-requirements. Change-Id: I8442d64f8826a88956642ff360a1107a4814a8c1 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 877ea70c155e..1288e3b92188 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 877ea70c155ee3ec2a7151c3fea399f0f5ca8584 +Subproject commit 1288e3b92188fd558379385e33400becc43e2f62 From 0334b362c96a207eaaab8aaf78140be1d1f1c677 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 29 May 2014 15:57:24 +0000 Subject: [PATCH 02738/18836] Updated openstack/openstack Project: openstack/requirements 7b37e8a9a528b640455b216ea2811d5c73642139 bump heatclient to latest version Update to the latest heatclient version, which is needed for heat to access some recent features such as software-config. Change-Id: Ie442aed94efe4a3dafe708f603842f6ee3830416 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1288e3b92188..7b37e8a9a528 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1288e3b92188fd558379385e33400becc43e2f62 +Subproject commit 7b37e8a9a528b640455b216ea2811d5c73642139 From e70308241ced255d48736344b72061ae03e042ea Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 28 May 2014 19:13:30 +0000 Subject: [PATCH 02739/18836] Updated openstack/openstack Project: openstack/django_openstack_auth b42ce801fc95fb4be7ba10558b13aa812dec9586 Updated from global requirements Change-Id: I2ea5a72a89ed65144259551059381ee6d0b12092 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index bf9c7f37d238..b42ce801fc95 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit bf9c7f37d238d5d82205147cf4bed1995375d620 +Subproject commit b42ce801fc95fb4be7ba10558b13aa812dec9586 From 0bdb77e38b22a4babe38727c2b0faf9132393d75 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 02:21:54 +0000 Subject: [PATCH 02740/18836] Updated openstack/openstack Project: openstack-dev/pbr a38dc208cf0ed0b06f9ab2e517fc267a6c181b3e Allow _run_cmd to run commands in any directory. This is needed to avoid running pip install within the directory of the test package on Python2.6, where it helpfully (not really) installs the test package, not pbr. Change-Id: I956ad29f68a32cb4d33af448333f649043e0a655 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 8a4017eb5e75..a38dc208cf0e 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 8a4017eb5e751187e9c9539f312bc02d5ea93d05 +Subproject commit a38dc208cf0ed0b06f9ab2e517fc267a6c181b3e From bc0ce3445d0ea50ace02a0a04bd38b480891d5a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 02:52:09 +0000 Subject: [PATCH 02741/18836] Updated openstack/openstack Project: openstack-dev/devstack 3a15ccdd54c8e05571c4ded97f20e5f0093dee04 Update readme.md, heat is now enabled by default Change-Id: Ia36879711aa440f4fba657159afeba2105c6aae4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a0ced4df0073..3a15ccdd54c8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a0ced4df0073e8c2405f41dbb8b50dbfb245eff8 +Subproject commit 3a15ccdd54c8e05571c4ded97f20e5f0093dee04 From a68b54658536e7a3c3f88298553c620608eb3e97 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 03:49:00 +0000 Subject: [PATCH 02742/18836] Updated openstack/openstack Project: openstack-dev/devstack ced4ba63cdbc727207d18104c123b3511b35cb68 Add support for creating provider networks Implements blueprint neutron-provider-networking Change-Id: I4bad9483b92875ea5e143b0e11652e01faed35a4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3a15ccdd54c8..ced4ba63cdbc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3a15ccdd54c8e05571c4ded97f20e5f0093dee04 +Subproject commit ced4ba63cdbc727207d18104c123b3511b35cb68 From c82500e4b43c5286dbe9ec0337b22afd6ff0e05a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 08:07:27 +0000 Subject: [PATCH 02743/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 04ded03cb076f63b026a995bb2908291297557f0 Clean up oauth auth plugin code 1) remove unnecessary setup 2) remove unnecessary init 3) change order of assertEquals Change-Id: I852f6ba79e871e286d49836dab105ac18b6519a6 Closes-Bug: #1324379 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dee03a6503bf..04ded03cb076 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dee03a6503bfa82d7300fe5df76cfa25bd5b63d2 +Subproject commit 04ded03cb076f63b026a995bb2908291297557f0 From 65a0883902d3ddb0786c181fa12f1d7da225df74 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Thu, 29 May 2014 10:03:53 -0700 Subject: [PATCH 02744/18836] Updated openstack/openstack Project: openstack/requirements b70890dc617bf7c5cf37543ea937f121237f8bfa Bump keystoneclient minimum version Increase keystoneclient minium version for compressed token support, oauth, and a number of bug fixes. https://launchpad.net/python-keystoneclient/+milestone/0.9.0 Change-Id: Ie3b4d3aff092295f87aadff5b0d9ba73f8c6c7be --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7b37e8a9a528..b70890dc617b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7b37e8a9a528b640455b216ea2811d5c73642139 +Subproject commit b70890dc617bf7c5cf37543ea937f121237f8bfa From a81fbbec0be04ef1c8eba1265d528fe4b3d47e76 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 17:40:49 +0000 Subject: [PATCH 02745/18836] Updated openstack/openstack Project: openstack/django_openstack_auth cb12bd6effc196515b79abf162e3d289c0d33700 Disable H803 check. H803: Git commit title should not end with period. Change-Id: I4d05b85200de234e9353c8fb26429841488fc0b2 Closes-bug: #1236621 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index b42ce801fc95..cb12bd6effc1 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit b42ce801fc95fb4be7ba10558b13aa812dec9586 +Subproject commit cb12bd6effc196515b79abf162e3d289c0d33700 From f56550344b461d3e8880acddfdafd5869bf92056 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 18:16:36 +0000 Subject: [PATCH 02746/18836] Updated openstack/openstack Project: openstack-dev/devstack 14916d4c542e8c1c16c2f57a0514b15f1fe22b5f Create an IPv6 network that uses an external router for IPv6 Change-Id: Id1498d74db816b3edbb8376ca5acb7cc5792ea5c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ced4ba63cdbc..14916d4c542e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ced4ba63cdbc727207d18104c123b3511b35cb68 +Subproject commit 14916d4c542e8c1c16c2f57a0514b15f1fe22b5f From dc03f899e75f02f465581e01c0ae99ae2e646edd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 20:53:38 +0000 Subject: [PATCH 02747/18836] Updated openstack/openstack Project: openstack/python-troveclient 70f50944fec479d3fbbc1c5ecc2be75d307ff239 Updates README with current trove help output Reasons: - trove help section in README shows old options, trove help message has changed now, and the section needs the update. Changes: - Updates the trove help section in README. - The updates have been picked up from latest trove help output. Change-Id: I37b6f3ad5d3ac0497eec179a4de447e5b39fb215 Closes-Bug: #1322819 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 9844f4dcdcd4..70f50944fec4 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 9844f4dcdcd44bf9566ad182b3efd531d7c6f38d +Subproject commit 70f50944fec479d3fbbc1c5ecc2be75d307ff239 From 82a7a10fb39f7ce9fb122ddcf37bac66f7d3202c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 22:36:42 +0000 Subject: [PATCH 02748/18836] Updated openstack/openstack Project: openstack/python-troveclient 2cbf1a265e9a77e9dd056de409a14db306217ad7 Fixed positional order of arguments The positional arguments of backup-create and configuration-attach were different from all other commands. 'Instance' is now the first argument for these commands as well. DocImpact: This potentially affects any user scripts that may exist. Any instructions like: 'trove backup-create mybackup myinstance' 'trove configuration-attach myconfig myinstance' should be changed to: 'trove backup-create myinstance mybackup.' 'trove configuration-attach myinstance myconfig' Change-Id: I2ff93a1a6e26f3e33a60cbf3d9ad5ee074307e8f Closes-Bug: #1281878 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 70f50944fec4..2cbf1a265e9a 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 70f50944fec479d3fbbc1c5ecc2be75d307ff239 +Subproject commit 2cbf1a265e9a77e9dd056de409a14db306217ad7 From f5488cc54b978eb4b1a7f7b39641c212d6b90cd2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 30 May 2014 23:28:33 +0000 Subject: [PATCH 02749/18836] Updated openstack/openstack Project: openstack/python-troveclient 68a6424256b0053fe554c1cf2101e95d60fe1c14 Updated from global requirements Change-Id: Iebb53ff60de51a140c7684ecfd2dbc6a15f3c04c --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 2cbf1a265e9a..68a6424256b0 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 2cbf1a265e9a77e9dd056de409a14db306217ad7 +Subproject commit 68a6424256b0053fe554c1cf2101e95d60fe1c14 From bc3fcf234375bd96870b092bc715c02f79766b6d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 28 May 2014 19:20:05 +0000 Subject: [PATCH 02750/18836] Updated openstack/openstack Project: openstack/oslo.messaging ea989b8f952c1d3cf6c217cf8eea0ecee1cdf7cc Updated from global requirements Change-Id: I6a2fe617cab3370b13de3e45f52076e53d260724 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index c0fde4749964..ea989b8f952c 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit c0fde4749964b1d071c687887f172d5321dc3470 +Subproject commit ea989b8f952c1d3cf6c217cf8eea0ecee1cdf7cc From 9f0adaa6279f56a0d6733ea7b174aa9f2386fea2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 30 May 2014 16:32:34 +0000 Subject: [PATCH 02751/18836] Updated openstack/openstack Project: openstack/python-cinderclient 1f7a95fc1586b8e6849caa989084e94d0244ac05 Updated from global requirements Change-Id: I65149149fd5b80e93961206f1c9e2037db764b84 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 12347c1a474f..1f7a95fc1586 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 12347c1a474fe2f93edf1c02f6c2c8dc094862b2 +Subproject commit 1f7a95fc1586b8e6849caa989084e94d0244ac05 From 88c16e21d72e386733a2eedbfb11f1cf8ce00fa3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 28 May 2014 19:19:53 +0000 Subject: [PATCH 02752/18836] Updated openstack/openstack Project: openstack/oslo.config dcef87a2828187f70f7f291f94840f702f104628 Updated from global requirements Change-Id: I21af2a9d539414f717c45dca14f7c18f2a860bf1 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 8b4bf0f3e990..dcef87a28281 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 8b4bf0f3e990ed70a5235351e0fa1f1678cea2d5 +Subproject commit dcef87a2828187f70f7f291f94840f702f104628 From 80a822eeef82ec520c4a2ce5ae0ef8e1b44bb24b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 31 May 2014 16:07:22 +0000 Subject: [PATCH 02753/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 56bf3671a8fa65e2fae4872baf16367f2205e1f5 Only copy symlink name of logs devstack creates a shortened symlink without timestamp (foo.log -> foo.2014-01-01-000000.log) for each log to latest log. Thus we just copy the symlinks to avoid excessively long file-names. This removes the need to remove duplicate log files, which was incorrectly removing grenade.sh.log (because it has multiple '.'s and kind of looks like the time-stampped log files) The grenade log cleanup is added in a separate section. In general, it should be better to clean-up logs in a more specific fashion like this to avoid the situtation where a glob match removes things we really want. Also, there is no $BASE/new/devstacklog.txt. The devstack upgrade process is driven by grenade.sh which calls parts of devstack directly; so all relevant log output goes into grenade.sh.log Change-Id: Ib1c4476c28c5c032ed9ab1682118a4f4528db450 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 870897737d0a..56bf3671a8fa 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 870897737d0a2ef4085f034067207e0599e5d445 +Subproject commit 56bf3671a8fa65e2fae4872baf16367f2205e1f5 From 9393f151ab4adb70f74bda7b084abcd91fe73597 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 31 May 2014 18:38:10 +0000 Subject: [PATCH 02754/18836] Updated openstack/openstack Project: openstack/python-novaclient 4d94178d81ac45314ae24bdfea26c0b7f3d27575 Set default http-based exception as `HttpError` Since exceptions from oslo is used, ClientException doesn't have any attributes related to HTTP, so `HttpError` should be set as default http-based exception. Also, attribute `code` is used in several project, so it should be returned and marked as deprecated. Partial-Bug: #1322183 Change-Id: I3c71e2d25d6e36b5bac0f2b3add74d6747cf7c25 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c7c653d51314..4d94178d81ac 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c7c653d513144a73d1b25acb6a75263c6580663e +Subproject commit 4d94178d81ac45314ae24bdfea26c0b7f3d27575 From 3049556461188003271216d5ee8fac791260a20b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 1 Jun 2014 09:39:52 +0000 Subject: [PATCH 02755/18836] Updated openstack/openstack Project: openstack-dev/devstack 47ae725f1337ba76189604b685ccaec6c7b7bff9 be a little more clever about interface default the interface default of eth0 has become more wrong since we've got a generation of Linux distros that don't use eth* as their interface naming. Instead of that do a slightly more clever, but probably still wrong thing, of picking an interface that exists and is a physical interface. This is still overridable, however won't cause really cryptic failures in nova-compute because it's trying to use an interface that doesn't exist *really* late in the network creation. Change-Id: I93016ff5a25678de76254418155c839a269486a0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 14916d4c542e..47ae725f1337 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 14916d4c542e8c1c16c2f57a0514b15f1fe22b5f +Subproject commit 47ae725f1337ba76189604b685ccaec6c7b7bff9 From 2f1c4edf3cb478ed675014226bd7e80472cc3740 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Sun, 1 Jun 2014 09:47:08 -0400 Subject: [PATCH 02756/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate fcaef2c4b180d5f1e4e34f3897fb93db042089a1 Capture *.failure logs from $BASE/status/stack When a service fails to start properly the output is dumped in *.failure files, however devstack-gate wasn't archiving them so it made identifying the causes of certain failures difficult to debug. This commit addresses that by copying these logs too. Change-Id: Icbb5188c09938811d0566a869a26a22502520df2 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 56bf3671a8fa..fcaef2c4b180 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 56bf3671a8fa65e2fae4872baf16367f2205e1f5 +Subproject commit fcaef2c4b180d5f1e4e34f3897fb93db042089a1 From 9b685370518c81fab45643e81fe752b716097d1b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Jun 2014 06:26:45 +0000 Subject: [PATCH 02757/18836] Updated openstack/openstack Project: openstack/python-novaclient 893627bf8e18bd82cdca76c5271bff6aea129b7a Convert certificate tests to httpretty Change-Id: Ic7eacb75f90b383ecacf01269033c0a37bd7528c blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 4d94178d81ac..893627bf8e18 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 4d94178d81ac45314ae24bdfea26c0b7f3d27575 +Subproject commit 893627bf8e18bd82cdca76c5271bff6aea129b7a From d3135650405d5e30cada97628ea1886ec18feb77 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Jun 2014 06:29:41 +0000 Subject: [PATCH 02758/18836] Updated openstack/openstack Project: openstack/python-novaclient eb117a84eb5c0fa19057ab6a4a15191aa1782884 Convert Cloud Pipe tests to httpretty Change-Id: I0a737a5c66831edafbd671bfd49017bc1274fca3 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 893627bf8e18..eb117a84eb5c 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 893627bf8e18bd82cdca76c5271bff6aea129b7a +Subproject commit eb117a84eb5c0fa19057ab6a4a15191aa1782884 From efdb67c590b55c30fca573346f11a9090c1df70c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Jun 2014 06:34:12 +0000 Subject: [PATCH 02759/18836] Updated openstack/openstack Project: openstack/python-novaclient 7a0fe3abf586bba0ad3e2756d343a6d3b9bdd3f0 Convert Fixed IP tests to httpretty Change-Id: I90a14b51dba6c0b64f0a264e762a0795a2566ae6 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index eb117a84eb5c..7a0fe3abf586 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit eb117a84eb5c0fa19057ab6a4a15191aa1782884 +Subproject commit 7a0fe3abf586bba0ad3e2756d343a6d3b9bdd3f0 From f5b32c7b3f052f3c231f4e916f354cbd1b75c2f4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Jun 2014 18:31:03 +0000 Subject: [PATCH 02760/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate af6172b8d2d0e7f3d987315f346a857dfd897864 features: do not drop ceilometer when using grenade We are introducting Ceilometer upgrade process in Grenade: https://review.openstack.org/#/c/94468/ This patch delete the "ceilometer service remove" when deploying devstack-gate in a grenade environment. Change-Id: Id96331d31b67ea8c669a1bb784dc6c1696d2c320 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index fcaef2c4b180..af6172b8d2d0 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit fcaef2c4b180d5f1e4e34f3897fb93db042089a1 +Subproject commit af6172b8d2d0e7f3d987315f346a857dfd897864 From c2583763797f46a005ff4f3408397fb388fdc697 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 31 May 2014 00:25:07 +0800 Subject: [PATCH 02761/18836] Updated openstack/openstack Project: openstack/requirements f01f114c078a718d5b190370de5166c7383a6c00 Move oslotest to test catalog oslotest is used for test, so should be included in test requirement file. Change-Id: Ie39a4de192fd4a3882391f986b38c1564b583b5f --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b70890dc617b..f01f114c078a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b70890dc617bf7c5cf37543ea937f121237f8bfa +Subproject commit f01f114c078a718d5b190370de5166c7383a6c00 From 32fb04b0242ce85eafd90d824ae63bdefcaa88ab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 2 Jun 2014 22:45:07 +0000 Subject: [PATCH 02762/18836] Updated openstack/openstack Project: openstack-dev/devstack 142adec5d683677484ffb3ad9d37a3f37484c052 Remove copy of cinder.conf.sample file Rather than continue to be bit by conf updates from external sources, Cinder is going to join the party and cease generation of the sample.conf as part of the unit tests. First step however is to not attempt to copy it from cinder/etc/cinder in the devstack setup. This just removes that cp operation, nothing in that sample conf was modfied from defaults so it wasn't really doing anything anyway. Change-Id: I727b1747ff36d775ef881e93e3b9a8528a17a4df --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 47ae725f1337..142adec5d683 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 47ae725f1337ba76189604b685ccaec6c7b7bff9 +Subproject commit 142adec5d683677484ffb3ad9d37a3f37484c052 From d6271f004dbde5754b0e3bf397129e792396e15b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Jun 2014 02:47:03 +0000 Subject: [PATCH 02763/18836] Updated openstack/openstack Project: openstack/python-neutronclient 6cec9fe047d2631b05b15d0fcf9cb6f399feb8ba Removed now unnecesary workaround for PyPy Related-bug: #1290562 Change-Id: I3fbfdcecfa19593729b1cb14685201207abc64a6 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 91613e067631..6cec9fe047d2 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 91613e06763116bec59426373ea567bcf7c4f4a3 +Subproject commit 6cec9fe047d2631b05b15d0fcf9cb6f399feb8ba From eafc1f9870a54a8112a4a4ea6f6219168b34d63f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Jun 2014 03:16:08 +0000 Subject: [PATCH 02764/18836] Updated openstack/openstack Project: openstack-dev/devstack ea937baee62378b118c09f42c16a44cc5e6a5fdd Fix the way Apache site configuration files are used, to improve OS portability On Ubuntu 14.04, the site configuration file must have a .conf suffix for a2ensite and a2dissite to recognise it. a2ensite and a2dissite ignore the .conf suffix used as parameter. The default sites' files are 000-default.conf and default-ssl.conf. On Ubuntu 12.04, the site configuration file may have any format, as long as it is in /etc/apache2/sites-available/. a2ensite and a2dissite need the entire file name to work. The default sites' files are default and default-ssl. On Fedora, any file in /etc/httpd/conf.d/ whose name ends with .conf is enabled. On RHEL and CentOS, things should hopefully work as in Fedora. This change puts all distribution-related site configuration file name differences in lib/apache and the other services gets the file name for its sites using the new exported function apache_site_config_for . It also makes Fedora disabled sites use the .conf.disabled suffix instead of removing the .conf from the file name. The table below summarizes what should happen on each distribution: +----------------------+--------------------+--------------------------+--------------------------+ | Distribution | File name | Site enabling command | Site disabling command | +----------------------+--------------------+--------------------------+--------------------------+ | Ubuntu 12.04 | site | a2ensite site | a2dissite site | | Ubuntu 14.04 | site.conf | a2ensite site | a2dissite site | | Fedora, RHEL, CentOS | site.conf.disabled | mv site.conf{.disabled,} | mv site.conf{,.disabled} | +----------------------+--------------------+--------------------------+--------------------------+ Change-Id: Ia2ba3cb7caccb6e9b65380f9d51d9d21180b894e Closes-bug: #1313765 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 142adec5d683..ea937baee623 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 142adec5d683677484ffb3ad9d37a3f37484c052 +Subproject commit ea937baee62378b118c09f42c16a44cc5e6a5fdd From 014cd656fa0d9c623b9a9585c31a5d27bfc629da Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Jun 2014 04:39:53 +0000 Subject: [PATCH 02765/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate fe08d99d612166a56e4dacf69d80999ffc80c4b6 Allow to configure git base URL Makes the devstack-gate usable with a generic git repo. git.openstack.org is hard-coded in functions.sh. Make it configurable via GIT_BASE. Set defaults in functions.sh just in case there is a consumer of functions.sh other than devstack-gate-gate-wrap.sh. Define GIT_BASE in devstack-vm-gate-wrap.sh which defaults to git.openstack.org, so that it can be set via JJB changes only (layout.yaml). The name of the "trunk" branch where devstack-gate is fecthed from, and where grenade gets the latest code from, is hard-coded to "master. Define GIT_BRANCH in devstack-vm-gate-wrap.sh which defaults to master. Change-Id: I59c1c63d6e8ac8482821728bf03bfce69898e919 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index af6172b8d2d0..fe08d99d6121 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit af6172b8d2d0e7f3d987315f346a857dfd897864 +Subproject commit fe08d99d612166a56e4dacf69d80999ffc80c4b6 From 878b89d526afc5f71b63f668f55e98efb7f015ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Jun 2014 12:45:18 +0000 Subject: [PATCH 02766/18836] Updated openstack/openstack Project: openstack/requirements 973fbe1c47b9bc59b2b285f4e5140f57c49c20c0 Add pyscss and django_pyscss for Horizon PySCSS is a compiler for the SCSS language, an extension of the Cascading Style Sheets (CSS) language. It is introduced in Horizon in patch https://review.openstack.org/#/c/90371/ PySCSS is available as python-pyscss in Ubuntu since Saucy: http://packages.ubuntu.com/search?keywords=python-pyscss&searchon=names&exact=1&suite=all§ion=all and as python-scss in Fedore since 19: https://admin.fedoraproject.org/pkgdb/package/python-scss/ The django-pyscss needs to be packaged, we have a packager for Fedora for it. Change-Id: Iaab685e2a65f682e85b15fc867560580070427f3 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index f01f114c078a..973fbe1c47b9 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit f01f114c078a718d5b190370de5166c7383a6c00 +Subproject commit 973fbe1c47b9bc59b2b285f4e5140f57c49c20c0 From c497deeca44259fb49d7fa1c39e3aedfe2f5efa0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Jun 2014 23:02:53 +0000 Subject: [PATCH 02767/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 3234d21e825581da36db0565da953af7efee7472 Copy devstacklog.txt A regression in Ib1c4476c28c5c032ed9ab1682118a4f4528db450 caused devstacklog.txt to no longer be archived, so this restores the lost line of code. Change-Id: Id1ac9bd106789df662f101677dc868a60ba16a12 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index fe08d99d6121..3234d21e8255 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit fe08d99d612166a56e4dacf69d80999ffc80c4b6 +Subproject commit 3234d21e825581da36db0565da953af7efee7472 From 9fda3ff0de91cf4f554b12eb3d6ef6313c65065b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Jun 2014 23:03:18 +0000 Subject: [PATCH 02768/18836] Updated openstack/openstack Project: openstack/python-novaclient 76a5defbbe271a924421bb4d32ae6380aa4bba03 Removed now unnecesary workaround for PyPy Change-Id: Id23fdf62352a1575653d2277f7b87d371b0480c8 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 7a0fe3abf586..76a5defbbe27 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 7a0fe3abf586bba0ad3e2756d343a6d3b9bdd3f0 +Subproject commit 76a5defbbe271a924421bb4d32ae6380aa4bba03 From 935642abb2b11456f3cc3c0fc3a54dc43f63b961 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 3 Jun 2014 23:03:25 +0000 Subject: [PATCH 02769/18836] Updated openstack/openstack Project: openstack/python-novaclient d04818ef6ae8f324e0303c5a9428d99649c86b58 In Py3 decode the output of base64.decode The return from a base64.encode in python 3 is bytes. Bytes cannot be json.dumps() so when we base64 encode some data we need to convert it to a string before passing it through to the request layer. This isn't shown by unit tests because the fakeclient mocking layer intercepts the request before it gets to the json encoding code. Closes-Bug: #1323450 Change-Id: Ibbbb24f64c17069178e3bf0ee9998b806bc629ff --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 76a5defbbe27..d04818ef6ae8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 76a5defbbe271a924421bb4d32ae6380aa4bba03 +Subproject commit d04818ef6ae8f324e0303c5a9428d99649c86b58 From 23265e9870db28afcbda74da7d7b2d8d56b595f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Jun 2014 00:37:24 +0000 Subject: [PATCH 02770/18836] Updated openstack/openstack Project: openstack/python-novaclient 15ac2c95102b2afe33079655c405dffd195dca55 Revert "Remove quota-class subcommand" This reverts commit 7c11b06bd4e896d891ed3f50c6480bd76a1023bf. The quota_class subcommand was used to set default quota values so it shouldn't have been removed. Related mailing list thread on the topic: http://lists.openstack.org/pipermail/openstack-dev/2014-May/035383.html Change-Id: I8f392f8e54bef52c1c950f75377e6bb93a41996d Partial-Bug: #1299517 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d04818ef6ae8..15ac2c95102b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d04818ef6ae8f324e0303c5a9428d99649c86b58 +Subproject commit 15ac2c95102b2afe33079655c405dffd195dca55 From dc3d5eb952d289651f27f2640d6bd6a2e12c3105 Mon Sep 17 00:00:00 2001 From: Rodrigo Duarte Sousa Date: Mon, 2 Jun 2014 18:02:21 -0300 Subject: [PATCH 02771/18836] Updated openstack/openstack Project: openstack/python-keystoneclient df032ebe770bbe40e3649abfd283326eb77c67f3 Add role assignments as concept in Client API V3 docs Change-Id: Ia04e51d98b5f00a28d94c24ed7665fcead3f6507 Closes-Bug: #1325739 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 04ded03cb076..df032ebe770b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 04ded03cb076f63b026a995bb2908291297557f0 +Subproject commit df032ebe770bbe40e3649abfd283326eb77c67f3 From 909a38c4bf918292a8c053b1faa5a91059511005 Mon Sep 17 00:00:00 2001 From: Rodrigo Duarte Sousa Date: Mon, 2 Jun 2014 18:44:59 -0300 Subject: [PATCH 02772/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 53a175e7c6aca860f9a9eaa4af6d9801d0cfdba4 Changes exception raised by v3.trusts.update() The client should raise a Client error, instead of a Server one. The MethodNotImplemented exeception handles calls made to not supported methods. Change-Id: I0e2a8c5e1e53b0f17b886aa693c922bc193bb882 Closes-Bug: #1325755 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index df032ebe770b..53a175e7c6ac 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit df032ebe770bbe40e3649abfd283326eb77c67f3 +Subproject commit 53a175e7c6aca860f9a9eaa4af6d9801d0cfdba4 From 33d45a7c6b8d95aa76d8db051a06e814320c3f43 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Jun 2014 15:45:55 +0000 Subject: [PATCH 02773/18836] Updated openstack/openstack Project: openstack/requirements 8f4e4f272f3ce8028325be44e399fc0bf8eda95f Add xvfbwrapper package for running Selenium tests headless - The requirement is related with an issue from Horizon project - The requirement needs the xvfb library installed Change-Id: I93220d23a6838d0c29d264bfd683ee4693137c54 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 973fbe1c47b9..8f4e4f272f3c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 973fbe1c47b9bc59b2b285f4e5140f57c49c20c0 +Subproject commit 8f4e4f272f3ce8028325be44e399fc0bf8eda95f From b643ca09f308942df27f9ced8c982d64de799e76 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Jun 2014 15:46:01 +0000 Subject: [PATCH 02774/18836] Updated openstack/openstack Project: openstack/requirements 3611a35c6a3ea4e97e7e162f7e80ca2288054a08 Remove amqplib from global-requirements amqplib is not used directly by OpenStack, but only via kombu. Newer kombu versions use amqp by default, so any dependency on amqplib is obsolete and can be removed. Change-Id: I58da17d05cb29e320d8956c9d03a66722beedea1 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8f4e4f272f3c..3611a35c6a3e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8f4e4f272f3ce8028325be44e399fc0bf8eda95f +Subproject commit 3611a35c6a3ea4e97e7e162f7e80ca2288054a08 From cc3728aaf0488fe29e51bc18bbe9d9e2d175dd9b Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Fri, 30 May 2014 11:40:11 +0100 Subject: [PATCH 02775/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 2a2e2dd2732240a08d7f0e1288229a39ae380d1c Refactor split_by_op and split_by_datatype split_by_op was returning data against which further error checking was then required. This change moves that error handling inside the method and simplifies the regular expression so that it splits (greedily) on the first operator it finds. If the split is not possible, it is a ValueError. If the field or value are empty, that is a ValueError. Both split_by_op and split_by_datatype were doing a findall() where a match() and split() do the right job and more efficiently. Regular expression compilation has been moved to the module level to insure they need only be compiled once. Operator keys must be sorted by length to ensure the point at which the split happens is most greedy. Using a split keeps the regex short and removes any statements about the left and right hand sides of the operator. Tests added to cover the method more completely, including testing for corner cases such as single character field or values or operators showing up in unexpected locations. 'string' variable renamed to 'query' and 'query_value' to avoid confusion. Named parameters on string substitution for clarity. Note that the tests which do self.assertRaises could more explicitly check the exception with self.assertRaisesRegexp but that would break compatibility with Python 2.6. Change-Id: Icd815ff65aba9eae3f76afee3bb33e85d85bea72 Closes-Bug: #1314544 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index d55038ceafdd..2a2e2dd27322 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit d55038ceafdd49ac60ba1e115c331583b430f1ee +Subproject commit 2a2e2dd2732240a08d7f0e1288229a39ae380d1c From 565897ed2d0f29406492dfbec2bbda04c3629c2c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 4 Jun 2014 18:36:51 +0000 Subject: [PATCH 02776/18836] Updated openstack/openstack Project: openstack/python-glanceclient 08aaa468d1f826c9b2fbd7516c54cd7a185c80c8 Remove auth token from http logging This redacts the X-Auth-Token header value from the logs by replacing it with '***'. Change-Id: I6b80cc94d42a44f9db801de78fa23218e6eca0ee --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 803eed6083c9..08aaa468d1f8 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 803eed6083c9208cd0935131404ef7fb2d752964 +Subproject commit 08aaa468d1f826c9b2fbd7516c54cd7a185c80c8 From 26628bb07c94f0c30d83de4bb63f2dc08e2b9c74 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 4 Jun 2014 16:43:35 -0400 Subject: [PATCH 02777/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a8f451795600a523f5506494dd235105241add8e Force ntpdate before we start the timer To address the fact that some rax compute nodes seem to start with a time 4hrs in the past, then jump forward abruptly, force ntpdate update before we start accounting for time locally. Otherwise our math might be very very wrong. Change-Id: Ie5b7a6295f33a6639374c7ee72c682df5a0d26e9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 3234d21e8255..a8f451795600 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 3234d21e825581da36db0565da953af7efee7472 +Subproject commit a8f451795600a523f5506494dd235105241add8e From d491e39a238022a260d898633615465ec7dcd6bd Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 4 Jun 2014 16:25:52 -0400 Subject: [PATCH 02778/18836] Updated openstack/openstack Project: openstack-dev/devstack 7b63c5ec9e9aea54024105a6521a754efc9f9983 be opinionated: only use get-pip.py get-pip.py is now on a CDN, and is the prefered way to get pip. Remove the default path of using pip tarballs from pypi and use get-pip.py on from here on. Closes-Bug: #1326539 Change-Id: I0661f7c6913ba6b3e1d00b30e22740d150bfd060 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ea937baee623..7b63c5ec9e9a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ea937baee62378b118c09f42c16a44cc5e6a5fdd +Subproject commit 7b63c5ec9e9aea54024105a6521a754efc9f9983 From a9d1e86a49f1fdb555b89d3cd5a5a003ba3c3373 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Jun 2014 12:44:40 +0000 Subject: [PATCH 02779/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d7ea2342f5e766b122a78d41927d4be00084990a set concurrency for grenade We never tell grenade how parallel to run tests, which actually mean it's running with all the cores, instead of half the cores. This paired with: Ieea93dcbb973ca8ff872bf509324db284538d0b5 is needed to control that. Change-Id: Ia67345164761fa5810b7593f20a088a006d35001 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a8f451795600..d7ea2342f5e7 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a8f451795600a523f5506494dd235105241add8e +Subproject commit d7ea2342f5e766b122a78d41927d4be00084990a From 8ab41fc892f952d06f9e5f9b4ef466344c0f2325 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 5 Jun 2014 19:08:48 +0000 Subject: [PATCH 02780/18836] Updated openstack/openstack Project: openstack/python-novaclient 8e6cb5f7fd8effa7ca60fdf93ca9b97e8d29cb15 Convert fPing tests to httpretty Change-Id: I9e3b152e5916215c98cd218bf500f9864c763d63 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 15ac2c95102b..8e6cb5f7fd8e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 15ac2c95102b2afe33079655c405dffd195dca55 +Subproject commit 8e6cb5f7fd8effa7ca60fdf93ca9b97e8d29cb15 From a4107e177f7b93172a0e0808ac773a778fc7e849 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 28 May 2014 08:51:02 +0200 Subject: [PATCH 02781/18836] Updated openstack/openstack Project: openstack/glance 10691597011e8cb462d28c156b39742329bd0339 remove default=None for config options In the cfg module default=None is set as the default value. Change-Id: Iad40a7bacef410e54d684cb438d4459f828f70df Closes-Bug: #1323975 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5f04cce154bc..10691597011e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5f04cce154bc8d1c1d45bdbb8b92d1c250c0a0af +Subproject commit 10691597011e8cb462d28c156b39742329bd0339 From 97c4e7934d751430bec76d07b257d7aa4a783b5e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 6 Jun 2014 01:12:39 +0000 Subject: [PATCH 02782/18836] Updated openstack/openstack Project: openstack/python-novaclient 3dff4cf1c2d535c29eaff064e9eea17e358392f7 Synced jsonutils from oslo-incubator The sync includes change that makes sure we get unicode-only dicts from jsonutils no matter which json module implementation is selected. The latest commit in oslo-incubator: - 0f4586c0076183c6356eec682c8a593648125abd Change-Id: Ic815ca3df94c33edec9104172048b2cd94b92e3f Closes-Bug: 1314129 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 8e6cb5f7fd8e..3dff4cf1c2d5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 8e6cb5f7fd8effa7ca60fdf93ca9b97e8d29cb15 +Subproject commit 3dff4cf1c2d535c29eaff064e9eea17e358392f7 From bca61c9731a3c1d99c2292b1c437e185c7d138c9 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 5 Jun 2014 15:43:53 -0700 Subject: [PATCH 02783/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 034e01d936e2b770713be6b3fcc17761580825de Put cached files in old/ dirs too Previously because files in the cache were moved and the new/ workspaces were configured first none of the cached files ended up in old/ workspaces. Make it possible to copy the cache the first time around so that the second time through we can do the mv and get all of the files. Change-Id: I4f41e3ebbde85a27515c5bd27f6a4c706ffe9bb4 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d7ea2342f5e7..034e01d936e2 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d7ea2342f5e766b122a78d41927d4be00084990a +Subproject commit 034e01d936e2b770713be6b3fcc17761580825de From d2b3d4330ce8714f3057f0ce9bcd4f6856e20057 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 6 Jun 2014 22:00:24 +0000 Subject: [PATCH 02784/18836] Updated openstack/openstack Project: openstack/python-novaclient bc2af78afad52dcb4b3afad8f8cf8b0e4cb37256 Add NOVACLIENT_BYPASS_URL env variable Currently, in order to use a bypass URL, you need to specify it using the `--bypass-url` command-line option each time, which is inconvenient if you plan on always using a bypass URL. This patch adds a `NOVACLIENT_BYPASS_URL` environment variable which can be placed in the `novarc` to persistently set this option. Change-Id: I49e67ee1fc3570a43e49dc1d78d8ca0b26945bc8 Closes-Bug: 1326134 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 3dff4cf1c2d5..bc2af78afad5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 3dff4cf1c2d535c29eaff064e9eea17e358392f7 +Subproject commit bc2af78afad52dcb4b3afad8f8cf8b0e4cb37256 From 7d1a4d28da7da0e6e337111fac33a772a9f19cae Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Jun 2014 02:50:06 +0000 Subject: [PATCH 02785/18836] Updated openstack/openstack Project: openstack/python-novaclient 97c934d9317079f835c859dfe61bb7b76b28e0a8 Logical error in flavors unset_keys method When we want to unset multi keys of flavor extra data, only first key can be removed because of the key word named 'return'. To fix it, remove the return key word Change-Id: I70d1f2e84a2bfcea1db60b26138f84421f9a7309 Closes-bug: #1324077 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index bc2af78afad5..97c934d93170 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit bc2af78afad52dcb4b3afad8f8cf8b0e4cb37256 +Subproject commit 97c934d9317079f835c859dfe61bb7b76b28e0a8 From bd4d175fd9ee3b4dc9d1b1e250349146ddda5ed6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Jun 2014 14:56:06 +0000 Subject: [PATCH 02786/18836] Updated openstack/openstack Project: openstack/python-neutronclient 3ddc96562498d1c0605ca9753b39c22124fe9527 Add ability to update certain attributes in a subnet In testing the ability to update allocation_pools, I found that it was not possible to do it. This commits adds the ability to update those attributes which are allowed in a PUT operation. Added --enable-dhcp to the list of options. The reason for adding it was so that the help message would clearly show that it can be used with a subnet-update command. Otherwise, the end user may be confused thinking there is no way to use subnet-update to enable dhcp for a subnet where it is disabled. DocImpact Closes-Bug: #1324189 Change-Id: I52d05ec2284b6910a33df4a5cb7dc3888737acb6 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 6cec9fe047d2..3ddc96562498 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 6cec9fe047d2631b05b15d0fcf9cb6f399feb8ba +Subproject commit 3ddc96562498d1c0605ca9753b39c22124fe9527 From af8cda03b5ae738c56789759a3af61d8e14c9dd0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 7 Jun 2014 20:56:50 +0000 Subject: [PATCH 02787/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate aec706c5ed4993a14eeaa1471ceac27fe09f53a3 Capture old tempest artifacts too During a grenade run we run tempest twice. However we were only capturing the testr results and tempest.log of the second run. This makes it slightly more difficult to debug a failure that occurred during the first grenade tempest run. This commit address that by capturing both sets are artifacts. Change-Id: I6610251246933139c5ab63df5164acc1b4c069f9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 034e01d936e2..aec706c5ed49 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 034e01d936e2b770713be6b3fcc17761580825de +Subproject commit aec706c5ed4993a14eeaa1471ceac27fe09f53a3 From f7d2634561a8e4c26e66d348b0e2d1c86c41c3e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 8 Jun 2014 02:31:05 +0000 Subject: [PATCH 02788/18836] Updated openstack/openstack Project: openstack/python-neutronclient f824066d2f89c2db18b92089ed239b7043ad5a2e added new column binary to the listing of agents Change-Id: I057185ef2b6e248271597e81a6bef44c2ad8d148 Closes-Bug: #1313702 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 3ddc96562498..f824066d2f89 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 3ddc96562498d1c0605ca9753b39c22124fe9527 +Subproject commit f824066d2f89c2db18b92089ed239b7043ad5a2e From 8a91cf860ede997758ce3fe9da519b0083d8f05c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 8 Jun 2014 04:37:31 +0000 Subject: [PATCH 02789/18836] Updated openstack/openstack Project: openstack/python-neutronclient 4ac92ccef1eb260a9fe4bc9df93f8d841443605c Python3: fix syntax issue in _encode_item() In Python 3, this is not a valid syntax: def _encode_item((k, v)): ... Pass a single parameter to the function, and start by unpacking. Change-Id: I73743073113a4696b9adc79bdb646575794c1e2b --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index f824066d2f89..4ac92ccef1eb 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit f824066d2f89c2db18b92089ed239b7043ad5a2e +Subproject commit 4ac92ccef1eb260a9fe4bc9df93f8d841443605c From e806d46b28491403f45cb3e33cc16b8ab23d3b12 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 8 Jun 2014 12:39:08 +0000 Subject: [PATCH 02790/18836] Updated openstack/openstack Project: openstack-dev/devstack c1095c74c43fb91e5cdba52e957f51ef37d89299 Remove Fedora/libvirt workaround An updated libvirt package to address [1] is in Fedora 20 now, so we don't need this work-around. Modify the comments of the other part of the work-around (restart of services) and link to the most relevant bug [1] https://bugzilla.redhat.com/show_bug.cgi?id=1098376 Change-Id: I47fba7b4f273162c2af1e37902a512041449750b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7b63c5ec9e9a..c1095c74c43f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7b63c5ec9e9aea54024105a6521a754efc9f9983 +Subproject commit c1095c74c43fb91e5cdba52e957f51ef37d89299 From d09961597fb8d1017c47a5e1d8e135ca71937b6b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 8 Jun 2014 15:34:39 +0000 Subject: [PATCH 02791/18836] Updated openstack/openstack Project: openstack-dev/devstack c1699c27d11b48b29eaba41ae4c74c5464414c79 Add flag for ceilometer tests Added flag for enable or disable tests for ceilometer feature of fast work with databases Change-Id: If68c2b733358a98f56265b70c31366e6a9120dfa --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c1095c74c43f..c1699c27d11b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c1095c74c43fb91e5cdba52e957f51ef37d89299 +Subproject commit c1699c27d11b48b29eaba41ae4c74c5464414c79 From 83975d559241d89fec723f12047e2d35731a1df5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Jun 2014 04:24:58 +0000 Subject: [PATCH 02792/18836] Updated openstack/openstack Project: openstack/python-glanceclient c4e3edcdd5fa54450f2044e4edea7aed95739060 Python 3: use next(foo) instead of foo.next() This is compatible with both versions of Python. Change-Id: I50f9b2fa0c2333010c10eb4db34d972aa379f0e3 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 08aaa468d1f8..c4e3edcdd5fa 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 08aaa468d1f826c9b2fbd7516c54cd7a185c80c8 +Subproject commit c4e3edcdd5fa54450f2044e4edea7aed95739060 From 52370698ac0cdf3ee308bfd0cd66d70478087928 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 28 Apr 2014 13:55:42 +0200 Subject: [PATCH 02793/18836] Updated openstack/openstack Project: openstack/python-neutronclient 99f45d1e618f535919cf0bf18a8caf18d29a5b63 removed usage of '... can be repeated.' Thanks to Diane Fleming for the wording. Change-Id: Ida509a838a76f7484b004d59b2866f4dbf2075b6 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 4ac92ccef1eb..99f45d1e618f 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 4ac92ccef1eb260a9fe4bc9df93f8d841443605c +Subproject commit 99f45d1e618f535919cf0bf18a8caf18d29a5b63 From 859ac4143b51f49a3afbddbc26769d0c5388be76 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Jun 2014 13:45:59 +0000 Subject: [PATCH 02794/18836] Updated openstack/openstack Project: openstack/python-novaclient 220fe7c006b8132f5959669b0665c585edb03cb6 Add swap measurement unit (MB) to CLI output The measurement unit of the swap memory in flavor is MB. If not clearly labeled, some may confuse it with other disk's units which are GB. Closes-Bug: #1323541 Change-Id: I29b4c8e14bcdb3505d5c0bae8bcf653c96b27413 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 97c934d93170..220fe7c006b8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 97c934d9317079f835c859dfe61bb7b76b28e0a8 +Subproject commit 220fe7c006b8132f5959669b0665c585edb03cb6 From d89088c2463f0d362121f1299e05ef50c430aa58 Mon Sep 17 00:00:00 2001 From: Simon Chang Date: Mon, 2 Jun 2014 15:20:35 -0400 Subject: [PATCH 02795/18836] Updated openstack/openstack Project: openstack/python-troveclient 0462bad1d8253c7e3057698edd982661e23df254 Rename resize-flavor subcommand to resize-instance The trove resize-flavor subcommand actually changes the flavor of an instance, not the size of the flavor itself. To improve clarity, the resize-flavor subcommand was renamed as resize-instance. To avoid backward compatibility issues, marked deprecated the resize-flavor subcommand while we introduce the new resize-instance subcommand. DocImpact: This potentially affects any user scripts that may exist. Any instructions like: 'trove resize-flavor ' should be changed to: 'trove resize-instance ' Change-Id: Ie801d5632383b67c3f777487f4b6bc608b4a69e8 Closes-Bug: #1324719 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 68a6424256b0..0462bad1d825 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 68a6424256b0053fe554c1cf2101e95d60fe1c14 +Subproject commit 0462bad1d8253c7e3057698edd982661e23df254 From 8dc8222469b832b5b0e18bfc3633753fd27f9fd0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Jun 2014 17:15:21 +0000 Subject: [PATCH 02796/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 252e4b9678641b90b1c6a5cf06468b612a553d93 Avoid unnecessary stderr message when run test Currently, if we run `tox -epy27`, we will get an useless stderr message 'HTTPUnauthorized (HTTP 401)', which is triggered on purpose by a test. It should be mocked because it provides no such useful message. Change-Id: I009310257741a34fe966d6d745de3c6cf58e0feb Closes-Bug: #1323480 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 2a2e2dd27322..252e4b967864 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 2a2e2dd2732240a08d7f0e1288229a39ae380d1c +Subproject commit 252e4b9678641b90b1c6a5cf06468b612a553d93 From 923d9f27dea6cc4473eda5dc133f8e70fb0b4abe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Jun 2014 20:28:10 +0000 Subject: [PATCH 02797/18836] Updated openstack/openstack Project: openstack-dev/devstack f8d4efc0587ce044cbaa3f27bb1dfbfa1f3c271d Update setuptools to latest for .dist-info support Support for .dist-info directories was added in setuptools 0.6.28. At this moment, Ubuntu Precise 12.04 provides setuptools 0.6.24 which is too old for our needs. Six is installed from wheel which uses the .dist-info directory. For six to be found, we need to install setuptools >= 0.6.28. Updating setuptools to the latest version using pip will provide use the needed version to make six discoverable. Closes-bug: #1326811 Change-Id: I761d0aeb2b8b593cee38d512afc8fed6a2d1fe37 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c1699c27d11b..f8d4efc0587c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c1699c27d11b48b29eaba41ae4c74c5464414c79 +Subproject commit f8d4efc0587ce044cbaa3f27bb1dfbfa1f3c271d From 2e3ec4a246c4cb5f91adb043ecf17dbd30aad296 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 9 Jun 2014 13:43:23 -0700 Subject: [PATCH 02798/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b9349a5e51a616b76ae944c0182eb178b54f8dac Fix collection of *.failure files The path to the *.failure files was wrong so the logs were never collected, which makes debugging grenade service start failures a bit difficult. Change-Id: Ia7c24bac23b2a5db86bdf3410668355f774ad770 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index aec706c5ed49..b9349a5e51a6 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit aec706c5ed4993a14eeaa1471ceac27fe09f53a3 +Subproject commit b9349a5e51a616b76ae944c0182eb178b54f8dac From c258c582ae194eb25d9f429dba40017dfd96dd6c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 9 Jun 2014 23:08:09 +0000 Subject: [PATCH 02799/18836] Updated openstack/openstack Project: openstack/glance 20b46b90ef9f19ce55b627cb2f555827d2c54ea4 make uploading an image as public admin only by default Uploading an image with --is-public=True should by default only be allowed by an admin tenant. Allowing anyone to upload an image as is_public is likely a security concern. This changes the previous default behavior glance had of allowing anyone to upload an image as is_public previously by default. DocImpact Closes-bug: 1317314 Change-Id: I60d2257115e9207e09b50d9f950076b7fe8237d7 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 10691597011e..20b46b90ef9f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 10691597011e8cb462d28c156b39742329bd0339 +Subproject commit 20b46b90ef9f19ce55b627cb2f555827d2c54ea4 From 0ea438672c0b8ed8ce4d3e50b95b4d7e548ae336 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 00:31:18 +0000 Subject: [PATCH 02800/18836] Updated openstack/openstack Project: openstack/requirements 7e1f28d9b1d8175b93bd0fe2d22b72bff61756f3 Add bash8 to global-requirements Now that bash8 is available on PyPI, we can start using it on OpenStack projects. Looking to start using bash8 in Keystone bash scripts. Note that bash8 uses the Apache Software License 2.0. Change-Id: Ica767630f68f60dc36dba8fd5bf0bce74342b2f2 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3611a35c6a3e..7e1f28d9b1d8 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3611a35c6a3ea4e97e7e162f7e80ca2288054a08 +Subproject commit 7e1f28d9b1d8175b93bd0fe2d22b72bff61756f3 From 0d67831780edd846b47a82028a20225e0ee5e00e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 01:37:06 +0000 Subject: [PATCH 02801/18836] Updated openstack/openstack Project: openstack/glance 595e85bd80d64b936f07bf7f18fa7b6d99800e86 replace dict.iteritems() with six.iteritems(dict) According to https://wiki.openstack.org/wiki/Python3 dict.iteritems() should be replaced with six.iteritems(dict). Change-Id: Id8a87cf2ba68b37507f9238a48e8a224612a7b90 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 20b46b90ef9f..595e85bd80d6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 20b46b90ef9f19ce55b627cb2f555827d2c54ea4 +Subproject commit 595e85bd80d64b936f07bf7f18fa7b6d99800e86 From 9d12e9fad9941bd3be0d02d4533f8c6a23a57894 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 6 Jun 2014 17:41:26 -0400 Subject: [PATCH 02802/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6663e1360d6fb5a3fe90d0bcfe5c128dac16ffd2 Make get_oauth_params conditional for specific oauthlib versions With recent change to oauthlib 0.6.2, the get_oauth_params method now takes an extra argument. This patch will change the behaviour of test method _validate_oauth_headers, which will call get_oauth_params with or without the extra argument, depending on the version of oauthlib detected. Change-Id: Id82c28993fa735b8c5b1a4d64ed2f55cc2eddbba Closes-Bug: #1327430 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 53a175e7c6ac..6663e1360d6f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 53a175e7c6aca860f9a9eaa4af6d9801d0cfdba4 +Subproject commit 6663e1360d6fb5a3fe90d0bcfe5c128dac16ffd2 From cab0a1a63ab9b630b289f28996a6a0fad8300475 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 02:23:52 +0000 Subject: [PATCH 02803/18836] Updated openstack/openstack Project: openstack/python-troveclient d2c24d4a9795b921474fe097ebe5850dee412622 Add instance_metadata functionality to the trove python library Implements: blueprint trove-metadata Change-Id: I4e498844afd2d2730fad2176dccaf1d61d8798c1 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 0462bad1d825..d2c24d4a9795 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 0462bad1d8253c7e3057698edd982661e23df254 +Subproject commit d2c24d4a9795b921474fe097ebe5850dee412622 From b5c78f74ece215b62d8b85243c88d5c3a2e0d3e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 02:27:54 +0000 Subject: [PATCH 02804/18836] Updated openstack/openstack Project: openstack/python-openstackclient 3b925e9806cb942c6333d4038ebdad65cd9390df replace string format arguments with function parameters There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: Ic749ac9eb55564ed631d57055a5a4dfc3aebd169 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index fb6565275304..3b925e9806cb 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit fb656527530444c116dce493abd85cc69e8902fb +Subproject commit 3b925e9806cb942c6333d4038ebdad65cd9390df From 06af4d07b60a6002ab5c5d276a6b96c40bee4e75 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 02:27:55 +0000 Subject: [PATCH 02805/18836] Updated openstack/openstack Project: openstack/python-openstackclient 7f6a901d011ae366a5dea6fa7e532ab941125e9e Add tests for identity endpoints Change-Id: If15cc74fafbbe52fa86aa353f2598aa31daf0695 Closes-Bug: #1319450 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 3b925e9806cb..7f6a901d011a 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 3b925e9806cb942c6333d4038ebdad65cd9390df +Subproject commit 7f6a901d011ae366a5dea6fa7e532ab941125e9e From 72894ba9c1cb1ae236cba763941728a2c1e49477 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 03:36:30 +0000 Subject: [PATCH 02806/18836] Updated openstack/openstack Project: openstack/oslo.config 6c283cdf55a3a99eeabea96657f2104204b37f38 Add a doc sample for how to use the required field This commit adds a sample to the developer documentation on setting an option as required. Previously there was no example and it just stated it could be done, which was a little confusing. Change-Id: I1eb96422fd4ac8a83a5ac9397905b58fa7d6c8e0 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index dcef87a28281..6c283cdf55a3 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit dcef87a2828187f70f7f291f94840f702f104628 +Subproject commit 6c283cdf55a3a99eeabea96657f2104204b37f38 From 12127c2c161de1f65f9c1773529f14556dfadecb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 04:12:35 +0000 Subject: [PATCH 02807/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient b08cbfeb313ccf075df1b316c1e7332d67532d66 use mock instead of try...finally There are some test code use try...finally block to catch or ignore the stdout message. The job can be done by mock too, and it is cleaner. Change-Id: I0c29382e7bcd0b7f399565b26f27315f7e17a8fc --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 252e4b967864..b08cbfeb313c 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 252e4b9678641b90b1c6a5cf06468b612a553d93 +Subproject commit b08cbfeb313ccf075df1b316c1e7332d67532d66 From 78d298a300ff5d41924524978c37217c75d34882 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 04:12:50 +0000 Subject: [PATCH 02808/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 339b55c319f0f7cbd2a8025d4eff47351d66a997 replace dict.iteritems() with six.iteritems(dict) According to https://wiki.openstack.org/wiki/Python3 dict.iteritems() should be replaced with six.iteritems(dict). Change-Id: I52cc0e89c030d7b6bfc735239638b513410933c5 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index b08cbfeb313c..339b55c319f0 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit b08cbfeb313ccf075df1b316c1e7332d67532d66 +Subproject commit 339b55c319f0f7cbd2a8025d4eff47351d66a997 From 9b826cbcddf8719cb36fc22a3abc0104312a1d41 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 06:43:49 +0000 Subject: [PATCH 02809/18836] Updated openstack/openstack Project: openstack/python-novaclient b8e900fe8694c2b3a16f52e1a2720cbe8e82094b Overwrite HelpFormatter constructur to extend argument column Overwrite the HelpFormatter constructor in the class OpenStackHelpFormatter to modify the default value of the max_help_position to extend the width of the argument column in the help output. example output before this patch: volume-snapshot-create Add a new snapshot. volume-snapshot-delete Remove a snapshot. volume-snapshot-list List all the snapshots. volume-snapshot-show Show details about a snapshot. example output after this patch: volume-snapshot-create Add a new snapshot. volume-snapshot-delete Remove a snapshot. volume-snapshot-list List all the snapshots. volume-snapshot-show Show details about a snapshot. Change-Id: I517098748947e7bded03160a15e778bf79475d0d Closes-Bug: #1326471 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 220fe7c006b8..b8e900fe8694 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 220fe7c006b8132f5959669b0665c585edb03cb6 +Subproject commit b8e900fe8694c2b3a16f52e1a2720cbe8e82094b From ae5e2923114bb00e6b8c4cf025d41ce1445e9cc6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 06:43:52 +0000 Subject: [PATCH 02810/18836] Updated openstack/openstack Project: openstack/python-novaclient 47774a2edc08b4ed08d1e113f2b7a66e30a4ff04 Change help for --poll option in Nova commands This patch clarifies the help about --poll option in these nova commands: image-create, boot, migrate, resize, rebuild and reboot Change-Id: Ia877fe5d07f2e9e60104f117c4a6032b6c419282 Closes-bug: #1312747 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b8e900fe8694..47774a2edc08 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b8e900fe8694c2b3a16f52e1a2720cbe8e82094b +Subproject commit 47774a2edc08b4ed08d1e113f2b7a66e30a4ff04 From 260cd8d0641a34b2707396e9ec18260ad451060e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 10:14:23 +0000 Subject: [PATCH 02811/18836] Updated openstack/openstack Project: openstack/requirements f74d94e4b529102904bf5e63f9d596bb9bf5c797 Updated zake now that zake 0.0.20 is released The newer zake fixes up watcher usage and makes those work correctly so that integrating projects can correctly test that watches are triggered in the correct manner. This makes it more useful for taskflow & tooz & others that use this library for testing zookeeper interactions (without requiring a full zookeeper setup/deployment). Change-Id: I8973ab25c7b5ad40cf3152df1b43da979ec3c730 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7e1f28d9b1d8..f74d94e4b529 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7e1f28d9b1d8175b93bd0fe2d22b72bff61756f3 +Subproject commit f74d94e4b529102904bf5e63f9d596bb9bf5c797 From 097b3b5632671a2e9792d75a235edf305283eb9a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 10:15:18 +0000 Subject: [PATCH 02812/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f083f7f08000612cc67b1f3728dfc57661de5728 Add endpoint handling to Token/Endpoint auth This auth plugin was initially created before get_endpoint was available. Implement the get_endpoint method so that we can use the plugin with relative URLs. Closes-Bug: #1323926 Change-Id: Ic868f509e708ad29faf86ec5ceeab2a9c98a24fc --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6663e1360d6f..f083f7f08000 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6663e1360d6fb5a3fe90d0bcfe5c128dac16ffd2 +Subproject commit f083f7f08000612cc67b1f3728dfc57661de5728 From e24e48582054d4fa876dea89c6b7231976c55bb2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 10:15:21 +0000 Subject: [PATCH 02813/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d7b8e54157da78428bf5a6e98a3eb49e4fabdcaa Fix tests to use UUID strings rather than ints for IDs Several tests were using ints rather than strings for IDs. The ints were changed to UUID strings. Change-Id: I65312509c72078c08ca284e313104e926d9885ba --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f083f7f08000..d7b8e54157da 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f083f7f08000612cc67b1f3728dfc57661de5728 +Subproject commit d7b8e54157da78428bf5a6e98a3eb49e4fabdcaa From 4b93fc7ed0b789ca3a82c4d165abd6637c6c308e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 10:15:23 +0000 Subject: [PATCH 02814/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 39ab20f609170bea9282bc6ccfd68159cd58eeca Remove _factory methods from auth plugins This was a simple factory that would give compatibility for the existing client to load up the appropriate auth plugin. A more robust plugin loading mechanism is coming for this and having it available encourages other auth plugins that they should be using that where they shouldn't. Just remove it from the auth plugin class. It shouldn't be used by anyone else so lets keep it on the client objects. Blueprint: plugin-params Change-Id: I0618b646f302300d41c7dd7153a1c0bdc237a745 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d7b8e54157da..39ab20f60917 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d7b8e54157da78428bf5a6e98a3eb49e4fabdcaa +Subproject commit 39ab20f609170bea9282bc6ccfd68159cd58eeca From d28c9b6bade6a0a68014d5dc839c53eac0e286e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 10:15:26 +0000 Subject: [PATCH 02815/18836] Updated openstack/openstack Project: openstack/glance 6b2196151499456219c6d82ffe28b98d50eb8c95 Add hacking checks There have been a handful of changes recently to fix stylistic bugs in the unit tests (example: If41a7). The changes themselves were fine, but there are two problems: 1) The stylistic changes they made were not listed in HACKING.rst 2) They were one-time changes; the rules that were violated will continue to be violated. This change updates HACKING.rst to include a few of the stylistic rules that have been fixed recently, and adds checks to ensure that they will be enforced going forward. This is based on nova's hacking checks. Change-Id: Ic115342605c472f3a5d255aa570ecb60175ca087 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 595e85bd80d6..6b2196151499 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 595e85bd80d64b936f07bf7f18fa7b6d99800e86 +Subproject commit 6b2196151499456219c6d82ffe28b98d50eb8c95 From 76cfab11f0e7b1ce386db9d9b30007a77ddf5231 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 10:15:28 +0000 Subject: [PATCH 02816/18836] Updated openstack/openstack Project: openstack/glance 9c87169c78a01f7c057734f641d428a8804334f9 Add test for no_translate_debug_logs hacking check Adds a test for this hacking check. Also update the code (G319). Change-Id: I91996b94166f0e69ee4f5fc0b704118d59bfe841 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 6b2196151499..9c87169c78a0 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 6b2196151499456219c6d82ffe28b98d50eb8c95 +Subproject commit 9c87169c78a01f7c057734f641d428a8804334f9 From 2c935b5d2a28cef51c58e8a74ecdea3a9253d3a3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 11:56:22 +0000 Subject: [PATCH 02817/18836] Updated openstack/openstack Project: openstack-dev/devstack f0d9138987c92fc09c56695bf4d74093685b87f5 Enable horizon on Fedoras The previous apache/horizon a688bc65104e7d8998ffdb321d67a9f33df6997e change left horizon disabled on Fedora. Closes-Bug: #1326126 Change-Id: I79f84bb63471f84c6b37538e8dfe2bcca3ce3eac --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f8d4efc0587c..f0d9138987c9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f8d4efc0587ce044cbaa3f27bb1dfbfa1f3c271d +Subproject commit f0d9138987c92fc09c56695bf4d74093685b87f5 From 2d631486e5a21a40927c0191e470bb6e085560e1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 12:25:59 +0000 Subject: [PATCH 02818/18836] Updated openstack/openstack Project: openstack/requirements afb0aa2adfe6b3c45aaa96fee0bc8508d3890afe Update openstack-doc-tools to at least 0.15 Version 0.15 is needed to build the HA guide in openstack-manuals and to build localized security-guide. 0.15 contains the following changes over 0.13: 0.15 ---- * ``openstack-doc-test``: Output information about tested patch, special case entity files for book building. Remove special handling for high-availability-guide, it is not using asciidoc anymore. * New script in cleanup/retf for spell checking using the RETF rules. patch. * Fix entity handling in ``openstack-generate-docbook``. 0.14 ---- * ``openstack-auto-commands``: Improved screen generation and swift subcommand xml output. * ``openstack-doc-test``: Warn about non-breaking space, enhance -v output, special case building of localized high-availability guide, fix for building changed identity-api repository. * New command ``openstack-jsoncheck`` to check for niceness of JSON files and reformat them. * ``openstack-autohelp``: Update the default parameters. The tables are generated in the doc/common/tables/ dir by default, and the git repository for the project being worked on is looked at in a sources/ dir by default. Change-Id: Ib6b0360f4443c80579f2aeba55642c0fbb3da3f6 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index f74d94e4b529..afb0aa2adfe6 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit f74d94e4b529102904bf5e63f9d596bb9bf5c797 +Subproject commit afb0aa2adfe6b3c45aaa96fee0bc8508d3890afe From eed77dec2a423ace4ad00ff18d97a1898844c528 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 12:26:00 +0000 Subject: [PATCH 02819/18836] Updated openstack/openstack Project: openstack/python-troveclient a48272cb2dfc39d96cbf9f4ba26cee8745720deb Add datastore filter to backup-list This fix enhances the backup-list command to optionally receive a datastore name or ID to filter the backup list by. The filter is sent as a query string. To attach the query string to the URL and have it still work with the URL for pagination, i have made some changes in the way url with query strings are constructed. This includes the pagination URL. partially implements: blueprint backup-metadata Change-Id: I0b9ef3ec7f51ed76517a22f9c0edfdce3694a36f --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index d2c24d4a9795..a48272cb2dfc 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit d2c24d4a9795b921474fe097ebe5850dee412622 +Subproject commit a48272cb2dfc39d96cbf9f4ba26cee8745720deb From 151f5807ddb5531efe1649f9e4a9b84ead93e76a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 14:30:11 +0000 Subject: [PATCH 02820/18836] Updated openstack/openstack Project: openstack/requirements d8b0ea107ab460646849e65c3314f9e645b173ae Add hacking 0.9.0 series Hacking 0.9.1 is out (hacking 0.9.0 had a minor bug in it, so its blacklisted), and we want to start supporting projects to migrate over to 0.9.x. Expand the upper bound to allow 0.9.x while still supporting 0.8.x series so we keep the old version in our mirrors as to not break anything. Change-Id: I17b7b67135577204de29b82e28526c78d03e8fa5 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index afb0aa2adfe6..d8b0ea107ab4 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit afb0aa2adfe6b3c45aaa96fee0bc8508d3890afe +Subproject commit d8b0ea107ab460646849e65c3314f9e645b173ae From 6d7d2d32f444d5bd0ed8a73bebe96939eaff1c08 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 14:31:48 +0000 Subject: [PATCH 02821/18836] Updated openstack/openstack Project: openstack-dev/devstack b27d50e301c4b13f22329c55250023e451b130d2 Fix Apache site config handling on Fedora Allow enable/disable_apache_sites() on Fedora to gracefully fail if the config is not present. This is primarily an issue when the config from a previous run is not completely cleaned out (unstack.sh vs clean.sh). Make APACHE_CONFIG_DIR fully qualified and overrideable in local.conf. Also fix Horizon's handling of its Apache config file to be removed in clean.sh. Change-Id: I78a5de579dd3b02fa2e4e7e00ac0aabe71b531ad --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f0d9138987c9..b27d50e301c4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f0d9138987c92fc09c56695bf4d74093685b87f5 +Subproject commit b27d50e301c4b13f22329c55250023e451b130d2 From 439e74ce078a735ce90019ca1aaf933aa8b8d69b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 15:15:57 +0000 Subject: [PATCH 02822/18836] Updated openstack/openstack Project: openstack-dev/devstack 3ce3ee6db9e025df6b76b228a8041caf9c42c8ba Update again and retry a failed package install On ubuntu, if we run into an error installing the package, it can be because of transient upstream errors with repo sync state. Although retrying the update won't fix it all of the time, it's low cost enough to be worth a try before we totally give up. Related-bug: 1286818 Change-Id: I522ac0d0bd8f82dc98f386c89f66c2b743efa525 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b27d50e301c4..3ce3ee6db9e0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b27d50e301c4b13f22329c55250023e451b130d2 +Subproject commit 3ce3ee6db9e025df6b76b228a8041caf9c42c8ba From 932d66142b108b9875e3dc0d5a876fd91f20cbbf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 15:16:04 +0000 Subject: [PATCH 02823/18836] Updated openstack/openstack Project: openstack-dev/devstack c3fd0b5298110b4fc2a8d9fa7634ab1f493754a6 make get-pip.py download failures more clear curl dying ends up being a really unclear failure condition, and hard to fingerprint in the gate. We should make this much more explicit when we die. Also, don't trust the upstream filename, because all the rest of our logic would break if it changes anyway. Change-Id: Ibc2a96b33471d24c597af0d7af896fb10523156f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3ce3ee6db9e0..c3fd0b529811 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3ce3ee6db9e025df6b76b228a8041caf9c42c8ba +Subproject commit c3fd0b5298110b4fc2a8d9fa7634ab1f493754a6 From ab239a68bc6a6f3efd1d5901d37ee731fd3a441b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 16:31:47 +0000 Subject: [PATCH 02824/18836] Updated openstack/openstack Project: openstack/python-heatclient 422554bfde496756a9b4adedfbfcf3dd21abe6d5 Add shell arguments for stack update add option timeout for do_update,which has been added for do_stack_update already. add option rollback for stack update, this is supported already in heat[1]. [1]https://github.com/openstack/heat/commit/7c833ecc2ba27053b7e948667a39a261f68144b5 Change-Id: I4545aef556c4c3297c2993418df2ec2cd7c4e408 Partial-Bug: #1324366 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index c29e863d56ee..422554bfde49 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit c29e863d56eeaead4b2698713b8ae809d92dbfd2 +Subproject commit 422554bfde496756a9b4adedfbfcf3dd21abe6d5 From 0034f050c2ee13d5c271f6c14d8e9f1c9e2e9eb5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 19:46:58 +0000 Subject: [PATCH 02825/18836] Updated openstack/openstack Project: openstack/python-glanceclient dbefc1a3b11a44143a5bf5976eb118107658a134 Fix help text in image-create Image-create help text makes reference of a non existing parameter --copy_from Change-Id: I26d584c350734bb26a6cf965a2198f0782dd0a9f --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index c4e3edcdd5fa..dbefc1a3b11a 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit c4e3edcdd5fa54450f2044e4edea7aed95739060 +Subproject commit dbefc1a3b11a44143a5bf5976eb118107658a134 From 4d5db4941c49fb79dee0201505ec07e45c1c2101 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 10 Jun 2014 20:31:42 +0000 Subject: [PATCH 02826/18836] Updated openstack/openstack Project: openstack/oslo.messaging 290fd75daceb93ced85690b4a49a108a2a2e2d9c Remove amqp default exchange hack This change remove the hack to set the default exchange of a transport in the amqp driver, by removing the usage of the configuration object to get the default exchange in rabbit and qpid driver, and instead use the value passed to the driver constructor into all amqp publishers and consumers class/method that needs it. Closes-bug: #1256345 Change-Id: Iba54ca79a49f8545854205c1451b2403735c1006 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index ea989b8f952c..290fd75daceb 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit ea989b8f952c1d3cf6c217cf8eea0ecee1cdf7cc +Subproject commit 290fd75daceb93ced85690b4a49a108a2a2e2d9c From 2af71a16429c18d9151d7f5f0fdff0871b9aa685 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 10 Jun 2014 10:22:43 -0700 Subject: [PATCH 02827/18836] Updated openstack/openstack Project: openstack/requirements 4975fc82cfcb3f119c8a52da56a3cdd1dd8f6831 Update hacking version to align with what projects should use Now that hacking 0.9.x is in, this is a overlapping change. And since we leave old versions around in the mirror forever this shouldn't break existing projects that have yet to migrate to the new hacking. Change-Id: I679491904f7e8c882db2919351f17a64f3e15378 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d8b0ea107ab4..4975fc82cfcb 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d8b0ea107ab460646849e65c3314f9e645b173ae +Subproject commit 4975fc82cfcb3f119c8a52da56a3cdd1dd8f6831 From b71ac21cb4351787f2a0659b90d561a669b8f439 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Jun 2014 04:22:10 +0000 Subject: [PATCH 02828/18836] Updated openstack/openstack Project: openstack/python-troveclient 13d8666862b271600bc50fa4466e62f68cf251d3 Overwrite HelpFormatter constructur to extend argument column Overwrite the HelpFormatter constructor in the class OpenStackHelpFormatter to modify the default value of the max_help_position to extend the width of the argument column in the help output. example output before this patch: configuration-attach Attaches a configuration group to an instance. configuration-create Creates a configuration group. configuration-default Shows the default configuration of an instance. configuration-delete Deletes a configuration group. configuration-detach Detaches a configuration group from an instance. example output after this patch: configuration-attach Attaches a configuration group to an instance. configuration-create Creates a configuration group. configuration-default Shows the default configuration of an instance. configuration-delete Deletes a configuration group. configuration-detach Detaches a configuration group from an instance. Change-Id: Ia3ad8e9fefca6da40f55ab3de902c015a0d17006 Closes-Bug: #1326471 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index a48272cb2dfc..13d8666862b2 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit a48272cb2dfc39d96cbf9f4ba26cee8745720deb +Subproject commit 13d8666862b271600bc50fa4466e62f68cf251d3 From 9331d97a8fd663fadda000fec84c435db56802c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Jun 2014 05:42:01 +0000 Subject: [PATCH 02829/18836] Updated openstack/openstack Project: openstack/python-troveclient 344a38a661d2379cda5675566dc4e185a3d1050f Added optional marker/limit to list command The trove client did not allow you to pass in a marker or limit for list instances. These arguments are now allowed, and the resulting list filtered accordingly. Both arguments are optional. Change-Id: I7cb697d57d11f72c0349fbe50c48d8b33593721b Closes-Bug: #1294950 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 13d8666862b2..344a38a661d2 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 13d8666862b271600bc50fa4466e62f68cf251d3 +Subproject commit 344a38a661d2379cda5675566dc4e185a3d1050f From 79e28ed8567b553260207d9982e0e8ad6e4bd626 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Jun 2014 09:07:19 +0000 Subject: [PATCH 02830/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 03805cf55dd93bd1085955061655d1f9626d8f44 Add the Python 3 classifiers Change-Id: Ieb8fa078225bf7216cd7d1e67b42e0822d4a1fc8 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index cb12bd6effc1..03805cf55dd9 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit cb12bd6effc196515b79abf162e3d289c0d33700 +Subproject commit 03805cf55dd93bd1085955061655d1f9626d8f44 From 47bd89399c91feef6c0e2fd5bea4a20b9eeedcdd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Jun 2014 10:06:46 +0000 Subject: [PATCH 02831/18836] Updated openstack/openstack Project: openstack-dev/devstack b93e230807f5c8a986b6ab6c7526db4663abad41 Setup color logging for Ironic If enabled, setup colorized logging for Ironic API and Conductor. Change-Id: I8c6d60185dd7907a0f9aa46fd1ae7a92f53406d0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c3fd0b529811..b93e230807f5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c3fd0b5298110b4fc2a8d9fa7634ab1f493754a6 +Subproject commit b93e230807f5c8a986b6ab6c7526db4663abad41 From 4683a35bda4b2c4157723dfc373ab4b9444337b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Jun 2014 10:06:49 +0000 Subject: [PATCH 02832/18836] Updated openstack/openstack Project: openstack-dev/devstack 1469a04f183553be197166d2abeb3a6f94894d38 Don't set nova api/conductor workers since nova handles this The changes to devstack to set nova api/conductor workers to 4 predated commit 75c96a48fc7e5dfb59d8258142b01422f81b0253 to default the workers equal to the number of CPUs, so this change just removes the hard-coding from devstack and relies on nova's defaults for number of workers. Change-Id: I384fc9eeb7a7eddf4679a6852203307a92d88a93 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b93e230807f5..1469a04f1835 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b93e230807f5c8a986b6ab6c7526db4663abad41 +Subproject commit 1469a04f183553be197166d2abeb3a6f94894d38 From 90cbad774a3c1fcafb75cfbc06b7fe3b83c1d9a9 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Wed, 4 Jun 2014 10:56:56 +1000 Subject: [PATCH 02833/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 832d89681cd1c2470375a10d87018be7bf8d0ed9 Add service_name to URL discovery The catalog was recently enhanced to allow filtering based on the service_name so this should be passed on to endpoint filtering. Change-Id: If08fcdba9719f6aacdcbbb6b951117f4f544f9ca --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 39ab20f60917..832d89681cd1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 39ab20f609170bea9282bc6ccfd68159cd58eeca +Subproject commit 832d89681cd1c2470375a10d87018be7bf8d0ed9 From bd0e6ee49f9f7f121a48a1ab442b7f6b1162ddf9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 11 Jun 2014 21:24:35 +0000 Subject: [PATCH 02834/18836] Updated openstack/openstack Project: openstack/python-novaclient 6d3a1fff94ead09eeac623f3c2ef059137abae5d mask keystone token in debug output replaying the keystone token in debug output is both completely burdensome to read (given it's unbounded size), but it's also potentially a security issue given that it could be used in replay attacks. Instead, filter the headers to sha1 sensitive things, with X-Auth-Token being the only one listed so far. The sha1 will at least give us the understanding of tokens being the same or different (and an administrator could use that to figure out if they were valid later). This also removes some extra '\n' that were being injected into the debug logs, because they were not helping with readability. Lastly, actually test logging. This introduces the first tests of the logging path using the logging fixture. It's pretty basic, but does verify that requests are logged at debug, that the SHA1 format works, and that headers which are not listed get shown straight through. DocImpact because this changes the curl dumped strings which people may have been using. They can still do that as long as they generate their own keystone token. Change-Id: I1edb94785705c3b6a05f118b77d3aeb07461cd44 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 47774a2edc08..6d3a1fff94ea 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 47774a2edc08b4ed08d1e113f2b7a66e30a4ff04 +Subproject commit 6d3a1fff94ead09eeac623f3c2ef059137abae5d From fd421d467ac4c59e02057ad68daa1e171d64a204 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Jun 2014 04:27:34 +0000 Subject: [PATCH 02835/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient c64bd268fcef93fd45437ee5a884c5091a9a3da7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove © and remove unnecessary encoding lines The word "Copyright" alone is sufficient to claim copyright, the © need not be present.[1] As per PEP 263, a Python file with non-ASCII characters must have a line with "coding: ". Python files containing only 7-bit ASCII characters need no such line.[2] This commit removes unnecessary Unicode copyright symbols and unnecessary encoding lines. [1]: http://www.copyright.gov/circs/circ03.pdf [2]: http://legacy.python.org/dev/peps/pep-0263/ Change-Id: I6b43cc5ecfd0440e06b0aebd91ebb574b7f37a91 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 339b55c319f0..c64bd268fcef 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 339b55c319f0f7cbd2a8025d4eff47351d66a997 +Subproject commit c64bd268fcef93fd45437ee5a884c5091a9a3da7 From e30f2707d81293edc8802fff924852e204fbf7a0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Jun 2014 04:51:58 +0000 Subject: [PATCH 02836/18836] Updated openstack/openstack Project: openstack/requirements e4044852e805684ffacd71c55cc2baf10c05834f Updated taskflow now that 0.3.x is released The taskflow team had a new release, so we need to readjust the version bounds to reflect the new version and the unreleased 0.4 version (which is now the development version). Change-Id: Iae6206b70a327fa272de7b75190481fc3352779e --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 4975fc82cfcb..e4044852e805 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 4975fc82cfcb3f119c8a52da56a3cdd1dd8f6831 +Subproject commit e4044852e805684ffacd71c55cc2baf10c05834f From 74c3906028d0a0352eab28ee8a3bfd678e821158 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Jun 2014 08:21:05 +0000 Subject: [PATCH 02837/18836] Updated openstack/openstack Project: openstack/oslo.messaging 08310d403ed5e9cb8f3731971336a5f633fa6290 Setup for translation To start translation, we need to initially import the translation file - and place it at the proper place so that the usual CI scripts can handle it. The proper place is for all python projects $PROJECT/locale/$PROJECT.pot - see setup.cfg. Further imports will be done by the OpenStack Proposal bot. Setup also setup.cfg with the usual babel commands and add the default babel.cfg file. Change-Id: I583e98fac2f9b84cd1115640b936057ad95957e8 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 290fd75daceb..08310d403ed5 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 290fd75daceb93ced85690b4a49a108a2a2e2d9c +Subproject commit 08310d403ed5e9cb8f3731971336a5f633fa6290 From b28a89556c30ba01b6b1c9535d32ef206f284d20 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Jun 2014 09:22:02 +0000 Subject: [PATCH 02838/18836] Updated openstack/openstack Project: openstack-dev/devstack f46ac27999bc719534c82fa1eaf189737d0f7269 Set default value for IPv6 subnet attribute flag This patch would set the IPv6 subnet extended attributes flag to True. The following thread has some additional information. https://review.openstack.org/#/c/96723/ Change-Id: Ie6ac42646cc2a4d808c05126bf7dd51f2b03ee6b Partially implements: bp tempest-ipv6-attributes-support --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1469a04f1835..f46ac27999bc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1469a04f183553be197166d2abeb3a6f94894d38 +Subproject commit f46ac27999bc719534c82fa1eaf189737d0f7269 From e47c617b8e443352097015423c6691983c7bde02 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Jun 2014 18:31:31 +0000 Subject: [PATCH 02839/18836] Updated openstack/openstack Project: openstack-dev/devstack 27c29e895998136655f24c8328b85648d1214803 remove the build timeouts the defaults in tempest will be set to 1s in a related change, so we can remove these. Change-Id: I05d8b4f08614fdf92611e3ff34d124fe918bd457 Depends-On: If8332d4be8515ac574cbbf4e00cbe0a75b6ebc5d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f46ac27999bc..27c29e895998 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f46ac27999bc719534c82fa1eaf189737d0f7269 +Subproject commit 27c29e895998136655f24c8328b85648d1214803 From 34bf3f8d8212fc001d703f8408990242bffeaab1 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 11 Jun 2014 16:21:26 +1000 Subject: [PATCH 02840/18836] Updated openstack/openstack Project: openstack-dev/pbr 715c59738e3643f579b913921e90cf3b6bfc66e3 Register testr as a distutil entry point pbr contains a testr distutil command, but since it isn't registered as an entry-point, it won't get used. Also drive-by a fix to coverage, where we go to the trouble of setting a variable, and then not using it. Change-Id: I2227adf3643ffe6bcece0c7d2127d23e20d52f7a --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index a38dc208cf0e..715c59738e36 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit a38dc208cf0ed0b06f9ab2e517fc267a6c181b3e +Subproject commit 715c59738e3643f579b913921e90cf3b6bfc66e3 From 32e441cf177a6258548047762f0be9bd897273f3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Jun 2014 18:52:39 +0000 Subject: [PATCH 02841/18836] Updated openstack/openstack Project: openstack-dev/devstack 73ed4880a61ee694c3c828964a73eb6ffcf6e4b5 Ironic: Add deploy kernel and deploy ramdisk to driver_info Pass deploy kernel and deploy ramdisk as parameters to the driver to enable Ironic to support different deploy provisioning methods using the same flavor. This patch is part of the https://blueprints.launchpad.net/ironic/+spec/add-node-instance-info work which is separating the instance-level data from the driver-leval data in the Node's resource of Ironic, once it's finished another patch will be submitted to DevStack to remove the part of the code which is adding the deploy kernel and deploy ramdisk parameters to the flavor, for now a TODO was left inline as a reminder. Change-Id: Id7cfb17cc6f6133964be139bfedbca1dc644b9cd Implements: blueprint add-node-instance-info --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 27c29e895998..73ed4880a61e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 27c29e895998136655f24c8328b85648d1214803 +Subproject commit 73ed4880a61ee694c3c828964a73eb6ffcf6e4b5 From dfc056b122a6d86552faf885a2144ea134addd18 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Jun 2014 21:00:12 +0000 Subject: [PATCH 02842/18836] Updated openstack/openstack Project: openstack/requirements f06bd86c6b6bec8f0434f2bb3fc7226a628d1c78 Bump pep8 from 1.5.6 to 1.5.7 Bump pep8 version in an overlapping way, so add pep8 version 1.5.7 and a subsequent patch will drop pep8 1.5.6. Pep8 1.5.7 has additional bug fixes Change-Id: Ic356886984f70992276b49555e1ec7b3d34b000a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e4044852e805..f06bd86c6b6b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e4044852e805684ffacd71c55cc2baf10c05834f +Subproject commit f06bd86c6b6bec8f0434f2bb3fc7226a628d1c78 From 827cca780ab0be8290e56b9aa1aab74fb79406a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 12 Jun 2014 22:23:10 +0000 Subject: [PATCH 02843/18836] Updated openstack/openstack Project: openstack-dev/devstack e9b343c3c973cb5e23d85e6dac956824c41ca834 [Fedora] Devstack fails to install in firewalld less system The official F20 cloud image does not contains the firewalld, there is nothing to restart, and it fails the installation. The previous workaround change, assumed all is_fedoras has a restartable firewalld without ensuring is it installed at all. RHEL6 even does not have a firewalld. Closes-bug: #1329102 Change-Id: I3d119ce48af81b30bf02b01c2cd386612ac6ef90 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 73ed4880a61e..e9b343c3c973 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 73ed4880a61ee694c3c828964a73eb6ffcf6e4b5 +Subproject commit e9b343c3c973cb5e23d85e6dac956824c41ca834 From 509af700d3b47d171920b363fc272c9d4a51b993 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 00:34:57 +0000 Subject: [PATCH 02844/18836] Updated openstack/openstack Project: openstack/python-heatclient ba1345660f5094ef84225718bb773195b158563d Add option to show soft-deleted stacks in stack-list A new boolean stack-list option, "--show-deleted", will cause soft-deleted stacks to be included in the stack-list output. Example: heat stack-list --show-deleted Change-Id: I8ad6b4b477448000688bf83afe6b41ebf29656a4 blueprint: stack-list-soft-deleted --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 422554bfde49..ba1345660f50 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 422554bfde496756a9b4adedfbfcf3dd21abe6d5 +Subproject commit ba1345660f5094ef84225718bb773195b158563d From 41c63cd6baa199e29f719f8562676ed54a41d82c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 03:39:31 +0000 Subject: [PATCH 02845/18836] Updated openstack/openstack Project: openstack/oslo.messaging 7d927e5e10a06570666948d01721a7a737921f67 Removes unused config option This change removes the unused 'allowed_rpc_exception_modules' options Change-Id: Ibb30709e5a3a08573fc1975fab80498a27b5ef0f --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 08310d403ed5..7d927e5e10a0 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 08310d403ed5e9cb8f3731971336a5f633fa6290 +Subproject commit 7d927e5e10a06570666948d01721a7a737921f67 From 1f49d3160c34750d6a8e4fc9c480ec9af7d2fe4e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 04:46:20 +0000 Subject: [PATCH 02846/18836] Updated openstack/openstack Project: openstack/python-heatclient 2258cca6c011803a095ab8732b682046a5a65b88 Don't allow "propagate" of heatclient logger Unlike other project, if we specified "--debug" in heatclient, it will display duplicate debug info. This is because the "propagate" of heatclient logger is True as default. Change-Id: Ia15878690e5ff0f29f7a11c044a66677af2909ee Closes-Bug: #1320789 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index ba1345660f50..2258cca6c011 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit ba1345660f5094ef84225718bb773195b158563d +Subproject commit 2258cca6c011803a095ab8732b682046a5a65b88 From a434089c17507fd275d215eba638f6dc3ce1f31b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 11:48:05 +0000 Subject: [PATCH 02847/18836] Updated openstack/openstack Project: openstack/django_openstack_auth f3b0f86832e787cb5c1c251e0b0475bdbf87a40e Fix H301 and H304 hacking issues H301 one import per line | H304 No relative imports When checking imports DJANGO_SETTINGS_MODULE environment needs to be set. Add the following to tox.ini testenv:pep8. setenv = DJANGO_SETTINGS_MODULE=openstack_auth.tests.settings A part of blueprint openstack-hacking-compliant Change-Id: I65a23c1e9a5d7a5852d448651254b6a3866f1dd3 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 03805cf55dd9..f3b0f86832e7 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 03805cf55dd93bd1085955061655d1f9626d8f44 +Subproject commit f3b0f86832e787cb5c1c251e0b0475bdbf87a40e From 470b7b60e7d32b6c7637dd42eac6ee08bda29e4e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 12:25:12 +0000 Subject: [PATCH 02848/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 0e45b288d1b4e7456be50d6774a42f3a09388e08 Fix ntp restart for Fedora Change Ie5b7a6295f33a6639374c7ee72c682df5a0d26e9 does a time update; I double checked that puppet installs ntp service on Fedora and the only difference is that the service is called 'ntpd' rather than 'ntp'. Change-Id: Id98c104e357a0cf5d1bc07ca94a179d0a38cc18d --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b9349a5e51a6..0e45b288d1b4 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b9349a5e51a616b76ae944c0182eb178b54f8dac +Subproject commit 0e45b288d1b4e7456be50d6774a42f3a09388e08 From 1ca7e723584f8861d0bde8ee5e8e0a54e52f3d0f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 14:48:18 +0000 Subject: [PATCH 02849/18836] Updated openstack/openstack Project: openstack/python-heatclient d07d531d6a216841b0350d49b3d070feb0bb0955 Append extra space after command in bash_completion Unlike NovaClient or other Clients in OpenStack, there is no space append after command in Heat Client. That means if I try to run 'heat stack-delete', I have to manually append the space and then append the thing I want to delete. This correction will help Heat Client to be more convenient for operators. Change-Id: I229653f0a1ecc2794cdb8006c22a70882084d7e1 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 2258cca6c011..d07d531d6a21 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 2258cca6c011803a095ab8732b682046a5a65b88 +Subproject commit d07d531d6a216841b0350d49b3d070feb0bb0955 From 8d9e17e10698b42b92915ed00adc06aa42e2c05b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 14:48:20 +0000 Subject: [PATCH 02850/18836] Updated openstack/openstack Project: openstack/python-heatclient 4f06861b18102c4b44f19a7180afb25c6d3c5c6d Removed now unnecesary workaround for PyPy Change-Id: I4a0de9ffc6129285465ab18140495d39a5ff5a14 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index d07d531d6a21..4f06861b1810 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit d07d531d6a216841b0350d49b3d070feb0bb0955 +Subproject commit 4f06861b18102c4b44f19a7180afb25c6d3c5c6d From 6d2d9115cd6b7e8d7e07273d0e29651505ee6727 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 14:48:22 +0000 Subject: [PATCH 02851/18836] Updated openstack/openstack Project: openstack/python-heatclient 1efc5199a4baf9dc85d345ce51fda26527c693bf Remove no use option parameters for template-validate template-validate only validates the template body, so option parameters here is no use, if you want to validate a template with parameters, you can use stack-preview Change-Id: I3dadbe649440a53bb039ab146c92c34c6d5cec4d --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 4f06861b1810..1efc5199a4ba 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 4f06861b18102c4b44f19a7180afb25c6d3c5c6d +Subproject commit 1efc5199a4baf9dc85d345ce51fda26527c693bf From 1688a998b3fa638586b72e6cae5cb81a6a45812b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 20:47:06 +0000 Subject: [PATCH 02852/18836] Updated openstack/openstack Project: openstack/python-heatclient 93dcf9591dbd0966b2faca8fcc0a87203fbc83eb Let server order event-list Events should be coming from the server in insertion order. We don't have a reliable field to sort the events by client side, and the default in cliutils is to sort by the first output column, which is the resource name. Change-Id: I853061aff19924a62fa69af403c055ada7a4d5cf --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 1efc5199a4ba..93dcf9591dbd 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 1efc5199a4baf9dc85d345ce51fda26527c693bf +Subproject commit 93dcf9591dbd0966b2faca8fcc0a87203fbc83eb From 7c40886f84babfa091f2387d4fe3eaa03e405c8b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 20:56:27 +0000 Subject: [PATCH 02853/18836] Updated openstack/openstack Project: openstack/python-openstackclient 497a38903c4a282975b2f197bc4af22c15d8ab21 Add role assignments list support to identity v3 The assignments manager and its test class were created. Some fake stubs were also added on the fakes.py module. The "openstack role assignment list" command was created. Change-Id: Iae94f4fee608ea3e09ff38961ad22edc38efb89c Implements: blueprint roles-assignment-list Closes-Bug: 1246310 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 7f6a901d011a..497a38903c4a 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 7f6a901d011ae366a5dea6fa7e532ab941125e9e +Subproject commit 497a38903c4a282975b2f197bc4af22c15d8ab21 From ffa38ef8b67ae589c00b4d75834ad10782c09fe0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 20:56:57 +0000 Subject: [PATCH 02854/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ad18d0a3475e3a41abe0cfc3da24827299567492 Revert "Set CEILOMETER_PIPELINE_INTERVAL to 15" This reverts commit e9aa963b5eac7c841a5adeb86437c3823a4e47d3. Change-Id: I7d3e76f138a52a30a0d609899b78f2d53119f812 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 0e45b288d1b4..ad18d0a3475e 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 0e45b288d1b4e7456be50d6774a42f3a09388e08 +Subproject commit ad18d0a3475e3a41abe0cfc3da24827299567492 From 092b923c372f2d6e91ae0f745f869b8836d32282 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 20:56:59 +0000 Subject: [PATCH 02855/18836] Updated openstack/openstack Project: openstack/python-neutronclient 46c839eee01b301ee9ef9594b1f9620f9c37d3e6 Synced jsonutils from oslo-incubator The sync includes change that drastically enhances performance on Python 2.6 with fresh simplejson library installed. The latest commit in oslo-incubator: - 0f4586c0076183c6356eec682c8a593648125abd Change-Id: Ib3dc0b713ed90396919feba018772243b3b9c90f Closes-Bug: 1314129 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 99f45d1e618f..46c839eee01b 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 99f45d1e618f535919cf0bf18a8caf18d29a5b63 +Subproject commit 46c839eee01b301ee9ef9594b1f9620f9c37d3e6 From 612930f786f81369c36b0274439738e4ac6c676e Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 12 Jun 2014 14:30:07 -0500 Subject: [PATCH 02856/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 03fbe590ebf7c769bd3334a7daaa3eafe43f99dd Link to docstrings in using-api-v3 The references to classes and modules were just the names and didn't link to the docstrings for the class or module. With this change, names are now links to the class or module. Change-Id: I9c7c03e8221ca71c7fddc0682abadc7a78d371db --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 832d89681cd1..03fbe590ebf7 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 832d89681cd1c2470375a10d87018be7bf8d0ed9 +Subproject commit 03fbe590ebf7c769bd3334a7daaa3eafe43f99dd From 3084a27dd3d948559ce87a1c5dcd617b84ff27b2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 21:04:00 +0000 Subject: [PATCH 02857/18836] Updated openstack/openstack Project: openstack/python-cinderclient 0039f1d389ffad8e7e4ea0f3ffe77f99f12de6ef Use real timestamps in authentication tests Using a non time string means it won't be correctly parsed by anything in keystoneclient trying to read those auth responses. Change-Id: I6db79d3cf7596044a281cc85de014691f81c1fd1 Blueprint: use-session --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 1f7a95fc1586..0039f1d389ff 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 1f7a95fc1586b8e6849caa989084e94d0244ac05 +Subproject commit 0039f1d389ffad8e7e4ea0f3ffe77f99f12de6ef From 71752cee9302d9e0582358b053f6caff8d54289e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 21:05:16 +0000 Subject: [PATCH 02858/18836] Updated openstack/openstack Project: openstack/python-neutronclient 9c776755633e9915ff88851930105ec058ce5ff7 Make neutronclient parse keystone v3 endpoints correctly Import keystone access module to handle various verion of keystone catalog. Change-Id: Ie8de15da6341cdb3af73c0fa8753f7e754bf6275 Closes-bug: 1295056 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 46c839eee01b..9c776755633e 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 46c839eee01b301ee9ef9594b1f9620f9c37d3e6 +Subproject commit 9c776755633e9915ff88851930105ec058ce5ff7 From 488f64daf6ce433b68d0d40ef8a2b1e690061477 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 22:49:22 +0000 Subject: [PATCH 02859/18836] Updated openstack/openstack Project: openstack/requirements 033cdbe7c1f3ca1d7c48bb6a6eab6eece10bc7c1 Fix sphinx requirement to add overlap When I63c6159eb23430a181eb20016b35366c2fbbf9f8 was implemented it didn't include any overlap with the previous required versions, which causes breakage in the gate while the change is being tested and until the mirror updates. For completeness add the suggested overlap back in for now. Change-Id: I70559a2b6eb961bf1c5fbe8006cd1275c39577b6 Co-Authored-By: Doug Hellmann --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index f06bd86c6b6b..033cdbe7c1f3 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit f06bd86c6b6bec8f0434f2bb3fc7226a628d1c78 +Subproject commit 033cdbe7c1f3ca1d7c48bb6a6eab6eece10bc7c1 From 6c4aafab5ba4b451f23d30b7ebe1ccfec42472db Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 22:49:24 +0000 Subject: [PATCH 02860/18836] Updated openstack/openstack Project: openstack-dev/devstack fcd03d71bf354bff1e81558efbdd817853eefcc1 Use apache2ctl after apache is installed. Ensure that apache2ctl is only called if apache2 is being used when setting up Keystone. This patch corrects a case where apache2ctl is being called at the time lib/keystone is being sourced. This error breaks attempts to deploy Keystone under apache unless apache is already installed at the time stack.sh is run. Change-Id: I02d426438fa1246effd68c6bb3c3358910ed4c05 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e9b343c3c973..fcd03d71bf35 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e9b343c3c973cb5e23d85e6dac956824c41ca834 +Subproject commit fcd03d71bf354bff1e81558efbdd817853eefcc1 From f960eace08f11004d5293645b7ef261ded311a80 Mon Sep 17 00:00:00 2001 From: Cindy Pallares Date: Fri, 23 May 2014 18:00:45 +0000 Subject: [PATCH 02861/18836] Updated openstack/openstack Project: openstack/python-glanceclient 04fb3c262448133c963565576e08070450ffd900 Convert passed integer values into int in v1 shell Add the type to the parameters that require an integer in the V1 shell to avoid sending an improper request. Change-Id: Idb1ed39b11ca737fdd42d24e297c142f28dce35c --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index dbefc1a3b11a..04fb3c262448 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit dbefc1a3b11a44143a5bf5976eb118107658a134 +Subproject commit 04fb3c262448133c963565576e08070450ffd900 From 262c937b9e5216fe34fce2675ad887e8fca024a6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 23:20:10 +0000 Subject: [PATCH 02862/18836] Updated openstack/openstack Project: openstack/python-novaclient 37457c3aaa5b025a6252d1d10fb0e376080cf496 Remove _print_volume from volume-update Since the response of volume-update do not contain a body, just a status code 202, so when calling _print_volume(volume), there will be an error: `ERROR (AttributeError): 'NoneType' object has no attribute '_info'`. Change-Id: I950ae7dca5e847beae7295d72d009f2d07d07c51 Closes-bug: 1321205 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6d3a1fff94ea..37457c3aaa5b 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6d3a1fff94ead09eeac623f3c2ef059137abae5d +Subproject commit 37457c3aaa5b025a6252d1d10fb0e376080cf496 From a08b2feaa991d6ec4fc220d9c5db037723e7c9b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 13 Jun 2014 23:24:13 +0000 Subject: [PATCH 02863/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient e1f6177f061331970ace0d328bd9670931bcb68f Updated from global requirements Change-Id: Id7f6b00b6bc26e0c5f9ecd76ece5ff670675b8aa --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index c64bd268fcef..e1f6177f0613 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit c64bd268fcef93fd45437ee5a884c5091a9a3da7 +Subproject commit e1f6177f061331970ace0d328bd9670931bcb68f From c45ca8cf527f1e924834387a3d7a74e1a465f912 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Thu, 12 Jun 2014 20:04:05 +0000 Subject: [PATCH 02864/18836] Updated openstack/openstack Project: openstack/oslo.config ee14fe0e19d5d839eea7328bae9273f15d6af352 Fixes an issue validating max integer values Change-Id: I897f33df9d8faf34a4d4a69b0e351d85200e7fda Closes-bug: #1329478 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 6c283cdf55a3..ee14fe0e19d5 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 6c283cdf55a3a99eeabea96657f2104204b37f38 +Subproject commit ee14fe0e19d5d839eea7328bae9273f15d6af352 From 1a75b23d63b444f02638c217e91c5494d9a1e327 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 04:46:39 +0000 Subject: [PATCH 02865/18836] Updated openstack/openstack Project: openstack/python-neutronclient 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 Add OverQuotaClient as exception to neutronclient In nova, there is no way to explictly knows whether the neutron fails due to over quota or no more floating ips and fixed ips. so nova need to check whether the return value is 409 in order to raise an over quota exception. It's easier in neutronclient to raise the exception then nova will handle it. Related-Bug: #1210598 Change-Id: I8788993578ac872da9f676fe3e2fb8f98414289d --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 9c776755633e..1bce6e437e2d 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 9c776755633e9915ff88851930105ec058ce5ff7 +Subproject commit 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 From 3ad02ceb994f51d8270e72ace466b76a09bdf1d6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 05:09:53 +0000 Subject: [PATCH 02866/18836] Updated openstack/openstack Project: openstack/requirements 10fb51fc306e59b2bdc152543719b1214d8267e9 Adding ldappool module dependency as needed by keystone bug #1320997. Ldappool has MPL license and is needed as part of https://review.openstack.org/#/c/95300/ This module provides pooling of LDAP connections. In keystone, this is optional dependency similar to python-ldap. Related-Bug: #1320997 Change-Id: Id03a5f42cdc677e9f1f630341a10f6763b010394 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 033cdbe7c1f3..10fb51fc306e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 033cdbe7c1f3ca1d7c48bb6a6eab6eece10bc7c1 +Subproject commit 10fb51fc306e59b2bdc152543719b1214d8267e9 From d36607e4520a79059723d7df4df4e19a68bff763 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 05:09:55 +0000 Subject: [PATCH 02867/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c613c1ef7097f646195e9ab147bdb38b001570be Set the iso8601 log level to WARN When use "--debug" parameter in other projects's CLI, it may display useless iso8601 debug info, this is because other client's CLI will call keystoneclient to get token, and keystoneclient will display the iso8601 debug info. set the iso8601 log level to "WARN" to avoid this issue. Change-Id: Id90c86f0e7c8e9ae47ca53667f469d111d6ae373 Closes-bug: #1324470 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 03fbe590ebf7..c613c1ef7097 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 03fbe590ebf7c769bd3334a7daaa3eafe43f99dd +Subproject commit c613c1ef7097f646195e9ab147bdb38b001570be From 1a4dd25efbe61b42a8ea17b14a865291e582eed2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 06:18:04 +0000 Subject: [PATCH 02868/18836] Updated openstack/openstack Project: openstack/python-novaclient 939cf46efee6913fc361e827640d708dbd497747 Change help message for volume-update `nova volume-update ` to `nova volume-update ` Change-Id: Ie820843c3e8d23659075c1d6b4fdd47f639b3b58 Closes-bug: 1326613 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 37457c3aaa5b..939cf46efee6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 37457c3aaa5b025a6252d1d10fb0e376080cf496 +Subproject commit 939cf46efee6913fc361e827640d708dbd497747 From c5ada614bca9de64cac92779a35f6cc4cff33f60 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 06:25:38 +0000 Subject: [PATCH 02869/18836] Updated openstack/openstack Project: openstack/python-openstackclient 99e7660d56431d5480999c2674b1aa12254732b2 Add support for extension list - Add support in the common section for extension list. This only supports Identity for now. Once the APIs for volume and compute are supported in the respective APIs, they will be added. Once network is added to this client, it will be added (the API already supports it). - Include extension fakes for volume and compute for pre-enablement. Change-Id: Iebb0156a779887d2ab06488a2a27b70b56369376 Closes-Bug: #1319115 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 497a38903c4a..99e7660d5643 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 497a38903c4a282975b2f197bc4af22c15d8ab21 +Subproject commit 99e7660d56431d5480999c2674b1aa12254732b2 From cf573efd4abc9d6cffa8fd504d00b25bfaa2a1ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 07:41:09 +0000 Subject: [PATCH 02870/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 4862913edd70a2b18279283f32979a4fc16977b5 Fix hacking rules: H302,H305,H307,H402 Currently, OpenStack Proposal Bot tries to update requirements with global requirements, while the upgraded hacking has introduced some new rules which are not fully handled by current code. This patch fixes some simple rules which are quite straight-forward. Change-Id: If8334f69fb1ad34fbbd6ad898e0e92eb3f81e95a --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index e1f6177f0613..4862913edd70 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit e1f6177f061331970ace0d328bd9670931bcb68f +Subproject commit 4862913edd70a2b18279283f32979a4fc16977b5 From ba21a8026b8b4772e04d85e3daa37a472c3e3ab8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 10:01:09 +0000 Subject: [PATCH 02871/18836] Updated openstack/openstack Project: openstack/glance 00bc84b05270b2b5e0077c6f4384f45f2ef3608f Remove duplicated is_uuid_like() function Function is_uuid_like() declared in glance.cmd.replicator and glance.common.utils modules. These functions are similar, so we can use only one of them Change-Id: If9a35df8d1189d126033404faa7167c0b0cc4d44 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9c87169c78a0..00bc84b05270 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9c87169c78a01f7c057734f641d428a8804334f9 +Subproject commit 00bc84b05270b2b5e0077c6f4384f45f2ef3608f From 257146a0b754bc68953471e6cd08521c23a5cf59 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 13:29:03 +0000 Subject: [PATCH 02872/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 709f2349c2e7e204bfe6f4ccec3e2113091adc61 don't delete grenade logs we actually want to switch over to summary logs in the gate, so we need to not delete the logs, as the console will be pretty empty otherwise: Change-Id: Ifae56479364ded13fb765ec6158f651888e828ea bp:grenade-readability --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ad18d0a3475e..709f2349c2e7 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ad18d0a3475e3a41abe0cfc3da24827299567492 +Subproject commit 709f2349c2e7e204bfe6f4ccec3e2113091adc61 From db23634fa6d06360ff8ab73ec714f44eea6aa677 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 18:37:12 +0000 Subject: [PATCH 02873/18836] Updated openstack/openstack Project: openstack/python-openstackclient 0da5bfe42875457a26a0c5040fcc3b0e1ffb5d2a Ignore most of the new hacking 0.9.2 rules So we can update requriements.txt. But fix a couple of easy ones: * Fix E251 (1 occurrance) * Fix E131 (1 occurrance) Change-Id: I62aaa423aa6da9e9f0ca026ec586b51cc6a6df03 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 99e7660d5643..0da5bfe42875 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 99e7660d56431d5480999c2674b1aa12254732b2 +Subproject commit 0da5bfe42875457a26a0c5040fcc3b0e1ffb5d2a From 2fd0d2dfa5cd53fac0749d194704e24bfef5ec0c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 18:37:26 +0000 Subject: [PATCH 02874/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6b03e3f3b473a65ee24b28b82e2b321fbec5c7b2 Refactor auth_token token cache members to class The token cache members are moved from AuthToken to their own class. Change-Id: Ibf00d39435fa7a6d9a92a9bdfacc3f1b07f890ef --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c613c1ef7097..6b03e3f3b473 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c613c1ef7097f646195e9ab147bdb38b001570be +Subproject commit 6b03e3f3b473a65ee24b28b82e2b321fbec5c7b2 From 55b01c1cb784356320773cd1912e35f1ac7b96a3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 18:49:46 +0000 Subject: [PATCH 02875/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8da7d49363dbd9d5fe4f8a51b194da24c1f6825e Don't use mock non-exist method assert_called_once There isn't method assert_called_once of mock class and hence does not really check anything. Let's use assertEqual(1, mock.call_count) to check. Change-Id: I2bdf62b775badc0adbe2c6f55bcc65cd13ac2d60 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6b03e3f3b473..8da7d49363db 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6b03e3f3b473a65ee24b28b82e2b321fbec5c7b2 +Subproject commit 8da7d49363dbd9d5fe4f8a51b194da24c1f6825e From 9609ad9eae9e0c282da03e24b8741849fc05886c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 18:56:29 +0000 Subject: [PATCH 02876/18836] Updated openstack/openstack Project: openstack-dev/devstack 135adf7884ec5cb4853044feb22a1ba4d0aba453 selinux permissive on Fedora The f20 gate job is failing on hpcloud images (official F20 cloud image), with enforcing selinux. Setting selinux to permissive on all Fedoras. Currently selinux policies are violated, when - horizon/httpd tries to access a files without httpd_t friendly security label. - horizon/httpd_t tries to connect to openstack service port, without an allowing policy. - swift tryes rsync content without an authorized security label and without rsync_full_access sebool. - .. In permissive mode you will be able to track, the missing policies and labels by checking the /var/log/auidit/audit.log* The enforcing mode might be turned on in the future, when all label and policy configured correctly. Change-Id: I6dad705dd11b9eb5f01ce67814f05d294b3979a5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fcd03d71bf35..135adf7884ec 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fcd03d71bf354bff1e81558efbdd817853eefcc1 +Subproject commit 135adf7884ec5cb4853044feb22a1ba4d0aba453 From 3a5d7c181cd41b25dd398f22b662e2b4a508785f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 19:07:05 +0000 Subject: [PATCH 02877/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f83115b4a6d17c0acc27e2635b3adaa9c3b39c16 Session Documentation Include some client documentation for how to work with a Session object. This is generally high level with this expectation that a developer could take the concepts found here and determine more from the module documentation. Change-Id: I5e44c1029ce160cb2798cfb8a535aa9f3311799a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8da7d49363db..f83115b4a6d1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8da7d49363dbd9d5fe4f8a51b194da24c1f6825e +Subproject commit f83115b4a6d17c0acc27e2635b3adaa9c3b39c16 From 194c28d74c0f89b3efa5c4cc9391db57b2d3e113 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 19:10:51 +0000 Subject: [PATCH 02878/18836] Updated openstack/openstack Project: openstack/oslo.config 1746fd2908bec7dd215d06667c615174237809cc Bump hacking to 0.9.x series In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: I8f59083d1c0673b94fa94acb37f11a5dd0ee040d --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index ee14fe0e19d5..1746fd2908be 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit ee14fe0e19d5d839eea7328bae9273f15d6af352 +Subproject commit 1746fd2908bec7dd215d06667c615174237809cc From cc20f218aeae211bb23a4ef4b9e6ce55f05a438b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 19:45:12 +0000 Subject: [PATCH 02879/18836] Updated openstack/openstack Project: openstack/oslo.messaging 8843f9d03162820fa7ed2adf4c2b0b162b0f573b Bump hacking to 0.9.x series In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: I5711e066da1076486d291bc4f45359ecb26e1b1a --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 7d927e5e10a0..8843f9d03162 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 7d927e5e10a06570666948d01721a7a737921f67 +Subproject commit 8843f9d03162820fa7ed2adf4c2b0b162b0f573b From f1589694e119310344a77c952f6c2b806977a5b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 23:20:12 +0000 Subject: [PATCH 02880/18836] Updated openstack/openstack Project: openstack/oslo.messaging f471daa8f023b71a1f1f6d77d2d903bf73a17f3d Add transport reconnection retries When a rpc client try to make a RPC call and the server is unreachable The rpc call hang until the server come back. In most case this is the desired behavior. But sometimes, we can prefer that the library raise an exception after a certain number of retries. For example in ceilometer, when publishing a storage.objects.incoming.bytes sample from the Swift middleware to an AMQP topic, you might not want to block the Swift client if the AMQP broker is unavailable - instead, you might have a queueing policy whereby if a single reconection attempt fails we queue the sample in memory and try again when another sample is to be published. This patch is the oslo.messaging part that allow this. Closes bug #1282639 Co-Authored-By: Ala Rezmerita Change-Id: I32086d0abf141c368343bf225d4b021da496c020 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 8843f9d03162..f471daa8f023 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 8843f9d03162820fa7ed2adf4c2b0b162b0f573b +Subproject commit f471daa8f023b71a1f1f6d77d2d903bf73a17f3d From fb59a2ea6d12119ce70c5e980390c50472714c13 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 14 Jun 2014 23:20:15 +0000 Subject: [PATCH 02881/18836] Updated openstack/openstack Project: openstack/oslo.messaging f2cd28e503b4cd8648627493fce1736e01fa86c1 rabbit/qpid: remove the args/kwargs from ensure() Having an *args list following the retry kwargs just screams: SyntaxError: non-keyword arg after keyword arg but we don't actually pass any args to methods invoked via ensure() so these are just unused and can be removed. If we did want them in future we could just use functools.partial(). Change-Id: Idef12bbc94d39c84ee06ddd6d743f3d2f705a8d1 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f471daa8f023..f2cd28e503b4 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f471daa8f023b71a1f1f6d77d2d903bf73a17f3d +Subproject commit f2cd28e503b4cd8648627493fce1736e01fa86c1 From fc1adb1abcdbec59d7106b879fd1ae6c4f0bc449 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 15 Jun 2014 00:17:45 +0000 Subject: [PATCH 02882/18836] Updated openstack/openstack Project: openstack/python-openstackclient 5c2d9f386b99c04b2d9683d658d952473885b9a8 Updated from global requirements Change-Id: I44f13a22528824a8b24ffb3b0e3075e870e5ee58 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 0da5bfe42875..5c2d9f386b99 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 0da5bfe42875457a26a0c5040fcc3b0e1ffb5d2a +Subproject commit 5c2d9f386b99c04b2d9683d658d952473885b9a8 From 2fd1a27b4e80816b897d91c9d85977c17cc96a85 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 15 Jun 2014 01:32:23 +0000 Subject: [PATCH 02883/18836] Updated openstack/openstack Project: openstack-dev/devstack 1e2417b302a813f5c5c097f2eead5ff8f3702cf8 a more proper default nic selection criteria look at all interfaces that ip link shows as being up, then filter them for ^e or ^p devices. Should hold even after the bridges get built. Change-Id: If6b1e623f9d146c2430dc8a4a007997290b90846 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 135adf7884ec..1e2417b302a8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 135adf7884ec5cb4853044feb22a1ba4d0aba453 +Subproject commit 1e2417b302a813f5c5c097f2eead5ff8f3702cf8 From a1410c2f9536c0c94dfc25371938841fe7c43d5a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 15 Jun 2014 01:49:08 +0000 Subject: [PATCH 02884/18836] Updated openstack/openstack Project: openstack-dev/devstack a1a601316ecbd4882980cef5e8136e903d3eb6ea Install 'ipmitool' package for Ironic Ironic's reference / recommended driver is the "pxe_ipmitool" driver, which requires the 'ipmitool' package and system binary. Thus, devstack should install it. Also, Ironic will soon be validating that ipmitool is present in the system path when loading the pxe_ipmitool driver, as it does for other drivers (seamicro, pyghmi) that have external dependencies. Causing devstack to install this package when Ironic is enabled will also help users who wish to test Ironic against physical hardware that has IPMI support, without having to perform additional manual steps (like enabling the pxe_ipmitool driver and installing the ipmitool packge by hand). Change-Id: I13da5f8978b280b192f9b033c348a11bfc44c9d2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1e2417b302a8..a1a601316ecb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1e2417b302a813f5c5c097f2eead5ff8f3702cf8 +Subproject commit a1a601316ecbd4882980cef5e8136e903d3eb6ea From 5484b6ed73cdcc53d4959453f51259a3cb54fdd8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 15 Jun 2014 01:49:44 +0000 Subject: [PATCH 02885/18836] Updated openstack/openstack Project: openstack-dev/devstack df97cf3676f25dae956237e72a5631ef24f4c89a Remove unnecessary ini commenting from nova Nova does not ship these options in it's api-paste.conf any more so the functions have no effect. Change-Id: Ie4527a0639e977e83e6bfc07751ba062839e0600 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a1a601316ecb..df97cf3676f2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a1a601316ecbd4882980cef5e8136e903d3eb6ea +Subproject commit df97cf3676f25dae956237e72a5631ef24f4c89a From 84d3274a80874f47c8a4a9ae92974b8cb77483a8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 15 Jun 2014 18:50:54 +0000 Subject: [PATCH 02886/18836] Updated openstack/openstack Project: openstack-dev/devstack 7006105997a7d9264dde69b55d109f52cd4c015e VMware NSX: fix typo Fix typo in the Neutron VMware NSX driver Change-Id: I0519e30469c5cfbf285b2ad1032d110f8e9fdbb4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index df97cf3676f2..7006105997a7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit df97cf3676f25dae956237e72a5631ef24f4c89a +Subproject commit 7006105997a7d9264dde69b55d109f52cd4c015e From 58649445bad35590d288a00fdff67ef118a73acd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 15 Jun 2014 19:42:54 +0000 Subject: [PATCH 02887/18836] Updated openstack/openstack Project: openstack/requirements 14ac5dd587967132fa956158c71f259566fa6eb1 Updated version requirement for pyghmi This patch updated the pyghmi version from 0.5.8 to 0.6.11. pyghmi is required by ironic. The newer version of pyghmi has serial console support as well as some bug fixes that are required by ironic. Change-Id: I11f60bf7d38def0ba7686c89890e262c155c703c --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 10fb51fc306e..14ac5dd58796 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 10fb51fc306e59b2bdc152543719b1214d8267e9 +Subproject commit 14ac5dd587967132fa956158c71f259566fa6eb1 From 72cba9d1ec57392ce271688a835038365a0b4316 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 08:20:46 +0000 Subject: [PATCH 02888/18836] Updated openstack/openstack Project: openstack/python-novaclient 2d0af6ed02ca494f701f13f770f1c2d929e64329 Convert Floating IP tests to httpretty Change-Id: I0f6816868580af32ee93c0bfdf2c113c6c6ecd13 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 939cf46efee6..2d0af6ed02ca 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 939cf46efee6913fc361e827640d708dbd497747 +Subproject commit 2d0af6ed02ca494f701f13f770f1c2d929e64329 From bddfa182780f4fe60e21907d896ecaab5ffd2721 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 08:22:27 +0000 Subject: [PATCH 02889/18836] Updated openstack/openstack Project: openstack/python-novaclient 96bc1d2344c533ebece14bb61eccb4a60a432e5b Convert Floating IPs DNS tests to httpretty Change-Id: I19dfadbe9103145a6b80d8ce10d2b6d3ce326ffa blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 2d0af6ed02ca..96bc1d2344c5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 2d0af6ed02ca494f701f13f770f1c2d929e64329 +Subproject commit 96bc1d2344c533ebece14bb61eccb4a60a432e5b From 2992b660bc1e1a3c8ba1a1667f3fc698ba008f08 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 09:45:35 +0000 Subject: [PATCH 02890/18836] Updated openstack/openstack Project: openstack/requirements b706c1e5d11042b390496a9926b4d2695a90d3a7 Bump minimum hacking version to 0.9.2 Hacking 0.9.2 has a fix for the library six. Related patch: I4e401e0fcce077f81a5471692aa6ecd16f26f6ed Change-Id: I94ac3d6eb68f762f9bf0706a2bd9cd3b953178c8 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 14ac5dd58796..b706c1e5d110 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 14ac5dd587967132fa956158c71f259566fa6eb1 +Subproject commit b706c1e5d11042b390496a9926b4d2695a90d3a7 From a27491fe8eeb425753a1120fe82b82ecec91b27d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 12:13:34 +0000 Subject: [PATCH 02891/18836] Updated openstack/openstack Project: openstack-dev/devstack 906ffb7b773e3007062d9feaa54dc55eaf692684 XenAPI: Fix deprecated config options I346ee0248c03e60716bd7dc4a5ee4493610867cb broke the XenServer CI as devstack was still setting the deprecated config options. Change-Id: Icd84212e97a9d5e007745be8096fa552bc23cb6f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7006105997a7..906ffb7b773e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7006105997a7d9264dde69b55d109f52cd4c015e +Subproject commit 906ffb7b773e3007062d9feaa54dc55eaf692684 From 536449b85aaf5f0c8967b1347615f874ef8cf36a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 12:40:38 +0000 Subject: [PATCH 02892/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 66eda67c64f00ce34870bd32b5311ad1af2d9b67 Use root to write syslog from journalctl We need to be root to write out the syslog data Change-Id: Ie958446c312d37fff9ebccfe352cfa0185e7a514 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 709f2349c2e7..66eda67c64f0 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 709f2349c2e7e204bfe6f4ccec3e2113091adc61 +Subproject commit 66eda67c64f00ce34870bd32b5311ad1af2d9b67 From de248f20767cd7f362f19544c6ad88c7a3636e50 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Sun, 15 Jun 2014 23:46:10 +0400 Subject: [PATCH 02893/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 1ba3cd7641953f875d5c9a651f0f06d2841ff258 Improve a bit query API Make QueryManager.query arguments optional. At this point we are forced to speicify all filter, orderby, limit arguments as well to save order. So for example if I would like to get only 20 records I have to write something like: ceilometer.query_sample.query(None, None, 20) instead of ceilometer.query_sample.query(limit=20) As this doesn't break backward compatibility it shouldn't be a big deal to merge it. Change-Id: I5d589b27cafabd22204585a76f107125b2f3c7bd --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 4862913edd70..1ba3cd764195 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 4862913edd70a2b18279283f32979a4fc16977b5 +Subproject commit 1ba3cd7641953f875d5c9a651f0f06d2841ff258 From c11c25cb8977b8c4a0a8d1aef17d1c5162d73d1e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 12:41:28 +0000 Subject: [PATCH 02894/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e6739636b9914741b09c689850d8dc5d54f99b24 Save sql logs Preserve sql logs in gate. A postgres bug was just found in the gate, but the issue had to be reproduced locally since postgres logs aren't saved. This fixes that. Change-Id: I81e5fc52580383d6606d185ba7ac9fa10be52ff6 Related-Bug: #1321093 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 66eda67c64f0..e6739636b991 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 66eda67c64f00ce34870bd32b5311ad1af2d9b67 +Subproject commit e6739636b9914741b09c689850d8dc5d54f99b24 From 8f8afbe6dbb0277abad15b3394802ba31f9ffdf6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 14:14:33 +0000 Subject: [PATCH 02895/18836] Updated openstack/openstack Project: openstack/python-novaclient 516b1a7692d75e5212379f3b776dfe2d9ba4d8d1 add tox target for python 3.4 Ubuntu 14.04 has python 3.4 so add a 3.4 target. Note that this will fail unless you have new enough virtualenv. Recommend you install the packaged version of 1.11.4 and get rid of any pip installed ones. Change-Id: Ib54dc49fca2463f1c5cd788b48d06bd85be52655 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 96bc1d2344c5..516b1a7692d7 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 96bc1d2344c533ebece14bb61eccb4a60a432e5b +Subproject commit 516b1a7692d75e5212379f3b776dfe2d9ba4d8d1 From 14fa2a5a78a23834b17497da5f7dcf7bbbdfd177 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 14:24:06 +0000 Subject: [PATCH 02896/18836] Updated openstack/openstack Project: openstack-dev/devstack 3723814bf27fb4d78c6c3ad80d77882f75ad07c4 convert devstack from awk to outfilter The complexity of the awk script was pretty high, and it would be good to do it in summaries as well, which starts to get a bit squirelly. Instead bring over the outfilter.py from grenade and use it for the timestamping. Any additional overhead from python should be offset from not shelling out to date on every line of output. Change-Id: Ic2b86ddba3e7f6520a0fd35599b01143936c6deb --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 906ffb7b773e..3723814bf27f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 906ffb7b773e3007062d9feaa54dc55eaf692684 +Subproject commit 3723814bf27fb4d78c6c3ad80d77882f75ad07c4 From c597a141a98d4e93ebd190fcd56b52d762950c32 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 15:48:56 +0000 Subject: [PATCH 02897/18836] Updated openstack/openstack Project: openstack/python-cinderclient a87ee752851411bdfce09a4c1ebdfb03fd6a9b80 Pretty print of endpoints for ambiguous error Pretty print the list of endpoints by region for ambigous endpoint error Change-Id: Ia99b6d46b1944db631fc4bd446aeae77abb08262 Closes-Bug: #1241177 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 0039f1d389ff..a87ee7528514 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 0039f1d389ffad8e7e4ea0f3ffe77f99f12de6ef +Subproject commit a87ee752851411bdfce09a4c1ebdfb03fd6a9b80 From fa6cd6c6ad49c0338b768aa0543b19877d357823 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 19:58:37 +0000 Subject: [PATCH 02898/18836] Updated openstack/openstack Project: openstack-dev/devstack 56a564021d317004a6e75167cc5114ea49355356 double the screen sleep timeout HP Cloud 1.1 is quite slow per core. So much so that grenade is often failing to start services because bash in a screen session isn't ready in 1.5s. Double this to 3s to try to decrease failures in the gate. We should instead do this via some readiness check to decrease races. Change-Id: I2b066a687916742e966190f00b5b06a795d4a014 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3723814bf27f..56a564021d31 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3723814bf27fb4d78c6c3ad80d77882f75ad07c4 +Subproject commit 56a564021d317004a6e75167cc5114ea49355356 From 9c2d7820a2e80f6b9ded13367247c4033b67756c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 20:03:22 +0000 Subject: [PATCH 02899/18836] Updated openstack/openstack Project: openstack/python-novaclient 882627daf2d529b09193af30ae7c607cf407bf53 Convert Floating IP bulk tests to httpretty Change-Id: I4b81963ab6a9924c5f2262f49a42baa56326964d blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 516b1a7692d7..882627daf2d5 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 516b1a7692d75e5212379f3b776dfe2d9ba4d8d1 +Subproject commit 882627daf2d529b09193af30ae7c607cf407bf53 From 36015a3fa49341aedafd4b77b22f2d7b94f3370e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 20:57:53 +0000 Subject: [PATCH 02900/18836] Updated openstack/openstack Project: openstack-dev/devstack 0dfc5230cce097b52840c297429fbf2d28a1dbf0 make mysql run in strict mode this might obviate the need for postgresql in the gate, as it will make mysql act more strict. Suggested by Monty during Atlanta summit on test matrix. Change-Id: Ibfcb0959159f3b84fe35a1198d481bff308da0d4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 56a564021d31..0dfc5230cce0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 56a564021d317004a6e75167cc5114ea49355356 +Subproject commit 0dfc5230cce097b52840c297429fbf2d28a1dbf0 From 553bf90b5cf28cc059989583876344d0de8f8e72 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 16 Jun 2014 21:32:31 +0000 Subject: [PATCH 02901/18836] Updated openstack/openstack Project: openstack/python-openstackclient fbb9e7aefa3838f6c03b1d17111011c76ece7706 Clean up logging levels The following logging levels are set according to the combination of --verbose, --quiet and --debug options: verbose_level logging level options 0 --quiet ERROR 1 (none) WARNING 2 --verbose INFO 3+ --verbose --verbose DEBUG or --debug Logging levels for the requests and iso8601 modules are forced to ERROR. This is the first step in bp use-logging-not-print The difference between '--debug' and '--verbose --verbose' is --debug triggers cliff's exception handling and traceback display. Change-Id: Ide2233b3316471d279260fb1e7255a6ca2072023 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 5c2d9f386b99..fbb9e7aefa38 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 5c2d9f386b99c04b2d9683d658d952473885b9a8 +Subproject commit fbb9e7aefa3838f6c03b1d17111011c76ece7706 From a1dd10a6e45eac18ce1eceb0ab917dd29b7e1a19 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 00:04:52 +0000 Subject: [PATCH 02902/18836] Updated openstack/openstack Project: openstack/oslo.messaging b60a460baf8d942514893b552aaa2ab93fdaf493 zmq: switch back to not using message envelopes In oslo-incubator, we default to not serializing messages using a message envelope: def _cast(.., envelope=False, ...) except using the v2 notifyer which explicitly passes envelope=True. However, in oslo.messaging, we accidentally switched to using a message envelope: def _send(self, ..., envelope=True): This was not intentional and may be disruptive to users. This issue was identified because the envelope=True path just doesn't work! We don't have any zmq tests in oslo.messaging, but even in oslo-incubator the code path isn't tested and has been broken since I73aad7697cf83ad4aabb3c2058b7cc4f53f783c2 Partial-Bug: #1301132 Change-Id: I6aa2e2ac3cebf443719d64ebcd9eaadc0a9328b8 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f2cd28e503b4..b60a460baf8d 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f2cd28e503b4cd8648627493fce1736e01fa86c1 +Subproject commit b60a460baf8d942514893b552aaa2ab93fdaf493 From b9ead1d3a1f10f9771bcbd116d81f0f63dbb2524 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 01:23:25 +0000 Subject: [PATCH 02903/18836] Updated openstack/openstack Project: openstack/python-openstackclient aba1fb2268b3e5a2c785742861d7ae086b18e9a7 Refactor oauth1 code for updates The keystoneclient code for oauth1 support has changed. As such, we should remove the delete, list and authenticate functions, since they are not in keystoneclient. Also, we must now pass in the project id when creating a request token. Additionally we must now pass in roles when authorizing a request token. Added functional tests to ensure output and input args are the same. bp add-oauth-support Change-Id: I559c18a73ad95a0c8b7a6a95f463b78334186f61 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index fbb9e7aefa38..aba1fb2268b3 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit fbb9e7aefa3838f6c03b1d17111011c76ece7706 +Subproject commit aba1fb2268b3e5a2c785742861d7ae086b18e9a7 From ff96ff18086909c1997afcc6e0dfa21abd3fec62 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 01:24:47 +0000 Subject: [PATCH 02904/18836] Updated openstack/openstack Project: openstack-dev/devstack 4fbb8137af8c3e0e5805db7337651048f11b6bb2 Reserve Keystone ports from the ephemeral range Reserve Keystone ports from the ephemeral range as early as reasonably possible in the fixup_stuff.sh process to reduce the likelihood that the port will be in use. This does not completely resolve the issue where Keystone's IANA assigned port falls into Linux's ephemeral range, but this should reduce the occurrences. The default ports are 35357 and 35358. Change-Id: I8cfb53d8f90c1ff1fb1083c59fefabca3d14323b Partial-Bug: #1253482 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0dfc5230cce0..4fbb8137af8c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0dfc5230cce097b52840c297429fbf2d28a1dbf0 +Subproject commit 4fbb8137af8c3e0e5805db7337651048f11b6bb2 From c2d980ffd0ddf8bf02a81e8020a28d7d8ae3bf2b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 01:24:49 +0000 Subject: [PATCH 02905/18836] Updated openstack/openstack Project: openstack/glance 90f9bccd621a30e03d6f115a5b48144ddb7de5ee sync oslo incubator code Code was added in oslo incubator to allow configuring tcp keepalive[0]. Syncing glance to pull in this changes so we can use that function to set keepalive [0] https://review.openstack.org/#/c/90870/ Changes are gettextutils.py 9912e5d Add API for creating translation functions 6cc96d0 Fix test_gettextutils on Python 3 fd33d1e Fix gettextutil.Message handling of deep copy failures 047b2e4 Change lazy translation to retain complete dict importutils.py 885828a Deleted duplicated method in cliutils. log.py edd73c9 Merge "Improve help strings" network_utils.py e433899 Enable configuring tcp keepalive 162e850 Remove import workaround of SplitResult timeutils.py d815087 Merge "Fix spelling errors in comments" Head in oslo incubator is ================================================= commit 8ce44b1d8b57532d6178137aabaa77cbb8e1bae7 Merge: 933bf04 e53e815 Author: Jenkins Merge "Add mailmap entry" ================================================= Change-Id: Icc42b43ec6d059616bf921a56a092fae16d4a107 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 00bc84b05270..90f9bccd621a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 00bc84b05270b2b5e0077c6f4384f45f2ef3608f +Subproject commit 90f9bccd621a30e03d6f115a5b48144ddb7de5ee From 6313e5e7a33da7a3791533a766a09ca4f0df6bab Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 03:59:22 +0000 Subject: [PATCH 02906/18836] Updated openstack/openstack Project: openstack/python-novaclient 8aec8049b9483f8890b38d7d1d6b27b74b8efdc4 Add posargs support to flake8 call Add posargs to flake8 call in tox.ini, with this you can pass arguments directly into flake8 using the following notation tox -epep8 -- --FLAKE8-ARG This can be used to pass arguments like '--statistics' to flake8 Change-Id: Ia820d62c4a1f428d60d88b04d8a4d9b1442baa09 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 882627daf2d5..8aec8049b948 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 882627daf2d529b09193af30ae7c607cf407bf53 +Subproject commit 8aec8049b9483f8890b38d7d1d6b27b74b8efdc4 From edbe87e5029afa91e8d6e6f188e4287b41bb7f4b Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 15 Jun 2014 11:14:08 +0800 Subject: [PATCH 02907/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2d1cc878033c9dee997c12f937bd92f32599071b Using six.u('') instead of u'' In a few places, there's some u'' strings, this patch replaces them by six.u(''), as this fixes things when running the unit tests in Debian Wheezy. Change-Id: I60c01f85901a33a0e3e7a255049084126558f031 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f83115b4a6d1..2d1cc878033c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f83115b4a6d17c0acc27e2635b3adaa9c3b39c16 +Subproject commit 2d1cc878033c9dee997c12f937bd92f32599071b From b40ada59a7bd47ce526433ae8e7fae685e8ca41d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 05:06:14 +0000 Subject: [PATCH 02908/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f88a9c641d62f50f6cce0462c6a30b4b920da757 Added help text for the debug option This adds a short help text for --debug on the command line. Prior to this short help text the debug option was hidden. Change-Id: I2e641ec496e596fcc4879855ac750d957522be88 Closes-Bug: #1328813 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2d1cc878033c..f88a9c641d62 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2d1cc878033c9dee997c12f937bd92f32599071b +Subproject commit f88a9c641d62f50f6cce0462c6a30b4b920da757 From 97c20a16a7c2656b7aa692f7beb1d3637a30efac Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 8 May 2014 11:09:22 -0500 Subject: [PATCH 02909/18836] Updated openstack/openstack Project: openstack/python-openstackclient 6380b8b95918a42cee63c21b90f7d8d55854d0c8 Image create and set command updates and tests Refactor image create and set commands to properly handle properties. This is particularly tricky with exclusive booleans as in this case leaving both choices off the command line should NOT assume a default value but leave the existing value unchanged. Properties were not being updated correctly in the 'image set' command. Refactor it to use the same pattern as in other SetXxx commands. Add tests for arg handling. Change-Id: I123a64c9b4feecab25a3e2013cc047f55b1c9967 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index aba1fb2268b3..6380b8b95918 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit aba1fb2268b3e5a2c785742861d7ae086b18e9a7 +Subproject commit 6380b8b95918a42cee63c21b90f7d8d55854d0c8 From 5913aa5d9a0f3979ce60a20b7b8e52e59dba28e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 05:38:14 +0000 Subject: [PATCH 02910/18836] Updated openstack/openstack Project: openstack/python-glanceclient 2739317260c61138283f7fcdaee672baa092c2b2 progress flag not supported in v2 API Currently only download method supports --progress flag in v2 API. This patch let upload method in v2 API support this flag too. Change-Id: I1d22379c320adb47a2178697e546413b9257f987 Closes-Bug: #1286265 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 04fb3c262448..2739317260c6 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 04fb3c262448133c963565576e08070450ffd900 +Subproject commit 2739317260c61138283f7fcdaee672baa092c2b2 From 038bfec4f05bbbf06bd1d5e9a7fe7f4835f636d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 06:14:29 +0000 Subject: [PATCH 02911/18836] Updated openstack/openstack Project: openstack-dev/devstack f04abfe865c39ee3fceef4fdebef36a3fd5040e9 Support option for Keystone PKIZ token provider Keystone added support for a compressed token provider, PKIZ. This change adds support to devstack. Set the KEYSTONE_TOKEN_FORMAT option to "PKIZ" to configure Keystone to use it. Change-Id: I123eef661c85cc805e950f1179b48e885078d40f --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4fbb8137af8c..f04abfe865c3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4fbb8137af8c3e0e5805db7337651048f11b6bb2 +Subproject commit f04abfe865c39ee3fceef4fdebef36a3fd5040e9 From 442d4db5789d9b770c65e52161f3292294003d0e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 07:10:45 +0000 Subject: [PATCH 02912/18836] Updated openstack/openstack Project: openstack/python-novaclient d07699de84d21e56207d9d0865b4610e325f27ee adjust to {SHA1} convention for token based on openstack-dev mailing list thread, support the {SHA1} convention for headers that is generally agreed on. Also fix a minor issue that Johannes found after the review landed, which was doing substring matching instead of tuple matching. Change-Id: I80a456c765026ac6179fd424ead01715798c1dac --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 8aec8049b948..d07699de84d2 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 8aec8049b9483f8890b38d7d1d6b27b74b8efdc4 +Subproject commit d07699de84d21e56207d9d0865b4610e325f27ee From f628107b42a3e682f93ac35a574cba59c67aba5c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 08:17:51 +0000 Subject: [PATCH 02913/18836] Updated openstack/openstack Project: openstack-dev/devstack b15413c2527ecb8ee8fd295a27e3c7ac71766adc Cut the heat flavor 1024Mb memory is too much for single instance. approximately 4 GiB memory used even without a booted VM. The heat auto-scaling scenario needs to boot 3 VM (currently disabled), if any other test running in parallel and boots up a vm it would easily can cause OOM an issue. The heat-slow job can work with 128 MiB instance memory, but this change reduces it just to 512 MiB (safer for the guest), and enough to avoid OOM issues on the host, and let us to heve more vm at the same time. The m1.tiny flavor is not good because now it has a hard coded 1 GiB disk limit and the f20 image requires 2 GiB. Setting the disk size to '0' -> automatically use the virtual size of the image. Using multiple cores does not really helps in boot time :(, but it might cause higher host load. (More locking) Reducing the core number to 1. Change-Id: Ice7c1253d15e91fd1c02bc8c6809335aaebfff4a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f04abfe865c3..b15413c2527e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f04abfe865c39ee3fceef4fdebef36a3fd5040e9 +Subproject commit b15413c2527ecb8ee8fd295a27e3c7ac71766adc From dc836cddd342fe8a8797fb0ff7850ca2df3e8837 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 09:13:41 +0000 Subject: [PATCH 02914/18836] Updated openstack/openstack Project: openstack/python-glanceclient 3b694ca89f97ee0a68a58a1d1f7d8272db1aaabb Add support for location parameters in v2 commands Currently glanceclient's v2 commands don't support modification operations on an image's location attribute - the argparse specification for the location attribute of the image-update command causes the image id argument to be included in list of locations and so the command parsing fails (because it causes the image id to appear to be missing). Furthermore even if the 'locations' argument were to be accepted by argparse (e.g. by changing the argument specs and using --id to specify the image id) the command would still fail because the arguments are passed directly to the schema which expects the value of the 'locations' argument to be a valid dictionary (there is nobody to convert the argument string to a python dictionary that the schema expects). This commit adds the following location related commands to glanceclient: --location-add: Add a new location to the list of image locations. --location-delete: Remove an existing location from the list of image locations. --location-update: Update the metadata of existing location. The glanceclient.v2.images.Controller class has been agumented with three new methods to support the commands listed above: - add_location - delete_locations - update_location The server has not been modified, i.e. all location related API requests are passed to the server via HTTP PATCH requests and handled by the server's image update function. The v2 'image' and 'shell' related tests have also been supplemented. Note that in order to use these options the server must be first configured to expose location related info to the clients (i.e. 'show_multiple_locations' must be set to 'True"). I also added a mailmap entry for myself. DocImpact Closes-bug: #1271452 Co-Author: David Koo (koofoss) Change-Id: Id1f320af05d9344645836359758e4aa227aafc69 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 2739317260c6..3b694ca89f97 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 2739317260c61138283f7fcdaee672baa092c2b2 +Subproject commit 3b694ca89f97ee0a68a58a1d1f7d8272db1aaabb From abf64a0a4e205598565afdebf0d296837c7c743a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 10:30:42 +0000 Subject: [PATCH 02915/18836] Updated openstack/openstack Project: openstack/python-novaclient f44c49d3c32a2de0c4b958934d23fb0e9c5eb9bc Bump hacking to 0.9.x series In order to keep this patch to just a requirements bump, ignore new and stricter hacking rules that are being triggered. Fixing up the code and turning these on is out of scope of this patch and is for future patches. Change-Id: Ia3517e705f894b48585b957c21e7a3a6ed90e586 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d07699de84d2..f44c49d3c32a 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d07699de84d21e56207d9d0865b4610e325f27ee +Subproject commit f44c49d3c32a2de0c4b958934d23fb0e9c5eb9bc From f5616c993c5c1f2d9c99fc377685a0171da65122 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 11:43:45 +0000 Subject: [PATCH 02916/18836] Updated openstack/openstack Project: openstack/python-novaclient a4e033292d067654f05d83d6de1cf6719eed7171 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes wrong value description for volume-detach The description of the argument is not proper, the argument is indeed "ID of the volume". “Attachment ID" is the internal term of nova/cinder. So change description 'Attachment ID of the volume.' to 'ID of the volume to detach.' Change-Id: I262d72f6f676e260a58d45b750dbd60fc7c3dcf5 Closes-bug: 1321073 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index f44c49d3c32a..a4e033292d06 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit f44c49d3c32a2de0c4b958934d23fb0e9c5eb9bc +Subproject commit a4e033292d067654f05d83d6de1cf6719eed7171 From 102290f716e1aa73946033d095a7b8343b4edb3d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 11:44:09 +0000 Subject: [PATCH 02917/18836] Updated openstack/openstack Project: openstack/glance 64ae671f33b786cb7ebaefd4c387eb4d1fc259fd To fixes import error for run_tests.sh Change-Id: Iacce978001750c9cb8f398dba78361dee22ed2fb Closes-bug: #1314007 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 90f9bccd621a..64ae671f33b7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 90f9bccd621a30e03d6f115a5b48144ddb7de5ee +Subproject commit 64ae671f33b786cb7ebaefd4c387eb4d1fc259fd From 5af6097aad50fffaec82931150fa35d9ca2f328c Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 20 May 2014 12:25:27 +0200 Subject: [PATCH 02918/18836] Updated openstack/openstack Project: openstack/requirements 4b2a1c77d250ccff5ce56300043edf069280263e Add xstatic and xstatic-jquery for Horizon We are unbundling the static JS files from Horizon, moving them to separate packages where possible. That means, that we have to depend on those packages in requirements now. This is for the patch https://review.openstack.org/#/c/82516/ Both xstatic and xstatic-jquery are not yet packaged in Ubuntu or Fedora, but are used by at least one other large project, MoinMoin 2. Change-Id: Iac5b5baf9d46c8deffd51d8b33345f7e21a50126 Partial-implements: blueprint https://blueprints.launchpad.net/horizon/+spec/remove-javascript-bundling --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b706c1e5d110..4b2a1c77d250 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b706c1e5d11042b390496a9926b4d2695a90d3a7 +Subproject commit 4b2a1c77d250ccff5ce56300043edf069280263e From f9c254325cd47a4027442a347fbad70b2847c78c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 14:47:58 +0000 Subject: [PATCH 02919/18836] Updated openstack/openstack Project: openstack/requirements d120190f00545a8768a10d803f94ea43aebd09ba Fix whitespace that occurs after comma Use a custom tuple of separators for json.dumps that avoids having the comma+space, which looks bad if this is ever committed. Replace it by just having ": " and "," (no space after) instead. An example of this so that it can be more clear: http://paste.openstack.org/show/84238/ Note the above paste where the old version has spaces after commas where as the newer version does not have these spaces. Change-Id: Ifd04d5e1b26ebdf9db374761f31baaf1e33d87cd --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 4b2a1c77d250..d120190f0054 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 4b2a1c77d250ccff5ce56300043edf069280263e +Subproject commit d120190f00545a8768a10d803f94ea43aebd09ba From bc36fb968b423856ebae1f30e90c1116e39cdad9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 14:48:01 +0000 Subject: [PATCH 02920/18836] Updated openstack/openstack Project: openstack/requirements c71b2eb9114b82647b3cb40e8b356c4f8ecc074a Bump minimum oslo.config version to 1.2.1 oslo.config-1.2.1 has a required fix for interaction with argparse, which effects trove and glance at least. Related patch: I8d1b52e5390295726eb49af32eb7cab14c29592c Change-Id: Icf7fa53834ddbd5a480984da9dbc39a207005b21 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d120190f0054..c71b2eb9114b 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d120190f00545a8768a10d803f94ea43aebd09ba +Subproject commit c71b2eb9114b82647b3cb40e8b356c4f8ecc074a From 453da77f43ce9b1521c24d7d67e4bec615b6ef09 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 15:45:12 +0000 Subject: [PATCH 02921/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate bb7e67f5d44a8bae9f4abd92d195beececa90c70 Add an option to enable the nova v3 api tests This commit adds a new env variable DEVSTACK_GATE_TEMPEST_NOVA_V3_API used to enable the Nova v3 API tests in tempest. This depends on devstack change: If14deb80f271061e70fae6c3d13b210ac0dd9399 Change-Id: I0e4fd5a1f1cde138af08f1cf9bf4b9e80c241e81 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e6739636b991..bb7e67f5d44a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e6739636b9914741b09c689850d8dc5d54f99b24 +Subproject commit bb7e67f5d44a8bae9f4abd92d195beececa90c70 From 6949988dd4f4b62ac08d1e47d9702a09db920048 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 15:49:30 +0000 Subject: [PATCH 02922/18836] Updated openstack/openstack Project: openstack/oslo.messaging 4d9e2504828795b1d52fcdbc2f69722bec8b0fb9 Add check credentials to log message if rabbmitmq closes socket If one has the credentials misconfigured for rabbitmq currently the following error message is shown: "AMQP server on 10.0.0.23:5672 is unreachable: Socket closed. Trying again in 1 seconds. " This is confusing because the problem is the login creditentials are wrong but the server can be reached. Since the rabbmitmq server allowed the initial connection and closed the socket it's likely an authenication issue. This patch now logs: "AMQP server 10.0.0.23:5672 closed the connection. Check login credentials: Socket closed" to hint the user that it could be a credential issue. Change-Id: Iadff35d88a9cf704c1edd2d5036a113966db3ea3 Closes-bug: 1325750 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index b60a460baf8d..4d9e25048287 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit b60a460baf8d942514893b552aaa2ab93fdaf493 +Subproject commit 4d9e2504828795b1d52fcdbc2f69722bec8b0fb9 From c33e100953ae0e9d66c344c5240de34c04e9b53a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 16:06:48 +0000 Subject: [PATCH 02923/18836] Updated openstack/openstack Project: openstack-dev/devstack da2fe19e24602ec6c0b14b8c4f288d4f2e1ee0ef Use identity_uri instead of auth fragments auth_token middleware now accepts a standard URL string as the parameter identity_uri instead of specifying protocol etc individually. Change the services over to use this. Also changes over some other places in which the auth fragments are used individually to the new variables and fixes up some misconfigurations of auth_token. identity_uri option was release in keystoneclient 0.8.0 Change-Id: Iac13bc3d08c524a6a0f39cdfbc1009e2f5c45c2a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b15413c2527e..da2fe19e2460 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b15413c2527ecb8ee8fd295a27e3c7ac71766adc +Subproject commit da2fe19e24602ec6c0b14b8c4f288d4f2e1ee0ef From 5c20a32f577f3b59164d258c7ddff6a55782feaa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 16:09:06 +0000 Subject: [PATCH 02924/18836] Updated openstack/openstack Project: openstack-dev/devstack 53e1750c080ee978b6e8cf4ea7cfe44704b698c4 Fix Apache Site configuration for openSUSE We can use the mechnism as on Fedora for openSUSE. Change-Id: Ic0d1734df3bdc9ec66e1592109b2d3770d6e0144 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index da2fe19e2460..53e1750c080e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit da2fe19e24602ec6c0b14b8c4f288d4f2e1ee0ef +Subproject commit 53e1750c080ee978b6e8cf4ea7cfe44704b698c4 From 95489cbcc84e8d44389f05e22addf7f630be657e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 16:31:06 +0000 Subject: [PATCH 02925/18836] Updated openstack/openstack Project: openstack-dev/devstack 5b3d97044b256a802be876c88d973eac181929a5 Add flag to set nova v3 api for tempest This commit adds a new env variable, TEMPEST_NOVA_API_V3 to set whether the tempest api v3 tests are enabled. Change-Id: If14deb80f271061e70fae6c3d13b210ac0dd9399 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 53e1750c080e..5b3d97044b25 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 53e1750c080ee978b6e8cf4ea7cfe44704b698c4 +Subproject commit 5b3d97044b256a802be876c88d973eac181929a5 From 07a8e71b11102ed354d7d67f5ff9664a4fb99c30 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 16:31:13 +0000 Subject: [PATCH 02926/18836] Updated openstack/openstack Project: openstack-dev/devstack 902a7608291bef716b7bd24a68a6153b5af86047 Invoke create_nova_conf_neutron from odl-compute post-install only if nova is enabled. Change-Id: I4627ab97eccd7fd4a2ffc31b6a0bb939b2343659 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5b3d97044b25..902a7608291b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5b3d97044b256a802be876c88d973eac181929a5 +Subproject commit 902a7608291bef716b7bd24a68a6153b5af86047 From c0a2efe554b8b920577e00f79f2d65d35a852f02 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 16:47:22 +0000 Subject: [PATCH 02927/18836] Updated openstack/openstack Project: openstack-dev/devstack 7c5a02c48c253c592069d7dbe405a50ed76efa4b Add optional repo enablement for RHEL 7 The RHEL 7 and RHEL 6 optional repos have different names. This enables the correct repo depending on the release. Change-Id: I6772c9903a5b9e98cb870d586629564126a6119a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 902a7608291b..7c5a02c48c25 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 902a7608291bef716b7bd24a68a6153b5af86047 +Subproject commit 7c5a02c48c253c592069d7dbe405a50ed76efa4b From c5ccb67513c00d750eff500968aeaae83d32c4e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 18:29:04 +0000 Subject: [PATCH 02928/18836] Updated openstack/openstack Project: openstack/glance 3d90db31e338a4fe7c608c1de502af33290f0889 Bump python-swiftclient version https://review.openstack.org/#/c/69187/ introduced SSL certificate checking in python-swiftclient (released as v2.0). This patch ensures that the version of swiftclient used will verify SSL certificates correctly. This patch also documents the `swift_store_auth_insecure` configuration option for bypassing the cert verification DocImpact SecurityImpact Change-Id: I20ddab5c3359071daf7505268c72331e4c786987 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 64ae671f33b7..3d90db31e338 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 64ae671f33b786cb7ebaefd4c387eb4d1fc259fd +Subproject commit 3d90db31e338a4fe7c608c1de502af33290f0889 From 6243c3ec95c16bfafeed40b79be8b00d8a1c03f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 19:44:30 +0000 Subject: [PATCH 02929/18836] Updated openstack/openstack Project: openstack-dev/devstack e32526d146946fae629baa050be6f3ea495392f9 Add basic echo_* functions for grenade Grenade, and possibly other components, re-use parts of devstack libraries. This provides basic echo_* functions to avoid missing commands in several libraries. Change-Id: I972d6208055a8c4ca4c9bfd5383ad3c7159d5cbe --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7c5a02c48c25..e32526d14694 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7c5a02c48c253c592069d7dbe405a50ed76efa4b +Subproject commit e32526d146946fae629baa050be6f3ea495392f9 From a2913bb3c311816bfd2de05beb4a6f239c9c5b8f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 19:47:10 +0000 Subject: [PATCH 02930/18836] Updated openstack/openstack Project: openstack-dev/devstack a4de9a9c350dc89b1a108bbecba549da0e5d6579 devstack should put admin_tenant_id in tempest.conf file while setup Some of the test cases in tempest related to quota use admin_tenant_name, ideally it should use admin_tenant_id. As tempest.conf file does not contains admin_tenant_id it should also be updated. tempest.conf file is generated by devstack while setup of openstack, changes should be made in devstack so as to put admin_tenant_id in tempest conf file. Change-Id: I62baf5b1e21ebf8d3b511624c54741015b304955 Closes-Bug: #1321624 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e32526d14694..a4de9a9c350d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e32526d146946fae629baa050be6f3ea495392f9 +Subproject commit a4de9a9c350dc89b1a108bbecba549da0e5d6579 From 00a220211a78f7908c943b7ccdb54095b284e936 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 19:47:12 +0000 Subject: [PATCH 02931/18836] Updated openstack/openstack Project: openstack-dev/devstack ef837e4c7fdf551685385953dd1dc6e935f482fd Configure heat keystone client for SSL when keystone uses SSL When SSL is enabled in Keystone, the path to the Keystone CA file needs to be set in ca_file in the clients_keystone section. Change-Id: Ic324e09b42a96d0ba31e13f8e8042cb3ac24d0b6 Closes-Bug: 1324207 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a4de9a9c350d..ef837e4c7fdf 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a4de9a9c350dc89b1a108bbecba549da0e5d6579 +Subproject commit ef837e4c7fdf551685385953dd1dc6e935f482fd From 2025e99905899d33026f8fb4e746c2b99e46affe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 19:50:57 +0000 Subject: [PATCH 02932/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 032af79424ec05f300423e79641b387324dcefad capture cpu information when we setup_host some very odd results are coming back from hpcloud 1.1, would like an actual cpu dump as part of the run. Change-Id: I4f387a4e6cdf8bbd9334d01fe262e36632b859ac --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index bb7e67f5d44a..032af79424ec 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit bb7e67f5d44a8bae9f4abd92d195beececa90c70 +Subproject commit 032af79424ec05f300423e79641b387324dcefad From 2e4a496a728b208b7613a97d5bbb58369841be13 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 19:51:27 +0000 Subject: [PATCH 02933/18836] Updated openstack/openstack Project: openstack-dev/devstack 5bdabd070bf27da18e43fd263e9f26ea6779cc16 Add $TOP_DIR to the path when calling tools' scripts The missing reference to $TOP_DIR prevent us to run stack.sh from a different directory. Change-Id: Ie15b89734264789bef9a8efcfdbbf2cdb89c936e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ef837e4c7fdf..5bdabd070bf2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ef837e4c7fdf551685385953dd1dc6e935f482fd +Subproject commit 5bdabd070bf27da18e43fd263e9f26ea6779cc16 From f2c4f95c67b786a910bbb4a369e3835e0efdb930 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 20:57:11 +0000 Subject: [PATCH 02934/18836] Updated openstack/openstack Project: openstack/requirements a41201f0be37117fe9f9d90a1e478ed3389c6e28 Bump up to the six 1.7.x series The six 1.7.x series brings in some nice adjustments that users of six can take advantage of, including but not limited to (the below were selected from the six changelog and are widely used six features across openstack): - Select the implementations of dictionary iterator routines at import time for a 20% speed boost. - Improve add_metaclass, so that it doesn't end up inserting another class into the hierarchy. The full changelog can be found at: https://bitbucket.org/gutworth/six/src/35f6/CHANGES?at=1.7.0 Change-Id: I80b09c5921ad277e1ec1da47ae718db8b43a8c23 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index c71b2eb9114b..a41201f0be37 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit c71b2eb9114b82647b3cb40e8b356c4f8ecc074a +Subproject commit a41201f0be37117fe9f9d90a1e478ed3389c6e28 From 1d0f81f65ac05f07dd1d39c9ff87df1c93e5265a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 17 Jun 2014 20:57:24 +0000 Subject: [PATCH 02935/18836] Updated openstack/openstack Project: openstack/glance c6dd4917f29ac7f33711ad8320c2e5b247bd300c Move `location`'s domain code out of glance.store This patch moves the location domain's specific code out of glance.store. Since this code is Glance specific, it's necessary to move it out of the store package so that we can then remove it all together and use the `glance.store` library. Partially-Implements blueprint: create-store-package Change-Id: I7dc3d5d211054cabc2adc2b9b689cda11bce2190 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3d90db31e338..c6dd4917f29a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3d90db31e338a4fe7c608c1de502af33290f0889 +Subproject commit c6dd4917f29ac7f33711ad8320c2e5b247bd300c From 3afed44c8c4c9d155cb404dad2e28c66eabc78ba Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 17 Jun 2014 13:57:02 +0000 Subject: [PATCH 02936/18836] Updated openstack/openstack Project: openstack/python-novaclient aac82c4097f0de13a34deb09b071cf688da18c0e Updated from global requirements Change-Id: I8b166da9845a1d791ca19ff6713769b83c0b4137 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index a4e033292d06..aac82c4097f0 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit a4e033292d067654f05d83d6de1cf6719eed7171 +Subproject commit aac82c4097f0de13a34deb09b071cf688da18c0e From 5d9f91e63cd7b91db83ebad353f2465c05f39aca Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 17 Jun 2014 14:52:26 -0700 Subject: [PATCH 02937/18836] Updated openstack/openstack Project: openstack/requirements 9ee5d599a07c2907164bc6f4f61376494df2b21c Update skip pep8 clause to use hacking Now that projects don't directly use pep8 anymore but rather hacking, update the ignore pep8 clause to say hacking. Related patch to ignore hacking in the requirements sync check: I114b05fb1ec99ec1e0e0162988edb5fa5517df46 Change-Id: Ib21646db18220b40db505856f4796c3d51228abc --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index a41201f0be37..9ee5d599a07c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit a41201f0be37117fe9f9d90a1e478ed3389c6e28 +Subproject commit 9ee5d599a07c2907164bc6f4f61376494df2b21c From fb07600b0a4182b7b7eb72aab8b39c1aa61c16b5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 01:05:56 +0000 Subject: [PATCH 02938/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate cca5d5070465846bcf6ebb77dc26558807fb5f80 display grenade summary instead of all of it this should make the base case more readable in the main console. bp:grenade-readable Depends-On: I235a725b6ca8a02caddad9f5a1457f6461269d5b Change-Id: Ib6485dc3a3ad48f2ce2bc5d73bf4324293a9c131 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 032af79424ec..cca5d5070465 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 032af79424ec05f300423e79641b387324dcefad +Subproject commit cca5d5070465846bcf6ebb77dc26558807fb5f80 From 5d5b21fb7abe66f622bb5a49e63f7cb50f166140 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 06:55:52 +0000 Subject: [PATCH 02939/18836] Updated openstack/openstack Project: openstack/python-novaclient fa2f38a3b2ceec89d9001cca1c53d2c21001ece6 Remove quota-class-* commands from v3 shell Commit 1b15b23b0a629e00913a40c5def42e5ca887071c removed the os-quota-class-sets v3 API from Nova in Icehouse. This change removes the corresponding client code. Closes-Bug: #1331095 Change-Id: Iaa2f4063e0f671da5a54ff89d0f1c1780a2687c4 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index aac82c4097f0..fa2f38a3b2ce 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit aac82c4097f0de13a34deb09b071cf688da18c0e +Subproject commit fa2f38a3b2ceec89d9001cca1c53d2c21001ece6 From 70d40b148d8d1e7092973ab31ac1e7e5055246cf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 11:14:36 +0000 Subject: [PATCH 02940/18836] Updated openstack/openstack Project: openstack-dev/devstack 0099487f188e527ab6fab7ee9237129e0c548960 Wait for OVS to reconfigure when creating PUBLIC_BRIDGE The '--no-wait' flag will not wait for ovs-vswitchd to reconfigure after changes have been made to the database. This causes a race condition as the bridge may or may not be up when 'ip addr flush dev $PUBLIC_BRIDGE' is called. This commit removes the '--no-wait' flag which is safe as the openvswitch services are already started earlier in stack.sh Change-Id: I73ef1b731295d03b0f064c5f786196284c3e39ce Closes-bug: #1328962 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5bdabd070bf2..0099487f188e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5bdabd070bf27da18e43fd263e9f26ea6779cc16 +Subproject commit 0099487f188e527ab6fab7ee9237129e0c548960 From fd9f7b23de524ca12fb4ca3bc9196cae9c89a6e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 11:16:13 +0000 Subject: [PATCH 02941/18836] Updated openstack/openstack Project: openstack-dev/devstack af86e43d7b7aea8bb7d4916972f17c327f12f566 Fix unsubstituted filename creation Since merge_config_file() tries to create an unsubstituted config file, stack.sh fails due to permission denied in the file creation when you use '[[post-config|/$Q_PLUGIN_CONF_FILE]]' and the file does not exist. This patch deletes unnecessary 'touch' command, because the file will be made by 'iniset' function in the next command line with evaled string from 'configfile'. This patch also fixes merge_config_group() to use evaled 'configfile' when it checks the directory of the config file exists. Change-Id: I608847a34143b5c6a1708c180186dd88a32dd44b Closes-bug: #1294213 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0099487f188e..af86e43d7b7a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0099487f188e527ab6fab7ee9237129e0c548960 +Subproject commit af86e43d7b7aea8bb7d4916972f17c327f12f566 From b5c588bb75f7cbb8d77ad0f66345d61769e970c9 Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Wed, 30 Apr 2014 19:10:31 +0300 Subject: [PATCH 02942/18836] Updated openstack/openstack Project: openstack/requirements 01c436b351a06028f2aa1f75deef85d1c9d3170f Add oslo.db library blueprint oslo-db-lib Change-Id: I4fa1beb8dd9a9bbf5c220cf310aa56f407392233 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9ee5d599a07c..01c436b351a0 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9ee5d599a07c2907164bc6f4f61376494df2b21c +Subproject commit 01c436b351a06028f2aa1f75deef85d1c9d3170f From 278c9c6c1cebe0fb97128ea2051fa3329d5ad1cf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 14:03:58 +0000 Subject: [PATCH 02943/18836] Updated openstack/openstack Project: openstack/requirements 1347763f2ff834edda3ef408c429d78fd5cbe74a Make sure pymongo version >= 2.5 Now Marconi is exposing pymongo's cert options to user for the maxium security, which was added since version 2.5 Change-Id: I504112d1f39e5a1b74bcae56b4b855c25b47acd8 Closes-Bug: #1328720 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 01c436b351a0..1347763f2ff8 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 01c436b351a06028f2aa1f75deef85d1c9d3170f +Subproject commit 1347763f2ff834edda3ef408c429d78fd5cbe74a From 275dd303c599eac4dcd314fbc7f2f6486c429564 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 14:04:05 +0000 Subject: [PATCH 02944/18836] Updated openstack/openstack Project: openstack/requirements c6f63f784b94c5eb748e8a8f51dc37521d186c78 Make sure msgpack-python version >= 0.4.0 Now Marconi is using on msgpack and relaying on a new feature introdcued in msgpack since 0.4.0. If user are using the version under that, they may run into HTTP 503 code for some operations. Change-Id: Ib24318c3d593f3d2d0625d0f2c582e26d81f43d1 Closes-Bug: 1331280 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 1347763f2ff8..c6f63f784b94 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 1347763f2ff834edda3ef408c429d78fd5cbe74a +Subproject commit c6f63f784b94c5eb748e8a8f51dc37521d186c78 From b30fe02ea34ceb03bb036c1d99971657859e3ee7 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Thu, 22 May 2014 17:38:41 -0600 Subject: [PATCH 02945/18836] Updated openstack/openstack Project: openstack/python-openstackclient 0b2987fef389603b95b2ba7b788492b8baa56745 Fix find_resource for keystone and cinder The find_resource method had two hacks in in to support cinder and keystone and I have removed those in favor of a monkey patch for cinder. The find_resource method used to attempt to UUID parse the id, but it would do a manager.get anyway. I changed it to skip the UUID parsing. This will make things run minorly faster and it supports LDAP for keystone. The find_resource used to attempt to use display_name=name_or_id when finding. This was a hack for cinder support, but it breaks keystone because keystone totally messes up with the bogus filter and keystone refuses to fix it. Change-Id: I66e45a6341f704900f1d5321a0e70eac3d051665 Closes-Bug: #1306699 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 6380b8b95918..0b2987fef389 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 6380b8b95918a42cee63c21b90f7d8d55854d0c8 +Subproject commit 0b2987fef389603b95b2ba7b788492b8baa56745 From 69c01a98a6a6a4f61a6a30ac30e555d8778506ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 15:37:40 +0000 Subject: [PATCH 02946/18836] Updated openstack/openstack Project: openstack/python-openstackclient 1f2189d6ded9a13637608cf13b7e82591c39b99b Add token delete command for identity v2 Identity v2 has undocumented support for token delete and keystoneclient also has support. Change-Id: Ib98d17958ceb88f7b63471691dee71fdb884ce2e Closes-Bug: #1318442 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 0b2987fef389..1f2189d6ded9 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 0b2987fef389603b95b2ba7b788492b8baa56745 +Subproject commit 1f2189d6ded9a13637608cf13b7e82591c39b99b From 5bbeb2742463ff532296a9e2f09f9b17e41c0580 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 15:38:49 +0000 Subject: [PATCH 02947/18836] Updated openstack/openstack Project: openstack/python-openstackclient ddcc66839372506f607d8f65b9a085b181291f2b Add a docs job to tox.ini A noticed that there wasn't a docs option when running tox. Thought it would be a good idea to add one. Partial-Bug: #1331304 Change-Id: I5af9ff5d5986ad546146c0fa73eb98256fd00c5f --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 1f2189d6ded9..ddcc66839372 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 1f2189d6ded9a13637608cf13b7e82591c39b99b +Subproject commit ddcc66839372506f607d8f65b9a085b181291f2b From 5a8a57ea15e91649f4c2613147000351be490782 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 15:40:04 +0000 Subject: [PATCH 02948/18836] Updated openstack/openstack Project: openstack/python-openstackclient 982b418da78e5d729ba0c4f3113bb691eb78b7c7 Update docs template To make things more consistent across all openstack projects, the developer docs should be upgraded to the newer template used by keystone and keystoneclient (and other projects). I dropped in the necessary static files and themes, and updated the config file to make the changes at build time. Change-Id: I5a268cff3cd5af29ad712705d540b9d1d6667d56 Partial-Bug: #1331304 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index ddcc66839372..982b418da78e 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit ddcc66839372506f607d8f65b9a085b181291f2b +Subproject commit 982b418da78e5d729ba0c4f3113bb691eb78b7c7 From 60a07fec8da45884ceca88aa987371f6168f045a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 15:41:28 +0000 Subject: [PATCH 02949/18836] Updated openstack/openstack Project: openstack/oslo.config 782fd6e78e66c07992d5fd22891062a6851a8e1c Remove print statement from types.Dict Probably left after some debugging session. Change-Id: I8aa427b5f61f695d1c2fed016816844efeea7b8b Closes-bug: #1331449 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 1746fd2908be..782fd6e78e66 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 1746fd2908bec7dd215d06667c615174237809cc +Subproject commit 782fd6e78e66c07992d5fd22891062a6851a8e1c From 23ae6b1f184d3aaf75b6d595af4a8cefc224dca2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 16:03:49 +0000 Subject: [PATCH 02950/18836] Updated openstack/openstack Project: openstack/requirements 9cf1002bd9627fc12554454f97ab48a059e20af2 Require django-pyscss 1.0.1 for django-compressor 1.4 support Since django-compressor 1.4 changed the parameters for its filter class, we need a newer version of django-pyscss that takes that change into consideration. This is needed for patch https://review.openstack.org/#/c/90371/ Change-Id: Ie2389fa60ee5c60689e55f193ebbbd57b1c9959d Partial-implements: blueprint bootstrap-update --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index c6f63f784b94..9cf1002bd962 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit c6f63f784b94c5eb748e8a8f51dc37521d186c78 +Subproject commit 9cf1002bd9627fc12554454f97ab48a059e20af2 From a301374390705178847c211cb4493fe0859665f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 16:03:55 +0000 Subject: [PATCH 02951/18836] Updated openstack/openstack Project: openstack/oslo.messaging ebf3a2e76515c44a019bce24fb2c4f3cf070fd3e Fix the notify method of the routing notifier The notify method of the routing notifier don't have the correct signature and change the case of the priority. This change fixes it. Change-Id: I833b19d0c054c94b861a4f6cc263c3487fa0e544 Closes-bug: #1316681 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 4d9e25048287..ebf3a2e76515 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 4d9e2504828795b1d52fcdbc2f69722bec8b0fb9 +Subproject commit ebf3a2e76515c44a019bce24fb2c4f3cf070fd3e From 2aa03bf510a6e332318cf31487e26f6eaef6af08 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 16:04:18 +0000 Subject: [PATCH 02952/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8247200e37595ea989b0a4759a514b40f69b1df7 auth_token _cache_get checks token expired When auth_token stores the token in the cache, it's stored with the expiration time; but when the token is retrieved from the cache, if the expiration time has passed the token is treated as if it wasn't cached. This creates extra work because now auth_token has to check the token expiration (either by decrypting the PKI token or online validation for UUID tokens). With this change, getting the token from the cache will fail if the expiration is past. Change-Id: Id0ec6b3c2e5af4a2d910f16da4e0312733fc2198 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f88a9c641d62..8247200e3759 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f88a9c641d62f50f6cce0462c6a30b4b920da757 +Subproject commit 8247200e37595ea989b0a4759a514b40f69b1df7 From 5e8e5f24a7e3a2a8a98596f406db65d23a85765c Mon Sep 17 00:00:00 2001 From: haneef ali Date: Fri, 23 May 2014 16:27:20 -0700 Subject: [PATCH 02953/18836] Updated openstack/openstack Project: openstack/python-cinderclient e8e06ee2893cc93cb7bc261b77eec8f012e0f783 Added support for keystone v3client Change-Id: I7bbc74c9e73f36f942f5800a7af0da717da0bc64 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index a87ee7528514..e8e06ee2893c 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit a87ee752851411bdfce09a4c1ebdfb03fd6a9b80 +Subproject commit e8e06ee2893cc93cb7bc261b77eec8f012e0f783 From 93248038f04ee576feba94070704dbdd32006d9c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 18:54:59 +0000 Subject: [PATCH 02954/18836] Updated openstack/openstack Project: openstack-dev/devstack 8c2164dbfd3a4073049f85cad89eeaf48917986e Neutron: start to use nova's neutron configuration section Commit 5cacad3508570ce70b1f9ef620e0508169687fda added support of a neutron section. This updates the code to make use of that section. Change-Id: I86119476fde5066182d3aadcee5985019202647a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index af86e43d7b7a..8c2164dbfd3a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit af86e43d7b7aea8bb7d4916972f17c327f12f566 +Subproject commit 8c2164dbfd3a4073049f85cad89eeaf48917986e From 274629a0de85369dab95a4a2f2cbf96b86d6acdb Mon Sep 17 00:00:00 2001 From: Michael Still Date: Tue, 17 Jun 2014 17:45:47 +1000 Subject: [PATCH 02955/18836] Updated openstack/openstack Project: openstack/python-glanceclient dec9c9f3525577dd865bd12d43e4578ae32e4d3c Change a debug line to prevent UnicodeDecodeError issue This debug line is causing tracebacks in the n-cpu logs for tempest runs. Its because the logged data is sometimes unicode: Traceback (most recent call last): File "/usr/lib/python2.7/logging/__init__.py", line 846, in emit msg = self.format(record) File "/opt/stack/new/nova/nova/openstack/common/log.py", line 710, in format return logging.StreamHandler.format(self, record) File "/usr/lib/python2.7/logging/__init__.py", line 723, in format return fmt.format(record) File "/opt/stack/new/nova/nova/openstack/common/log.py", line 674, in format return logging.Formatter.format(self, record) File "/usr/lib/python2.7/logging/__init__.py", line 467, in format s = self._fmt % record.__dict__ UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1234: ordinal not in range(128) Logged from file http.py, line 153 The change used correct encoding error handling policy for the log which may includes non-ascii char. Closes-bug: 1320655 Change-Id: I97f5f14b9beddcceb7fbd371062caf5a38a62a20 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 3b694ca89f97..dec9c9f35255 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 3b694ca89f97ee0a68a58a1d1f7d8272db1aaabb +Subproject commit dec9c9f3525577dd865bd12d43e4578ae32e4d3c From b8da9603c10230e941efb1a2d5492ce79afc6c90 Mon Sep 17 00:00:00 2001 From: Dina Belova Date: Wed, 18 Jun 2014 18:27:04 +0400 Subject: [PATCH 02956/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 998c72bd77d63e370b9167a205993f6731dcabf3 Fix the alarm history order shown to user In the Ceilometer storage backends implementation we are specially sorting the alarm history points in the following way: the first one by the timestamp should be the last one in the list. The Python client itself provides the information in this way, but the table printed had the opposite one, so this was fixed. Change-Id: If39bb5868e360f37ed76c12b55fc71eade331f47 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 1ba3cd764195..998c72bd77d6 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 1ba3cd7641953f875d5c9a651f0f06d2841ff258 +Subproject commit 998c72bd77d63e370b9167a205993f6731dcabf3 From 55fad2fce9390616f00ec0b74dd4a2fa924cf102 Mon Sep 17 00:00:00 2001 From: Arnaud Legendre Date: Thu, 1 May 2014 21:49:07 -0700 Subject: [PATCH 02957/18836] Updated openstack/openstack Project: openstack/glance c9a034c838e2c5a1f636656ead9aa3b6f7d06603 Do not call configure several times at startup At startup, Glance first creates the stores and then verifies the default store. Each of these operations will indirectly trigger the creation of store objects which is triggering configure and configure_add calls. configure and configure_add can potentially contain remote calls going through the network: we should avoid having these methods called two times for nothing. This patch adds a parameter in the store init method to specify if the configuration of the store should happen. In case of verify default store, the configuration should not happen. Closes-Bug: #1315237 Change-Id: I329730a3351cd7b78de27a88a7f669ae32b2f100 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c6dd4917f29a..c9a034c838e2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c6dd4917f29ac7f33711ad8320c2e5b247bd300c +Subproject commit c9a034c838e2c5a1f636656ead9aa3b6f7d06603 From 0a3910f0775844b5b65874a08c9a5953dd2eec0e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 19:33:34 +0000 Subject: [PATCH 02958/18836] Updated openstack/openstack Project: openstack/requirements a1f1016ca6a8932a35f77b611d230df8112c022a Add nodeenv for horizon nodeenv is a tool to create isolated node.js environments. It is already used in the tuskar-ui project for testing, and would be introduced in Horizon in patch https://review.openstack.org/#/c/97237/ It is Python 3 compatible and released under the BSD license. Change-Id: I17d5e9ac36a7982b21e0fdf70d52f6be5069e850 Implements: blueprint node-toolchain --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9cf1002bd962..a1f1016ca6a8 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9cf1002bd9627fc12554454f97ab48a059e20af2 +Subproject commit a1f1016ca6a8932a35f77b611d230df8112c022a From df97f8afb51f70b5e87c1feafebe062ff32353b2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 19:33:35 +0000 Subject: [PATCH 02959/18836] Updated openstack/openstack Project: openstack/django_openstack_auth a78e41c1ed2c8a659c55449e9868842c2356cb7c Add license header to exceptions.py Previously openstack_auth/exceptions.py had no license header. Change-Id: Idf3347a54a0ce28cc7efc297e43ad4516ef96cfe --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index f3b0f86832e7..a78e41c1ed2c 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit f3b0f86832e787cb5c1c251e0b0475bdbf87a40e +Subproject commit a78e41c1ed2c8a659c55449e9868842c2356cb7c From 0a558b3237657f9e12294ad9ba352ed591a5a759 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 19:46:02 +0000 Subject: [PATCH 02960/18836] Updated openstack/openstack Project: openstack/python-glanceclient e6579f43cc39db0f2d640041477b66a011acff59 Reuse class Manager from common code Class `Managers` from `glanceclient.common.base` module is similar to class `apiclient:ManagerWithFind` from common code. In this patch: - class glanceclient.common.base:Managers replaced by apiclient:ManagerWithFind - module glanceclient.common.base marked as 'deprecated' Related to bp common-client-library-2 Change-Id: I41da4a9188e97ca2c07b6234fc2ac0a877553d3f --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index dec9c9f35255..e6579f43cc39 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit dec9c9f3525577dd865bd12d43e4578ae32e4d3c +Subproject commit e6579f43cc39db0f2d640041477b66a011acff59 From 777a37af742076347cd7b3a8d3bb307919d6aeb2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 19:54:29 +0000 Subject: [PATCH 02961/18836] Updated openstack/openstack Project: openstack/glance ca6eb80ad4a64a958a29a887f1a5ac0a4293e3a4 notifier: simply notifier_strategy compat support In order to handle the deprecated notifier_strategy configuration option we just need to translate the notifier_strategy value as follows: default -> transport_url=None, driver='noop' noop -> transport_url=None, driver='noop' logging -> transport_url=None, driver='log' rabbit -> transport_url=rabbit:///, driver='messaging' qpid -> transport_url=qpid:///, driver='messaging' None -> transport_url=None, driver=None where the last bit simply means that the user hasn't specified any notifier_strategy and we should just have oslo.messaging load a notifier based on oslo.messaging's config options. It really doesn't need to be any more complicated than that, and we certainly shouldn't need to poke at what the user may have configured for transport_url in their config file. The reason this is important is that CONF.transport_url is a private configuration option which soon will not be visible to users of the oslo.messaging API. See I9c3bf74f13a820ce295aa77a2bbcd781778b5926. Also, simplify the testing of this stuff by mocking the oslo.messaging APIs used and using the test scenarios outlined above. This also means we stop poking around in oslo.messaging internals like: self.assertEqual(str(nfier._transport._driver._url), 'qpid:///') Naughty, naughty! Note: it's arguable we should just remove notifier_strategy in Juno since we deprecated it in Icehouse, but this patch will be useful to backport to stable/icehouse in any case. Change-Id: I067248974baee50a2a0afb38bf022b65d1bea57a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c9a034c838e2..ca6eb80ad4a6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c9a034c838e2c5a1f636656ead9aa3b6f7d06603 +Subproject commit ca6eb80ad4a64a958a29a887f1a5ac0a4293e3a4 From 875dcd3338be36cfe17895026bcc7f59b903c738 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 19:58:15 +0000 Subject: [PATCH 02962/18836] Updated openstack/openstack Project: openstack/oslo.config 582e1a39a57903472b3d99ce6293fda8e044c846 Add test case for hyphenated option names Add some tests to show the broken behaviour in #127993 and to help ensure that fixing it doesn't break correct behaviour in other places. Related-Bug: #1279973 Change-Id: I69b2c4e3f27a3e193ca10cef32dd752d6a6fcc8b --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 782fd6e78e66..582e1a39a579 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 782fd6e78e66c07992d5fd22891062a6851a8e1c +Subproject commit 582e1a39a57903472b3d99ce6293fda8e044c846 From d84be42449b00ba4c2ca9a0db5c5c75a12aeb67b Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 18 Jun 2014 16:11:34 +0000 Subject: [PATCH 02963/18836] Updated openstack/openstack Project: openstack/oslo.messaging d3adde6b973086dab7da0fc87b2980f821b40224 Updated from global requirements Change-Id: I71fd4b1292d68279d75569dc022745b75da66eab --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index ebf3a2e76515..d3adde6b9730 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit ebf3a2e76515c44a019bce24fb2c4f3cf070fd3e +Subproject commit d3adde6b973086dab7da0fc87b2980f821b40224 From ddd61be835e634cc778b1df23996ef05687c43ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 21:54:01 +0000 Subject: [PATCH 02964/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 3ecf3f6a88b65cae9ebbfb392e5ce64b5de9721b Provide explicit help string of resource-metadata Currently, the "--resource-metadata" in ceilometer sample-create command is not easy to use. For compatibility, this patch just provides an explicit help string for the parameter. Change-Id: I6d68d5b653c3b33808cba6f9a781301fba9b44e3 Closes-Bug: #1324759 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 998c72bd77d6..3ecf3f6a88b6 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 998c72bd77d63e370b9167a205993f6731dcabf3 +Subproject commit 3ecf3f6a88b65cae9ebbfb392e5ce64b5de9721b From a73cb2389621878390f8b631e9f7c623129fb56e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 18 Jun 2014 22:44:24 +0000 Subject: [PATCH 02965/18836] Updated openstack/openstack Project: openstack/python-openstackclient 0a491b2ac82553d5bec10e782c582fca3a88c148 Change the token verb to issue/revoke Change the token verb to issue/revoke as documented in: https://wiki.openstack.org/wiki/OpenStackClient/Commands#token https://wiki.openstack.org/wiki/OpenStackClient/Commands#Actions Change-Id: I44f77f98ad3269c4f2149301c204804dcb75ac81 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 982b418da78e..0a491b2ac825 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 982b418da78e5d729ba0c4f3113bb691eb78b7c7 +Subproject commit 0a491b2ac82553d5bec10e782c582fca3a88c148 From 2b0492f2a68effe3a30dda980e170bc1f5ceb08e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 18 Jun 2014 14:10:23 +0000 Subject: [PATCH 02966/18836] Updated openstack/openstack Project: openstack/python-novaclient e6a51f47c409adfa56e8b1e16425ac3fc26e08ab Updated from global requirements Change-Id: Iee04e0f6b62cb97824bef2217a3dbd42c15754f8 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index fa2f38a3b2ce..e6a51f47c409 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit fa2f38a3b2ceec89d9001cca1c53d2c21001ece6 +Subproject commit e6a51f47c409adfa56e8b1e16425ac3fc26e08ab From 915425c104e04de5c14ca627f197bb1069808a9f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 01:05:18 +0000 Subject: [PATCH 02967/18836] Updated openstack/openstack Project: openstack/requirements c8496e00f5671e9c7650846fcf8dd672430ce044 Add doc8 a documentation style checking package Many of the projects are starting to do style checks on there specs files or other rst files so it seems appropriate to use a small utility library to do these kinds of checks (to avoid repeated copied code). Doc8 starts to create a path for a common rst documentation checking suite that can avoid the 'test_titles.py' tests that are appearing in the various specification repositories. Projects that currently can benefit from this package: - TaskFlow - Cinder - Others with spec repos (nova, glance, oslo...) Change-Id: Ie942497d88ad4dc9a4b3e58bea213354ec5513c5 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index a1f1016ca6a8..c8496e00f567 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit a1f1016ca6a8932a35f77b611d230df8112c022a +Subproject commit c8496e00f5671e9c7650846fcf8dd672430ce044 From 2d0c8f940e58e61638dffb33a214ea9da9afd23d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 18 Jun 2014 16:11:59 +0000 Subject: [PATCH 02968/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b2a0c5bc8238f8c180c05d9c250288854e8a1070 Updated from global requirements Change-Id: I0804468699cd7af0b3b520c07fd0aeff809bd2b1 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8247200e3759..b2a0c5bc8238 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8247200e37595ea989b0a4759a514b40f69b1df7 +Subproject commit b2a0c5bc8238f8c180c05d9c250288854e8a1070 From 5e5ff35e6185ff5e04510044e240acfe07882271 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 04:41:43 +0000 Subject: [PATCH 02969/18836] Updated openstack/openstack Project: openstack/glance 17ef9cb169f9ff0f25f79419e399fa7126c38f94 Fixes v2 return status on unauthorized download If a user is not allowed to download an image because of a policy, glance v2 API responds with a HTTP 200 status and no data instead of HTTP 403 for no cache only. The problem is that get_data implementation for notification proxy is a generator, this situation delays the other proxies get_data calls (including the policy proxy) for the first time data is retrieved. Hence, there is a delay in enforcing policy, so 200 is sent before the API gets the chance to catch the policy exception. DocImpact Closes-Bug: #1326781 Change-Id: I1e50a069a6b7f9eed7160cd5908a5fa30274e227 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ca6eb80ad4a6..17ef9cb169f9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ca6eb80ad4a64a958a29a887f1a5ac0a4293e3a4 +Subproject commit 17ef9cb169f9ff0f25f79419e399fa7126c38f94 From d49c98c92f34d1ee884824851956c01cdc849b06 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 19 Jun 2014 01:12:29 +0000 Subject: [PATCH 02970/18836] Updated openstack/openstack Project: openstack/python-glanceclient 938031ad526866e72a27d3c566c9cbc2c0d7dd68 Updated from global requirements Change-Id: I3f2a517c6a02285c804adcee95cb66f1f6502744 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index e6579f43cc39..938031ad5268 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit e6579f43cc39db0f2d640041477b66a011acff59 +Subproject commit 938031ad526866e72a27d3c566c9cbc2c0d7dd68 From 5c9e5288d6aecec56cac02965bf7a69264124733 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 19 Jun 2014 01:12:23 +0000 Subject: [PATCH 02971/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient e5cd3b26b7b4dbf86b9665a459db50f4be93dd34 Updated from global requirements Change-Id: Ic2fd2ffb3d5c464d51933e97c6715f8608770487 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 3ecf3f6a88b6..e5cd3b26b7b4 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 3ecf3f6a88b65cae9ebbfb392e5ce64b5de9721b +Subproject commit e5cd3b26b7b4dbf86b9665a459db50f4be93dd34 From ec71f8cc975da16f354fe36f23c842aa184b7d2a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 11:34:10 +0000 Subject: [PATCH 02972/18836] Updated openstack/openstack Project: openstack-dev/devstack e54a2b5057823b44af66e2f27610f134ad290d16 Save OPENSTACK_KEYSTONE_URL to horizon local_settings OPENSTACK_KEYSTONE_URL is not saved to local_settings correctly, this patch fixes this bug. Change-Id: I4275f035be3d8ab013840d8b5e3f9a5e292a366b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8c2164dbfd3a..e54a2b505782 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8c2164dbfd3a4073049f85cad89eeaf48917986e +Subproject commit e54a2b5057823b44af66e2f27610f134ad290d16 From c6e523de9c9852f607c745371d29bc26e50dd8c2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 12:38:01 +0000 Subject: [PATCH 02973/18836] Updated openstack/openstack Project: openstack-dev/devstack a887acb9340f7ba23aa05594e5369527f9e0140b Remove obsolete sahara keystone auth conf Change-Id: I9005d99540572bd1e9251683b1e9cc6638afa7e7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e54a2b505782..a887acb9340f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e54a2b5057823b44af66e2f27610f134ad290d16 +Subproject commit a887acb9340f7ba23aa05594e5369527f9e0140b From e6b3ed411a1d61eff39cd1b8c2673537641ed4db Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 16:53:44 +0000 Subject: [PATCH 02974/18836] Updated openstack/openstack Project: openstack/glance 35b806893401ea1e0fca29a2f51470df590af52d Changed psutil dep. to match global requirements Global requirements now expect that psutil<2.0.0 Therefore the call to children() in psutil was invalid and was failing tests, so this commit changes the call to get_children() and updates test-requirements to reflect this version change Change-Id: I9570dd1ec0cb9fd7efaee292d7996510b56ab611 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 17ef9cb169f9..35b806893401 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 17ef9cb169f9ff0f25f79419e399fa7126c38f94 +Subproject commit 35b806893401ea1e0fca29a2f51470df590af52d From 6a7f38d11b876bbabf732b16122ee8bac94563d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 16:57:32 +0000 Subject: [PATCH 02975/18836] Updated openstack/openstack Project: openstack-dev/devstack fcebd2b5e6aafa266875a575db67e73b020c3872 Call ironic-dbsync with proper --config-file option Without --config-file option ironic-dbsync creates SQLite database in the current directory, instead of migrating MySQL database. Change-Id: Ib733dbf9198a037114f6221e974acb29d109ff22 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a887acb9340f..fcebd2b5e6aa 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a887acb9340f7ba23aa05594e5369527f9e0140b +Subproject commit fcebd2b5e6aafa266875a575db67e73b020c3872 From 56ec8bdf5f337cddc08a29c3c213f53471ee3a51 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 17:14:03 +0000 Subject: [PATCH 02976/18836] Updated openstack/openstack Project: openstack/python-openstackclient c6cc1d72d50404b5921b9d451afcb513ad98ff9a Refactor role list subcommand for identity v3 api Currently parts of user list and group list command are actually functioning as role listing, which is quite counter intuitive and misleading. This refactor change move role related logic to a single place of role list command. It now allows role grants listing for user/group + domain/project combinations. If no user or group specified, it will list all roles in the system, which is the default behaviour. Change-Id: I4ced6df4b76f018d01000d28b4281ad9f252ffcc --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 0a491b2ac825..c6cc1d72d504 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 0a491b2ac82553d5bec10e782c582fca3a88c148 +Subproject commit c6cc1d72d50404b5921b9d451afcb513ad98ff9a From 01561e0dd92023a887c72741536c29bc923e675d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 19 Jun 2014 01:12:07 +0000 Subject: [PATCH 02977/18836] Updated openstack/openstack Project: openstack/oslo.config 63784a0df487f00d49c7940413922aa5fcfde2b0 Updated from global requirements Change-Id: I4f210812d4b2df3992b8444f384839b36f807123 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 582e1a39a579..63784a0df487 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 582e1a39a57903472b3d99ce6293fda8e044c846 +Subproject commit 63784a0df487f00d49c7940413922aa5fcfde2b0 From 91b81ccf8b887d7714dcd5ca4fae13dc229df98f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 18:00:19 +0000 Subject: [PATCH 02978/18836] Updated openstack/openstack Project: openstack/glance 2dc8dbcfa127e161443f1821d4aab520290ee7a6 Use df(1) in a portable way The _get_capacity_info() method of glance.store.filesystem.Store class calls df(1) with '--block-size' GNU-speicifc argument to get 1 byte blocks. To make this code more portable [1], call df(1) with '-k' argument to get 1024 byte blocks and multiply the result by 1024. 1: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/df.html Change-Id: I7ab2eb1c8588fec3623046ddc91615ba2eba2c13 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 35b806893401..2dc8dbcfa127 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 35b806893401ea1e0fca29a2f51470df590af52d +Subproject commit 2dc8dbcfa127e161443f1821d4aab520290ee7a6 From cba73c3c1bc9b7275f297c32610bc9cb00d416ad Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 18:06:40 +0000 Subject: [PATCH 02979/18836] Updated openstack/openstack Project: openstack/glance f4598907ad23e7705c863b9c999b985dc7a0b139 colorizer: use staticmethod rather than classmethod The methods are actually not class methods at all as they do not use the class nor the instance. Change-Id: I04721bcaef30da291389a1144bdcfe65f10753b2 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 2dc8dbcfa127..f4598907ad23 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 2dc8dbcfa127e161443f1821d4aab520290ee7a6 +Subproject commit f4598907ad23e7705c863b9c999b985dc7a0b139 From f21128e1698e32885facf6e9568e2db320a057d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 18:53:40 +0000 Subject: [PATCH 02980/18836] Updated openstack/openstack Project: openstack/oslo.messaging b8009466ce8f02207be3de79003f02664c6ed89a Add an example usage of RPCClient retry parameter Change-Id: Ib88870b312721deff0d9b6db2ba2e3cb99da6038 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index d3adde6b9730..b8009466ce8f 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit d3adde6b973086dab7da0fc87b2980f821b40224 +Subproject commit b8009466ce8f02207be3de79003f02664c6ed89a From d2d9af94e8369c9e7df30dc26e613d132879d6e2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 19:14:36 +0000 Subject: [PATCH 02981/18836] Updated openstack/openstack Project: openstack/oslo.messaging 1b4d7ad6f2da7bba2d2d72a67745dbee4f2beb09 Cleaned up references to executor specific RPCServer types In oslo.messaging design phase, it was planned to introduce executor specific RPCServer types though they were never implemented. References to those types sneaked into docstrings from the original design document. Since we're not going to implement those types now, docstrings should be updated accordingly. Change-Id: Ic4017bb8f89d47115bb7dc59483e81d26c76212b --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index b8009466ce8f..1b4d7ad6f2da 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit b8009466ce8f02207be3de79003f02664c6ed89a +Subproject commit 1b4d7ad6f2da7bba2d2d72a67745dbee4f2beb09 From 240ea293f43b23cfa2af8218c3007efc206dafef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 19:14:49 +0000 Subject: [PATCH 02982/18836] Updated openstack/openstack Project: openstack/oslo.config e0172be373155a55f70a28a0811440ad28b747db Add more tests for positional CLI opts Add tests to ensure that e.g. default=None, default=[], etc. works as expected. Change-Id: I66f5df6e622a66faa1d00ee0846cbec5eb119283 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 63784a0df487..e0172be37315 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 63784a0df487f00d49c7940413922aa5fcfde2b0 +Subproject commit e0172be373155a55f70a28a0811440ad28b747db From eb7ec8d74ede1465baa84237f26e43f30b7b9241 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 19:14:56 +0000 Subject: [PATCH 02983/18836] Updated openstack/openstack Project: openstack/oslo.config f18797ab7d068663b37f4e25558c624f44e4b099 Add warning about interpolating values from groups Add a warning explaining that options in groups cannot be used with the interpolation syntax. Reformat note to use directive so it is highlighted. Add "docs" section to tox.ini to make testing doc build easier. Change-Id: If5106aa44d4c87abe84a7fb7a250541bba9f5068 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index e0172be37315..f18797ab7d06 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit e0172be373155a55f70a28a0811440ad28b747db +Subproject commit f18797ab7d068663b37f4e25558c624f44e4b099 From df16c5451791a1f0d66481f5089d45350afa7bf9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 19:17:46 +0000 Subject: [PATCH 02984/18836] Updated openstack/openstack Project: openstack/glance 0e7611daf47e16f7b93197da7eef08d4f718cb5a notifier: remove notifier_strategy compat support The notifier_strategy option is deprecated since we merged commit I8cd84772bc5867e06b2a50ed7e15b9e86f0b94ad during the Icehouse cycle. Assuming the usual single cycle deprecation period, this can now be removed. DocImpact: the notifier_strategy has been removed in favor of the notification_driver and related oslo.messaging options. Change-Id: I3ab0133b697a820536e5da84e30b078915a29f6c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f4598907ad23..0e7611daf47e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f4598907ad23e7705c863b9c999b985dc7a0b139 +Subproject commit 0e7611daf47e16f7b93197da7eef08d4f718cb5a From 14b4f5f89f99d8bcf169f9df3334499512a1322e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 19:30:56 +0000 Subject: [PATCH 02985/18836] Updated openstack/openstack Project: openstack/glance 32c40f58e04f1d549bf76c2526cc95d4e42feb82 Assign local variable in api.v2.image_data If local variable 'image' will be not initialized we get UnboundLocalError while handle following exceptions: exception.StorageFull exception.StorageQuotaFull exception.ImageSizeLimitExceeded exception.StorageWriteDenied webob.exc.HTTPError ValueError This is because not initialized variable 'image' used as argument of method _restore. That is why we should initialize it. Closes-Bug: #1310952 Change-Id: I3bf73ca272aad479416067495006476934a01dd9 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0e7611daf47e..32c40f58e04f 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0e7611daf47e16f7b93197da7eef08d4f718cb5a +Subproject commit 32c40f58e04f1d549bf76c2526cc95d4e42feb82 From cecd726440dfbfac4d3a7f65e6ca26c586b56ec7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 22:06:41 +0000 Subject: [PATCH 02986/18836] Updated openstack/openstack Project: openstack-dev/devstack 47e7a1431999e4862e36098ee05d945400b4274d Remove external attribute from the Provider Network Co-Authored-By: Sridhar Gaddam Related-Bug: #1284718 Change-Id: Iad2f051a2b7b0a324dff4e716b8d2469a4f20895 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fcebd2b5e6aa..47e7a1431999 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fcebd2b5e6aafa266875a575db67e73b020c3872 +Subproject commit 47e7a1431999e4862e36098ee05d945400b4274d From 9ed7266b9f793b2db5be9ba9fcf38043c8bbc10d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 22:47:39 +0000 Subject: [PATCH 02987/18836] Updated openstack/openstack Project: openstack-dev/devstack f3939bf07752f19096c10f30684b0efb11b2676e Use correct path when extracting tar.gz image Fix issue with file:/ image urls. Change-Id: I8c5f5b27b5d6ebe5be84dc58d37752adbd12f89b Closes-Bug: 1277609 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 47e7a1431999..f3939bf07752 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 47e7a1431999e4862e36098ee05d945400b4274d +Subproject commit f3939bf07752f19096c10f30684b0efb11b2676e From 1a9ec19585bc553fdd488d6e22e255bec4dfab61 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 22:49:50 +0000 Subject: [PATCH 02988/18836] Updated openstack/openstack Project: openstack-dev/devstack 711a4d2ff7ecddb8a07308dae9a42114df77c123 Install ryu's requirements Install packages ryu requires explicitly becuase they are no longer covered by neutron's requirements. (They used to be until very recently.) Closes-Bug: #1323136 Change-Id: I6a603d95c053ac1deba59d8e479dbaf1a70293f3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f3939bf07752..711a4d2ff7ec 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f3939bf07752f19096c10f30684b0efb11b2676e +Subproject commit 711a4d2ff7ecddb8a07308dae9a42114df77c123 From af77b76f29cf7dc618693b40a1b25dc7e3b8bf74 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 22:49:52 +0000 Subject: [PATCH 02989/18836] Updated openstack/openstack Project: openstack/glance eeefdf78ec0cc6856bfa144b3c9108604b8419e4 Updated from global requirements Change-Id: Id99428645bdc0406071e149b92ea2541587617c2 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 32c40f58e04f..eeefdf78ec0c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 32c40f58e04f1d549bf76c2526cc95d4e42feb82 +Subproject commit eeefdf78ec0cc6856bfa144b3c9108604b8419e4 From e30a922b57cda96681cc2276514900e30594f959 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 22:50:00 +0000 Subject: [PATCH 02990/18836] Updated openstack/openstack Project: openstack/glance 95fc85d5bfb8809e458823bd4adaa76e7afbb645 Add pluging sample for glance gate Recently we add support for plugins in gates, so now you are able to keep rally benchmarks in your source tree. It may be usefull in cases when you would like to check/debug in gates with benchmark that doens't exist in Rally but don't want to spend whole life to get in Rally source. As well we add extra/ directory that is just copy pasted in gates. So we can use absolute path in task configs, cause this directory will be copy pasted to ~/.rally/extra. This may be super usefull if you would like to test infrastracture on scale, creating images from empty files. Change-Id: I759ee8bf7a930169afd6076ec96f8fe3a3692866 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index eeefdf78ec0c..95fc85d5bfb8 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit eeefdf78ec0cc6856bfa144b3c9108604b8419e4 +Subproject commit 95fc85d5bfb8809e458823bd4adaa76e7afbb645 From cd6ba59e9a7c30854c0777852d78f9b2966404e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 19 Jun 2014 23:00:13 +0000 Subject: [PATCH 02991/18836] Updated openstack/openstack Project: openstack-dev/devstack 056b7c11938bccfd9033b6d88680e83493ae063d PKIZ is the default token provider Keystone changed the default token provider to PKIZ from PKI. Change-Id: I56b975383ded450308a8fe01908b6e5549e7cd74 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 711a4d2ff7ec..056b7c11938b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 711a4d2ff7ecddb8a07308dae9a42114df77c123 +Subproject commit 056b7c11938bccfd9033b6d88680e83493ae063d From e86087c2c5671463580a616ad93b1e5e38f8aed9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 00:45:12 +0000 Subject: [PATCH 02992/18836] Updated openstack/openstack Project: openstack-dev/devstack e0ccdd1488a5b49b2f1c1f598b2f8df4bb96dd59 Use oslo-messaging-zmq-receiver to start zeromq receiver The project-specific receiver command nova-rpc-zmq-receiver has been replaced with oslo-messaging-zmq-receiver. We need to update devstack code accordingly. Change-Id: I7696c649fa818ecb523b698ea4a23f70da60147d Closes-Bug: 1279739 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 056b7c11938b..e0ccdd1488a5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 056b7c11938bccfd9033b6d88680e83493ae063d +Subproject commit e0ccdd1488a5b49b2f1c1f598b2f8df4bb96dd59 From 5602a7c8140f2e67f4a8b4ecfa1a42297e423319 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Tue, 17 Jun 2014 18:58:57 -0700 Subject: [PATCH 02993/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 7f9c2b64a2dc95d4b1c15ce4812a875ec9840853 Use the DEVSTACK_GATE_USE_APACHE flag to disable Instead of conditionally enabling Apache based services with the DEVSTACK_GATE_USE_APACHE flag, if set to '0' now prevent any services with alternative run configurations from running under HTTPD + mod_wsgi (e.g. Keystone, Swift). This inversion of logic is being used to allow for enabling services to run under HTTPD + mod_wsgi by default. Change-Id: Ia8e4a1dde9dbebcb522110ff5e9522d29c7fdc6f --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index cca5d5070465..7f9c2b64a2dc 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit cca5d5070465846bcf6ebb77dc26558807fb5f80 +Subproject commit 7f9c2b64a2dc95d4b1c15ce4812a875ec9840853 From dcc0da9cba338018ae16c648f83300923164b043 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 19 Jun 2014 07:12:05 -0700 Subject: [PATCH 02994/18836] Updated openstack/openstack Project: openstack/requirements 2a5e0b1d47d6c94f2c66156ca5991a0cd73e5a57 Pin httpretty's precise version. The latest release, 0.8.1, has completely broken installation, so for now block it: https://github.com/gabrielfalcao/HTTPretty/pull/175 Can be unpinned once they issue a release with a fix. The 0.8.2 release is also broken, so exclude both of those releases. Sounds like the fix is in 0.8.3 which is on pypi now. Closes-Bug: #1332266 Change-Id: I42376a11cbba58184f3dd99245e0b39136d88ff4 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index c8496e00f567..2a5e0b1d47d6 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit c8496e00f5671e9c7650846fcf8dd672430ce044 +Subproject commit 2a5e0b1d47d6c94f2c66156ca5991a0cd73e5a57 From b3545a4b6734d705f0218a5bf8d1fbcb2c491e4e Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 20 Jun 2014 03:38:56 +0000 Subject: [PATCH 02995/18836] Updated openstack/openstack Project: openstack/python-openstackclient 3019f11032459c10efea152186bd630479867f37 Updated from global requirements Change-Id: I708fe9d2f10e53d61e67130ff41b0f92cddef64d --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index c6cc1d72d504..3019f1103245 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit c6cc1d72d50404b5921b9d451afcb513ad98ff9a +Subproject commit 3019f11032459c10efea152186bd630479867f37 From d3ee020d6c2a95b230bd00ef350a0887aad7120a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 06:44:14 +0000 Subject: [PATCH 02996/18836] Updated openstack/openstack Project: openstack/requirements 49045f4945e2badb6b346b63bfe9a192aebf94a8 Add the Openstack SDK project to projects.txt Change-Id: I629ae3296f683c0d26c2ae3a2b1a2fc1ef98d6da --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 2a5e0b1d47d6..49045f4945e2 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 2a5e0b1d47d6c94f2c66156ca5991a0cd73e5a57 +Subproject commit 49045f4945e2badb6b346b63bfe9a192aebf94a8 From c7f84aa44a0f9e59e243309cb1492a985c6f6cef Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 09:26:50 +0000 Subject: [PATCH 02997/18836] Updated openstack/openstack Project: openstack-dev/devstack 3cb9b434a7e0a0d8e9673947035b31a10e432de1 Install oslo.db from source Add oslo.db to the list of Oslo libraries we install from source. Change-Id: Ie97ab6bfac19fbce9aeda5a96c6d7a805dfa6c35 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e0ccdd1488a5..3cb9b434a7e0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e0ccdd1488a5b49b2f1c1f598b2f8df4bb96dd59 +Subproject commit 3cb9b434a7e0a0d8e9673947035b31a10e432de1 From b12a57f0001873c351875a93eeaad32760465100 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 10:20:18 +0000 Subject: [PATCH 02998/18836] Updated openstack/openstack Project: openstack/oslo.messaging 03e13b587885550ba5f4fed5b47ff6173adc86db Disable connection pool in qpid interfaces tests This change disables the connection pool in qpid interfaces tests to ensure that each tests are isolated. Closes bug: #1331459 Change-Id: Ib4a49be9f605dda5f2cbcbade3851345866e5797 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 1b4d7ad6f2da..03e13b587885 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 1b4d7ad6f2da7bba2d2d72a67745dbee4f2beb09 +Subproject commit 03e13b587885550ba5f4fed5b47ff6173adc86db From ffad64a4a3771c85c03525c0c968dc88679fbf9e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 10:20:24 +0000 Subject: [PATCH 02999/18836] Updated openstack/openstack Project: openstack/oslo.messaging 88800137b4acf89ac67ec19b5373668e0cbde3ff Transport reconnection retries for notification This patch add support of reconnection retries for the messaging notifier. Related bug #1282639 Change-Id: Ia30331f8306ff0f6952d83ef42ff8bee6b900427 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 03e13b587885..88800137b4ac 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 03e13b587885550ba5f4fed5b47ff6173adc86db +Subproject commit 88800137b4acf89ac67ec19b5373668e0cbde3ff From d5ba8a4ae504d8912d8443cb13c45533235fb962 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 12:47:24 +0000 Subject: [PATCH 03000/18836] Updated openstack/openstack Project: openstack/oslo.messaging 99afe32345b21a178fc8e98bf0ab91b3383bfde5 Removes contextlib.nested This change removes usage of contextlib.nested that is not python 3 compatible Change-Id: Id69b4112a1bbfe06a53dd68ed94f15fd1d58ba74 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 88800137b4ac..99afe32345b2 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 88800137b4acf89ac67ec19b5373668e0cbde3ff +Subproject commit 99afe32345b21a178fc8e98bf0ab91b3383bfde5 From f7704dcaedbc2483dbe3e5ec85c049a9b456ae35 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 15:31:32 +0000 Subject: [PATCH 03001/18836] Updated openstack/openstack Project: openstack/oslo.messaging 023e5e43f6c68f4e3b5f347099f41b95f7a5c667 Explicitly name subscription queue for responses This prevents response queues being abandoned but still bound to the exchange with the same key as the newer queue. Change-Id: Iee0465010a1c6d00e96fb672505688a0f763f86c Closes-Bug: 1318742 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 99afe32345b2..023e5e43f6c6 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 99afe32345b21a178fc8e98bf0ab91b3383bfde5 +Subproject commit 023e5e43f6c68f4e3b5f347099f41b95f7a5c667 From ef33f87d2fa88c79d8be9462954fd9f00e663e06 Mon Sep 17 00:00:00 2001 From: Marek Denis Date: Thu, 19 Jun 2014 09:39:19 +0200 Subject: [PATCH 03002/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f08a3ab989b5e09f1e48866683ce7085495d0386 Rename v3._AuthConstructor to v3.AuthConstructor Since more auth plugins depending on v3._AuthConstructor are created in separated modules, this class should no longer be named as it was private. Auth plugins using v3._AuthConstructor currently are: - SAML2 auth plugin (under review) - oAuth auth plugin (merged with basecode) Change-Id: Ia097941a465a972dc7ca177a74c8fb8d21d219e6 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b2a0c5bc8238..f08a3ab989b5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b2a0c5bc8238f8c180c05d9c250288854e8a1070 +Subproject commit f08a3ab989b5e09f1e48866683ce7085495d0386 From 0d87fc8f0ce18d19970f64b7492ffd94c0f83eda Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 15:46:39 +0000 Subject: [PATCH 03003/18836] Updated openstack/openstack Project: openstack/python-openstackclient 23f64a469a5ba77b2d06e10dc4e6c7d318f11835 Complete Identity v3 list command filters Complete the 'group list' and 'user list' filter options following the refactor in https://review.openstack.org/69878 Change-Id: Ib4af417c56d4f7da4b88852f191af615cc7fa2ec --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 3019f1103245..23f64a469a5b 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 3019f11032459c10efea152186bd630479867f37 +Subproject commit 23f64a469a5ba77b2d06e10dc4e6c7d318f11835 From 66e2142c202ec95c3cd89d437584eace2deed501 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 15:51:58 +0000 Subject: [PATCH 03004/18836] Updated openstack/openstack Project: openstack/oslo.messaging 830b00d11c4198bfee44c21ad54d6505ca7778bd replace string format arguments with function parameters There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: I4a7ce6916aefb2f2d445f0ebd977c824b1c51e24 Partial-Bug: #1321274 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 023e5e43f6c6..830b00d11c41 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 023e5e43f6c68f4e3b5f347099f41b95f7a5c667 +Subproject commit 830b00d11c4198bfee44c21ad54d6505ca7778bd From af637653ffadc9ee612240a505f4a13a6d3cb74a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 16:20:16 +0000 Subject: [PATCH 03005/18836] Updated openstack/openstack Project: openstack-dev/devstack cab1eb12c667d218a4de76ef5e546bfc05efcd97 cinder: use non-deprecated notification_driver Cinder has been using oslo.messaging since Icehouse so it should be using 'messaging' as its notification driver and not the now deprecated full python path to the oslo-incubator notification driver. Change-Id: I3edca1ff54e51b464cc1b23935c8530e2e242fee --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3cb9b434a7e0..cab1eb12c667 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3cb9b434a7e0a0d8e9673947035b31a10e432de1 +Subproject commit cab1eb12c667d218a4de76ef5e546bfc05efcd97 From ece6c2e67acd703d6e81f9e878d4a25501a18779 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 18 Jun 2014 23:20:02 -0400 Subject: [PATCH 03006/18836] Updated openstack/openstack Project: openstack/django_openstack_auth ff6188c7fe41ec2eb38b7159758a5f1e4da401e4 Hash the token id if it is over a maximum length Instead of exclusively hashing the token id based on if the token is ASN1, hash the id if it exceeds the maximum size allowed within the session. Keystone has allowed more than simple PKI and UUID tokens so the is_asn1_token check will not catch all cases. Closes-Bug: 1331406 Change-Id: I7891eb3fb35a10926ac16829eed0ff8c306f2661 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index a78e41c1ed2c..ff6188c7fe41 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit a78e41c1ed2c8a659c55449e9868842c2356cb7c +Subproject commit ff6188c7fe41ec2eb38b7159758a5f1e4da401e4 From 75c65aa13351911059e80df0bf9a4bf439ae08f7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 18:50:16 +0000 Subject: [PATCH 03007/18836] Updated openstack/openstack Project: openstack/oslo.messaging a64692689a5beef6a70dfe0afa2eba3ddced2a84 Add an optional timeout parameter to Listener.poll For asynchronous programming, a timeout parameter is required on the listener to allow to stop it at exit. poll() returns None on timeout. It plan to use it in my new asyncio (Trollius) executor: https://review.openstack.org/#/c/70983/ See also the related blueprint for the rationale: https://wiki.openstack.org/wiki/Oslo/blueprints/asyncio Change-Id: I918ae3c267743a0eaed1d6a210c79fb4a0eb8733 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 830b00d11c41..a64692689a5b 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 830b00d11c4198bfee44c21ad54d6505ca7778bd +Subproject commit a64692689a5beef6a70dfe0afa2eba3ddced2a84 From b089216b95f48818199641644cf1b6eab2113395 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 17 Jun 2014 11:01:18 -0700 Subject: [PATCH 03008/18836] Updated openstack/openstack Project: openstack/python-novaclient 3441007062eea006fe0fa1a90692c3e85eee9df8 Allow updating fixed_ips quotas in quota-class-update (v2 shell only) The quota-class-update command wasn't allowing updating quotas for fixed_ips which is a supported key for the os-quota-class-sets API. This change adds the support to update qoutas for fixed_ips and updates the existing test to be more robust in (a) the quota keys it's testing and (b) the request body it's asserting. This is a v2-only change since the os-quota-class-sets API was removed from the nova v3 API in Icehouse. Closes-Bug: #1330571 Change-Id: Ifcca6d00551619b993b96f05134980a4ca2f2acf --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index e6a51f47c409..3441007062ee 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit e6a51f47c409adfa56e8b1e16425ac3fc26e08ab +Subproject commit 3441007062eea006fe0fa1a90692c3e85eee9df8 From cf2eb7fde1940e5e6d4176ab8fd6ca6503d6d8dd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 19:06:00 +0000 Subject: [PATCH 03009/18836] Updated openstack/openstack Project: openstack/python-novaclient ef420300e2aa06194dd8e7590455cd996babf4d4 Enable F841 F841 detects local variable is assigned to but never used. This commit fix the violations and enable F841 in gate. Change-Id: I52419f5e17db70e511ff2d4d61c85458c958e9c3 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 3441007062ee..ef420300e2aa 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 3441007062eea006fe0fa1a90692c3e85eee9df8 +Subproject commit ef420300e2aa06194dd8e7590455cd996babf4d4 From 38bb9b3bde69b2c6eeae52e35221e8d03b414b7f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 19:15:20 +0000 Subject: [PATCH 03010/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 6c47b937c3c39f0fcb9dbfb7025d92b063671610 Add role ids to the AccessInfo Role Names are already there, add ids as well. Change-Id: Ie6f14a60b182ec2f4ab97c6ced564e63a2f5169a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f08a3ab989b5..6c47b937c3c3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f08a3ab989b5e09f1e48866683ce7085495d0386 +Subproject commit 6c47b937c3c39f0fcb9dbfb7025d92b063671610 From 5e96bd23309d13950f853386fe3093daf4b0fe6b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 20:05:58 +0000 Subject: [PATCH 03011/18836] Updated openstack/openstack Project: openstack/python-openstackclient a732bfae491f8189f234e1bd5c2cbbff3daab4bc Update docs and release notes for 0.4.0 Change-Id: Iad6cfe5dee63adb9e60a0ea9811217b3175eb99c --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 23f64a469a5b..a732bfae491f 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 23f64a469a5ba77b2d06e10dc4e6c7d318f11835 +Subproject commit a732bfae491f8189f234e1bd5c2cbbff3daab4bc From 28decfeb12daf5bd568a1b1efc99b2c1c682a9b6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 20:08:34 +0000 Subject: [PATCH 03012/18836] Updated openstack/openstack Project: openstack/oslo.messaging e0730983eedd3e1177e634548b19ee9677a08f7a Set correct group for matchmaker_redis options Before the change, config generator put those options into DEFAULT section. Change-Id: I1e8e746cde4627ddf79632ce8255e268de8bd3c3 Closes-Bug: 1332588 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index a64692689a5b..e0730983eedd 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit a64692689a5beef6a70dfe0afa2eba3ddced2a84 +Subproject commit e0730983eedd3e1177e634548b19ee9677a08f7a From f5e207b171575e4eb1e16955c14d80fbfa0f5d05 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 20 Jun 2014 22:33:48 +0000 Subject: [PATCH 03013/18836] Updated openstack/openstack Project: openstack/python-novaclient c63dd3c6b87537d3d22c5e6c58eaebf02178c05d Add some security group tests for the V1_1 API This patch adds a test for NoUniqueMatch exception to the v1_1 API Change-Id: Ic9947eaed34be100c529f021432f0c388a7c3ddb Closes-Bug: #1250501 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ef420300e2aa..c63dd3c6b875 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ef420300e2aa06194dd8e7590455cd996babf4d4 +Subproject commit c63dd3c6b87537d3d22c5e6c58eaebf02178c05d From 7cef37e4d1c0f564d4b124a3a87500b0caeac8fe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Jun 2014 00:17:25 +0000 Subject: [PATCH 03014/18836] Updated openstack/openstack Project: openstack/python-novaclient 6e4823c07c171565808b0bdf3440afdd491fbebc Updated from global requirements Change-Id: I7645c469147b0ff235aaf96fd6f6f2df68505ea4 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c63dd3c6b875..6e4823c07c17 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c63dd3c6b87537d3d22c5e6c58eaebf02178c05d +Subproject commit 6e4823c07c171565808b0bdf3440afdd491fbebc From a99ad2fad2d8547a10e47136f111beb16740d191 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 21 Jun 2014 00:22:13 +0000 Subject: [PATCH 03015/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 069295fc59ce78e3c5466b032c2ea33d1643cf23 Restore "redirect to login page after logout" behaviour The expected behaviour is to redirect to the login page after a user gets logged out. This was changed accidentally during a refactoring. This will get rid of the following error 500 in Horizon when logging out: TemplateDoesNotExist: registration/logged_out.html. Change-Id: Id23666e84fce1e3a212b066fcdaf71a17e4898d9 Closes-Bug: #1332167 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index ff6188c7fe41..069295fc59ce 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit ff6188c7fe41ec2eb38b7159758a5f1e4da401e4 +Subproject commit 069295fc59ce78e3c5466b032c2ea33d1643cf23 From d01a97a4c00aa6a48c308897a068d7d82133a10b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 22 Jun 2014 17:19:18 +0000 Subject: [PATCH 03016/18836] Updated openstack/openstack Project: openstack-dev/devstack 51018faa0675f9b9e9cac9cf646fa7c19bf1d7ce Add support for django_openstack_auth It would be useful for development, reviewing and testing to add support for django_openstack_auth to devstack. This change adds the integration tests to the openstack_auth list of test: https://review.openstack.org/#/c/86528/ Change-Id: Ifbd336b83f6b2beb23996b599ec820232c13efdd Closes-Bug: #1262121 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cab1eb12c667..51018faa0675 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cab1eb12c667d218a4de76ef5e546bfc05efcd97 +Subproject commit 51018faa0675f9b9e9cac9cf646fa7c19bf1d7ce From 462305348227ed26246ac5720bf84d49f0ab071e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 22 Jun 2014 17:32:06 +0000 Subject: [PATCH 03017/18836] Updated openstack/openstack Project: openstack-dev/devstack f94b44dd974e1c63f2839af9c928cec90cb8fc35 Glance: start to use nova's glance configuration section Commit 4b6e75b5f8037adbf63ac2f03dca17f0c8c0bc08 added support of a neutron section. This updates the code to make use of that section. Change-Id: Ib9a0f2aeb0d91adeb567f79917804f0a89fdb6e1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 51018faa0675..f94b44dd974e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 51018faa0675f9b9e9cac9cf646fa7c19bf1d7ce +Subproject commit f94b44dd974e1c63f2839af9c928cec90cb8fc35 From 34f911c02de1604bb5034b8e0ad2d49d9424742f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 22 Jun 2014 17:40:15 +0000 Subject: [PATCH 03018/18836] Updated openstack/openstack Project: openstack-dev/devstack 4adc16f7e453de014abc97ac254c105ab120caae add worlddump tool to devstack when we exit poorly, start building a tool for doing a capture as to why. This tool is expected to be consumed directly from grenade as well. Change-Id: Ia1bc1c2e259587035ca7252baceec25fa464cb82 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f94b44dd974e..4adc16f7e453 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f94b44dd974e1c63f2839af9c928cec90cb8fc35 +Subproject commit 4adc16f7e453de014abc97ac254c105ab120caae From 0a657a51fa560a26a0be943b1d66409359dd0414 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 22 Jun 2014 20:48:52 +0000 Subject: [PATCH 03019/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate edfeee3c90fd83e9cb33805bc1d39856f57d8c51 Support for alternate trunk name (not master) Commit 537a2926745a2acbacfa682295f06fa44c42716a introduced support for having trunk named something other than master. The name "master" is still hardcoded in the test-matrix, and in the list of allowed branches. Adding support for an arbitrary features file via DEVSTACK_GATE_FEATURE_MATRIX env variable. The list of allowed branches is now parsed from the feature matrix. Change-Id: Ic07c958e1630f7e62d9ff35b0add40a5d2b1548b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 7f9c2b64a2dc..edfeee3c90fd 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 7f9c2b64a2dc95d4b1c15ce4812a875ec9840853 +Subproject commit edfeee3c90fd83e9cb33805bc1d39856f57d8c51 From b12bb1b593005a45f2fe1028e67afc1f232d01a6 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 20 Jun 2014 10:43:31 -0500 Subject: [PATCH 03020/18836] Updated openstack/openstack Project: openstack/requirements 3eaf108264f32bab51adff6c3a6ac0427ac3c119 Bump up minimum cliff version to 1.6.0 OpenStackClient uses --max-width and the value formatter, both introduced in 1.6.0. Change-Id: I17a9fd335e2a3b746ddb069f13bf6cf710b38118 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 49045f4945e2..3eaf108264f3 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 49045f4945e2badb6b346b63bfe9a192aebf94a8 +Subproject commit 3eaf108264f32bab51adff6c3a6ac0427ac3c119 From 788b8254c9eaf6aa9f1d645edb7cd9594fe58259 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Sat, 7 Jun 2014 12:06:08 +0800 Subject: [PATCH 03021/18836] Updated openstack/openstack Project: openstack/oslo.messaging 821ee096a6b1dd897892af90b47738051d0fa8f4 Removes the use of mutables as default args Passing mutable objects as default args is a known Python pitfall. We'd better avoid this. Change-Id: I67cc0774a65886ef9fce0b72e52157b622248a85 Closes-Bug: #1327473 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index e0730983eedd..821ee096a6b1 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit e0730983eedd3e1177e634548b19ee9677a08f7a +Subproject commit 821ee096a6b1dd897892af90b47738051d0fa8f4 From 37f43c20e7a09473ca332c9a61e72d4ed594e05e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Jun 2014 09:33:30 +0000 Subject: [PATCH 03022/18836] Updated openstack/openstack Project: openstack/oslo.messaging 889bf730213731a1d916701a021f149d04f72758 Handle unused allowed_remote_exmods in _multi_send allowed_remote_exmods which is passed to _multi_send method in impl_zmq.py is not passed further to _call, _cast, etc. Due to that, all remote exceptions, that are supposed to be expected, are wrapped into messaging.RemoteError exception with all details of the remote exception. To fix this allowed_remote_exmods needs to be passed as a parameter in a called method(). Change-Id: If1dc2f85eab6f542bc21961b9d5c0bd0ab64add2 Closes-Bug: 1330460 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 821ee096a6b1..889bf7302137 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 821ee096a6b1dd897892af90b47738051d0fa8f4 +Subproject commit 889bf730213731a1d916701a021f149d04f72758 From 704add389decd75613d4b5843272243213a6ecba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Jun 2014 12:15:10 +0000 Subject: [PATCH 03023/18836] Updated openstack/openstack Project: openstack/requirements 9c7a9c7f660d238fa9b19e6f527719cf8a07b870 Add retrying to global-requirements Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior. Retrying would be useful for the following projects: - glance - oslo - nova - certainly more... Useful in the context of: - session timeout - retry on specific exception - etc. Change-Id: I11c20997d6b7ce37943b55c759845a3e655c84d3 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3eaf108264f3..9c7a9c7f660d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3eaf108264f32bab51adff6c3a6ac0427ac3c119 +Subproject commit 9c7a9c7f660d238fa9b19e6f527719cf8a07b870 From 634eae08f6fd9c0f1b85a9288116fee5078f772f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Jun 2014 13:42:55 +0000 Subject: [PATCH 03024/18836] Updated openstack/openstack Project: openstack-dev/devstack d4f3ab9c1f1328e359ae4c3dc85b1cd47a230857 Move static docs into master branch The hand-maintained static HTML docs for DevStack have been in a GitHub gh-pages branch; move them into the master branch in preparation for hosting them in openstack.org infrastructure. By default tools/build_docs.sh now builds the static HTML output into docs/html. Change-Id: Ide5f7d980a294c7a9f8a3decaed0939f1c239934 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4adc16f7e453..d4f3ab9c1f13 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4adc16f7e453de014abc97ac254c105ab120caae +Subproject commit d4f3ab9c1f1328e359ae4c3dc85b1cd47a230857 From 6a674d540873f985ffcf42d3b69eb4dee13ca467 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Jun 2014 13:43:30 +0000 Subject: [PATCH 03025/18836] Updated openstack/openstack Project: openstack-dev/devstack 399a2640bcad06a561a95385204fcd2976b13dd8 Use Keystone's default token format if not set Devstack was setting its own default for Keystone's token format, so when Keystone's default token format changed then devstack needed to be updated. With this change, devstack will only override Keystone's token format if KEYSTONE_TOKEN_FORMAT is set explicitly. PKI setup is assumed to be needed unless the KEYSTONE_TOKEN_FORMAT is set to UUID. Change-Id: Idfa78e93abd80273dadcf37007a024bb6a783a48 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d4f3ab9c1f13..399a2640bcad 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d4f3ab9c1f1328e359ae4c3dc85b1cd47a230857 +Subproject commit 399a2640bcad06a561a95385204fcd2976b13dd8 From 7215df9d0877adb93e0b90c510b31bc078a540de Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Jun 2014 14:45:52 +0000 Subject: [PATCH 03026/18836] Updated openstack/openstack Project: openstack/python-cinderclient 408994c855b250545b64881fb197bf27234b1ec1 Fix Volume.extend and Volume.update_readonly_flag methods Correct VolumeManager method signature called from Volume.extend and Volume.update_readonly_flag methods for v1 and v2 api's. Change-Id: I2ffb49112d39ad96b91a4173526502a5201666c6 Closes-Bug: #1293423 Closes-Bug: #1294178 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index e8e06ee2893c..408994c855b2 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit e8e06ee2893cc93cb7bc261b77eec8f012e0f783 +Subproject commit 408994c855b250545b64881fb197bf27234b1ec1 From a3cb17f2e6157d254120aad0ea4583e1e84fd358 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 23 Jun 2014 05:34:50 +0000 Subject: [PATCH 03027/18836] Updated openstack/openstack Project: openstack/python-openstackclient eeebd0db8ca47032c292222513a518a21a909847 Updated from global requirements Change-Id: Ia54da66d13b2667375a8a85c97ced25fd97b6b25 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index a732bfae491f..eeebd0db8ca4 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit a732bfae491f8189f234e1bd5c2cbbff3daab4bc +Subproject commit eeebd0db8ca47032c292222513a518a21a909847 From ceb10af4675db385e002370ba6e12aa08c93d5ff Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Jun 2014 16:02:09 +0000 Subject: [PATCH 03028/18836] Updated openstack/openstack Project: openstack/python-openstackclient adf9349c40683eb53886365f6df65b8d8515e52c sync oslo bits update gettextutils.py, strutils.py, install_venv_common.py remove iniparsers.py oslo-incubator commit 1223cf Change-Id: I23923d580f57ab6c12622f10d9f278c44c863feb --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index eeebd0db8ca4..adf9349c4068 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit eeebd0db8ca47032c292222513a518a21a909847 +Subproject commit adf9349c40683eb53886365f6df65b8d8515e52c From e086f5d9851ceddd420b2548dd332bcde15b51bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Jun 2014 16:04:24 +0000 Subject: [PATCH 03029/18836] Updated openstack/openstack Project: openstack/oslo.messaging 1a0a3dd4b9a0e235f25f78f8dedb2f0063caaf61 Ensures listener queues exist in fake driver The fanout queues of the fake driver are created at the first executor poll, but if we use eventlet executor and the fake driver, when the sender delivers a fanout message before the first poll, the message goes to the topic queue instead of the server fanout queue. The changes fixes that by ensuring the all queues exists when the listener is created. Closes bug #1331453 Change-Id: I92e7c01dd87d634b741bbcaea92f48730fdd555e --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 889bf7302137..1a0a3dd4b9a0 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 889bf730213731a1d916701a021f149d04f72758 +Subproject commit 1a0a3dd4b9a0e235f25f78f8dedb2f0063caaf61 From f5541519eeb2f4252f8563897dcd190643639547 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 23 Jun 2014 18:39:24 +0000 Subject: [PATCH 03030/18836] Updated openstack/openstack Project: openstack-dev/devstack 4fcda870e65db81fc643fee799730cadd69441bb Do not install openvswitch-datapath-dkms on Ubuntu 14.04 Change-Id: I8c58d998011427a202c79c45b87b5eca5ceaaa71 Closes-bug: #1331111 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 399a2640bcad..4fcda870e65d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 399a2640bcad06a561a95385204fcd2976b13dd8 +Subproject commit 4fcda870e65db81fc643fee799730cadd69441bb From 282df200f2a685c62adc28df8ad3284a50ac33f9 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sun, 22 Jun 2014 14:33:58 -1000 Subject: [PATCH 03031/18836] Updated openstack/openstack Project: openstack-dev/pbr b07a50bfddda1cbb10faa64dc096ca9d855c483c Restore Monkeypatched Distribution Instance pbr is monkeypatching the Distribution intstance in setuptools, which is OK I guess, but then it never puts it back how it left it. As a consequence, whenever pbr installs before another project in a setup.py, it breaks setuptools for everything that comes after it. This patch will restore the Distribution instance. Closes-Bug: 1324784 Change-Id: I20fbf255c634685e82f7b11987d2725de8280b9d --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 715c59738e36..b07a50bfddda 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 715c59738e3643f579b913921e90cf3b6bfc66e3 +Subproject commit b07a50bfddda1cbb10faa64dc096ca9d855c483c From 7623428b7d7deac932ff9c726844f9549bf83842 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 03:27:54 +0000 Subject: [PATCH 03032/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 1edae26a3c8dda38024b28b8fa2a84b637861d82 Update keystoneclient code to account for hacking 0.9.2 Fixed most of the errors reported back from hacking 0.9.2. Specifically: - E128 continuation line under-indented for visual indent - E251 unexpected spaces around keyword / parameter equals - E265 block comment should start with '# ' - H305 imports not grouped correctly - H307 like imports should be grouped together - H402 one line docstring needs punctuation - H904 Wrap long lines in parentheses instead of a backslash But opted to ignore the following for now: - E122: continuation line missing indentation or outdented - H405: multi line docstring summary not separated with an empty line Change-Id: Ib8e698d85fd598fa91435538657361a1f695ce89 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 6c47b937c3c3..1edae26a3c8d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 6c47b937c3c39f0fcb9dbfb7025d92b063671610 +Subproject commit 1edae26a3c8dda38024b28b8fa2a84b637861d82 From 066852b9edefce5b0ac20c756e5c5b8d5504537d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 04:01:09 +0000 Subject: [PATCH 03033/18836] Updated openstack/openstack Project: openstack/python-glanceclient 37cf7178a9e5044585602d1a729d20b56a21d37c Change assertTrue(isinstance()) by optimal assert assertTrue(isinstance(A, B)) or assertEqual(type(A), B) in tests should be replaced by assertIsInstance(A, B) provided by testtools. I have searched all the tests, there is only one wrong usage. Change-Id: Ib1db1a2dca7b5d8cbfe823973e4b571d0f0925c5 Closes-bug: #1268480 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 938031ad5268..37cf7178a9e5 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 938031ad526866e72a27d3c566c9cbc2c0d7dd68 +Subproject commit 37cf7178a9e5044585602d1a729d20b56a21d37c From ab975b200ab96681094730c1b7892bcae90ae481 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 06:33:10 +0000 Subject: [PATCH 03034/18836] Updated openstack/openstack Project: openstack/python-novaclient 1a7f84cb46e7b86feb3d5b6b2a41fdb161ae1f33 "nova boot" should not log an error if subsidiary commands fail Fix: Intially the cli was raising "CommadError" in case the requested flavor or image were not present. This error category was not approrpiate as it signifies an error in the command syntax. When the requested resource (flavour/image) does not exist, a ResourceNotFound error should be raised. So, added a new error category "ResourceNotFound" to cater for this scenario and updated the code to raise this new error. "nova show " command has also been updated to raise "ResourceNotFound" error when the requested vm for which details have to be displayed does not exist. Closes-Bug: #1258488 Change-Id: If64a087944586ef5792efe3baa62e455b9bbaa07 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6e4823c07c17..1a7f84cb46e7 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6e4823c07c171565808b0bdf3440afdd491fbebc +Subproject commit 1a7f84cb46e7b86feb3d5b6b2a41fdb161ae1f33 From e91d73867f5c8aa89934dc57aed6d26fc97bdc08 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 23 Jun 2014 17:08:33 -0400 Subject: [PATCH 03035/18836] Updated openstack/openstack Project: openstack/requirements af8ffafd6e4d0ee695cf7e0a8202ee0c02b309a2 block problematic sqla 0.9.5 this is breaking nova floating ip db code, so has halted the gate. Change-Id: I99b8f316eff69cf3187c50ccb4c8f728e0454ecb --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9c7a9c7f660d..af8ffafd6e4d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9c7a9c7f660d238fa9b19e6f527719cf8a07b870 +Subproject commit af8ffafd6e4d0ee695cf7e0a8202ee0c02b309a2 From 2617155f29d9850542aa691da747929ae82bb4f3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 08:37:47 +0000 Subject: [PATCH 03036/18836] Updated openstack/openstack Project: openstack/python-troveclient 792431c5bbe6275d100e6d73ef07218061da5b69 Updates root-enable & root-show help messages Reasons: - Help message for root-enable does not gives complete information, it misses that API also resets root, on existence. - Current help message for root-show makes it feel like current status of root user is fetched, but instead we are also returning True for historical root access enabled. Changes: - Updated the root-enable and root-show API help message. - Updated README for updated help messages. Change-Id: Ide7c331bdfe5437e6966f6cd4f331cb3b22d0c3f Closes-Bug: #1277308 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 344a38a661d2..792431c5bbe6 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 344a38a661d2379cda5675566dc4e185a3d1050f +Subproject commit 792431c5bbe6275d100e6d73ef07218061da5b69 From 6694202385e183250a073718d2dc878a7cc826d1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 08:41:06 +0000 Subject: [PATCH 03037/18836] Updated openstack/openstack Project: openstack/python-troveclient cba9568e958d49a6863a21ff9235809342d22d91 Add 'slave_of' option for enabling replication Add a new create option (--slave_of) that can be used to enable replication and configure the newly created instance as a slave of the specified existing instance. DocImpact Introduces new option when creating an instance. partially Implements: blueprint replication-v1 Change-Id: Idf22d3d9e676138969cbdf3afd4903b8e475c313 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 792431c5bbe6..cba9568e958d 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 792431c5bbe6275d100e6d73ef07218061da5b69 +Subproject commit cba9568e958d49a6863a21ff9235809342d22d91 From 464e6850082c5545afe16189c0e047efa0917497 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 11:07:11 +0000 Subject: [PATCH 03038/18836] Updated openstack/openstack Project: openstack/python-novaclient 37f02bde12882e12e1454d66a66f497dcd8d5fb8 Look for all accessible flavors by default, not just public ones The Nova server will restrict unprivileged user accounts to just public images, while allowing administrator accounts access to all. The Nova client shouldn't force the flavor name lookup to be restricted to just public images, since that breaks the ability to the flavor name when booting an instance Fixes bug #1327212 Change-Id: I949aec52660242249b8cba51d77bfdc1acaf31d2 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 1a7f84cb46e7..37f02bde1288 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 1a7f84cb46e7b86feb3d5b6b2a41fdb161ae1f33 +Subproject commit 37f02bde12882e12e1454d66a66f497dcd8d5fb8 From 1b4f500ea6cc1eef767bb9412beb2d9aab56a4c1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 13:21:00 +0000 Subject: [PATCH 03039/18836] Updated openstack/openstack Project: openstack/python-glanceclient e82f773385940c68d0dfcebc8d18f28fde197567 Prepend '/' to the delete url for the v2 client ... and update tests to match. The missing slash results in a non-absolute DELETE request being sent to the API. E.g. DELETE v2/images/62fac489-23b4-4929-87af-2e7236e8542b HTTP/1.1 This is not strictly valid http/1.1 - rfc2616 specifies that the path must be absolute. This doesn't cause a problem for the API server, but this can cause problems if the API server is fronted by something else (see #133161). It also means that the curl command logged in debug mode has a bad url. E.g. curl -i -X DELETE ... http://10.0.0.13:9292v2/images/... Change-Id: Ib0c749dedbfcf07303fcddae4512db61b0f3fd78 Closes-bug: #1327101 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 37cf7178a9e5..e82f77338594 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 37cf7178a9e5044585602d1a729d20b56a21d37c +Subproject commit e82f773385940c68d0dfcebc8d18f28fde197567 From 79b501ce6cf52fca01b2987dbc5973af00612619 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 15:00:22 +0000 Subject: [PATCH 03040/18836] Updated openstack/openstack Project: openstack/python-glanceclient e62ed4d267a77ec0ab0d8ef57ca39cb37869ea9b Set purge-props header correctly in image update Currently when an image is updated, the purge property header is only set to true in some cases, but when required it isn't set to false Change-Id: I885a82643d2620f393f21c36b3ad95cb7ed43f2c Closes-Bug: 1318079 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index e82f77338594..e62ed4d267a7 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit e82f773385940c68d0dfcebc8d18f28fde197567 +Subproject commit e62ed4d267a77ec0ab0d8ef57ca39cb37869ea9b From 4ae20ada6f05cdf967da29ad24db79203789f3ba Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 15:09:37 +0000 Subject: [PATCH 03041/18836] Updated openstack/openstack Project: openstack/oslo.messaging 68f8857f30c0f9840d8b68df25a03c9e3fb2d938 RPC server doc: use the blocking executor The eventlet executor need additional code to make the RPC server sample work. Using the blocking executor makes things easier to setup for a newcomer. Change-Id: I56dfa54a178962d4ced34e2f15eaf9312b7087cc --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 1a0a3dd4b9a0..68f8857f30c0 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 1a0a3dd4b9a0e235f25f78f8dedb2f0063caaf61 +Subproject commit 68f8857f30c0f9840d8b68df25a03c9e3fb2d938 From 5ab982802ce7eb6ac778f2e2ef6d8d57311ce1d3 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 23 Jun 2014 09:40:49 -0400 Subject: [PATCH 03042/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e5a09da30cb567cfe0652126ff18f16935314def Fix typo in DEVSTACK_GATE_TEMPEST_NOVA_V3_API This commit fixes a small oversight in setting the nova v3 api tempest tests. When this env variable was added to set whether the testing was enabled the check used a different variable name than the wrap script. Also neither of these variables matched what was being set by jenkins, this meant that the v3 api tests would never be enabled. This fixes that by ensuring the variables are the same and matches the variable set in the JJB template for the v3 api jobs. Change-Id: I54925a468c4dc7eb9390a78d509b9385caa587d4 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index edfeee3c90fd..e5a09da30cb5 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit edfeee3c90fd83e9cb33805bc1d39856f57d8c51 +Subproject commit e5a09da30cb567cfe0652126ff18f16935314def From 1d287014fc8974766e78907f4c869e36ab8256a2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 17:53:55 +0000 Subject: [PATCH 03043/18836] Updated openstack/openstack Project: openstack-dev/devstack 9ad8f9890198de0a3c124cea06d993c9f1939ea8 retry apt operations to avoid network issues One of the major gate failures is do to something being wrong with the apt mirrors. The Acquire group provides an implicit retry on network operations which seems like it might be helpful here. Ref: http://linux.die.net/man/5/apt.conf Change-Id: I099f47ed86ad6a3d4296bff4cce75e7f7d946d27 Related-Bug: #1286635 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4fcda870e65d..9ad8f9890198 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4fcda870e65db81fc643fee799730cadd69441bb +Subproject commit 9ad8f9890198de0a3c124cea06d993c9f1939ea8 From 61dd135503e3efea4b2755107918f0a252ff964e Mon Sep 17 00:00:00 2001 From: sridevik Date: Tue, 4 Feb 2014 04:37:41 -0600 Subject: [PATCH 03044/18836] Updated openstack/openstack Project: openstack/glance 63195aaa3b12e56ae787598e001ac44d62e52865 Remove user and key from location in swift The image locations table stores the swift url for images which includes the user and key values. This if exposed, can cause security risk. Hence this patch, santizies that information out of the location before storing and plugs it back in when it is required. Introduced a new configuration file that supports multiple swift account references. It has the credentials and authurl for each store. It is specified using 'swift_store_config_file'. In addition, this patch does the following things: Differentiate user and system created swift locations Currently we do not differentiate between user supplied uri and system created locations that have the account reference. This patch introduces new scheme: 'swift+config' for this purpose. Image create in V1 should validate the uri in case where location isn't specified. This patch ensures that a store is not set while creating an image or updating it. Related to bp remove-sensitive-data-from-locations Implements blueprint: support-multiple-swift-backends Implements bp: v1-image-create-should-validate-the-location-uri DocImpact Co-authored by: sridevik , iccha-sethi , amalabasha Change-Id: I75af34145521f533dcd6f5fd7690f5a68f3b44b3 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 95fc85d5bfb8..63195aaa3b12 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 95fc85d5bfb8809e458823bd4adaa76e7afbb645 +Subproject commit 63195aaa3b12e56ae787598e001ac44d62e52865 From 32e4565b7e8fdcf0a8243f73f0026f3c02990e43 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 17:54:14 +0000 Subject: [PATCH 03045/18836] Updated openstack/openstack Project: openstack-dev/devstack 51df53bb143980e0315209dd24614c71268e54e4 Use curl to download from github.com Github recently removed some sslv3 ciphers - wget seems to only enable a subset of the ciphers available so fails now, but curl continues to succeed. Use --no-sessionid to work around https://bugzilla.redhat.com/show_bug.cgi?id=1098711 Change-Id: Ia110bd2d0a222e438189c10a9c1a236bd7ea3d0e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9ad8f9890198..51df53bb1439 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9ad8f9890198de0a3c124cea06d993c9f1939ea8 +Subproject commit 51df53bb143980e0315209dd24614c71268e54e4 From a3427b7e75a1c8ecef1f352b3284fde8ffafbc39 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 17:54:18 +0000 Subject: [PATCH 03046/18836] Updated openstack/openstack Project: openstack-dev/devstack 690fd92096c3fd561c2e2c86affd10b429658bb2 Handle failure of openstack endpoint Change 4f7bf6963a1e9ae03bc0ae9189874cba561ad62f introduced finding the endpoint via "openstack endpoint show" only. Previously that output was piped through grep, etc. so it handled fell back to a blank output when the endpoints were not available. Ignore failures of this command so the blank output is matched Change-Id: Iae2f09784ffa38efd2f858513bf284c84c32edac --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 51df53bb1439..690fd92096c3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 51df53bb143980e0315209dd24614c71268e54e4 +Subproject commit 690fd92096c3fd561c2e2c86affd10b429658bb2 From cc6818dd36524174a999a4d3cfc490b47998bdcc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 18:00:26 +0000 Subject: [PATCH 03047/18836] Updated openstack/openstack Project: openstack-dev/devstack a26fc1815f2784ddaedf3ae47b8eb5e53a7b3864 Add an environment variable to enable extensions in keystone Following https://review.openstack.org/#/c/44401/3 Change-Id: I8e0391cd68e29e6d57c0f35517bf4155110861c7 Closes-Bug: #1218733 Co-Authored-By: Yong Sheng Gong --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 690fd92096c3..a26fc1815f27 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 690fd92096c3fd561c2e2c86affd10b429658bb2 +Subproject commit a26fc1815f2784ddaedf3ae47b8eb5e53a7b3864 From 8622b2b2ed6e6aaa968da5141360cc2d1853d7b7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 18:00:30 +0000 Subject: [PATCH 03048/18836] Updated openstack/openstack Project: openstack-dev/devstack 0b8b18d840c972ec780a4cd39b3c54331d0b653f XenAPI: Tail output from stack.sh While installing devstack in XenServer's DomU we can easily track the output so end-users have much more visibility of both what is going on and what (if anything!) went wrong. Change-Id: I7d12a13cea9dffda6c1388ce711b6adf76cae72c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a26fc1815f27..0b8b18d840c9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a26fc1815f2784ddaedf3ae47b8eb5e53a7b3864 +Subproject commit 0b8b18d840c972ec780a4cd39b3c54331d0b653f From d0994601e5eb9ce8efd79370818fb48cb8a582d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 18:00:41 +0000 Subject: [PATCH 03049/18836] Updated openstack/openstack Project: openstack-dev/devstack c6dc3deb2571f08b224c9a11eac975da2ef59f5a Bump EPEL release rpm for RHEL 7 to 7.0-2 Change-Id: I67aca97770cd6f89072e881ae37e39d70bfaba53 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0b8b18d840c9..c6dc3deb2571 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0b8b18d840c972ec780a4cd39b3c54331d0b653f +Subproject commit c6dc3deb2571f08b224c9a11eac975da2ef59f5a From e2d8719115e6be39b19229673a5a871eda689ceb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 18:28:10 +0000 Subject: [PATCH 03050/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a7b084c0173afd10aee37105f01a9eee6eea1680 Imports to fix build warnings There were warnings generated during the build due to missing attributes, like this: keystoneclient.rst:7: WARNING: missing attribute mentioned in :members: or __all__: module keystoneclient.__init__, attribute v2_0 This is fixed by importing the symbol in __init__. Closes-Bug: #1315523 Change-Id: I565c78ef8910353c4e1ce1641b42fba7cdbd77d8 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 1edae26a3c8d..a7b084c0173a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 1edae26a3c8dda38024b28b8fa2a84b637861d82 +Subproject commit a7b084c0173afd10aee37105f01a9eee6eea1680 From 66e679cb41fabcd62298528f2bfb7188ae97db5a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 18:38:31 +0000 Subject: [PATCH 03051/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8e89f55aa3262167e9e9fe1a4a71dbf0c5dd0b60 Doc build fails if warnings If the docstrings are invalid then the commit should fail the gate. Change-Id: Iabe506fa914ac5e742c0c5f4682ed0471c4a64ca --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a7b084c0173a..8e89f55aa326 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a7b084c0173afd10aee37105f01a9eee6eea1680 +Subproject commit 8e89f55aa3262167e9e9fe1a4a71dbf0c5dd0b60 From 12edd544e3cd904e21000c3b0204e326b5f5da7a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 24 Jun 2014 18:40:19 +0000 Subject: [PATCH 03052/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 3e0f36341600c5a3bee371557c766b0592b3ddc6 Add methods to resource classes Resource classes of managers should have methods like delete() and get(). Basicly base.Resource class has method get(), which uses id attribute, but classes Alarm, Event, etc. have no this attribute. Added intercept getting of id in the resource classes. Also added catch of HTTPNotFound for alarm get() because it affects correct functionality of scenario tests. Closes-Bug: #1312146 Change-Id: Ie598b73c64dece2185955467936dc6544a8a3dc7 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index e5cd3b26b7b4..3e0f36341600 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit e5cd3b26b7b4dbf86b9665a459db50f4be93dd34 +Subproject commit 3e0f36341600c5a3bee371557c766b0592b3ddc6 From 28e9e74d04267ecb0f700007809cded691984fbc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 00:12:15 +0000 Subject: [PATCH 03053/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2927a754c4cdf50dfb75c671dcbdc3b43faa784b Unversioned endpoints in service catalog If you pass a version number to the endpoint_filter then an identity plugin will make a request to the URL in the service catalog and find an appropriate URL for the requested version. It caches the response to each of the discovery queries so that it should only query once per URL. This will only work for applications that create session objects directly as the legacy model does not use the get_endpoint features of an identity plugin. This change showed an inconsistency in the docstrings between discovery and the usage of discovery so the docstring was fixed. Blueprint: endpoint-version-query Change-Id: I277f2f6ad6c8cd44f1a9c06cf07d62bc8f8b383b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8e89f55aa326..2927a754c4cd 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8e89f55aa3262167e9e9fe1a4a71dbf0c5dd0b60 +Subproject commit 2927a754c4cdf50dfb75c671dcbdc3b43faa784b From 47f3a3318bcf119cb5fa8ab62e8f0002a812882e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 00:19:59 +0000 Subject: [PATCH 03054/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 9f41025689e53ea1f1c7a96198d4f09372910c40 Fix alarm-threshold-update --query option Currently, alarm-threshold-update command can not update its query field, because the dest value is removed accidently so the query is not put under threshold_rule dict. This patch simply adds it back. Change-Id: I2eeaf8cbb26f506e097dafdcb6d0eae4ad7fec3e Closes-Bug: #1313676 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 3e0f36341600..9f41025689e5 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 3e0f36341600c5a3bee371557c766b0592b3ddc6 +Subproject commit 9f41025689e53ea1f1c7a96198d4f09372910c40 From b11937a4a6b9ab2206344595f30274bb158d7865 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 03:01:08 +0000 Subject: [PATCH 03055/18836] Updated openstack/openstack Project: openstack/python-neutronclient 8fdb2552d9be6735a9f4a6172b2d6c498eaa4837 Improvements in neutron_test sanity tests script Neutron test 'sanity' script was fixed and cleanup functionality was added, to allow a complete test cycle for create/update/delete methods. Change-Id: I4f611f68c100356a672dac0851d7339736c73f71 Closes-Bug: #1274945 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 1bce6e437e2d..8fdb2552d9be 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 1bce6e437e2dd1fa5de6fc2ccdd0ee8ac3f44d18 +Subproject commit 8fdb2552d9be6735a9f4a6172b2d6c498eaa4837 From 46d9c484b5f289c2773fee613d8be7f215261748 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 18 Jun 2014 00:47:23 +0000 Subject: [PATCH 03056/18836] Updated openstack/openstack Project: openstack/python-heatclient e53e15e4806f089f804f3a094c8bd4146142a422 Updated from global requirements Change-Id: I4b438108b5e79a24d5e57e6c2a1a268f167123f8 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 93dcf9591dbd..e53e15e4806f 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 93dcf9591dbd0966b2faca8fcc0a87203fbc83eb +Subproject commit e53e15e4806f089f804f3a094c8bd4146142a422 From 04b81e7fca2f366181ce9ec594fe564c7fe46af5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 03:48:44 +0000 Subject: [PATCH 03057/18836] Updated openstack/openstack Project: openstack/glance be6e487aebdad232589162076d0bf1908db3c9f9 Log swift container creation Add an informational message when the swift container is automatically created. This keeps a record of the container creation which may be useful for diagnosis. Change-Id: I5c2e6d654d779592938c7e17b1e499070a6298d3 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 63195aaa3b12..be6e487aebda 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 63195aaa3b12e56ae787598e001ac44d62e52865 +Subproject commit be6e487aebdad232589162076d0bf1908db3c9f9 From 90963482d719efd27cc5a0897b634a6575623f54 Mon Sep 17 00:00:00 2001 From: vagrant Date: Thu, 12 Jun 2014 06:45:55 +0000 Subject: [PATCH 03058/18836] Updated openstack/openstack Project: openstack/python-novaclient 2b54bbc8bb7e6cce49e570b534ba78baeb811e75 add disk bus and device type to volume attach This change adds the optional parameters: disk bus and device type to the volume-attach command for the V3 API. DocImpact Closes-Bug: #1303875 Change-Id: I4fd07726887d08e5b669139b559bdb2c2d21826e --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 37f02bde1288..2b54bbc8bb7e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 37f02bde12882e12e1454d66a66f497dcd8d5fb8 +Subproject commit 2b54bbc8bb7e6cce49e570b534ba78baeb811e75 From bc37f80d9f6e836a0eb5a6f6b2562cecc24d5b98 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 05:06:47 +0000 Subject: [PATCH 03059/18836] Updated openstack/openstack Project: openstack/python-novaclient 614f9ebf2b215e40dd7a4f0d25fa6898174b226a 'policy' should be required in server_group_create The 'policies' param is a required param in nova api now. So, we also need to change it in cli. After the modification, the 'policy' param will be required now, and the old '--policy' style will still be available. Change-Id: I97921eef0f635c8d50a04bbdaf3ef4f1bfaa3e9d Closes-Bug: #1323909 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 2b54bbc8bb7e..614f9ebf2b21 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 2b54bbc8bb7e6cce49e570b534ba78baeb811e75 +Subproject commit 614f9ebf2b215e40dd7a4f0d25fa6898174b226a From 30ce11c8802727d6ae55563182c2ec0d9220bd2f Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Fri, 20 Jun 2014 10:05:43 +1200 Subject: [PATCH 03060/18836] Updated openstack/openstack Project: openstack/python-heatclient a1168900dc3c66dc3d2ea9e2081dc130635dea8f Do not set up logging handler in http A logging handler should not be set up in the http module as this can cause unintended debug logging of all requests when python-heatclient is used as a library. This is causing log bloat in tempest gate runs. This change removes the logging handler from the http module. This does not affect the --debug option of the heat cli. Change-Id: I634dc3bb96f3880df322bd627c9075ebac13add8 Closes-Bug: #1330492 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index e53e15e4806f..a1168900dc3c 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit e53e15e4806f089f804f3a094c8bd4146142a422 +Subproject commit a1168900dc3c66dc3d2ea9e2081dc130635dea8f From 6beb0a697dc5fa5b978a4d1207d9aae912eddd8d Mon Sep 17 00:00:00 2001 From: Longgeek Date: Wed, 25 Jun 2014 02:31:26 +0800 Subject: [PATCH 03061/18836] Updated openstack/openstack Project: openstack/python-glanceclient eca5fc22ca4c445dd49d6e1afbf78bdffac1c587 Add the six module dependency Change-Id: Ie57c4e8bad2934acb5217a88713099374c20dde9 Closes-Bug: #1333872 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index e62ed4d267a7..eca5fc22ca4c 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit e62ed4d267a77ec0ab0d8ef57ca39cb37869ea9b +Subproject commit eca5fc22ca4c445dd49d6e1afbf78bdffac1c587 From 00f88c91baa00fb9696d2ac7b2ce1b3234136468 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Wed, 25 Jun 2014 12:15:04 +0400 Subject: [PATCH 03062/18836] Updated openstack/openstack Project: openstack/oslo.messaging 3f9fc44bc6013eb1ef32044b73426da2555fd73f Fix structure of unit tests in oslo.messaging (part 1) Even in case of libraries and when they are not big like nova. It is better to use next rules: 1) structure of tests directory is the same as a root of project Tests directory will be well organized, and it will be simple to find where to write tests 2) names for end modules should be test_.py Change-Id: Ie13d1b709e863f6a9babaaa2bf1e042ef9251671 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 68f8857f30c0..3f9fc44bc601 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 68f8857f30c0f9840d8b68df25a03c9e3fb2d938 +Subproject commit 3f9fc44bc6013eb1ef32044b73426da2555fd73f From 7d001f359d565517d7fca2c37e976edaefc15532 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 17:08:14 +0000 Subject: [PATCH 03063/18836] Updated openstack/openstack Project: openstack/python-neutronclient 855811edd92fa260c34247e179c5d0a6546847b3 Ensure .status_code is defined for all NeutronClientExceptions nova contains plenty of code like: except neutron_client_exc.NeutronClientException as e: if e.status_code == 409: ... This change declares a fallback of 0 for exceptions without a more explicit status code. This was the behaviour prior to Change-Id I99b9560b3afaf5884fd00353323267da450338fa Change-Id: Ib736205066fd5cd9738fd3fb3b64f6590803cf39 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 8fdb2552d9be..855811edd92f 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 8fdb2552d9be6735a9f4a6172b2d6c498eaa4837 +Subproject commit 855811edd92fa260c34247e179c5d0a6546847b3 From 5e642c55158550efc64d08aa9b6539d64301a5b2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 17:21:13 +0000 Subject: [PATCH 03064/18836] Updated openstack/openstack Project: openstack/python-neutronclient 20b813c371203d57b0732b9d31998626ee846de6 Set firewall_rules only after appending all rules The firewall_rules attribute was being re-set per each firewall rule. Instead if should only be set once when all firewall rules are appended to _firewall_rules. A minor PEP E128 (continuation line under-lined) is also being fixed here. Change-Id: I9db6d3dc0ad11a3194513d80f15151c29aa019cd Closes-Bug: 1328625 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 855811edd92f..20b813c37120 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 855811edd92fa260c34247e179c5d0a6546847b3 +Subproject commit 20b813c371203d57b0732b9d31998626ee846de6 From 84985b9cdb41e335bca363fef1f45b077908fd37 Mon Sep 17 00:00:00 2001 From: Terry Howe Date: Thu, 13 Feb 2014 08:07:51 -0700 Subject: [PATCH 03065/18836] Updated openstack/openstack Project: openstack/python-openstackclient 8f59524c3e1ff3f34474d0cfcd217bc9fe0cbfc1 Network CRUD bp/neutron https://wiki.openstack.org/wiki/OpenStackClient/Commands#Network_2 Change-Id: I89ee083154afa544b03587e84becace36d9d522a --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index adf9349c4068..8f59524c3e1f 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit adf9349c40683eb53886365f6df65b8d8515e52c +Subproject commit 8f59524c3e1ff3f34474d0cfcd217bc9fe0cbfc1 From 3e228cf79adb4beefe61433bba1a29ccaa9cdf16 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 19:37:51 +0000 Subject: [PATCH 03066/18836] Updated openstack/openstack Project: openstack-dev/devstack 002ab9374c7cc22be6c61129bdf81521f9f70e53 Build retry loop for screen sessions There is a timing window where we might lose the commands being stuffed into screen because bash is spawning. In those cases, loop around and try building screen sessions again. Change-Id: I49247de06bbd59424cb10fb9a8db145907be5138 Related-Bug: #1331274 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c6dc3deb2571..002ab9374c7c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c6dc3deb2571f08b224c9a11eac975da2ef59f5a +Subproject commit 002ab9374c7cc22be6c61129bdf81521f9f70e53 From 23a6732acdb47399940132b07c67d9c5da523943 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 24 Jun 2014 07:25:51 +0000 Subject: [PATCH 03067/18836] Updated openstack/openstack Project: openstack/python-cinderclient cc90227b76d8a6f1f2ece33375982f62f3dfba57 Updated from global requirements Change-Id: I46186b2dc8d0e01bea982b4cab6347bcd86bf558 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 408994c855b2..cc90227b76d8 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 408994c855b250545b64881fb197bf27234b1ec1 +Subproject commit cc90227b76d8a6f1f2ece33375982f62f3dfba57 From 48624b02acc9f8f17abb5f0005e54320d4943aa8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 19:38:01 +0000 Subject: [PATCH 03068/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6550b0ab5c4602dde1a09f528de35c304253bbc7 Remove "OPTIONAL:" from optional argument help text All arguments starting with '--' are optional and listed under the 'Optional arguments:' header by argparse. Remove the extra note shown for each argument. Change-Id: Ic361a3bdbd1f1669458e16b99995f0f108400699 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index cc90227b76d8..6550b0ab5c46 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit cc90227b76d8a6f1f2ece33375982f62f3dfba57 +Subproject commit 6550b0ab5c4602dde1a09f528de35c304253bbc7 From 9eed50054a79584bcda009fccfe9d5e745dfd941 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 21:14:07 +0000 Subject: [PATCH 03069/18836] Updated openstack/openstack Project: openstack/python-neutronclient c907df85f3bf7caaaada30e53dfbe931618ca46c Improve help strings Several changes to make help strings consistent: * End options with "." * Add missing space between lines * Capitalize first word of help strings * Improve wording of text * Make strings consistent. * Use "VPN service" Closes-Bug: #1321871 Change-Id: I8fdc356574d680c222b8a26dcc5ad8e3a2b4e4f1 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 20b813c37120..c907df85f3bf 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 20b813c371203d57b0732b9d31998626ee846de6 +Subproject commit c907df85f3bf7caaaada30e53dfbe931618ca46c From 9f6460946a9a4de097198b1f99356223f292283f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 21:14:24 +0000 Subject: [PATCH 03070/18836] Updated openstack/openstack Project: openstack-dev/devstack 4fabfe73b3c954c371f2892fd49f768b39425461 Add explicit libkrb5-dev dependency for keystone Our Trusty test nodes do not include libkrb5-dev by default, and it is needed to install some of the python libraries keystone uses (kerberos, brought in by requests-kerberos). Partial bug: #1334326 Change-Id: I1fdaa46c4590e69da82365dee578c1aa0ec95e80 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 002ab9374c7c..4fabfe73b3c9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 002ab9374c7cc22be6c61129bdf81521f9f70e53 +Subproject commit 4fabfe73b3c954c371f2892fd49f768b39425461 From dfc55b8638d83f3555debd232312bb56cd36d9fa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 25 Jun 2014 21:14:35 +0000 Subject: [PATCH 03071/18836] Updated openstack/openstack Project: openstack-dev/devstack 945ccecb68900cf09048db615bf2ad3fb3b1cd9a Always check keystone using http The check to $service_port must be done using http. It's $KEYSTONE_SERVICE_PORT that may use either the http or https protocol. partial blueprint devstack-https Change-Id: I8ae081e9710c54396b765210336a7de331947086 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4fabfe73b3c9..945ccecb6890 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4fabfe73b3c954c371f2892fd49f768b39425461 +Subproject commit 945ccecb68900cf09048db615bf2ad3fb3b1cd9a From 4b4006922d174550eea8955f9de1f3a9ea203386 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 26 Jun 2014 02:07:47 +0000 Subject: [PATCH 03072/18836] Updated openstack/openstack Project: openstack/python-novaclient 7d1cd188e0da0e14b58ead3e46c2f1461620c03c Convert floating IP pool tests to httpretty Change-Id: Ic9332ddd30a0bc3ffc5ed7c046f60ded3f940e85 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 614f9ebf2b21..7d1cd188e0da 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 614f9ebf2b215e40dd7a4f0d25fa6898174b226a +Subproject commit 7d1cd188e0da0e14b58ead3e46c2f1461620c03c From 9803d27aa515d9578a274c5e8cd430633921667f Mon Sep 17 00:00:00 2001 From: David Lyle Date: Sat, 21 Jun 2014 14:29:04 -0600 Subject: [PATCH 03073/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 47fcf7ae4ad68b175914ab9611a59d359aa754c0 Adding back the forms.Login import Changing this breaks all older versions of Horizon. Adding it back in to allow older versions to continue working. Closes-Bug: #1332855 Change-Id: Icdb206d4095b1746eef9be02ca63f2aa9cfe1081 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 069295fc59ce..47fcf7ae4ad6 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 069295fc59ce78e3c5466b032c2ea33d1643cf23 +Subproject commit 47fcf7ae4ad68b175914ab9611a59d359aa754c0 From 443ce499191c433b4c961e394f303589c7b20c6c Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 26 Jun 2014 10:33:12 +0100 Subject: [PATCH 03074/18836] Updated openstack/openstack Project: openstack/oslo.messaging 89ed1295b51042a1822c1bb503a223d8df637e76 Add release notes for 1.4.0.0a1 Change-Id: Iaf4ee85100533746ec8b6faa7983a17261eb5392 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 3f9fc44bc601..89ed1295b510 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 3f9fc44bc6013eb1ef32044b73426da2555fd73f +Subproject commit 89ed1295b51042a1822c1bb503a223d8df637e76 From 065b775a74fdec10141d44f44add3ecff712c769 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 26 Jun 2014 15:54:58 +0000 Subject: [PATCH 03075/18836] Updated openstack/openstack Project: openstack/oslo.messaging 9c3c717799a38bdfc63c7d01d45051c330571f28 Replace usage of str() with six.text_type Replace using of str with six.text_type as it's able to handle unicode data. Change-Id: I38e4378c490d1dad8020312308dd3b6dad8772c0 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 89ed1295b510..9c3c717799a3 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 89ed1295b51042a1822c1bb503a223d8df637e76 +Subproject commit 9c3c717799a38bdfc63c7d01d45051c330571f28 From ecef4820f5453dceaf7c369afee52d7f8eb79046 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 26 Jun 2014 16:40:25 +0000 Subject: [PATCH 03076/18836] Updated openstack/openstack Project: openstack-dev/devstack a9c6c2174f9812ea37ddcfd4e847000090ec11b7 soft-qemu handling with F20 could image When the qume used with Linux image without a para-virtualized timer, various timing issues can happen, if the qemu process preempted in the wrong time, for example at timer test. The issues less like happens on low load, high core number host system, but it can happen. For soft qemu (TCG) generally recommended to explicitly disable the timer check. Pre-caching the Fedora `gate edition` image, which contains the the no_timers_check option. Related-Bug: #1297560 Partial-Bug: #1312199 Change-Id: Id5cd01a92a047b7859914e5bb017c15ee443b4d5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 945ccecb6890..a9c6c2174f98 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 945ccecb68900cf09048db615bf2ad3fb3b1cd9a +Subproject commit a9c6c2174f9812ea37ddcfd4e847000090ec11b7 From d7ae05cf14bee54630ff06a8e507f9421a424c41 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 26 Jun 2014 08:22:47 -0400 Subject: [PATCH 03077/18836] Updated openstack/openstack Project: openstack-dev/pbr ec1009cf197ed555b29b6f226adb300914ea5bd0 Update integration script for Apache 2.4 Apache 2.4 requires site configuration files to have a ".conf" extension, and Apache 2.2 does not want the extension. Add logic to figure out the right name for the file so we can run the tests against both versions of Apache. Fixes bug: #1334326 install required libraries for mixed c things use build-dep to install the required libraries needed for the python build deps. Without this we can get cryptic library compilation issues. And use ccache explicitly Change-Id: Ia750e4221b119097521cf373752aae364759913b squashed into this one because we can't move forward without both. Co-Authored-By: Sean Dague Change-Id: I5ab8898bd3cc2de18681fe3262cb784f7d9519ab --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index b07a50bfddda..ec1009cf197e 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit b07a50bfddda1cbb10faa64dc096ca9d855c483c +Subproject commit ec1009cf197ed555b29b6f226adb300914ea5bd0 From a198e37d79aa266edee35a76a934432da4deccb7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 26 Jun 2014 21:05:37 +0000 Subject: [PATCH 03078/18836] Updated openstack/openstack Project: openstack-dev/devstack f05dc966fa15651d31d92df5d889d3abdba10750 Don't install openvswitch-datapath-dkms on newer kernels On kernels >= 3.13 for Ubuntu, there is no need to install the openvswitch-datapath-dkms package anymore. Consequently we don't need the dkms package anymore, nor the linux headers. Update the opendaylight devstack code to correctly check for this and make the right decision. While here, also utilize get_packages() and common code where possible. Change-Id: Idd6a71951f6f77b6e3c4e536e735dfead6a40bc1 Closes-Bug: #1331111 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index a9c6c2174f98..f05dc966fa15 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit a9c6c2174f9812ea37ddcfd4e847000090ec11b7 +Subproject commit f05dc966fa15651d31d92df5d889d3abdba10750 From d0db38087f65b6ed1ed4dfa41cbabb9b519a8623 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 26 Jun 2014 21:05:44 +0000 Subject: [PATCH 03079/18836] Updated openstack/openstack Project: openstack/glance 075b7db7595b0f4c2ae16e52ddaf5fafc619aa57 Implemented S3 multi-part upload functionality Adding large images to glance now uses the S3 MultiPart Upload REST API. Added a unit test to upload images of various sizes to trigger the usage of the S3 Multipart Upload API and ensure that it is being exercised. DocImpact: The following parameters are added in glance-api.conf +# Size, in MB, should S3 start chunking image files +# and do a multipart upload in S3. The default is 100MB. +#s3_store_large_object_size = 100 + +# Multipart upload part size, in MB, should S3 use when uploading +# parts. The size must be greater than or equal to +# 5MB. The default is 10MB. +#s3_store_large_object_chunk_size = 10 + +# The number of thread pools to perform a multipart upload +# in S3. The default is 10. +#s3_store_thread_pools = 10 Implements: blueprint s3-multi-part-upload Change-Id: I36e28e7944e57cd7ac05e46afac461ec10245c68 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index be6e487aebda..075b7db7595b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit be6e487aebdad232589162076d0bf1908db3c9f9 +Subproject commit 075b7db7595b0f4c2ae16e52ddaf5fafc619aa57 From 49f45329a2a21ac537499a507e78f3931a3beac7 Mon Sep 17 00:00:00 2001 From: Paul Michali Date: Thu, 26 Jun 2014 14:19:52 -0400 Subject: [PATCH 03080/18836] Updated openstack/openstack Project: openstack/oslo.messaging 0cfafac2468afe6b601a985495382aae3351b217 encoding error in file There is a non-printable character (c2a0) in a comment line, which in a new Neutron test case causes a StringException. There are three issues here. 1) Encoding issue in the file. 2) No detection of encoding issues in files. 3) Neutron tests mask the failure detail This addresses the first issue. Bug 1334798 in Neutron was created for the last issue. Oslo team is aware of the second issue. Related-Bug: #1334798 Change-Id: I8cfa6c93085a26666a8b4bee06dcd52709d04a95 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 9c3c717799a3..0cfafac2468a 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 9c3c717799a38bdfc63c7d01d45051c330571f28 +Subproject commit 0cfafac2468afe6b601a985495382aae3351b217 From 31851fb693216354852fcbd7646a4c54344ede87 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 00:25:49 +0000 Subject: [PATCH 03081/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 7f3be27367550a9974f880d306d7aa1571b5160b Update python-ceilometerclient to support Keystone V3 API Keystone is now deprecating the V2 API in favor of the V3 API. The ceilometer client is now using the keystone session to delegate the discovery of the version that is going to be used, this eliminates the need of updating the client every time there is a new API version. DocImpact blueprint support-keystone-v3-api Change-Id: I6ebacce7adf70f24bdede9b920853ab9851071cf --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 9f41025689e5..7f3be2736755 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 9f41025689e53ea1f1c7a96198d4f09372910c40 +Subproject commit 7f3be27367550a9974f880d306d7aa1571b5160b From ea9fbdc945ac00555ba4a579bf9d502700dcb536 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 25 Jun 2014 17:27:00 +1200 Subject: [PATCH 03082/18836] Updated openstack/openstack Project: openstack/python-heatclient dc5911e1a34b3323820cd573e094e1ac59fd0987 Improve --debug logging output This change makes the following improvements to the output of a heat command with the --debug option set: * Silences spurious logging from iso8601 and urllib3.connectionpool * Removes the line number from the logging format, since the intent of --debug is to show the user what network requests are occuring. Change-Id: Iccbae01a1a5b85db0770a4f56c3b48788dc3008a Closes-bug: #1324470 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a1168900dc3c..dc5911e1a34b 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a1168900dc3c66dc3d2ea9e2081dc130635dea8f +Subproject commit dc5911e1a34b3323820cd573e094e1ac59fd0987 From 33868c148bb9aa68ba7f58901c0d814553d3b4a8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 02:29:12 +0000 Subject: [PATCH 03083/18836] Updated openstack/openstack Project: openstack-dev/pbr d815366577a7dbb7a8dab66ab105e2803af4c007 Un-nest some sections of code Reversing the logic in a few of the booleans and returning earlier allows us to not have to be nested quite so deep. Change-Id: Ia0dad183563381e9eb8c790ba61d0b350d74421d --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index ec1009cf197e..d815366577a7 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit ec1009cf197ed555b29b6f226adb300914ea5bd0 +Subproject commit d815366577a7dbb7a8dab66ab105e2803af4c007 From a53f3922d50ee0c0e1c42ecc540b4b71b503b6a8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 02:29:13 +0000 Subject: [PATCH 03084/18836] Updated openstack/openstack Project: openstack/python-heatclient 6630554476e12bfff427016aab6aedb4eaa2f2c6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix unicode display in parameters When parameters contain unicode, stack-show will display unicode as '\u2665'. It's not easy to read by human. This change will change '\u2665' to readable unicode char '♥' when display to users. Change-Id: I00a74943138b292b71f848966ee64a658be64bc2 Partial-Bug: #1330370 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index dc5911e1a34b..6630554476e1 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit dc5911e1a34b3323820cd573e094e1ac59fd0987 +Subproject commit 6630554476e12bfff427016aab6aedb4eaa2f2c6 From c3f50266b58e5ce677ebc5212f43d02fcd52e8f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 03:36:23 +0000 Subject: [PATCH 03085/18836] Updated openstack/openstack Project: openstack/python-neutronclient 6d3e5e63ef9026742fbb0876133dc4055e4c359e Updated from global requirements Change-Id: I9c576388ddd5882e82adfb20b9097fe2979b1fb2 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index c907df85f3bf..6d3e5e63ef90 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit c907df85f3bf7caaaada30e53dfbe931618ca46c +Subproject commit 6d3e5e63ef9026742fbb0876133dc4055e4c359e From 511843bf3a361b2e1427da3e7f283d3d908b0482 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 04:28:39 +0000 Subject: [PATCH 03086/18836] Updated openstack/openstack Project: openstack/python-neutronclient 81dab00351ed828959939ddadbc7d6feebab69eb debug level logs should not be translated According to the OpenStack translation policy available at https://wiki.openstack.org/wiki/LoggingStandards debug messages should not be translated. Like mentioned in several changes in Nova by garyk this is to help prioritize log translation. Change-Id: I639624cbe64749085654b32ac85596fdae577230 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 6d3e5e63ef90..81dab00351ed 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 6d3e5e63ef9026742fbb0876133dc4055e4c359e +Subproject commit 81dab00351ed828959939ddadbc7d6feebab69eb From 691352dbfb521e053183d6968a05e23172d010c6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 04:50:28 +0000 Subject: [PATCH 03087/18836] Updated openstack/openstack Project: openstack/glance d3b37deaddd2f4214a6f25268be1c8e260d6d447 Fix lazy translation UnicodeErrors upload_utils is concatenating str and Message objects which doesn't work on python 2, so change the str to a unicode object. test_quota.py was casting Message objects to str which fails for the same reason, so rather than cast to str, cast using six.text_type. See oslo commit 2cfc1a78d8063cf20083cf7df796d730a576551c for history and details on why the Message object doesn't support __str__ casting. This is a small part of a larger effort that the oslo team will be rolling out with graduation and adoption of the oslo-i18n library. Closes-Bug: #1334774 Change-Id: I9d3f29c661f1afffabbbbb499f48d37ef5a8fcee --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 075b7db7595b..d3b37deaddd2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 075b7db7595b0f4c2ae16e52ddaf5fafc619aa57 +Subproject commit d3b37deaddd2f4214a6f25268be1c8e260d6d447 From 288d084bb2f1a7eb6a9c60e0a673633dbfb6b28a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 05:01:44 +0000 Subject: [PATCH 03088/18836] Updated openstack/openstack Project: openstack/glance 8c2d811daec3f2e411c3fbd75750630cbd8ac61e Synced jsonutils and its dependencies from oslo-incubator The sync includes change that drastically enhances performance on Python 2.6 with fresh simplejson library installed. The latest commit in oslo-incubator: - 2e1214b74b5448825d3db26e1308a51b468d3d5c Included commits: * gettextutils.py: - de4adbc pep8: fixed multiple violations - 9912e5d Add API for creating translation functions - 6cc96d0 Fix test_gettextutils on Python 3 - fd33d1e Fix gettextutil.Message handling of deep copy failures - 047b2e4 Change lazy translation to retain complete dict * importutils.py: - 1173e46 Remove ValueError when accessing sys.modules - 885828a Deleted duplicated method in cliutils. * jsonutils.py: - 0d7296f Add kwargs to jsonutils.load(s) functions - 18f2bc1 Enforce unicode json output for jsonutils.load[s]() - 9e5a393 jsonutils.load() accepts file pointer, not string - a6b2aec On Python <= 2.6, use simplejson if available - e3a1d9c Use six.moves.xmlrpc_client instead of xmlrpclib * strutils.py: - 8a0f567 Remove str() from LOG.* and exceptions - fd18c28 Fix safe_encode(): return bytes on Python 3 - 302c7c8 strutils: Allow safe_{encode,decode} to take bytes as input - bec3a5e Implements SI/IEC unit system conversion to bytes - e53fe85 strutils bool_from_string, allow specified default * timeutils.py: - 250cd88 Fixed a new pep8 error and a small typo Change-Id: Ib3dc0b713ed90396919feba018772243b3b9c90f Closes-Bug: 1314129 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d3b37deaddd2..8c2d811daec3 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d3b37deaddd2f4214a6f25268be1c8e260d6d447 +Subproject commit 8c2d811daec3f2e411c3fbd75750630cbd8ac61e From 9ffb47908bd572cd2e7339feb4d4861274d4d106 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 05:55:52 +0000 Subject: [PATCH 03089/18836] Updated openstack/openstack Project: openstack/python-neutronclient 3a25ff3b3d35df38e00fcad4c12e3df06d69985a Switch over to mox3 mox3 is a Python 3.x compatible drop-in and allows to continue with the porting effort to Python 3.x with minimal code changes. Closes-Bug: #1283482 Change-Id: Ib052f1b87e312481e4c7c8d775ece94f53e7106b --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 81dab00351ed..3a25ff3b3d35 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 81dab00351ed828959939ddadbc7d6feebab69eb +Subproject commit 3a25ff3b3d35df38e00fcad4c12e3df06d69985a From eb90a02dda3feffc49c23e66b3f240ee1445febb Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 26 Jun 2014 13:55:26 -0700 Subject: [PATCH 03090/18836] Updated openstack/openstack Project: openstack/requirements c6f0e03afc091da97436da800cc9a84347fc57e1 Update python-neutronclient>=2.3.5,<3 Nova has a few bug fixes in progress that are using the OverQuotaClient exception class defined in python-neutronclient-2.3.5 so bump the minimum version. Related-Bug: #1331353 Related-Bug: #1210598 Related-Bug: #1301117 Change-Id: I0a8de70d8362380adc330ecbb41275755362bd52 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index af8ffafd6e4d..c6f0e03afc09 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit af8ffafd6e4d0ee695cf7e0a8202ee0c02b309a2 +Subproject commit c6f0e03afc091da97436da800cc9a84347fc57e1 From 2be036a1bf4c8a198761c22a223464d0c1ef1bc2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 07:25:18 +0000 Subject: [PATCH 03091/18836] Updated openstack/openstack Project: openstack/oslo.messaging 8d71fe2498a7d6e70634ce9888e77ac788b00d34 Fix info method of ListenerSetupMixin The listener of ListenerSetupMixin had an incorrect info implementation that couldn't be called properly. This patch fixes the method signature. Change-Id: I33153f04ce23474cfaffaa1db20b8582befa324d --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 0cfafac2468a..8d71fe2498a7 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 0cfafac2468afe6b601a985495382aae3351b217 +Subproject commit 8d71fe2498a7d6e70634ce9888e77ac788b00d34 From f0ee9e9c3ec0715f61dc2df3101d9755a21de1fb Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Fri, 6 Jun 2014 14:43:57 +0000 Subject: [PATCH 03092/18836] Updated openstack/openstack Project: openstack/glance 97882f796c0e8969c606ae723d14b6b443e2e2f9 Unifies how BadStoreUri gets raised and logged Refactoring store code to raise BadStoreUri in unified way. Changes BadStoreUri messages being logged as info from debug. Fixes translations accordingly. Ensures no URI's nor credentials logged with these messages. Closes bug #1287506 Change-Id: I246885d68b0af9e91ede48aaa2b1e6849e5b3b3d --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8c2d811daec3..97882f796c0e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8c2d811daec3f2e411c3fbd75750630cbd8ac61e +Subproject commit 97882f796c0e8969c606ae723d14b6b443e2e2f9 From 73ed3ea1b7aa4830eaad4b4f1c44436566da0d3e Mon Sep 17 00:00:00 2001 From: Erno Kuvaja Date: Mon, 9 Jun 2014 10:46:03 +0000 Subject: [PATCH 03093/18836] Updated openstack/openstack Project: openstack/glance db2a5674c0818856cee618b2dbb540d820dce15d Removing translation from debug messages Related bug #1317847 Change-Id: I1dfaee94300178da3200edc219ce3d00b0689bdc --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 97882f796c0e..db2a5674c081 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 97882f796c0e8969c606ae723d14b6b443e2e2f9 +Subproject commit db2a5674c0818856cee618b2dbb540d820dce15d From 3fb6b58f694be9c41d80bfbb406fce738fb4903a Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 27 Jun 2014 06:37:23 +0000 Subject: [PATCH 03094/18836] Updated openstack/openstack Project: openstack/python-troveclient a8290234dea18201bca95b9ec8c3ef0ec88d5cb4 Updated from global requirements Change-Id: I2e2333c948ecfca638f4a1004e5256611735a03c --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index cba9568e958d..a8290234dea1 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit cba9568e958d49a6863a21ff9235809342d22d91 +Subproject commit a8290234dea18201bca95b9ec8c3ef0ec88d5cb4 From 7f6a9a4588021b618a2be1de0dc7e8216cc9f3d7 Mon Sep 17 00:00:00 2001 From: anc Date: Tue, 20 May 2014 13:35:03 +0100 Subject: [PATCH 03095/18836] Updated openstack/openstack Project: openstack/python-swiftclient 916f5cbd61eac86527b7a9b867ea1ddb3c84cdf5 Relax requirement for tenant_name in get_auth() get_auth() in client.py raises an exception if tenant_name is not included in the os_options dict. This is overly constrained since tenant_id is equally sufficient. This patch modifies get_auth to require either tenant_name or tenant_id. Change-Id: Ibbcda1704637eb887efa5895579d260a1e072327 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 3d0de79e26e2..916f5cbd61ea 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 3d0de79e26e2aa6285742c60aca3c164e9c2fbb9 +Subproject commit 916f5cbd61eac86527b7a9b867ea1ddb3c84cdf5 From 4cb983fc6c840dd7a1387bb7d90e396bdb1f5071 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 12:06:36 +0000 Subject: [PATCH 03096/18836] Updated openstack/openstack Project: openstack/python-troveclient 141d433cebcdcc49b1e781fdef652a68a36c4d4b Adding command for copying backups Added sub-command 'backup-copy' that will take a backup ID (could be from a different region) and copies it to its own region. Partially implements: blueprint cross-region-backup-availability Change-Id: Ia9561ead98762fa817e07098a104c39e211315e0 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index a8290234dea1..141d433cebcd 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit a8290234dea18201bca95b9ec8c3ef0ec88d5cb4 +Subproject commit 141d433cebcdcc49b1e781fdef652a68a36c4d4b From 08c4ff6942220240aeb17d97043f3a75b8823cfb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 13:46:10 +0000 Subject: [PATCH 03097/18836] Updated openstack/openstack Project: openstack/python-troveclient b454cba66af2983ed653b016da33cf5941bdd1b9 Add datatore/version name into configuration view Reasons: - Both ConfigurationView and DetailedConfigurationView for configuration-groups return only the Datastore Version ID and not human the readable Datastore Name / Version Changes: - adding datastore version name to configuration show response. Change-Id: I8fbefd57d40838dafcead0077bfbc6b49c27a8eb Closes-Bug: #1326584 DocImpact: configuration response and shell view were updated. --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 141d433cebcd..b454cba66af2 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 141d433cebcdcc49b1e781fdef652a68a36c4d4b +Subproject commit b454cba66af2983ed653b016da33cf5941bdd1b9 From b4d0443370a11bf4377946c07ad21138ff428345 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 13:46:48 +0000 Subject: [PATCH 03098/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate df20b44c6c0c95cb133ba670cb4d83d1f8f1ddbf add network_sanity_check a couple of quick early tests of the network sanity to try to help us categorize the network quality from various zones at various times of the day. As connectivity to pypi.openstack.org is one of our biggest issues, use that as the test to see if this is useful. Also test mirror.rackspace.com. Even though it's not always the apt mirror we use, it does fail a bunch, and would be interesting to know what it's base connectivity looks like when it does. Change-Id: I71e4e732c8222e7cfe4775c32038eddd65f40b1b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e5a09da30cb5..df20b44c6c0c 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e5a09da30cb567cfe0652126ff18f16935314def +Subproject commit df20b44c6c0c95cb133ba670cb4d83d1f8f1ddbf From a60ef033c17afdc95e1abdabc2bdef459346068d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 13:48:16 +0000 Subject: [PATCH 03099/18836] Updated openstack/openstack Project: openstack/python-troveclient 75c545682712d971d52ac7cb8253759fb255d2fd Fix shell view for secgroup-* commands Reasons: - currect code writes list of dict as they are, without any formatting, actually _print_ method calls str() on each attribute, this issue spoils human-readable form of the shell output. Changes: - updated "secgroup-list" (`rules` attributes was ignored); - updated "secgroup-show" (`rules` attribute was ripped off); - proposed new call "secgroup-list-rules "; Change-Id: Ic3f51b93af106c39de7eb3238f8bcffa3ea3cb95 Closes-Bug: #1300164 DocImpact: added new CLI command. --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index b454cba66af2..75c545682712 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit b454cba66af2983ed653b016da33cf5941bdd1b9 +Subproject commit 75c545682712d971d52ac7cb8253759fb255d2fd From 8bfc2c34c7ced4f9c465f9c026963da45ee72582 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 14:23:59 +0000 Subject: [PATCH 03100/18836] Updated openstack/openstack Project: openstack-dev/devstack bfa5817c5085d84b2d6b821f000c8f028c61f565 Add rhel7 as supported distro rhel7 testing has been fairly stable with redhatci bot testing beta and RC builds for some time. Centos7 testing is now coming online with the nightly builds. Thus no need to require the unsupported flag any more. Change-Id: Iceab5c1d8b713f1f96b5751cf988fe060cfeff58 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f05dc966fa15..bfa5817c5085 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f05dc966fa15651d31d92df5d889d3abdba10750 +Subproject commit bfa5817c5085d84b2d6b821f000c8f028c61f565 From 2ebab51a11ce4f5fbb31bfcf597566b4bc081868 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 26 Jun 2014 23:05:30 -0700 Subject: [PATCH 03101/18836] Updated openstack/openstack Project: openstack/python-openstackclient 86e0cf70cf5c4429fc527377b8ec4f18831173be Fixed typos in the identity client Change-Id: I76042110f5a008d4c097862a572448448f92a504 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 8f59524c3e1f..86e0cf70cf5c 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 8f59524c3e1ff3f34474d0cfcd217bc9fe0cbfc1 +Subproject commit 86e0cf70cf5c4429fc527377b8ec4f18831173be From 6024a50551fd1baa1c860812689e0378027e4ad8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 17:48:25 +0000 Subject: [PATCH 03102/18836] Updated openstack/openstack Project: openstack/python-openstackclient 4bebd8ac123cc57470219abff3b3717dda4de57d Rename token classes to match command The token create/delete commands were renamed but not the class names. Rename them to match. Change-Id: Icbf9c0a954ed0332fa4c99e4ee2612bb11f89e3a --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 86e0cf70cf5c..4bebd8ac123c 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 86e0cf70cf5c4429fc527377b8ec4f18831173be +Subproject commit 4bebd8ac123cc57470219abff3b3717dda4de57d From 2d11842931175e98a320462c214b8254a88eb3cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 17:48:27 +0000 Subject: [PATCH 03103/18836] Updated openstack/openstack Project: openstack/python-openstackclient 42765a15f3b4f02b6fc59dd54e5e0a3dab7105f5 Sort/clean setup.cfg Change-Id: I68a1073d7ef4e6610233961c4aba8c4378ee584b --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 4bebd8ac123c..42765a15f3b4 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 4bebd8ac123cc57470219abff3b3717dda4de57d +Subproject commit 42765a15f3b4f02b6fc59dd54e5e0a3dab7105f5 From d8a3beb62d5af71553def622cc340623526add2b Mon Sep 17 00:00:00 2001 From: Stanislaw Pitucha Date: Fri, 27 Jun 2014 16:05:53 +0100 Subject: [PATCH 03104/18836] Updated openstack/openstack Project: openstack-dev/devstack 2e0f0544ec0af0af31d923c2fc3e3fd08e60129b Comment fix - correct function names Change-Id: Idecc6cd9bc255ab20d3bc8f4b3a3e7f248b585f0 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index bfa5817c5085..2e0f0544ec0a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit bfa5817c5085d84b2d6b821f000c8f028c61f565 +Subproject commit 2e0f0544ec0af0af31d923c2fc3e3fd08e60129b From c8a1797b88fbfc754827620ac76b5ad1d3f8ffe8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 21:41:27 +0000 Subject: [PATCH 03105/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e9035f22d2ffa25ebcdeeae32ba1180e9d77d232 Add keystonemiddleware to devstack-gate Add the keystonemiddleware project to devstack-gate Change-Id: I1fb6a238593dc8620a97fad6a6478c8e0bc11fec --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index df20b44c6c0c..e9035f22d2ff 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit df20b44c6c0c95cb133ba670cb4d83d1f8f1ddbf +Subproject commit e9035f22d2ffa25ebcdeeae32ba1180e9d77d232 From c674971d7e6a57217ccb9d3d52d89840ba207df5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 21:41:29 +0000 Subject: [PATCH 03106/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 077f2b4c2eb87bbc57624d53c1504525329e4567 Session Adapters A Session is a global object that can be shared around. There are however many variables (those passed to session.request) that are specific to the client that will be using that session. These often need to be set for every request going through a client. For this purpose we have a Session Adapter. An adapter is like a view on a session. Where the session maintains very global state the adapter maintains state relevant to a specific usage of a session. These might be things like User-Agent which wants to be set per client using the session, or possibly even auth plugins if we share a common session object amongst a number of clients with different plugins. Almost anything that gets passed to a Session.request() call is suitable to go into an adapter (the exceptions are essentially the body data and method which only makes sense per call) Implements: blueprint session-propagation Change-Id: I100c791806674213d3cdb5389d4b0a1cf88c82dd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2927a754c4cd..077f2b4c2eb8 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2927a754c4cdf50dfb75c671dcbdc3b43faa784b +Subproject commit 077f2b4c2eb87bbc57624d53c1504525329e4567 From 969aba9807bf2266b4304d56f76c8592ec87a30c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 21:41:31 +0000 Subject: [PATCH 03107/18836] Updated openstack/openstack Project: openstack/python-openstackclient 63b1c060244bb08d59ef9df8e26d901e98bf3bf8 Fix PEP8 H405 errors Change-Id: Id9ea03e7d88148f84bffe1b18b5b4315e6123012 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 42765a15f3b4..63b1c060244b 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 42765a15f3b4f02b6fc59dd54e5e0a3dab7105f5 +Subproject commit 63b1c060244bb08d59ef9df8e26d901e98bf3bf8 From 9700a81aa8a2b128f0db4b9c83e95d4d54a59319 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 21:41:33 +0000 Subject: [PATCH 03108/18836] Updated openstack/openstack Project: openstack/python-openstackclient 58583b55cac8309c78d91e5d9f985f58ef0a1bdb Fix PEP8 E265 errors Change-Id: Ieb9a9af1da27d3935d1a4d3cfb61b0ccb03d099a --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 63b1c060244b..58583b55cac8 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 63b1c060244bb08d59ef9df8e26d901e98bf3bf8 +Subproject commit 58583b55cac8309c78d91e5d9f985f58ef0a1bdb From 10d6f56decc4aa54f5d8ee7fafe772f25f71e741 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 21:41:34 +0000 Subject: [PATCH 03109/18836] Updated openstack/openstack Project: openstack/python-openstackclient ddf0c16a1025524e469b25800e119d9c1da772f6 Fix PEP8 E126 and E202 errors Do both as they are all in the same set of files that required major re-formatting. Change-Id: I6e8a8ce19a55105124a33c0e2487fc4b4e06d252 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 58583b55cac8..ddf0c16a1025 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 58583b55cac8309c78d91e5d9f985f58ef0a1bdb +Subproject commit ddf0c16a1025524e469b25800e119d9c1da772f6 From 3fb9a75f81307208de8e49e2991d9cc1983e302a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 21:41:39 +0000 Subject: [PATCH 03110/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f0be3847dd4451d02544e0b0669e048ec89b1384 Make parameters in EndpointManager optional Change adminurl and internalurl parameters in EndpointManager create() to optional parameters. Change-Id: I490e35b89f7ae7c6cdbced6ba8d3b82d5132c19d Closes-Bug: #1318436 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 077f2b4c2eb8..f0be3847dd44 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 077f2b4c2eb87bbc57624d53c1504525329e4567 +Subproject commit f0be3847dd4451d02544e0b0669e048ec89b1384 From f531fbfe8f7165f1fc8ba20e242c9881a18f37d8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 22:06:19 +0000 Subject: [PATCH 03111/18836] Updated openstack/openstack Project: openstack/requirements 19201b0d5fd0344d3b7a252ac692512c8f5561e0 Add osprofiler to global requirements osprofiler is special designed super tiny library to make a cross service and project profiler. It means that we will get only 1 trace per request that goes via different services and projects. For example if we add osprofiler to cinder and nova we can get trace like this: http://pavlovic.me/rally/profiler/ (on graphic we are creating volume from image, then boot instance from volume and after all delete vm) As library was designed specialy for OpenStack it is quite easy for integration with it. To make it work we need only next patches: *) 1 patch in Ceilometer (to collect info) https://review.openstack.org/#/c/100239/ *) 1 patch to oslo.messaging (for cross service) http://goo.gl/nCK21D *) 1 patch in all python clinet (for cross project) http://goo.gl/P0ocrr *) 1 patch in all project http://goo.gl/yY42jd This code should be always in source tree. Basicaly it does nothing unit profiler is initalized. Profiler is initialized only for request that has special header with signed (by hmac) inforamtion. So it's safe to keep it turned on in production. More about lib: https://github.com/stackforge/osprofiler/blob/master/README.rst Change-Id: Ia4a2b2f2402ca60f25bf05c40dc07fc80c8e5ad2 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index c6f0e03afc09..19201b0d5fd0 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit c6f0e03afc091da97436da800cc9a84347fc57e1 +Subproject commit 19201b0d5fd0344d3b7a252ac692512c8f5561e0 From 3a09f5b2cdd813433a52cf777318c957c0b8cc3b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 22:06:26 +0000 Subject: [PATCH 03112/18836] Updated openstack/openstack Project: openstack-dev/devstack 98e3236d44e1156fc1b3c5b02358ddb84d887013 Update trove to install guest image and datastores Update the trove bits to actually upload the trove guest image to glance, and create the datastore and datastore version objects that are associated with the guest image ID. Change-Id: I6c5c56b3fac981e91cdd7ed60079a5649b8dfea8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2e0f0544ec0a..98e3236d44e1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2e0f0544ec0af0af31d923c2fc3e3fd08e60129b +Subproject commit 98e3236d44e1156fc1b3c5b02358ddb84d887013 From 2bb3b6f34593d78f560980c8ab8e09a9255b156c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 22:36:04 +0000 Subject: [PATCH 03113/18836] Updated openstack/openstack Project: openstack/oslo.messaging 944b947fb8c45061ef434a0fba865b1368eb0334 Fix formatting of TransportURL.parse() docs Change-Id: I0b2cf7b1e76bd9151957ddaaaaca8d9e11cf1ed5 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 8d71fe2498a7..944b947fb8c4 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 8d71fe2498a7d6e70634ce9888e77ac788b00d34 +Subproject commit 944b947fb8c45061ef434a0fba865b1368eb0334 From 843c729f52330157b1a8c076e4b3329f6890ed18 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 27 Jun 2014 22:36:11 +0000 Subject: [PATCH 03114/18836] Updated openstack/openstack Project: openstack/oslo.messaging bfcf122a5655ef075d93911d090c1a67e1947069 Fix slow notification listener tests The notification listener tests have a listener endpoint that will stop the listener thread when a certain number of messages have been received. If this doesn't work, the main thread will time out its join() after 5 seconds and the only way sign of this is that the test took over 5 seconds. Let's make stop_listener() return a boolean indicating whether the the thread has stopped or we timed out, and assert that the thread has stopped. Fix a few cases where the thread hasn't stopped. In the 'two exchanges' case, we send three messages but only two are to the exchanges we are listening on. In the tests using the HANDLED return value, the info() handler which stops the thread was never been called because that endpoint was last in the endpoints list. Change-Id: Iea2486f23cee073c3891188d7aabb22ae945900d --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 944b947fb8c4..bfcf122a5655 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 944b947fb8c45061ef434a0fba865b1368eb0334 +Subproject commit bfcf122a5655ef075d93911d090c1a67e1947069 From f093e9e499c782c709496028265d881e5f676fc2 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Fri, 13 Jun 2014 03:10:34 +0000 Subject: [PATCH 03115/18836] Updated openstack/openstack Project: openstack/oslo.config ef6f9bc46a33a677df702e4dc9cfc53d03c49628 Refactors _Namespace to make the code clearer The original implentation of _Namespace._get_cli_value relied on the fact that _Namespace.default doesn't exist and accessing it would raise an AttributeError. This attribute was being caught for another reason so the logic just worked. The more correct thing to do would have been to just raise a KeyError. This change does that and removes the need to catch an AttributeErrors. Change-Id: I963b31ea6ea8ab5180314be7cd2450395263e1af Closes-bug: #1284968 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index f18797ab7d06..ef6f9bc46a33 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit f18797ab7d068663b37f4e25558c624f44e4b099 +Subproject commit ef6f9bc46a33a677df702e4dc9cfc53d03c49628 From 9130e735921fe572a870feff4ee010f5f4d586f0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 00:46:24 +0000 Subject: [PATCH 03116/18836] Updated openstack/openstack Project: openstack/python-novaclient a8c184362bc43d0e4b56f323d52caadadc04ee86 Fix using a variable which is not defined There is a variable which is not defined but used, we should define it before using. Add a test for get_resource_manager_extra_kwargs_hook function, and change the exception to a more detail instead broad 'Exception'. Change-Id: I7a798dad55a65f06ebbe175925a00028940bb168 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 7d1cd188e0da..a8c184362bc4 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 7d1cd188e0da0e14b58ead3e46c2f1461620c03c +Subproject commit a8c184362bc43d0e4b56f323d52caadadc04ee86 From 85de3a52b5a08a501b9c6172d0c336bf8bcd773d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 08:33:00 +0000 Subject: [PATCH 03117/18836] Updated openstack/openstack Project: openstack-dev/devstack 21a2bda8cb4d3ab235a240a3fd8c99b466614689 Cleanup postgresql-server on openSUSE During database cleanup, delete postgresql-server package also on openSUSE. Change-Id: I4dff0ac6493ab9b9a8c6ed15b7cfcdb35264da27 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 98e3236d44e1..21a2bda8cb4d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 98e3236d44e1156fc1b3c5b02358ddb84d887013 +Subproject commit 21a2bda8cb4d3ab235a240a3fd8c99b466614689 From 549f19bea0bd0a1c27da6c5d504dcbc8c1449826 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 11:58:04 +0000 Subject: [PATCH 03118/18836] Updated openstack/openstack Project: openstack-dev/devstack f4c490c1863fe53f85252d2ec326c6da81eb3384 Stud is available in new distributions Stud was marked as precise-only. In reality it's only not available in lucid. All supported distributions are ok now. partial blueprint devstack-https Change-Id: Ie86f345102cfddcca5387be514b67641ef750313 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 21a2bda8cb4d..f4c490c1863f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 21a2bda8cb4d3ab235a240a3fd8c99b466614689 +Subproject commit f4c490c1863fe53f85252d2ec326c6da81eb3384 From 78b6003cb35a60254942e45a200d4e1843ba27d7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 12:46:32 +0000 Subject: [PATCH 03119/18836] Updated openstack/openstack Project: openstack-dev/devstack 87e49f1478a0f7e69c83d812e28c1abc05d611d2 Default cinder enable_v1_api to true As of Juno, Cinder will be deprecating the Cinder V1 API and setting it to not be enabled by default. We'll make it enabled in devstack to continue tests while it's supported. Change-Id: Ia09eed0375a73c69a29b1aa379b5bd9fd3a1f5b7 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f4c490c1863f..87e49f1478a0 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f4c490c1863fe53f85252d2ec326c6da81eb3384 +Subproject commit 87e49f1478a0f7e69c83d812e28c1abc05d611d2 From 5a8a8ff84031a2d1f3aba02d0806eb09a5a6d667 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 12:59:11 +0000 Subject: [PATCH 03120/18836] Updated openstack/openstack Project: openstack-dev/devstack d82e793c8ad9245004a90f3192987c8a1caf296b Add missing config option os_auth_url Without this option will appear as an error: Skip interval_task because Keystone error: Authorization Failed: Unable to establish connection to http://localhost:5000/v2.0/tokens Closes-Bug: #1325383 Change-Id: I42fe92596d9d475f2c5b2a6aa6b49d2b7b821c54 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 87e49f1478a0..d82e793c8ad9 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 87e49f1478a0f7e69c83d812e28c1abc05d611d2 +Subproject commit d82e793c8ad9245004a90f3192987c8a1caf296b From 430994499c9928edb2a39633547b491cc00849c0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 13:08:43 +0000 Subject: [PATCH 03121/18836] Updated openstack/openstack Project: openstack/requirements 3d28e020d05a032d71810316844278a3929312db Move pep8 to just 1.5.7 pep8 is just a bug fix release beyond, there are no new rules that were not in pep8 1.5.6. This move to 1.5.7 will help us move to flake8 2.2.0 which has no additional rules added since flake8 2.1.0 but has parallelization turned on by default. Change-Id: I872a180eb066b4b85620bc03bce319345d004129 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 19201b0d5fd0..3d28e020d05a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 19201b0d5fd0344d3b7a252ac692512c8f5561e0 +Subproject commit 3d28e020d05a032d71810316844278a3929312db From 927cd70f62a39c1e416f16436b18abad1c7315d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 13:32:38 +0000 Subject: [PATCH 03122/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 5722542375705b2b878317cc878680623b711a2e double up [ for safety The construct [ "$UNSET_VAR" -eq "1" ] will throw a bash error of 'integer expression expected' if UNSET_VAR doesn't exist. In bash we can protect this by doubling up the brackets. Change-Id: I261212c9d225b756a82214aa28d9e43e5d89fe55 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e9035f22d2ff..572254237570 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e9035f22d2ffa25ebcdeeae32ba1180e9d77d232 +Subproject commit 5722542375705b2b878317cc878680623b711a2e From 0eed277732a80f237a52ab21979bbabceccbc4f3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 14:16:25 +0000 Subject: [PATCH 03123/18836] Updated openstack/openstack Project: openstack-dev/devstack f0945467265cfbf7e1614249c16303902e028244 use setup_install for django_openstack_auth This is fundamentally a library. As such we should setup_install so that we can possibly pin it, otherwise we *always* get the git version instead. Change-Id: Ia815f2675cf535bb05a7e8eda853690171559b86 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d82e793c8ad9..f0945467265c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d82e793c8ad9245004a90f3192987c8a1caf296b +Subproject commit f0945467265cfbf7e1614249c16303902e028244 From 85ad3a1d81b555c8d5e1785ed5d275bdee6a7ff8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 16:00:33 +0000 Subject: [PATCH 03124/18836] Updated openstack/openstack Project: openstack-dev/devstack e33379658ffc97ffa82117e5dc35f6eb01bde951 Revert "Build retry loop for screen sessions" This reverts commit 0afa912e99dc9bad8b490960beb8f0cf85750dcc. This possibly made things worse, though it times in with the trusty add, so it's hard to tell. Revert to see if grenade gets better. Change-Id: Ic399957fc9d4a7da28b030cdf895df061b2567c8 Related-Bug: #1331274 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f0945467265c..e33379658ffc 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f0945467265cfbf7e1614249c16303902e028244 +Subproject commit e33379658ffc97ffa82117e5dc35f6eb01bde951 From 80f349b9601b0c28286c84cdc9377929ef1bafd3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 18:05:15 +0000 Subject: [PATCH 03125/18836] Updated openstack/openstack Project: openstack/oslo.messaging 555eb7980bdfa4b1df17f1cab6532e51b0ecc955 Fix the notifier example The notifier should be instantiated using messaging.Notifier, not notifier.Notifier. Change-Id: Id1930df6b758b292a7591e2e4cba2ef5a313a3cb --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index bfcf122a5655..555eb7980bdf 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit bfcf122a5655ef075d93911d090c1a67e1947069 +Subproject commit 555eb7980bdfa4b1df17f1cab6532e51b0ecc955 From 4553e11dd672196f33ed5c611e3ad2a7507855d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 18:12:49 +0000 Subject: [PATCH 03126/18836] Updated openstack/openstack Project: openstack/python-novaclient bc453f0cb07106a93b40054d82e949cfff10d629 Convert hosts tests to httpretty Change-Id: Ib1cdb508ef04a86350d3890c14e181b6ed1177f2 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index a8c184362bc4..bc453f0cb071 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit a8c184362bc43d0e4b56f323d52caadadc04ee86 +Subproject commit bc453f0cb07106a93b40054d82e949cfff10d629 From 6b47fbaf0c9f98a981f50ab1c4bacd74208b10e3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 18:18:00 +0000 Subject: [PATCH 03127/18836] Updated openstack/openstack Project: openstack/python-novaclient e84c4e5d958c05e865358d967d94d9ca1d94f6be Convert Hypervisor tests to httpretty Change-Id: I0dc0167af618e88f76ace9b893b2b26966903457 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index bc453f0cb071..e84c4e5d958c 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit bc453f0cb07106a93b40054d82e949cfff10d629 +Subproject commit e84c4e5d958c05e865358d967d94d9ca1d94f6be From ebf0889e656e50c751c01c9e82b4e23ebd3e91f6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 18:18:07 +0000 Subject: [PATCH 03128/18836] Updated openstack/openstack Project: openstack/python-novaclient 6120158e62284acfe81914a8081bdaabcb428162 Convert image tests to httpretty Change-Id: I3abc51ba4dcc641b72e3ac5e09955e4b22718451 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index e84c4e5d958c..6120158e6228 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit e84c4e5d958c05e865358d967d94d9ca1d94f6be +Subproject commit 6120158e62284acfe81914a8081bdaabcb428162 From 8badd468954dee88e6c0c34a174995003ec75ab0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 18:18:09 +0000 Subject: [PATCH 03129/18836] Updated openstack/openstack Project: openstack/python-novaclient 2b946ea630072a5901a05bae517e3b31e76f93d8 Convert keypair tests to httpretty Change-Id: I6876d97dd6600a0a34b89d9f693078f495085622 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6120158e6228..2b946ea63007 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6120158e62284acfe81914a8081bdaabcb428162 +Subproject commit 2b946ea630072a5901a05bae517e3b31e76f93d8 From fbbd6ed3ea86e662b8724a1c56f72c16c3564417 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 18:18:11 +0000 Subject: [PATCH 03130/18836] Updated openstack/openstack Project: openstack/python-novaclient c0f45fdb744941f0f8b42d80c204b51fcdcbe11f Convert limit tests to httpretty Change-Id: I10e0357e0f79c009a00759fd22e6148d10b5286d blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 2b946ea63007..c0f45fdb7449 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 2b946ea630072a5901a05bae517e3b31e76f93d8 +Subproject commit c0f45fdb744941f0f8b42d80c204b51fcdcbe11f From 5c04b1ef71ab0c3b9c5d8f716ea492bb250c99f3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 18:24:18 +0000 Subject: [PATCH 03131/18836] Updated openstack/openstack Project: openstack/python-novaclient 9a48cf8063415ec02c9be290f9d9e8019cc1f59a Overhaul bash-completion to support non-UUID based IDs There are a few things currently wrong with bash-completion as it stands now: 1) IDs are currently required to be UUIDs. This is an arbitrary limitation and doesn't make sense for certain kinds of objects, like `Flavors` where a valid ID could be `performance-16gb`. 2) The code is spread out between Oslo's `Resource` and Novaclient's `Manager` class. This makes it difficult to improve the code because it requires changes to two separate projects. We should centralize the code in Novaclient until the API is stable, then import the code into Oslo in its entirety, not partially like it is now. 3) The completion code is handled by the `Manager` of which there is one per Resource-type. In the interest of centralizing this functionality, we should create a `CompletionCache` class and hang it off of `Client` of which there is one-per-session. 4) The completion-code currently runs by default even in headless mode (e.g. novaclient without the shell). It'd be much more efficient to only write to the completion cache if we're accessing the `Client` from the novaclient shell. We can make this an option to support third-party CLI clients that want to use the completion-cache as well. NOTE: * The corresponding Oslo patch is here: https://review.openstack.org/#/c/101376/ * This patch was tested in multithreaded mode to prevent any regression from: https://bugs.launchpad.net/python-novaclient/+bug/1213958. Change-Id: Idada83de103358974b739f81d4f392574f9e1237 Closes-Bug: 1332270 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index c0f45fdb7449..9a48cf806341 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit c0f45fdb744941f0f8b42d80c204b51fcdcbe11f +Subproject commit 9a48cf8063415ec02c9be290f9d9e8019cc1f59a From b922405b6761b08614415601e47815e7ac704986 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 18:24:25 +0000 Subject: [PATCH 03132/18836] Updated openstack/openstack Project: openstack/python-novaclient 5a3ca61cfdfb4aca20cdc0f571ede1ba7f6f7e11 Sync Oslo's apiclient Oslo's version of apiclient fixes a bug where if `human_id` is `None` it causes `novaclient` to crash, so lets sync it over to fix that bug. Change-Id: I53f174a1d3356c4038dcbdf88f4f9c4ea179418c References-Bug: 1288397 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9a48cf806341..5a3ca61cfdfb 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9a48cf8063415ec02c9be290f9d9e8019cc1f59a +Subproject commit 5a3ca61cfdfb4aca20cdc0f571ede1ba7f6f7e11 From 2a39711bce72c308670a00b1aa2b2138b138ad2d Mon Sep 17 00:00:00 2001 From: Stuart McLaren Date: Thu, 26 Jun 2014 15:27:42 +0000 Subject: [PATCH 03133/18836] Updated openstack/openstack Project: openstack/glance b7968cfa93db6ccf37a97169b23f31a1993803aa Document registry 'workers' option Currently the 'workers' option -- to increase the number of service processes -- is only documented for the API. This change adds the equivalent documentation for the registry. DocImpact Change-Id: I0cee0d284eef9ce5dcb26720499f2c4d31eaca0f Closes-Bug: #1334711 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index db2a5674c081..b7968cfa93db 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit db2a5674c0818856cee618b2dbb540d820dce15d +Subproject commit b7968cfa93db6ccf37a97169b23f31a1993803aa From 0f4823e207fe88b0941e1ea5517055dec55ccfaf Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 27 Jun 2014 22:13:42 +0000 Subject: [PATCH 03134/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 4a7c7944d7fffb9f048f790a781f5bc976b107f0 Updated from global requirements Change-Id: Ibb290d0f2d616b7730914bfc829a7f555ba0b688 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f0be3847dd44..4a7c7944d7ff 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f0be3847dd4451d02544e0b0669e048ec89b1384 +Subproject commit 4a7c7944d7fffb9f048f790a781f5bc976b107f0 From dbb214bc24151f671be423093051fcea01fb905b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 20:41:29 +0000 Subject: [PATCH 03135/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3d4119d27fcffaebe13e5930bbad7c398a5eae0e Add issued handlers to auth_ref and fixtures issued_at is a standard part of V2 and V3 tokens so add it to AccessInfo in a similar way to expiry. Also it should be included when generating tokens so include it in fixtures. Change-Id: I0d62d8ce6472466886751e10e98046b8e398e079 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 4a7c7944d7ff..3d4119d27fcf 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 4a7c7944d7fffb9f048f790a781f5bc976b107f0 +Subproject commit 3d4119d27fcffaebe13e5930bbad7c398a5eae0e From fe1558fbad5f8d7e3da4a4ebd3e46b76e7be9e5d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 28 Jun 2014 21:26:48 +0000 Subject: [PATCH 03136/18836] Updated openstack/openstack Project: openstack/python-keystoneclient cf7e8afb2fe9477ec3d20ed57fc62658a4f64f63 Correcting using-api-v2.rst Changes * removed extraneous word from Introduction section Closes-Bug: #1334915 Change-Id: I201ddb70a4d91e0d615e322abc43848993dee573 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3d4119d27fcf..cf7e8afb2fe9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3d4119d27fcffaebe13e5930bbad7c398a5eae0e +Subproject commit cf7e8afb2fe9477ec3d20ed57fc62658a4f64f63 From 3d848ce48ceed91b0cfa0c76b89c25b971da760d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 29 Jun 2014 14:43:38 +0000 Subject: [PATCH 03137/18836] Updated openstack/openstack Project: openstack/oslo.messaging 3578338f3a7b29c052e2b8e357940a25a22b54ed Fix structure of unit tests in oslo.messaging (part 2) Even in case of libraries and when they are not big like nova. It is better to use next rules: 1) structure of tests directory is the same as a root of project Tests directory will be well organized, and it will be simple to find where to write tests 2) names for end modules should be test_.py Change-Id: I069121c5f32bbe51c6795e51c23ff3630fcd43e2 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 555eb7980bdf..3578338f3a7b 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 555eb7980bdfa4b1df17f1cab6532e51b0ecc955 +Subproject commit 3578338f3a7b29c052e2b8e357940a25a22b54ed From 9b7c190d4e97544bf92b6218eae1021ecab01d09 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 29 Jun 2014 14:48:24 +0000 Subject: [PATCH 03138/18836] Updated openstack/openstack Project: openstack/oslo.messaging 4db3cebe23e7505ca436a4117e3649a5e6f18d27 Fix structure of unit tests in oslo.messaging (part 3 last) Even in case of libraries and when they are not big like nova. It is better to use next rules: 1) structure of tests directory is the same as a root of project Tests directory will be well organized, and it will be simple to find where to write tests 2) names for end modules should be test_.py Change-Id: I75b4b3df4fffc8dfe389c547ae7a004d1b278ecc --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 3578338f3a7b..4db3cebe23e7 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 3578338f3a7b29c052e2b8e357940a25a22b54ed +Subproject commit 4db3cebe23e7505ca436a4117e3649a5e6f18d27 From 58e7d5fc70bbfdae1da8611a48550224e919cebf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 29 Jun 2014 18:52:16 +0000 Subject: [PATCH 03139/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 90abb4cfb2c133fda1df5da11d8fc30ec9e5514b Minor grammatical fix in doc Change-Id: I0ee386588ab3083d90c5da44337460e39fa86e83 Closes-Bug: #1334915 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index cf7e8afb2fe9..90abb4cfb2c1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit cf7e8afb2fe9477ec3d20ed57fc62658a4f64f63 +Subproject commit 90abb4cfb2c133fda1df5da11d8fc30ec9e5514b From 1c3eec78b38e51b9e2deeb6f216c413a8120252e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 29 Jun 2014 21:09:49 +0000 Subject: [PATCH 03140/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b34c0a1480b565086eb88b07d7ab201e2387d597 Capture QEMU logs This commit adds support for capturing any qemu logs. We were previously capturing the libvirt logs, but for debugging it is useful to also have the qemu logs. Change-Id: I0d14074430a6a8ec6d99722646225f4ca3262080 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 572254237570..b34c0a1480b5 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 5722542375705b2b878317cc878680623b711a2e +Subproject commit b34c0a1480b565086eb88b07d7ab201e2387d597 From c2663efc21b67315b19f5046bb145926cf9bb35d Mon Sep 17 00:00:00 2001 From: Chris Yeoh Date: Mon, 17 Mar 2014 15:12:01 +1030 Subject: [PATCH 03141/18836] Updated openstack/openstack Project: openstack/python-novaclient 6aa419b82ed6e0b06599eeaf69581e995116669d Adds clarification note for project_id vs tenant_id The client __init__ method takes both a project_id and tenant_id which is rather confusing as in the Nova API these terms are used interchangeably. The comment clarifies the difference between a project_id and tenant_id when using novaclient. For backwards compatibility reasons we can't really change the names (though for V3 perhaps we should in the future). Change-Id: I569fe9318335c8d686153b0936205cb190e01ef1 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5a3ca61cfdfb..6aa419b82ed6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5a3ca61cfdfb4aca20cdc0f571ede1ba7f6f7e11 +Subproject commit 6aa419b82ed6e0b06599eeaf69581e995116669d From 1f72bbcfa5b9449aa5d4e1b1a288d0eca8f93d75 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 24 Jun 2014 11:07:20 +0900 Subject: [PATCH 03142/18836] Updated openstack/openstack Project: openstack/oslo.messaging a704a3f1fcbb0e357d2fead8405c03c7586fa197 Use assertEqual instead of assertIs for strings Checking identity of strings is not a great idea. It might not work with different implementations. (eg. pypy) Test usual equality instead. Change-Id: Ib1a673a0ac116f2c80d066e94a8bd9a9ef8f518a --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 4db3cebe23e7..a704a3f1fcbb 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 4db3cebe23e7505ca436a4117e3649a5e6f18d27 +Subproject commit a704a3f1fcbb0e357d2fead8405c03c7586fa197 From a735d8fcce9cb26d27d0709f71a74f2446dac74b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 08:52:31 +0000 Subject: [PATCH 03143/18836] Updated openstack/openstack Project: openstack/python-glanceclient 195384223f490db1886ebfab4ceee6e4bcd1c387 Fix CA certificate handling If --os-cacert was passed to the cli the following error was triggered: "cafile must be None or a byte string". This is because 'load_verify_locations' requires a byte string to be passed in. We fix this by explicitly converting the argument to a byte string. We do this in 'VerifiedHTTPSConnection' rather than sooner, eg during arg handling, as it will no longer be required should we move to a different http library (eg requests). Fixes bug 1301849. Change-Id: I9014f5d040cae9f0b6f03d8f13de8419597560cb --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index eca5fc22ca4c..195384223f49 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit eca5fc22ca4c445dd49d6e1afbf78bdffac1c587 +Subproject commit 195384223f490db1886ebfab4ceee6e4bcd1c387 From b22a343ea9cd4e446f0a4081426a7504ace29874 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 08:52:33 +0000 Subject: [PATCH 03144/18836] Updated openstack/openstack Project: openstack/python-glanceclient 4ea01682daafe8d9ffd6eb83ff8fd7337c6029b8 Add license to setup.cfg Glance client's setup.cfg was missing the license attribute. This commit adds it to make it consistent with other clients and server libraries. The value of the license attribute reflects the license in the LICENSE file. Change-Id: Ia2e8c3be4fe7eaf0db5eb397646068c83076c2ff --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 195384223f49..4ea01682daaf 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 195384223f490db1886ebfab4ceee6e4bcd1c387 +Subproject commit 4ea01682daafe8d9ffd6eb83ff8fd7337c6029b8 From 0dda8f1bb4800078d85d48576ede26a5db3815e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 08:52:36 +0000 Subject: [PATCH 03145/18836] Updated openstack/openstack Project: openstack/python-glanceclient 6d4a4b7ecb31b43287fe19ae31246f7645102409 Add missing classifiers This commit adds 2 more classifiers to setup.cfg. An environment classifier that specifies glanceclient is a console tool and a development classifier that specifies it is production ready. Change-Id: Ia60ea76798503b0a729c384298f1a633d695a1ab --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 4ea01682daaf..6d4a4b7ecb31 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 4ea01682daafe8d9ffd6eb83ff8fd7337c6029b8 +Subproject commit 6d4a4b7ecb31b43287fe19ae31246f7645102409 From abd272b561823b910dfdda95aa94beb6543045c9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 08:52:38 +0000 Subject: [PATCH 03146/18836] Updated openstack/openstack Project: openstack/python-glanceclient abd0812d05e456e68af4d8bed04396a8815884b3 Add wheels section to the setup.cfg Glance client's setup.cfg was missing the wheels section. This commit adds it and makes the client's setup.cfg consistent with other clients. Change-Id: I16030c0379dae3c3c07bd73f09798c2160310811 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 6d4a4b7ecb31..abd0812d05e4 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 6d4a4b7ecb31b43287fe19ae31246f7645102409 +Subproject commit abd0812d05e456e68af4d8bed04396a8815884b3 From e66f913193204b14e5e61c2bb43e574e760ef6ca Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 09:31:23 +0000 Subject: [PATCH 03147/18836] Updated openstack/openstack Project: openstack/python-cinderclient 9485337b0eb355236244858d2409016fbdb85b1d Use region_name in service catalog Using attr and filter is no longer necessary. We provide a region_name filter directly that works with both v2 and v3 service catalogs. Change-Id: I67b50fcaa5e4df5c2bb7b2966b5ef2040e6286e7 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 6550b0ab5c46..9485337b0eb3 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 6550b0ab5c4602dde1a09f528de35c304253bbc7 +Subproject commit 9485337b0eb355236244858d2409016fbdb85b1d From f12b727c5b1dfb5957bae114fdd256b92b38e223 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 30 Jun 2014 11:33:34 +0200 Subject: [PATCH 03148/18836] Updated openstack/openstack Project: openstack/python-glanceclient caa1a54fd9e69bc2a3fe43157a9805a71c2ef1a3 Added release notes for 0.13.0 Change-Id: I51374661a5ce58cd2a970a75893b1251ab6e176b --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index abd0812d05e4..caa1a54fd9e6 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit abd0812d05e456e68af4d8bed04396a8815884b3 +Subproject commit caa1a54fd9e69bc2a3fe43157a9805a71c2ef1a3 From 94e5d9fa19faf370e196e9d3db24f9f5b9847d01 Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Tue, 6 May 2014 17:39:06 +0200 Subject: [PATCH 03149/18836] Updated openstack/openstack Project: openstack/oslo.config afab1f52661be27bcc61f3f516731e523ff9ef49 Introduce Opts for IP addresses In order to validate correct input values for IP addresses new Opt was introduced. Validation is done on parsing level so there is no need to explicitly check for valid ip address in the code. Requirement for netaddr package was added. DocImpact Change-Id: I9adc30d9b989e8c636fefd435885c4c363ca540c Partial-Bug: #1284684 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index ef6f9bc46a33..afab1f52661b 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit ef6f9bc46a33a677df702e4dc9cfc53d03c49628 +Subproject commit afab1f52661be27bcc61f3f516731e523ff9ef49 From 4e138e1c49aac2a22e1e71883fac9489a9d9d845 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 14:16:41 +0000 Subject: [PATCH 03150/18836] Updated openstack/openstack Project: openstack/oslo.config 434383bbc14cc59289cc9dac98de4294a7e8b138 Fix flaws in methods' docstring Change-Id: Idaebbc5702daeabc22b44672ce7b7d301a725871 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index afab1f52661b..434383bbc14c 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit afab1f52661be27bcc61f3f516731e523ff9ef49 +Subproject commit 434383bbc14cc59289cc9dac98de4294a7e8b138 From a88281957a8a2e9a328bf2250ce045eb336e7a9a Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 27 Jun 2014 06:31:30 +0000 Subject: [PATCH 03151/18836] Updated openstack/openstack Project: openstack/django_openstack_auth d5690f2b6c618e4290194150af2c2c6c1dda8fc5 Updated from global requirements Change-Id: I0e89fa48c0ffebbd2a54f516a72f798e784cb307 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 47fcf7ae4ad6..d5690f2b6c61 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 47fcf7ae4ad68b175914ab9611a59d359aa754c0 +Subproject commit d5690f2b6c618e4290194150af2c2c6c1dda8fc5 From 1c55e9aed02dee908fdbdb500b02cc461d084941 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 15:39:11 +0000 Subject: [PATCH 03152/18836] Updated openstack/openstack Project: openstack/oslo.messaging cb70f81b962185dae2fb3c3bc4d7ac7afb3923df Add 'docs' tox environment To make it easy to build docs with 'tox -e docs'. Change-Id: Idd47c617196b25539b6b1fc88fac0a45b7fc0911 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index a704a3f1fcbb..cb70f81b9621 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit a704a3f1fcbb0e357d2fead8405c03c7586fa197 +Subproject commit cb70f81b962185dae2fb3c3bc4d7ac7afb3923df From 0de4d63e1975e0e2f909c957ef8081fe8bffc0a7 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 17 Mar 2014 09:46:58 +1300 Subject: [PATCH 03153/18836] Updated openstack/openstack Project: openstack-dev/pbr fa17f42d7d195dab77c042ac4881ac63bfb638f3 Allow examining parsing exceptions. Having to put breakpoints in pbr to diagnose issues is bad for dealing with reports from users. Change-Id: Ifecf4c4e4bb5955e0e5feb4bf5b5b85150b08ebe --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index d815366577a7..fa17f42d7d19 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit d815366577a7dbb7a8dab66ab105e2803af4c007 +Subproject commit fa17f42d7d195dab77c042ac4881ac63bfb638f3 From b2a9ff18eb5c5bcf1b55db1bd9b2d8763140e422 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 17:34:07 +0000 Subject: [PATCH 03154/18836] Updated openstack/openstack Project: openstack-dev/pbr e1b98f578a0f94a791210dd48530e2fed43fbe61 Check for git before querying it for a version * pbr/packaging.py(_get_version_from_git): Wrap calls to _run_git_command in a conditional check for _git_is_installed to avoid an opaque error message which can occur when you have a .git directory but no git executable. Change-Id: I6752c93d393a941daa1e7fb949c7c3d2a75337f3 Closes-Bug: #1326682 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index fa17f42d7d19..e1b98f578a0f 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit fa17f42d7d195dab77c042ac4881ac63bfb638f3 +Subproject commit e1b98f578a0f94a791210dd48530e2fed43fbe61 From 81b8a8ee5b2e000e11903ea875e940dae101086f Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 25 Jun 2014 11:03:29 -0700 Subject: [PATCH 03155/18836] Updated openstack/openstack Project: openstack/glance dde2cbafd33b69024e36c741402c8c130ab761e8 Sync processutils and lockutils from oslo with deps This is a sync of processutils and lockutils from oslo-incubator along with their dependencies. The main target for the sync is to pick up the get_worker_count() method in commit 85f178489a128a04a7ee3ed44018403caa109ef0 so that we can set glance-api workers equal to the number of CPUs on the host. lockutils is also copied over due to the nature running multiple workers and how the glance functional tests are setup, it'd be prudent to have the latest lockutils code since it hasn't been updated in over six months. The change to require posix_ipc is due to commit edce46cf5efd6d738d379205f9bf526a498845e3 in lockutils. Changes: processutils ------------ 85f1784 Move nova.utils.cpu_count() to processutils module cdcc19c Mask passwords that are included in commands 8a0f567 Remove str() from LOG.* and exceptions 51778f9 Allow passing environment variables to execute() fcf517d Update oslo log messages with translation domains af41592 Catch OSError in processutils f773ea2 Fix i18n problem in processutils module 8b2b0b7 Use hacking import_exceptions for gettextutils._ 3b71f46 Fixed misspellings of common words 12bcdb7 Remove vim header a4dab73 Correct execute() to check 0 in check_exit_code d6a963e Fix processutils.execute errors on windows aa5b658 Allow passing a logging level to processutils.execute 1a2df89 Enable H302 hacking check 7119e29 Enable hacking H404 test. 2f01388 Use Python 3.x compatible except construct lockutils --------- de4adbc pep8: fixed multiple violations 9e88af1 fixed typos found by RETF rules fe3389e Improve help strings f3f14c9 Fixed several typos 0f495ee Emit a log statement when releasing internal lock f0dd798 Remove rendundant parentheses of cfg help strings 006d9a2 Allow external locks to work with threads 9b73c19 Re-enable file-based locking behavior edce46c Use Posix IPC in lockutils ac84a40 Update log translation domains fcf517d Update oslo log messages with translation domains 37a1de8 Move the released file lock to the successful path b0d0c33 Add remove external lock files API in lockutils 4f6190a Use threading.ThreadError instead of reraising IOError 195f0b1 Have the interprocess lock follow lock conventions 15cca4b lockutils: move directory creation in lock class 81fe39e lockutils: remove lock_path parameter 14d3669 lockutils: expand add_prefix dc06d55 lockutils: do not grab the lock in creators a0948cb lockutils: remove local usage df8e051 lockutils: split code handling internal/external lock log --- 109e325 Use oslo.messaging to publish log errors de4adbc pep8: fixed multiple violations eac71f5 Fix common.log.ContextFormatter for Python 3 d78b633 Fixes a simple spelling mistake 621d831 always log a traceback in the sys.excepthook 90ae24b Remove redundant default=None for config options af36c2a Fix logging setup for Python 3.4 cdcc19c Mask passwords that are included in commands excutils -------- 33a2cee save_and_reraise_exception: make logging respect the reraise parameter fcf517d Update oslo log messages with translation domains fileutils --------- 9c88dc3 file_open: fixed docstring to refer to open() instead of file() 6c7407b fileutils: port to Python 3 fcf517d Update oslo log messages with translation domains Partial-Bug: #1333325 Change-Id: I6c9d8961af2bd3bbe4d149f21cd6d4fad676ba14 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b7968cfa93db..dde2cbafd33b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b7968cfa93db6ccf37a97169b23f31a1993803aa +Subproject commit dde2cbafd33b69024e36c741402c8c130ab761e8 From 698f18bcf69aef7fa495a2ad9f8285a07b2506f9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 17:34:51 +0000 Subject: [PATCH 03156/18836] Updated openstack/openstack Project: openstack-dev/devstack c06c9e1f904a81e0fef646273b07510e90995364 Do not clean docs directory The docs/source has been introduced by change-id: Ide5f7d980a294c7a9f8a3decaed0939f1c239934, but clean.sh try to clean whole docs direcotry, which is not right. Meanwhile, there are directories in FILES_TO_CLEAN variable, which means rm -f will not work. We need to use rm -rf. Change-Id: I4e10d70d5638ce7e7a9215f5bd848422aa90aad3 Closes-Bug: #1335399 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e33379658ffc..c06c9e1f904a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e33379658ffc97ffa82117e5dc35f6eb01bde951 +Subproject commit c06c9e1f904a81e0fef646273b07510e90995364 From 5e5d7e2163c11499f9531b8cfdce06bc977b11a2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 30 Jun 2014 22:21:46 +0000 Subject: [PATCH 03157/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate e72850558a934cb51773f83532e629ebd8215984 Archive Ironic VM nodes console logs Set log directory in localrc for Ironic deployment and archive these logs as part of cleanup_host(). Change-Id: Ia99e5b22cc43124c582369b7ddaf0455d2d606e4 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b34c0a1480b5..e72850558a93 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b34c0a1480b565086eb88b07d7ab201e2387d597 +Subproject commit e72850558a934cb51773f83532e629ebd8215984 From 22fcad786ea9b240d59357c4ec90d458274e7467 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 00:25:37 +0000 Subject: [PATCH 03158/18836] Updated openstack/openstack Project: openstack/python-novaclient b9538d828088d1faa078446905eb8506bdfc9c10 Convert network tests to httpretty Change-Id: I81a83c98b925a2bc7373dd17f2c2ecd78fa23a6d blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 6aa419b82ed6..b9538d828088 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 6aa419b82ed6e0b06599eeaf69581e995116669d +Subproject commit b9538d828088d1faa078446905eb8506bdfc9c10 From 71a86be219010ca87ca5c1214f0737071fda9a9a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 01:46:47 +0000 Subject: [PATCH 03159/18836] Updated openstack/openstack Project: openstack/glance c81604cf44bb15f53db128238a8ed5ae010099a7 Fix swift functional test The swift functional test "test_delayed_delete_with_auth" was failing with a permission error trying to write to /var/lib/glance. Change the test's scrubber_datadir to be /tmp which is world writable. Fixes bug 1291512. Change-Id: I522c95619db26d009bd2ecb12fd02cb2eca56569 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index dde2cbafd33b..c81604cf44bb 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit dde2cbafd33b69024e36c741402c8c130ab761e8 +Subproject commit c81604cf44bb15f53db128238a8ed5ae010099a7 From f605ffc51352ef780d83a4b6a38f7e326e679239 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 04:51:12 +0000 Subject: [PATCH 03160/18836] Updated openstack/openstack Project: openstack/python-cinderclient 67a5f7237847045de32e20ec1c79e90b605305a8 Remove deprecated command-line args Some command-line args were deprecated in Diablo and slated for removal in Folsom. They're being removed in Juno instead. Change-Id: I02339ba08c997fecca5a6639382360962e668bfd --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 9485337b0eb3..67a5f7237847 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 9485337b0eb355236244858d2409016fbdb85b1d +Subproject commit 67a5f7237847045de32e20ec1c79e90b605305a8 From 0c2c76528167d4081bdb1bf59ab6e7e97817ed06 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 04:51:15 +0000 Subject: [PATCH 03161/18836] Updated openstack/openstack Project: openstack/glance 99d7e157e31cf0741b02b8ad024526caba310749 Add CONTRIBUTING.rst There is no CONTRIBUTING.rst file, so i add it. Change-Id: Ib017bc49623f2238a32f316af02cbc22b6be7a5b --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c81604cf44bb..99d7e157e31c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c81604cf44bb15f53db128238a8ed5ae010099a7 +Subproject commit 99d7e157e31cf0741b02b8ad024526caba310749 From 88e2bb098883f044458f488ee603180ff5c03fd1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 04:53:42 +0000 Subject: [PATCH 03162/18836] Updated openstack/openstack Project: openstack/glance 8c1a2d9fbb3cfc92f58428e61a40ad248a1dedf7 Imported Translations from Transifex Change-Id: I02af1f32fcbc4618380175ce06b09620a5d5a94c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 99d7e157e31c..8c1a2d9fbb3c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 99d7e157e31cf0741b02b8ad024526caba310749 +Subproject commit 8c1a2d9fbb3cfc92f58428e61a40ad248a1dedf7 From 083442a154585667f204fa37e66e3cdf4d3f0b6f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 07:52:27 +0000 Subject: [PATCH 03163/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6849a758d79280ab8f9f99a7cc280a68621c706e Make one copy of grenade log files Change 709f2349 removed the blanked 'rm' of grenade log files, but that leaves behind several confusing entries in the final log output; e.g [1]. --- grenade.sh.log.2014-06-16-014311 grenade.sh.log.2014-06-16-014311.2014-06-16-014311.summary grenade.sh.log.summary grenade.sh.txt --- grenade.sh.txt is greande.sh.log renamed, which was a symlink to the time-stampped file, which is no longer removed. The summary files are also duplicated and not directly visible because they do not have a .log extension. This change just keeps the grenade log and summary files. It renames the summary so it can be viewed, and removes the unnecessary files. It also puts grenade's localrc in the top-level directory with the logs, renamed to grenade_localrc [1] http://logs.openstack.org/83/98283/2/gate/gate-grenade-dsvm/8ba1473/logs/ Change-Id: I932ee1583f04756579abf63c792d336ae937f64d --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index e72850558a93..6849a758d792 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit e72850558a934cb51773f83532e629ebd8215984 +Subproject commit 6849a758d79280ab8f9f99a7cc280a68621c706e From 56b02d2f19f2ad06a406979444407201ab1d32f3 Mon Sep 17 00:00:00 2001 From: liuqing Date: Tue, 1 Jul 2014 14:39:29 +0800 Subject: [PATCH 03164/18836] Updated openstack/openstack Project: openstack/python-glanceclient 1c46c769e874a448275060651895f194249e36e7 Add CONTRIBUTING.rst There is no CONTRIBUTING.rst file, so i add it. Change-Id: Icaafaf86c3b4314e2e20611e5e08956f1ea993ea --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index caa1a54fd9e6..1c46c769e874 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit caa1a54fd9e69bc2a3fe43157a9805a71c2ef1a3 +Subproject commit 1c46c769e874a448275060651895f194249e36e7 From e5991c979c48a67d7a41bfcab16f782b3ddb512f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 09:57:37 +0000 Subject: [PATCH 03165/18836] Updated openstack/openstack Project: openstack/oslo.messaging 270e9cb00c634d4e232ecb518c96395e0c115cf3 Remove duplicate docs for MessageHandlingServer We're currently including these docs under the RPC server and notification listener sections causing sphinx to have a minor panic attack. WARNING: duplicate object description of oslo.messaging.MessageHandlingServer Change-Id: I76a4d9a7f55f7b65bcdd2bdb814904dc55bd1068 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index cb70f81b9621..270e9cb00c63 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit cb70f81b962185dae2fb3c3bc4d7ac7afb3923df +Subproject commit 270e9cb00c634d4e232ecb518c96395e0c115cf3 From 242d58afa5925d053498f6c35a287b72561f88e0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 13:05:17 +0000 Subject: [PATCH 03166/18836] Updated openstack/openstack Project: openstack/requirements 92a5ded6b910b0fd75af5f26d5bf305cde0a2634 Add Designate to projects.txt Change-Id: Ie641028714dcd0fb8161f5a8f73bce9aa55368a8 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3d28e020d05a..92a5ded6b910 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3d28e020d05a032d71810316844278a3929312db +Subproject commit 92a5ded6b910b0fd75af5f26d5bf305cde0a2634 From 56c26630d654c5e45d97a9c1770cf721abebf965 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 18:32:33 +0000 Subject: [PATCH 03167/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 1e993c36a5c12bc58e1d8bc848bee06b7f3dbe9f Adjust Python 2.6 OSerror-on-EPIPE workaround Adjust the code to raise exceptions.CertificateConfigError when the certificates are still missing even in the Python 2.6 subprocess bug-workaround case. Change-Id: I9fdfa830e6f9bc9e8eab496da2597e4118577ec5 Closes-Bug: #1324921 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 90abb4cfb2c1..1e993c36a5c1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 90abb4cfb2c133fda1df5da11d8fc30ec9e5514b +Subproject commit 1e993c36a5c12bc58e1d8bc848bee06b7f3dbe9f From b93e86cf46cce80a574d5f4923102fde5a0823ae Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 8 Apr 2014 11:40:41 +1000 Subject: [PATCH 03168/18836] Updated openstack/openstack Project: openstack/python-novaclient cc7364067f995bd952149cd172cebf083fe4dc99 Allow us to use keystoneclient's session The session object is a cross-client means of standardizing the transport layer. Novaclient's HTTPClient object has diverged significantly from other clients. It is easier to simply replace it if a session is provided. If a session is provided then users of the library need to be aware that functions such as authenticate() will no longer have any effect/are in error because this is no longer managed by nova. Change-Id: I8f146b878908239d9b6c1c7d6cdc01c7e124f4e5 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b9538d828088..cc7364067f99 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b9538d828088d1faa078446905eb8506bdfc9c10 +Subproject commit cc7364067f995bd952149cd172cebf083fe4dc99 From 12525d8677a6e6395ace15dacdad66591135c678 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 19:46:16 +0000 Subject: [PATCH 03169/18836] Updated openstack/openstack Project: openstack-dev/devstack 8a88f2728c9aaddf607325c4307652df86928aa9 Add keystone middleware to devstack Add the keystonemiddleware repository to devstack to support testing with tempest and stable branches. Change-Id: Ib635465e6568d9cd51d6e432ec8b8633a27d19ce --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c06c9e1f904a..8a88f2728c9a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c06c9e1f904a81e0fef646273b07510e90995364 +Subproject commit 8a88f2728c9aaddf607325c4307652df86928aa9 From 8ae33a9048a8499348297dfd2dd977fb7dff9554 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 1 Jul 2014 19:55:08 +0000 Subject: [PATCH 03170/18836] Updated openstack/openstack Project: openstack-dev/devstack 134609f9a6e8aae8022eb41da7fd2a48238fe720 fix trove image addition the previous addition to trove was done in a way that it was not possible to discover from nodepool. This fixes our ability to do that, especially with non-default on services. Change-Id: I8ca682354e0d4e2eb9cf05f40c6dd783de1c6355 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8a88f2728c9a..134609f9a6e8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8a88f2728c9aaddf607325c4307652df86928aa9 +Subproject commit 134609f9a6e8aae8022eb41da7fd2a48238fe720 From eb3a2cc5d0728be772f354b585c2fe0c46fd973c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 1 Jul 2014 20:23:52 +0000 Subject: [PATCH 03171/18836] Updated openstack/openstack Project: openstack/requirements 80366feb60fe3501c8c003efbd6905a1bc111b6e Exclude Routes 2.0 The py33 wheel published on PyPI for Routes is broken, and as a result causes failures for our Py3k unit test jobs when it's a project requirement. https://github.com/bbangert/routes/issues/31 Change-Id: I66fe7a29362c45bc6af8b473f14433656e14d3d0 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 92a5ded6b910..80366feb60fe 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 92a5ded6b910b0fd75af5f26d5bf305cde0a2634 +Subproject commit 80366feb60fe3501c8c003efbd6905a1bc111b6e From 4abc76ce9988e874647a0e7eadd73276a78b050c Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Wed, 21 May 2014 08:45:54 +1000 Subject: [PATCH 03172/18836] Updated openstack/openstack Project: openstack/python-keystoneclient fe0c2f926ab1cb73589d72136f8dae0516c9f884 Session loading from conf Allow loading session objects from oslo.config. We want a generic way to do this for auth_token middleware and for servers creating session objects for inter-service communication. DocImpact: This is the first step in standardizing all the config options across projects. There are no changes to the config options that keystoneclient actually consumes in this review. Implements: blueprint standard-client-params Change-Id: I1e83280b2f76f16041ed8d5ed598db70210112bd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 1e993c36a5c1..fe0c2f926ab1 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 1e993c36a5c12bc58e1d8bc848bee06b7f3dbe9f +Subproject commit fe0c2f926ab1cb73589d72136f8dae0516c9f884 From 72a163a404038768e7a6e94957c3b5439a828e1f Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 27 May 2014 18:22:38 +1000 Subject: [PATCH 03173/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 548c15f7f76cc78e74889f97a4cba2a0c5263bc4 Session loading from CLI options We will want this to standardize session loading amongst the various CLIs. Implements: blueprint standard-client-params Change-Id: Icc740db6d471a0953b7946e00e6317802b6d2255 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index fe0c2f926ab1..548c15f7f76c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit fe0c2f926ab1cb73589d72136f8dae0516c9f884 +Subproject commit 548c15f7f76cc78e74889f97a4cba2a0c5263bc4 From b1f865195944f288ac9e41d79be486c027b2617b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 02:28:43 +0000 Subject: [PATCH 03174/18836] Updated openstack/openstack Project: openstack/python-novaclient d46e206ba335b7fc9d98894fa5f7082695031c2a Fix the section name in CONTRIBUTING.rst The name of the section "If you're developer, start here" has changed in the wiki, now is "If you're a developer". This commit updates it to correctly refer to the proper section. Change-Id: I16fc339292ac5766530f003770bee133170bed67 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index cc7364067f99..d46e206ba335 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit cc7364067f995bd952149cd172cebf083fe4dc99 +Subproject commit d46e206ba335b7fc9d98894fa5f7082695031c2a From d0f7108d05cec4a942c36d213591cf74ed0085fe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 11:15:41 +0000 Subject: [PATCH 03175/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 04d376f6cb05fcba2e6c8039e402f6916dd7ac31 Minor update to the readme file The directory name seems to have changed from "keystone_auth" to "openstack_auth", but the readme still points to the old directory name. This patch fixes it. Change-Id: I11398e00d9f665e8079e8e2845bc81ffbc6a6966 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index d5690f2b6c61..04d376f6cb05 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit d5690f2b6c618e4290194150af2c2c6c1dda8fc5 +Subproject commit 04d376f6cb05fcba2e6c8039e402f6916dd7ac31 From d5c5e8a6214cf8ff4989ea0d8b88349883c9c547 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 12:23:10 +0000 Subject: [PATCH 03176/18836] Updated openstack/openstack Project: openstack/requirements 9775def8f0d8c4fef654a25c0bb2fc0e1881fdad Add python-marconiclient To be used by other openstack projects, marconi client needs to be declared in requirements. 0.0.2 is the last version. Change-Id: Ibfa1bad66c66b64707650800ea1ad753e8002346 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 80366feb60fe..9775def8f0d8 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 80366feb60fe3501c8c003efbd6905a1bc111b6e +Subproject commit 9775def8f0d8c4fef654a25c0bb2fc0e1881fdad From b851f4d8d69ff894f80d124cd8d3f0eb78e2f3b5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 12:25:41 +0000 Subject: [PATCH 03177/18836] Updated openstack/openstack Project: openstack/requirements 498fc998d9b1489673c856e4923d1e2813eb147e Update python-cinderclient>=1.0.7 Commit 6cb58c10776cc5a8a6efe677177998234c5e8e78 in heat needs a higher version of cinderclient to pass unittests. Change-Id: I53f41fc24633f56c3f8e6fee795ecbe40c06fa24 Related-Bug: 1334995 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9775def8f0d8..498fc998d9b1 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9775def8f0d8c4fef654a25c0bb2fc0e1881fdad +Subproject commit 498fc998d9b1489673c856e4923d1e2813eb147e From 3d6f0a027fded56be30f8126c11e9c3d80801a01 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 13:15:51 +0000 Subject: [PATCH 03178/18836] Updated openstack/openstack Project: openstack/oslo.config 9f26394cb3af205e84cce251c8ad7587ceae573d Add CLI option support to config fixture oslo.config.fixture.Config has register_opt() and register_opts() but not register_cli_opt() and register_cli_opts(). Change-Id: I8a1582dc0deb0230eb02b0894a49398f333375fe --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 434383bbc14c..9f26394cb3af 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 434383bbc14cc59289cc9dac98de4294a7e8b138 +Subproject commit 9f26394cb3af205e84cce251c8ad7587ceae573d From ea6a066c4e765f3bbebec7eb9e519d78e81f34a3 Mon Sep 17 00:00:00 2001 From: Haneef Ali Date: Wed, 25 Jun 2014 10:04:57 -0700 Subject: [PATCH 03179/18836] Updated openstack/openstack Project: openstack/python-cinderclient b4906c855fe86af6ac8f469ae6e76adddffe6586 Fix version discovery and auth_plugins V3Client support added version discovery and session supports. Most of the external auth system doesn't support this. This fix bypasses version discovery if the idenity service doesn't support that. Session is used only if no external auth plugin is used Change-Id: Ia84a2ad45940d35c5ef740727f5f7477c72ea9d4 Closes-Bug: #1333961 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 67a5f7237847..b4906c855fe8 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 67a5f7237847045de32e20ec1c79e90b605305a8 +Subproject commit b4906c855fe86af6ac8f469ae6e76adddffe6586 From c7579d2bdf47a1fbe347f6440cae10f3257326a6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 14:51:34 +0000 Subject: [PATCH 03180/18836] Updated openstack/openstack Project: openstack/oslo.config 3d3ca2ac3f9a59a3d1156bdb8f4f797136821d9d Add oslo-config-generator Add a sample config file generator utility. This is a dramatically different approach from the generator in oslo-incubator, whereby we move away from magic towards much more explicit control over the generator. blueprint: oslo-config-generator Closes-Bug: #1300546 Change-Id: I15686708fc9460948a58cfea3d18dae40ba1fda9 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 9f26394cb3af..3d3ca2ac3f9a 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 9f26394cb3af205e84cce251c8ad7587ceae573d +Subproject commit 3d3ca2ac3f9a59a3d1156bdb8f4f797136821d9d From fedfeeae83ea8f655289a148ddaa056b460c0652 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 15:19:51 +0000 Subject: [PATCH 03181/18836] Updated openstack/openstack Project: openstack-dev/devstack 86aa4412531cebba067585adf993ecce975a9e2f Switch to Fedora-x86_64-20-20140618-sda The heat-slow job using the Fedora-20 image as L2 guest, the currently used version is affected by the heartbleed issue and the Mb-Bios bug issue observed with emulation. This version of the Fedora cloud image uses the no_timer_check kernel parameter, which solves the MP-Bios Bug issue. The Image tested with ~3000 heat-slow job, without any issue. Change-Id: I9ce9b7769c2d91e630b0362f2c2c6ac9066defbc Closes-Bug: #1312199 Closes-Bug: #1297560 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 134609f9a6e8..86aa4412531c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 134609f9a6e8aae8022eb41da7fd2a48238fe720 +Subproject commit 86aa4412531cebba067585adf993ecce975a9e2f From 5be166955f94e6bfec085318a2d61adb3649020b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 15:40:14 +0000 Subject: [PATCH 03182/18836] Updated openstack/openstack Project: openstack/requirements 5ea040b04d00ce8bb9a6f08f7a667fb8d5a1d9eb Update glanceclient to 0.13.1 Nova change I43be05c351f901cee5509c76cff6d69f060c0b3f requires a the latest version of python-glanceclient, specifically the code that was added in change Ia82aa14db5f0e453010514fffb9a25d7b0fc2fd1 Change-Id: Ic69d91c23a919bb09f2af14e75fcc31c6cb6c2b0 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 498fc998d9b1..5ea040b04d00 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 498fc998d9b1489673c856e4923d1e2813eb147e +Subproject commit 5ea040b04d00ce8bb9a6f08f7a667fb8d5a1d9eb From ddb4e4315bb6227c19a850fc8b47465c27bc7a7b Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 2 Jul 2014 15:47:14 +0000 Subject: [PATCH 03183/18836] Updated openstack/openstack Project: openstack/python-openstackclient 0ab179143943878d53ce37e8412734620d7b7583 Updated from global requirements Change-Id: I7f7714625a6cfb6bd8e0d313d27e898e178a1efb --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index ddf0c16a1025..0ab179143943 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit ddf0c16a1025524e469b25800e119d9c1da772f6 +Subproject commit 0ab179143943878d53ce37e8412734620d7b7583 From a940f4914b621413eea3eb36ce659200e605621f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 21:22:11 +0000 Subject: [PATCH 03184/18836] Updated openstack/openstack Project: openstack/python-openstackclient 8e12949958143e7db9783ef6246e6b09def0ad8e Remove backslash usage from a few tests Noticed these in the code, figured we should stick to not using backslashes if possible. Change-Id: I55e5402683141e14df7c2b38883b1f3cc2a6bb6a --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 0ab179143943..8e1294995814 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 0ab179143943878d53ce37e8412734620d7b7583 +Subproject commit 8e12949958143e7db9783ef6246e6b09def0ad8e From e4827df8fc2ba39019206ce8b701c3d6fac6a860 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 2 Jul 2014 23:52:40 +0000 Subject: [PATCH 03185/18836] Updated openstack/openstack Project: openstack/requirements 4f72859644a9f38665fd615bf1dc7476a19d7242 Update openstack-doc-tools Add new repositories security-doc and training-guides to projects.txt so that hey are setup properly. Increase requirement to openstack-doc-tools 0.16.1. Changes compared to current 0.15: 0.16.1 ------ * Fix includes of rackbook.rng to unbreak syntax checking. 0.16 ---- * ``openstack-doc-test``: Fix handling of ignore-dir parameter. * ``autohelp-wrapper``: New tool to simplify the setup of an autohelp.py environment. * ``diff_branches.py``: Generates a listing of the configuration options changes that occured between 2 openstack releases. * ``autohelp.py``: Add the 'dump' subcommand, include swift. * ``jsoncheck.py``: Add public API. * Added tool to generate a sitemap.xml file. * Added script to prettify HTML and XML syntax. Change-Id: I4e8de158613a2bb1753379b32f5d9fed775b2369 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 5ea040b04d00..4f72859644a9 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 5ea040b04d00ce8bb9a6f08f7a667fb8d5a1d9eb +Subproject commit 4f72859644a9f38665fd615bf1dc7476a19d7242 From 23b8e1ce59ab1458ca321ae0a72ba605cb46cbc9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Jul 2014 06:34:21 +0000 Subject: [PATCH 03186/18836] Updated openstack/openstack Project: openstack-dev/devstack 2a5666f387a10bedb5baedbe866d6df51c7a6151 Add ability to enable OSprofiler To enable OSprofiler we should be able to add "profiler" notification topic to ceilometer notification topics. More about OSprofiler: https://github.com/stackforge/osprofiler More about ceilometer plugin: https://review.openstack.org/#/c/100239/ Sample of trace (via Cinder and Nova Services): http://pavlovic.me/rally/profiler/ Change-Id: I6137174a3ecddd58f62e0f98b235b71b1c070f13 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 86aa4412531c..2a5666f387a1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 86aa4412531cebba067585adf993ecce975a9e2f +Subproject commit 2a5666f387a10bedb5baedbe866d6df51c7a6151 From f4e81e8a40e588a6e80cc0e6f7502a02b37ecb2a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Jul 2014 09:51:16 +0000 Subject: [PATCH 03187/18836] Updated openstack/openstack Project: openstack-dev/devstack e4368c6abb7dbc20bdc39fcbad99b8e8bef5b8d7 Add libyaml-devel package dependancy Without libyaml-devel package installed (on Fedora-20), running ./stack throws: [. . .] build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory #include ^ compilation terminated. libyaml is not found or a compiler error: forcing --without-libyaml [. . .] Adding this dependency to files/rpms/general resolves it. Also added to files/apts/general. Change-Id: If1aa23bf3fc76ea2b321c3725dd07050ddd4b825 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2a5666f387a1..e4368c6abb7d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2a5666f387a10bedb5baedbe866d6df51c7a6151 +Subproject commit e4368c6abb7dbc20bdc39fcbad99b8e8bef5b8d7 From f7b124b339f81ec6a5e71085443d048e4329ec3f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Jul 2014 17:13:53 +0000 Subject: [PATCH 03188/18836] Updated openstack/openstack Project: openstack/python-openstackclient e43c0f2b9b8b1e75959179646c212fdaf3d00265 Python 3: do not use __builtin__ Use six.moves.builtins instead, this works with both Python 2 and 3. Change-Id: I57e7257d4f06c805f26383e0778ad104d50ea139 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 8e1294995814..e43c0f2b9b8b 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 8e12949958143e7db9783ef6246e6b09def0ad8e +Subproject commit e43c0f2b9b8b1e75959179646c212fdaf3d00265 From cd8229f0191cd68b7ddd98514abd7e996d97b4c7 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Fri, 13 Jun 2014 15:33:03 +1000 Subject: [PATCH 03189/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 05f362dcb442a96dd7f33230d75b1f71235c2c64 Add a fixture for Keystone version discovery As we push out the session and expect people to test with proper URL responses we should provide a means to create a correct Keystone version list to test with. Change-Id: I8309ab6cbc47ad159f3c6e018b60ff8c15c6d917 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 548c15f7f76c..05f362dcb442 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 548c15f7f76cc78e74889f97a4cba2a0c5263bc4 +Subproject commit 05f362dcb442a96dd7f33230d75b1f71235c2c64 From a687123d640fe1dae6b4f761637978f064a65e22 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 2 Jul 2014 21:58:33 -0700 Subject: [PATCH 03190/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate a17aeb699abe4f7c7db444f180a1b0583e7b3f57 Handle proposed/ branches in test-matrix.py We are now cutting proposed/* branches on projects. Test matrix needs to know about them. Test proposed/foo* as if it were a stable/foo branch when we know what foo is. If we do not know about foo fallback onto testing with a master setup as this branch is an intermediate non integrated release (eg swift proposed/2.0.0) which is released while other projects are still developing on master. As part of this change update features.yaml to teach it about juno in prep for the upcoming juno release. Change-Id: I3f72d3171d0a1afc00298b1761c06b77bb282a6b --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6849a758d792..a17aeb699abe 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6849a758d79280ab8f9f99a7cc280a68621c706e +Subproject commit a17aeb699abe4f7c7db444f180a1b0583e7b3f57 From b28750c8b99068e9cc7b3571a181d10f804335fa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Jul 2014 21:23:17 +0000 Subject: [PATCH 03191/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 552b4f46cf83394c50ef7cdde0e1a503061db8a2 Modify oauth calls to expect urlencoded responses Previously, the server side would send jsonwrapped urlencoded responses. Now we are removing the jsonwrapped portion so that the responses for oauth calls are just urlencoded. Related-Bug: #1336910 Change-Id: I0431a581a5c3fca38e22751ef9bde034f0a89a30 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 05f362dcb442..552b4f46cf83 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 05f362dcb442a96dd7f33230d75b1f71235c2c64 +Subproject commit 552b4f46cf83394c50ef7cdde0e1a503061db8a2 From b64067ff178fe1bc7c0b32595c29469b3b25d9af Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 3 Jul 2014 21:52:33 +0000 Subject: [PATCH 03192/18836] Updated openstack/openstack Project: openstack/glance ea72206627fb75797981d504f8a08c35addfe7e6 Use (# of CPUs) glance workers by default The config docs have historically recommended that the number of glance workers should be set to the number of CPUs available for best performance, so we should make this the default. Commit 75c96a48fc7e5dfb59d8258142b01422f81b0253 did the same thing in Nova in Icehouse and the plan is to do the same thing for Cinder and Trove workers. The config files are updated to match the help string in the code. There is no upgrade impact since glance-api.conf previously hard-coded the workers value to 1 so anyone upgrading to this will still get whatever value was set in glance-api.conf prior to this change. DocImpact: glance workers will now be equal to the number of CPUs available by default if not explicitly specified in glance-api.conf and/or glance-registry.conf. UpgradeImpact: There is no upgrade impact to glance-api workers since glance-api.conf previously hard-coded the workers value to 1 so anyone upgrading to tihs will still get whatever value was set in glance-api.conf prior to this change. There is an upgrade impact to the glance-registry workers since glance-registry.conf did not hard-code the workers value to 1 before change I0cee0d284eef9ce5dcb26720499f2c4d31eaca0f, which is overwritten here. So anyone upgrading to this change that does not have workers specified in glance-registry.conf will now be running multiple workers by default when they restart the glance registry service. Closes-Bug: #1333325 Change-Id: I6795c6e22268bb3fb67331edc7af641aefa904cc --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8c1a2d9fbb3c..ea72206627fb 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8c1a2d9fbb3cfc92f58428e61a40ad248a1dedf7 +Subproject commit ea72206627fb75797981d504f8a08c35addfe7e6 From 4e35c3b00ffab05cc09cd6e900d0f095ffc08ccd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 00:01:20 +0000 Subject: [PATCH 03193/18836] Updated openstack/openstack Project: openstack-dev/devstack 2fac95910fdb7d133a485a4632b5ba7f39099fcd Only enable auth_token in swift with keystone We don't need to enable auth_token in pipeline when we don't have keystone enabled. Change-Id: I4695817766fc39fcceed32f71156d4123d5bdfa1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e4368c6abb7d..2fac95910fdb 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e4368c6abb7dbc20bdc39fcbad99b8e8bef5b8d7 +Subproject commit 2fac95910fdb7d133a485a4632b5ba7f39099fcd From 5a1703550a95b20be6a278cc50fb8a8e59142ef1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 00:02:53 +0000 Subject: [PATCH 03194/18836] Updated openstack/openstack Project: openstack-dev/devstack 053aec2fd822ecef04224b07dfb0a068b2fa03a6 Install oslo.i18n from source Add a step to install oslo.i18n from source. Change-Id: Ie041d4b82ca75a1c2ff99563a7a87447adc57ad2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2fac95910fdb..053aec2fd822 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2fac95910fdb7d133a485a4632b5ba7f39099fcd +Subproject commit 053aec2fd822ecef04224b07dfb0a068b2fa03a6 From 736e005dfabe604e023170b1615ef15b33be9a63 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 00:12:13 +0000 Subject: [PATCH 03195/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 88ae613452f4044d34e653e0978501bccac3d79b Capture apache configuration files Capture the apache vhost files in the output from ds-g. Since we have more than just horizon's configuration, it is useful to know how the Apache server is running / errors in the vhost when a check or gate job finishes. Change-Id: I1e5a7b5086566c0cbd18dee92c5062773ce8a8e5 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index a17aeb699abe..88ae613452f4 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit a17aeb699abe4f7c7db444f180a1b0583e7b3f57 +Subproject commit 88ae613452f4044d34e653e0978501bccac3d79b From 207b477b5f2f2c2cbac71602fe61f7f13528f38d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 00:44:51 +0000 Subject: [PATCH 03196/18836] Updated openstack/openstack Project: openstack/python-openstackclient 7f59fa594359376caf9a8490e45cd4f8bb0ead55 trust authentication This patch enables authenticating by using a trust. The trust ID must be set with the parameter --os-trust-id or the env variable OS_TRUST_ID. Trusts are available for the identity v3 API. Co-Authored-By: Florent Flament Change-Id: Iacc389b203bbadda53ca31a7f5a9b8b6e1a1f522 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index e43c0f2b9b8b..7f59fa594359 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit e43c0f2b9b8b1e75959179646c212fdaf3d00265 +Subproject commit 7f59fa594359376caf9a8490e45cd4f8bb0ead55 From e3cb729ac67851491ce3e89afa7e000056821d5e Mon Sep 17 00:00:00 2001 From: liuqing Date: Tue, 1 Jul 2014 16:04:12 +0800 Subject: [PATCH 03197/18836] Updated openstack/openstack Project: openstack/python-swiftclient 061607fc1dd4c9acde6bfbcbd7094d2515163f8b Add CONTRIBUTING.md There is no CONTRIBUTING.md file, the patch will add it. Change-Id: Idc0a9ae22f2b315375b660263c7602e3ca02d56b --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 916f5cbd61ea..061607fc1dd4 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 916f5cbd61eac86527b7a9b867ea1ddb3c84cdf5 +Subproject commit 061607fc1dd4c9acde6bfbcbd7094d2515163f8b From 573849d02d7c9108a262f8435ef4b4ea2eec779b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 15:58:33 +0000 Subject: [PATCH 03198/18836] Updated openstack/openstack Project: openstack/oslo.messaging 032639e677745a83a670a0c57737954f9f7d8ccd fixed pep8 issue E265 * E265 block comment should start with '# ' E265 was introduced in pep8 1.5 (2014-03-26). Change-Id: I076addadd2e67a8ac4162c706a36239f4af37a8c --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 270e9cb00c63..032639e67774 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 270e9cb00c634d4e232ecb518c96395e0c115cf3 +Subproject commit 032639e677745a83a670a0c57737954f9f7d8ccd From 34090552021bd5e413699285454ef836382b4b16 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Thu, 3 Jul 2014 15:56:27 +0000 Subject: [PATCH 03199/18836] Updated openstack/openstack Project: openstack-dev/devstack 4ede37aa8664dd034f33f28731b95f0d32159b11 Revert "Add missing config option os_auth_url" This reverts commit 524bbed05ce9de0bd711aa18c35afa4476978404. Change-Id: I0dc3ec7a55cb65bd2a5ff76f32b3d99f8962597b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 053aec2fd822..4ede37aa8664 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 053aec2fd822ecef04224b07dfb0a068b2fa03a6 +Subproject commit 4ede37aa8664dd034f33f28731b95f0d32159b11 From 616e6e9104d079bb946487e2781d10b48f1ec619 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 16:53:01 +0000 Subject: [PATCH 03200/18836] Updated openstack/openstack Project: openstack-dev/devstack cfcd8cf2f81bc8e4a5984981b399b48bed170945 Adds support for multi-region Change-Id: Ib85fe7cb375692b04aca4c46f61ba7e1fbfa501b Implements: blueprint multi-region --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4ede37aa8664..cfcd8cf2f81b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4ede37aa8664dd034f33f28731b95f0d32159b11 +Subproject commit cfcd8cf2f81bc8e4a5984981b399b48bed170945 From 12813dc375048979d7ddcfb3b455fcc6bad8ba45 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 19:45:30 +0000 Subject: [PATCH 03201/18836] Updated openstack/openstack Project: openstack/python-openstackclient b3736fd9df869e2f2824ed831deb3aa9a446ee59 Remove keyring support from openstackclient * The encryption it purports to offer is completely insecure. * It also appears to be broken. Closes-Bug: #1319381 Change-Id: Id15ecfbbfd15f142b14c125bfd85afd5032699ac --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 7f59fa594359..b3736fd9df86 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 7f59fa594359376caf9a8490e45cd4f8bb0ead55 +Subproject commit b3736fd9df869e2f2824ed831deb3aa9a446ee59 From d4c2cecf5d55da8cc9c45d58b27a750e2e07332d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 19:47:29 +0000 Subject: [PATCH 03202/18836] Updated openstack/openstack Project: openstack/python-novaclient ddb9749599563c7deca4bff31c3a6cb2ef4ad3f4 Fix listing of Server in floating-ip-list Add a translation from instance_id to server_id to accommodate for the adjusted user output. Closes-Bug: #1324857 Change-Id: Ifaa15f6907b5efae7431eb1741b7fae4b3540a8c --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d46e206ba335..ddb974959956 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d46e206ba335b7fc9d98894fa5f7082695031c2a +Subproject commit ddb9749599563c7deca4bff31c3a6cb2ef4ad3f4 From 13306aa97cdcd90115876a7dc67f0bffac38282c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 4 Jul 2014 20:14:38 +0000 Subject: [PATCH 03203/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3e88c35cd72190c2529c9ccaaf38961a33f30744 Add profiling support to keystoneclient To be able to create profiling traces for Keystone, client should be able to send special HTTP header that contains trace info. This patch is as well important to be able to make cross project traces. (Typical case nova calls keystone via python client, if profiler is initialized in nova, keystone client will add extra header, that will be parsed by special osprofiler middleware in keystone api) Don't worry no security issue here, trace information is signed by HMAC key that is setted in api-paste.ini. So only person that knows HMAC key is able to send proper header. Change-Id: Ide6fe268613bb0cc9d9ec6fae2957cc570e9f851 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 552b4f46cf83..3e88c35cd721 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 552b4f46cf83394c50ef7cdde0e1a503061db8a2 +Subproject commit 3e88c35cd72190c2529c9ccaaf38961a33f30744 From a62056381ea429f73a63a3b324919bac72588c63 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 4 Jul 2014 13:14:01 +0200 Subject: [PATCH 03204/18836] Updated openstack/openstack Project: openstack/glance 3419ecc745603d7f94955b74d6012d075e89d258 Raise NotImplementedError instead of NotImplemented Change-Id: I1a01a5ad60d0eff1609d422578b38fb19923746f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ea72206627fb..3419ecc74560 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ea72206627fb75797981d504f8a08c35addfe7e6 +Subproject commit 3419ecc745603d7f94955b74d6012d075e89d258 From 96086c3ab3203953c35b8fbaf09e3bd1783e33e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Jul 2014 10:32:18 +0000 Subject: [PATCH 03205/18836] Updated openstack/openstack Project: openstack/requirements bda584e42a263c419b710ca39bdda38e703bd73f Add new library oslo.i18n Add the new library oslo.i18n so projects can start adopting it. Change-Id: I65c44627dc1163d15962edef575134fb7c857a2e --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 4f72859644a9..bda584e42a26 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 4f72859644a9f38665fd615bf1dc7476a19d7242 +Subproject commit bda584e42a263c419b710ca39bdda38e703bd73f From 9913e53c8130f18b55bfca3fd18875ec62d00897 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 5 Jul 2014 19:33:57 +0000 Subject: [PATCH 03206/18836] Updated openstack/openstack Project: openstack/oslo.config 28ef50e9311166b23fabdef0cbfdba49f257ac2d Add cfgfilter.ConfigFilter Add a new class designed to wrap cfg.ConfigOpts, with the following use cases in mind: 1. Help enforce that a given module does not access options registered by another module, without first declaring those cross-module dependencies using import_opt(). 2. Prevent private configuration opts from being visible to modules other than the one which registered it. blueprint: oslo-config-cfgfilter Change-Id: I477f7027806d7630ce91159fb274f41c0c203770 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 3d3ca2ac3f9a..28ef50e93111 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 3d3ca2ac3f9a59a3d1156bdb8f4f797136821d9d +Subproject commit 28ef50e9311166b23fabdef0cbfdba49f257ac2d From 6665443f6cf1d51a1583d201a413df24f592b620 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 01:02:24 +0000 Subject: [PATCH 03207/18836] Updated openstack/openstack Project: openstack/python-novaclient 7d9d15ee5545bd4ba3f0d15d89dc3b3570be1c68 Convert Quota tests to httpretty Change-Id: I0b7e7a342f9dbb8d9db2d45e4a90ccb23210001a blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ddb974959956..7d9d15ee5545 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ddb9749599563c7deca4bff31c3a6cb2ef4ad3f4 +Subproject commit 7d9d15ee5545bd4ba3f0d15d89dc3b3570be1c68 From f4c9f06bcbaee2bbe11a47e8e13845835f901b2e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 02:33:59 +0000 Subject: [PATCH 03208/18836] Updated openstack/openstack Project: openstack/oslo.config ac2779d7bac86aade600b0e361755e2ef671cb98 generator: refactor MultiStrOpt handling This code was just confusing. Explicitly handle MultiStrOpt differently from other types to make things more clear. Change-Id: Ib6a01f76595c8874809c4d6db969ea8200d6fbb2 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 28ef50e93111..ac2779d7bac8 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 28ef50e9311166b23fabdef0cbfdba49f257ac2d +Subproject commit ac2779d7bac86aade600b0e361755e2ef671cb98 From 99045fc2f06b0c097611164214067d0a1a430722 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 02:35:13 +0000 Subject: [PATCH 03209/18836] Updated openstack/openstack Project: openstack/oslo.config 5d68935e0f5a7b8bfb32f52fc08eeb461ba42cc3 cfg,generator: add Opt.sample_default attribute Some default values for configuration options are dynamic and environment dependent. For example, an option might default to the hostname of the machine. However, such default values should never end up in a sample configuration file - you don't want your hostname or path to your personal home directory to be included in sample config files. A simple solution to this is to add a 'sample_default' string attribute which is used in place of a default, for those cases where the real value is an unsuitable sample default. For example: cfg.StrOpt('hostname', default=get_my_host(), sample_default='myhostname') blueprint: oslo-config-generator Change-Id: I319d128a0a88b1197d8e2be105681f2b56240439 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index ac2779d7bac8..5d68935e0f5a 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit ac2779d7bac86aade600b0e361755e2ef671cb98 +Subproject commit 5d68935e0f5a7b8bfb32f52fc08eeb461ba42cc3 From 38cf9da420b7818a4d361eea25e81f0573f2b6d8 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 6 Jul 2014 06:00:24 +0000 Subject: [PATCH 03210/18836] Updated openstack/openstack Project: openstack/glance d43a554b17e08665a77405f98bacb3270558c1a6 Imported Translations from Transifex Change-Id: I6259381698981a00a018a2b3eb90e26d9e15ca4c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3419ecc74560..d43a554b17e0 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3419ecc745603d7f94955b74d6012d075e89d258 +Subproject commit d43a554b17e08665a77405f98bacb3270558c1a6 From 5750aa5b7e5d2c7a35a521f2b1e799740433d890 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 05:16:28 +0000 Subject: [PATCH 03211/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8e9008bad330b080fb3e206dc2730315935c8bd4 endpoint_id and service_id should be random uuid Change-Id: Ib113b63fc4de76d0372bcf210ef6ca33e66cabfd --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3e88c35cd721..8e9008bad330 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3e88c35cd72190c2529c9ccaaf38961a33f30744 +Subproject commit 8e9008bad330b080fb3e206dc2730315935c8bd4 From f8ddaad3cdc81bf8136262d91b4ba099193c77bc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 05:34:04 +0000 Subject: [PATCH 03212/18836] Updated openstack/openstack Project: openstack/glance 8c2309e53bd3251326e2ae1dda5e084fc680434e Updated from global requirements Change-Id: I64468adc6983b8cb5d78fe50752ed35c9fb41c2e --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index d43a554b17e0..8c2309e53bd3 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit d43a554b17e08665a77405f98bacb3270558c1a6 +Subproject commit 8c2309e53bd3251326e2ae1dda5e084fc680434e From 62a582dd7dc4080adc286625be396eefe7b6d974 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 05:41:21 +0000 Subject: [PATCH 03213/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2ae5b389c1a5ebe22f6d4f9e6639e58bc31cdc2d Keystoneclient create user API should have optional password. Password is optional in Keystone service. The create user API in keystoneclient should have password None as default value. Change-Id: Ic72867c9b86ca65e3237786e35bcb5bd44f5f053 Closes-Bug: #1273988 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8e9008bad330..2ae5b389c1a5 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8e9008bad330b080fb3e206dc2730315935c8bd4 +Subproject commit 2ae5b389c1a5ebe22f6d4f9e6639e58bc31cdc2d From ac916134e64b36c7b994fa17e2d09d96eda5b76c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 13:09:24 +0000 Subject: [PATCH 03214/18836] Updated openstack/openstack Project: openstack-dev/devstack 9c0f077dd5e8cc01b30598e2306fce755f0c84e1 Fixed tunnel ranges variable inconsistency. Change-Id: I7108a3ebd597e1dc808917be9213457df2322100 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cfcd8cf2f81b..9c0f077dd5e8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cfcd8cf2f81bc8e4a5984981b399b48bed170945 +Subproject commit 9c0f077dd5e8cc01b30598e2306fce755f0c84e1 From 30d440356bc5134a947f268d0fc73ebb386f22e2 Mon Sep 17 00:00:00 2001 From: liuqing Date: Tue, 1 Jul 2014 15:13:14 +0800 Subject: [PATCH 03215/18836] Updated openstack/openstack Project: openstack/python-heatclient eef7eb2b6cd06e6184bba99669c3e1efa42d70ea Fix the section name in CONTRIBUTING.rst The name of the section "If you're developer, start here" has changed in the wiki, now is "If you're a developer". This commit updates it to correctly refer to the proper section. Change-Id: Ifb6d65eade55cdb7fbe723e75d12a44b9dd954b4 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 6630554476e1..eef7eb2b6cd0 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 6630554476e12bfff427016aab6aedb4eaa2f2c6 +Subproject commit eef7eb2b6cd06e6184bba99669c3e1efa42d70ea From 573650024097c6acd2425a888fe71d2de8089a7c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 13:26:07 +0000 Subject: [PATCH 03216/18836] Updated openstack/openstack Project: openstack/requirements 7f9beeb5f4eb02b87322642088724c5e8e02b784 Update alembic and SQLAlchemy versions These changes are required to implement smart comparison of models with existing tables for Neutron: https://review.openstack.org/96438. This is also needed for oslo.db. Change-Id: I31bcc78c5046a0d9ee386a0f0205ff490e14eb76 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index bda584e42a26..7f9beeb5f4eb 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit bda584e42a263c419b710ca39bdda38e703bd73f +Subproject commit 7f9beeb5f4eb02b87322642088724c5e8e02b784 From 10f8c63f525298eca3af9844ac95585334f6a095 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 13:26:35 +0000 Subject: [PATCH 03217/18836] Updated openstack/openstack Project: openstack/python-heatclient 520a82428c3117340735887c9b8b1099a4b70dbb Show physical_resource_id in resource-list Show the physical_resource_id in resource-list, it will be more intuitive. Change-Id: I32908dd771ee916a6fe70f6decdf23c61b7d1597 Closes-Bug: #1331954 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index eef7eb2b6cd0..520a82428c31 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit eef7eb2b6cd06e6184bba99669c3e1efa42d70ea +Subproject commit 520a82428c3117340735887c9b8b1099a4b70dbb From b0d785f803f949ccc4e1b0f8ada48ef38d6c18bf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 17:51:18 +0000 Subject: [PATCH 03218/18836] Updated openstack/openstack Project: openstack/glance 949e94c83505f2f170c89c1f1048c631f55daa53 Fix unsaved exception in store.rbd.Store.add() When an exception occurs during exception handling, it lose the information of the first exception. We should use the excutils.save_and_reraise_exception() in this case. Change-Id: I1154e17d98804270f9578bc34a5fca6629bd9af4 Closes-Bug: #1292455 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 8c2309e53bd3..949e94c83505 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 8c2309e53bd3251326e2ae1dda5e084fc680434e +Subproject commit 949e94c83505f2f170c89c1f1048c631f55daa53 From e61ffc5dfa08f6fe6a4929ea39d4fe093a305f01 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 7 Jul 2014 12:25:12 +0000 Subject: [PATCH 03219/18836] Updated openstack/openstack Project: openstack/oslo.messaging 71588adbb5a496d9a2d27029441c1afbebebf320 Fix AMQPListener for polling with timeout On timeout, poll() should return None, not raise an exception (Timeout). Add also an unit test. Change-Id: I1ed5ae2f093841111f0b691dddb879c16d218b73 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 032639e67774..71588adbb5a4 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 032639e677745a83a670a0c57737954f9f7d8ccd +Subproject commit 71588adbb5a496d9a2d27029441c1afbebebf320 From 4e6ef67dfe56fd4fa04d6c07cc8c386d067d6088 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 20:16:34 +0000 Subject: [PATCH 03220/18836] Updated openstack/openstack Project: openstack/oslo.config a5750d58391777da23c7d8dd5553ed9b5ca425b7 generator: remove the default sanitizer feature Now that we have an Opt.sample_default attribute, it's not very clear we have a good use case for the sanitizer feature. Any default that we'd want to sanitize in this way could probably just use sample_default instead. blueprint: oslo-config-generator Change-Id: Ifd02bb66a2033afdaa5812b15941d2d485165863 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 5d68935e0f5a..a5750d583917 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 5d68935e0f5a7b8bfb32f52fc08eeb461ba42cc3 +Subproject commit a5750d58391777da23c7d8dd5553ed9b5ca425b7 From f10fa020615d5436466f9a18edd3d036e5976782 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 20:25:55 +0000 Subject: [PATCH 03221/18836] Updated openstack/openstack Project: openstack-dev/devstack 3876d77d92298cbbdfe1bec1f0efa462bee947c4 Avoid huge libvirtd.log files on Ubuntu hosts The libvirt log filter settings match against the filename of the libvirt source emitting the log message. Normally these file names are relative to the source tree root, but in the Ubuntu binary packages these have somehow ended up as absolute filenames from the OS root. This means that a log filter of '1:libvirt' which is only intended to match src/libvirt.c will in fact match every single file. This caused enourmous log files on Ubuntu hosts running the gate. The fix is to use '1:libvirt.c' as a more specific filename match, but we can't do this unconditionally because libvirt >= 1.2.3 does not use filenames for log filter matching anymore. So only change the match on Ubuntu hosts for now, since that's where the original problem lies. While doing this, also turn off the logging of object ref and unref operations, since those pollute the logs with lots of noise. Change-Id: I71b67507a4e68a7bff0c358857aaaac08ef0c420 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9c0f077dd5e8..3876d77d9229 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9c0f077dd5e8cc01b30598e2306fce755f0c84e1 +Subproject commit 3876d77d92298cbbdfe1bec1f0efa462bee947c4 From 202e8f1c0a24732b9f5103b571572dfa18b72922 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 7 Jul 2014 19:52:30 +0200 Subject: [PATCH 03222/18836] Updated openstack/openstack Project: openstack/python-openstackclient dad5b1051057b7adf1bffb43563491e93d7adf95 Replaced some UTF-8 characters with ASCII characters Change-Id: Ic4e53b742f8691dd2dafe1a8d7fa45e4340a3c94 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index b3736fd9df86..dad5b1051057 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit b3736fd9df869e2f2824ed831deb3aa9a446ee59 +Subproject commit dad5b1051057b7adf1bffb43563491e93d7adf95 From 50386003175d0a2e8ea6921529509b9e6e731190 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 22:53:12 +0000 Subject: [PATCH 03223/18836] Updated openstack/openstack Project: openstack/python-openstackclient ea938e8ddfa0f5f8832e09d61537f1e81e3121e9 Move network stuff to v2 instead of v2_0 Rename network stuff v2 Change-Id: Ia9b8feda20dfd35b0f3712b8e2419d0bf5da0acd --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index dad5b1051057..ea938e8ddfa0 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit dad5b1051057b7adf1bffb43563491e93d7adf95 +Subproject commit ea938e8ddfa0f5f8832e09d61537f1e81e3121e9 From bbb1851a1f0ee8910c19712171cbe4ba86076c21 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 23:53:24 +0000 Subject: [PATCH 03224/18836] Updated openstack/openstack Project: openstack/python-openstackclient 25cd4dbb546a962ac00897e34c3f8dad4cc45d08 Python 3: do not compare a list to a zip object In Python 3, zip() returns a zip object, not a list. Change-Id: I1a472bec3e12b5ae3c3555cf690b99a57579ce83 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index ea938e8ddfa0..25cd4dbb546a 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit ea938e8ddfa0f5f8832e09d61537f1e81e3121e9 +Subproject commit 25cd4dbb546a962ac00897e34c3f8dad4cc45d08 From d34df2e6d1ade0c135b77b9d215e364e5f025df0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 7 Jul 2014 23:53:26 +0000 Subject: [PATCH 03225/18836] Updated openstack/openstack Project: openstack-dev/devstack 49d14407c5ea93c6c8c22e8c06f29de6b38ce976 Update Apache + mod_wsgi deployment mechanisms Added a global toggle for enabling HTTPD + mod_wsgi for services that default deploy to running under Apache. When the variable ``ENABLE_HTTPD_MOD_WSGI_SERVICES`` is set to ``True`` any service that recommends deploying under HTTPD + mod_wsgi, will be run under Apache. If ``ENABLE_HTTPD_MOD_WSGI_SERVICES`` is set to ``False`` the any service that is defaulted to running under HTTPD + mod_wsgi will (if capable) be run in an alternate deployment strategy (e.g. eventlet). Updated Swift and Keystone to have individual toggles for deploying under HTTPD + mod_wsgi. This is done to allow for gate to run on the services under mod_wsgi where appropriate. Toggles are ``KEYSTONE_USE_MOD_WSGI`` and ``SWIFT_USE_MOD_WSGI`` and are both defaulted to "False" (do not deploy under HTTPD + mod_wsgi). Change-Id: Id3b121b8f1cde369d184b586e0d875bdbda34813 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3876d77d9229..49d14407c5ea 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3876d77d92298cbbdfe1bec1f0efa462bee947c4 +Subproject commit 49d14407c5ea93c6c8c22e8c06f29de6b38ce976 From 4e0a1db50caf77141e61e4893dbf8132e67d9ebf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 00:49:37 +0000 Subject: [PATCH 03226/18836] Updated openstack/openstack Project: openstack/glance 9d74478905c6e082cf396bb50899aaa8772504b6 Updated from global requirements Change-Id: I449f493b17e55551f0f7d4f070f6d674f6e5a19a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 949e94c83505..9d74478905c6 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 949e94c83505f2f170c89c1f1048c631f55daa53 +Subproject commit 9d74478905c6e082cf396bb50899aaa8772504b6 From 0cdcb4f11c333b7299f67c90edb8e6a4e159991d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 01:00:59 +0000 Subject: [PATCH 03227/18836] Updated openstack/openstack Project: openstack/python-swiftclient c8ad38d690df063862e94d7285b9e2580035a489 Removed now unnecesary workaround for PyPy Change-Id: I7bf6346edc399ec29b125b50eb7ac2cfbb87cdfa --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 061607fc1dd4..c8ad38d690df 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 061607fc1dd4c9acde6bfbcbd7094d2515163f8b +Subproject commit c8ad38d690df063862e94d7285b9e2580035a489 From 739195076f562400d26b333b7871f54ee409fbdf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 01:01:01 +0000 Subject: [PATCH 03228/18836] Updated openstack/openstack Project: openstack/python-openstackclient 6575581f79afc79b3ab933ed962eb0b9c1b6e06f Python 3: remove a useless code to safe_encode() The safe_encode method returns bytes, so we cannot concatenate its output with text strings. This call does not seem needed after all, so let's just remove it. Change-Id: I6c18427559147d4c732ff7daa6d6006e7e5f6365 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 25cd4dbb546a..6575581f79af 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 25cd4dbb546a962ac00897e34c3f8dad4cc45d08 +Subproject commit 6575581f79afc79b3ab933ed962eb0b9c1b6e06f From e2e474a32ac79fa70b32b2c0a12b2c1ba4b364b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 03:06:30 +0000 Subject: [PATCH 03229/18836] Updated openstack/openstack Project: openstack/glance 3e174591e38bca8a32717c9d3c9514e48a099150 Remove unused methods o glance/common/utils.py: def add_features_to_http_headers(features, headers): This method was removed in the following commit. commit 76c3620c7effb15be577450c276db1e394c2de3e Author: Brian Waldon Date: Fri Sep 7 17:21:34 2012 -0700 Drop Glance Client In this case, it has been used only in the following test program. - glance/tests/unit/common/test_utils.py o glance/tests/functional/__init__.py: def reload_server(self, This method was removed in the following commit. commit 866cb846f5310e1ad36181e64e7d59ba54d9fd40 Author: John Bresnahan Date: Fri May 3 10:50:42 2013 -1000 Remove glance-control from the test suite The following methods are not used(w/o tests), however, it can not be deleted, added the comment. o glance/common/location_strategy/__init__.py: def verify_location_strategy(conf=None, strategies=_available_strategies): Change-Id: I50e3fdb6e929337b946e3534c8e7dbff77ac7998 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9d74478905c6..3e174591e38b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9d74478905c6e082cf396bb50899aaa8772504b6 +Subproject commit 3e174591e38bca8a32717c9d3c9514e48a099150 From 6bf6f0935e58aadec43fccb9978ac8cad14e2c5a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 03:58:22 +0000 Subject: [PATCH 03230/18836] Updated openstack/openstack Project: openstack/requirements 7fced2091f56bd9dca69667dee0a22ca5c4f1aa8 Update oslo.vmware to version 0.4 The new version will enable integrating oslo.vmware into Nova. It adds exception types which are needed in Nova and allows completing the integration with minimal changes and minimal risk of regressions. Nova blueprint use-oslo-vmware Change-Id: I0909da73068739f8cf152a67e5807ee8af57ae44 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7f9beeb5f4eb..7fced2091f56 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7f9beeb5f4eb02b87322642088724c5e8e02b784 +Subproject commit 7fced2091f56bd9dca69667dee0a22ca5c4f1aa8 From 7c49d3519a0e54176aba41692ef2ccc4b8171f68 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 04:34:24 +0000 Subject: [PATCH 03231/18836] Updated openstack/openstack Project: openstack/requirements 867348d87b9fc701cc2c421fac89cf6ad92fe1e0 Add keystonemiddleware Keystonemiddleware has the auth_token middleware and other middleware. Change-Id: Ia1d5f0a7c1945dcd4084e7dbfae0596bb52a5406 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7fced2091f56..867348d87b9f 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7fced2091f56bd9dca69667dee0a22ca5c4f1aa8 +Subproject commit 867348d87b9fc701cc2c421fac89cf6ad92fe1e0 From 98b7b159d0603dd53993444e305487258ab57ef6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 04:34:26 +0000 Subject: [PATCH 03232/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a1bc48c0fc475db6bca761a9023c35adab740dab Add CONTRIBUTING.rst There is no CONTRIBUTING.rst file, so the patch add it. Change-Id: I3f347d3dd55d3d3d995a6d49f320c03435776321 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2ae5b389c1a5..a1bc48c0fc47 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2ae5b389c1a5ebe22f6d4f9e6639e58bc31cdc2d +Subproject commit a1bc48c0fc475db6bca761a9023c35adab740dab From 773525d6610fc66230720056f5ac5abcff6d6e5f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 06:56:44 +0000 Subject: [PATCH 03233/18836] Updated openstack/openstack Project: openstack/requirements 9c658a33d0c78cb25c7e6ab8709afebc5b005159 Add rfc3986 for Nova URI validations Change-Id: I2146088215148ab7964c0d12b4c01614803d1779 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 867348d87b9f..9c658a33d0c7 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 867348d87b9fc701cc2c421fac89cf6ad92fe1e0 +Subproject commit 9c658a33d0c78cb25c7e6ab8709afebc5b005159 From eaaaa8af0fa9d8148d3509301795d0efcf5a3a36 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 06:56:51 +0000 Subject: [PATCH 03234/18836] Updated openstack/openstack Project: openstack/requirements 54f4b21fb53d007c385e282d01745a7f68504928 Relunctantly removing stackforge/solum from projects.txt We can't use python-mistralclient because: https://review.openstack.org/102738 Rejection of taht patch means that we can not merge our Mistral related code without removing ourselves form projects.txt. Our gate jobs will not pass unless all of our requirements are in global-requirements.txt, so until python-mistralclient makes its way in there, we can not be part of projects.txt. Change-Id: I2c5fe5777e5a8ba6cd81a5f76a0c6e77dd2ff8f6 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9c658a33d0c7..54f4b21fb53d 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9c658a33d0c78cb25c7e6ab8709afebc5b005159 +Subproject commit 54f4b21fb53d007c385e282d01745a7f68504928 From 4bb3d1b6791bdd36e8c5879f62a56ff4ec2bc2b7 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Tue, 8 Jul 2014 11:29:39 +0200 Subject: [PATCH 03235/18836] Updated openstack/openstack Project: openstack/glance bb00acd0d90c8a5315f4676c96d5f9d427746fb4 Fix typo in comment Change-Id: I181b5cafb80e30fe31a385631882f877c3c2ea13 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 3e174591e38b..bb00acd0d90c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 3e174591e38bca8a32717c9d3c9514e48a099150 +Subproject commit bb00acd0d90c8a5315f4676c96d5f9d427746fb4 From 57bb8acda72b82faad8e33a2c9820c680f5f898b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 14:34:10 +0000 Subject: [PATCH 03236/18836] Updated openstack/openstack Project: openstack-dev/devstack 2efb9781c492a05962ea287f1addb3f791911fbd Generate recent changes list from git log The list of recent commits to the DevStack repo is now generated by tools/build_docs.sh from the last 6 month of the git log. Change-Id: Idefdb5d5188ab7e743af131e3d6cb132382d25d4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 49d14407c5ea..2efb9781c492 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 49d14407c5ea93c6c8c22e8c06f29de6b38ce976 +Subproject commit 2efb9781c492a05962ea287f1addb3f791911fbd From 8b9fa1abb0cff1854fe81d8f86070d6514e22de0 Mon Sep 17 00:00:00 2001 From: Zhi Yan Liu Date: Tue, 8 Jul 2014 15:14:22 +0800 Subject: [PATCH 03237/18836] Updated openstack/openstack Project: openstack/python-glanceclient 797d101a64c8be10136ca8bc5541f2a06e0103ee Resolving the performance issue for image listing of v2 API According to my diagnosis [1], currently v2 API client consumed a lot of CPU times by JSON schema validation on image model initialization stage for image listing case. Because each image entry will triggers one validation operation which spent most CPU clocks. (My test env has 1002 image entries now, so it's O(N) logic obviously). This fix changed the original logic, it doesn't validate each image entry but do it only on first image entry for each page. This approach is a trade-off, it balanced the data validity and performance. As comparison [3], under the fixed new logic, the execution time of image listing is about four times as fast as old logic. [1] Clock type: CPU Ordered by: totaltime, desc name ncall ttot ..nt/v2/images.py:34 Controller.list 1003 12.08480 ../warlock/core.py:30 image.__init__ 1002 11.91074 ..warlock/model.py:28 image.__init__ 1002 11.90463 ..arlock/model.py:130 image.validate 1002 11.73838 ..nschema/validators.py:388 validate 1002 11.73682 [2] name ncall ttot ..nt/v2/images.py:35 Controller.list 1003 1.100710 ..nceclient/v2/images.py:45 paginate 256.. 1.099965 ../warlock/core.py:30 image.__init__ 1002 0.944762 ..warlock/model.py:28 image.__init__ 1002 0.939725 ..arlock/model.py:130 image.validate 51 0.779653 ..nschema/validators.py:388 validate 51 0.779431 [3] $ time glance --os-image-api-version 2 image-list | grep 'test-' | wc -l 1000 real 0m16.606s user 0m10.629s sys 0m2.540s $ time glance --os-image-api-version 2 image-list | grep 'test-' | wc -l 1000 real 0m4.151s user 0m1.080s sys 0m0.092s Change-Id: Ia6598d3c06a5ff516277053c2b6fa5db744fe9cf Signed-off-by: Zhi Yan Liu --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 1c46c769e874..797d101a64c8 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 1c46c769e874a448275060651895f194249e36e7 +Subproject commit 797d101a64c8be10136ca8bc5541f2a06e0103ee From 72f0fc3ecc673213fd3b288396d91b82a2129ba4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 14:59:13 +0000 Subject: [PATCH 03238/18836] Updated openstack/openstack Project: openstack/oslo.messaging 67e4cc1194a6bb4267e25406872a3ea519ff9fce Replaced 'e.g.' with 'for example' According to the IBM Style Guide the Latin abbreviation 'e.g.' should be replace by 'for example'. Change-Id: I694df5ed62213e29bdf35f781fd6f310b7df77a6 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 71588adbb5a4..67e4cc1194a6 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 71588adbb5a496d9a2d27029441c1afbebebf320 +Subproject commit 67e4cc1194a6bb4267e25406872a3ea519ff9fce From d83f2855bdb3f6e0e8875352663e7e836172aaa4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 15:09:27 +0000 Subject: [PATCH 03239/18836] Updated openstack/openstack Project: openstack/oslo.config 5cb7cdc1893b8fd4df92582a85968939974022b3 Replaced 'e.g.' with 'for example' According to the IBM Style Guide the Latin abbreviation 'e.g.' should be replaced by 'for example'. Change-Id: Ie85eec0f028a927a635303f7c13e76fe52a92ff5 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index a5750d583917..5cb7cdc1893b 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit a5750d58391777da23c7d8dd5553ed9b5ca425b7 +Subproject commit 5cb7cdc1893b8fd4df92582a85968939974022b3 From 08859ba5900d96571b6ca8969a2207110035f3c7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 15:41:37 +0000 Subject: [PATCH 03240/18836] Updated openstack/openstack Project: openstack/python-openstackclient ab5416a385f3597c2a63b5518f20dce7de75efc4 Add support to list compute extensions Since novaclient has support to list extensions, we should add some of the logic to our list extensions command. Closes-Bug: #1337684 Change-Id: I3074225780142df265a34add03e60c0f7c64c711 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 6575581f79af..ab5416a385f3 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 6575581f79afc79b3ab933ed962eb0b9c1b6e06f +Subproject commit ab5416a385f3597c2a63b5518f20dce7de75efc4 From 89239ca3fcd9efdb07ce03e738e2146d2bd7071c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 15:48:28 +0000 Subject: [PATCH 03241/18836] Updated openstack/openstack Project: openstack/python-openstackclient 69138c791218e973ca0c97847f8b01a8e24cbdcf Clean up make_client() logging Change-Id: I0b6760a6401b50e3dfb891af75424ae89df42ebc --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index ab5416a385f3..69138c791218 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit ab5416a385f3597c2a63b5518f20dce7de75efc4 +Subproject commit 69138c791218e973ca0c97847f8b01a8e24cbdcf From a9aefb3f4923a2d5543e3ec04d379bf0c784482b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 16:28:46 +0000 Subject: [PATCH 03242/18836] Updated openstack/openstack Project: openstack/glance 45e678fdb8450ed87357f781415bc3e8f845d086 Update documentation surrounding the api and registry servers Change-Id: I24e288eae841190e0776623b29da0bf8b9b9d34c --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index bb00acd0d90c..45e678fdb845 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit bb00acd0d90c8a5315f4676c96d5f9d427746fb4 +Subproject commit 45e678fdb8450ed87357f781415bc3e8f845d086 From f910cfde7081605651e88aff9c39a4ca34c8cd9e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 17:37:21 +0000 Subject: [PATCH 03243/18836] Updated openstack/openstack Project: openstack/python-openstackclient ba15646cf8729b461e54233205f9324abf0fa960 Catch SystemExit for parse args If you have a test with parse args it fails with no error messages. This change throws an exception. Change-Id: I545aba346620a352fe570d394dbd4d6bd2daa995 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 69138c791218..ba15646cf872 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 69138c791218e973ca0c97847f8b01a8e24cbdcf +Subproject commit ba15646cf8729b461e54233205f9324abf0fa960 From 35aef34e58f94a73fd6f3edc6a1d7856bc381ff9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 17:42:11 +0000 Subject: [PATCH 03244/18836] Updated openstack/openstack Project: openstack/python-openstackclient e7bfabc886f9b132de2d2705f40b746cf052c7dd Allow network find to use alternate name Add the name_attr to the network find method so it can search for things like floating_ip_address for floating IP addresses rather than just id. Change-Id: I827e3745b06397a54555d1286e477bf2e05bf789 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index ba15646cf872..e7bfabc886f9 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit ba15646cf8729b461e54233205f9324abf0fa960 +Subproject commit e7bfabc886f9b132de2d2705f40b746cf052c7dd From e7691c2d8436b8a8854b4b4eb1a74ab076dad4cb Mon Sep 17 00:00:00 2001 From: liuqing Date: Tue, 1 Jul 2014 15:56:22 +0800 Subject: [PATCH 03245/18836] Updated openstack/openstack Project: openstack/python-troveclient 043b987e8a80763b33fee961619834b2fea00237 Add CONTRIBUTING.rst There is no CONTRIBUTING.rst file, the patch will add it. Change-Id: I493e9d10b91c809af62ccb07c9bd99ae7ed3bdae Closes-Bug: #1337182 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 75c545682712..043b987e8a80 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 75c545682712d971d52ac7cb8253759fb255d2fd +Subproject commit 043b987e8a80763b33fee961619834b2fea00237 From cc1e49a1cfe27b7bfa86741f1bdfbafc189bd779 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 8 Jul 2014 17:32:28 +0100 Subject: [PATCH 03246/18836] Updated openstack/openstack Project: openstack/oslo.messaging e718789a9860ebe9d6487f5f6bce122168c7ff8b Add release notes for 1.4.0.0a2/a3 Change-Id: I9e2a229ffa5bd9b604118d12d54e2f7809b9d49a --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 67e4cc1194a6..e718789a9860 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 67e4cc1194a6bb4267e25406872a3ea519ff9fce +Subproject commit e718789a9860ebe9d6487f5f6bce122168c7ff8b From 5bc37db9843ecbf20b83b89d0aad236e4e705f74 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 20:53:00 +0000 Subject: [PATCH 03247/18836] Updated openstack/openstack Project: openstack/python-glanceclient d613adc434e93c24d7c3bb34849d2aed1710e0d5 Add profiling support to glanceclinet To be able to create profiling traces for Glance, client should be able to send special HTTP header that contains trace info. This patch is as well important to be able to make cross project traces. (Typical case nova calls glance via python client, if profiler is initialized in nova, glance client will add extra header, that will be parsed by special osprofiler middleware in glance api) Don't worry no security issue here, trace information is signed by HMAC key that is setted in api-paste.ini. So only person that knows HMAC key is able to send proper header. Change-Id: Ib13084fbe9b33c2f3dee165f7d6c778546cce6ca --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 797d101a64c8..d613adc434e9 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 797d101a64c8be10136ca8bc5541f2a06e0103ee +Subproject commit d613adc434e93c24d7c3bb34849d2aed1710e0d5 From ad4cd661817edeb3e552267b3d5f0c4ec9ffa3cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 23:35:19 +0000 Subject: [PATCH 03248/18836] Updated openstack/openstack Project: openstack/python-novaclient aca16d2bafaff83499b777b50753c138d7cc225a Convert security group rules tests to httpretty Change-Id: I7b68712b05764661d3e7c3dcac7fce041e88e293 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 7d9d15ee5545..aca16d2bafaf 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 7d9d15ee5545bd4ba3f0d15d89dc3b3570be1c68 +Subproject commit aca16d2bafaff83499b777b50753c138d7cc225a From 93eff9190e10a63393a271ec34dcaef53632b174 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 8 Jul 2014 23:35:21 +0000 Subject: [PATCH 03249/18836] Updated openstack/openstack Project: openstack/glance 424eb6de70422dcd5aa9c12a4b643b738477adfd Added an extra parameter to the df command The parameter is needed to avoid multi-line output, which results in an IndexError, because only one line is being searched for values. Change-Id: Ie518c6a3573b7868065501a02cd0bd8565656a71 Closes-Bug: 1336238 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 45e678fdb845..424eb6de7042 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 45e678fdb8450ed87357f781415bc3e8f845d086 +Subproject commit 424eb6de70422dcd5aa9c12a4b643b738477adfd From 73ec8d4095e65d1ee7623612c16eddc9c5fce3b2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 01:36:48 +0000 Subject: [PATCH 03250/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate ba2a8e376167d2afa424a11aa8381304ab0192df Stop doing tricky things with mirrors With a bandersnatch mirror, we don't need to run mirror selection scripts. Change-Id: Ia48368cad1d4bfbe1aeec607ee8a6e2443ebb936 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 88ae613452f4..ba2a8e376167 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 88ae613452f4044d34e653e0978501bccac3d79b +Subproject commit ba2a8e376167d2afa424a11aa8381304ab0192df From 7e8203c634c989ee96560d6c1f3ca82b0f4a52d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 04:32:42 +0000 Subject: [PATCH 03251/18836] Updated openstack/openstack Project: openstack/glance 5180fc96312e6107b9471a6312d88d8c09e83600 Changing Sheepdog driver to use correct configuration function Currently Sheepdog store driver is using configure_add() to handle those essential options, which are not only be used for image 'add' handling but also for other key functions e.g. 'get_size', 'get' and etc. When store driver raises BadStoreConfiguration exception from configure_add(), Glance will just makes this store be readonly instead of fully disabled, so the handling for all the essential configurations should be implemented in configure(), and then if any option of them get failure the store will be fully disabled instead of being readonly partially. Closes-bug: 1302658 Change-Id: Idaa96036515f04ee8414f30990ee638855ede2d2 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 424eb6de7042..5180fc96312e 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 424eb6de70422dcd5aa9c12a4b643b738477adfd +Subproject commit 5180fc96312e6107b9471a6312d88d8c09e83600 From 39e100e53a459c7953e514422ae9dabb50863574 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 06:59:06 +0000 Subject: [PATCH 03252/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 81194a1b4f6c597d7c9804eeac72531c1f44b392 Add V2 user roles tests The cross over between the user manager and the role manager is not tested. As this will be changed soon re-enforce the current behaviour. Change-Id: I3f8d8215a10cf09cfaad57ffa359f36d0417fb31 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a1bc48c0fc47..81194a1b4f6c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a1bc48c0fc475db6bca761a9023c35adab740dab +Subproject commit 81194a1b4f6c597d7c9804eeac72531c1f44b392 From 8eb57202927983bdffed7945884f587df0b9b29f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 06:59:39 +0000 Subject: [PATCH 03253/18836] Updated openstack/openstack Project: openstack/python-openstackclient e8f058775eb3dbb9a159218c427d439b3dcc6012 Add support to list volume extensions Since cinderclient has support to list extensions, we should add some of the logic to our list extensions command. Change-Id: I7dc7ca325ea9b82194bba6d875e7b8dc1884d77e Closes-Bug: #1337687 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index e7bfabc886f9..e8f058775eb3 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit e7bfabc886f9b132de2d2705f40b746cf052c7dd +Subproject commit e8f058775eb3dbb9a159218c427d439b3dcc6012 From feee10b3a77e8e5872d804e470e92961193783e7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 07:04:08 +0000 Subject: [PATCH 03254/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f312ae2a35e6a1518638d277f740036c06675115 Add OAuth data to AccessInfo Allow access to the access_token_id and the consumer_id that are set as part of the Oauth authentication process. This only makes sense for V3 tokens, as Oauth cannot be used with v2. Change-Id: I9ac76f92acdfd6446a13f535b24e0a99f02f2eef --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 81194a1b4f6c..f312ae2a35e6 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 81194a1b4f6c597d7c9804eeac72531c1f44b392 +Subproject commit f312ae2a35e6a1518638d277f740036c06675115 From fd9169125c1caa3b1f422f563ee4b3897e261a33 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 8 Jul 2014 17:57:10 +0100 Subject: [PATCH 03255/18836] Updated openstack/openstack Project: openstack/oslo.config 020e68d8e8fe6af19bd55aa13363e2f402d0af41 Hook IPOpt class into the docs Change-Id: I02b38b89f32db8b03a94467cdf5c6ff1c8865f2b --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 5cb7cdc1893b..020e68d8e8fe 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 5cb7cdc1893b8fd4df92582a85968939974022b3 +Subproject commit 020e68d8e8fe6af19bd55aa13363e2f402d0af41 From 210a6358ab8f3520ae787559555a9c5205519479 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 08:18:23 +0000 Subject: [PATCH 03256/18836] Updated openstack/openstack Project: openstack/python-openstackclient 70283744a04f868072edc0a31fe49a3122c4bc6e Domain administrator cannot do project operations Domain administrator cannot do project operations because the require access to the domain API (which they don't have). When attempting to find a domain for project operations, ignore errors because the API returns nothing without indicating there is a problem. The domain administrators will have to use a domain id, but they will still be able to do project operations. If the user does not have permission to read the domain table, they cannot use domain names. Change-Id: Ieed5d420022a407c8296a0bb3569d9469c89d752 Closes-Bug: #1317478 Closes-Bug: #1317485 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index e8f058775eb3..70283744a04f 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit e8f058775eb3dbb9a159218c427d439b3dcc6012 +Subproject commit 70283744a04f868072edc0a31fe49a3122c4bc6e From f6c433e172b24d340f18848cce428abbc04c2ce1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 09:04:00 +0000 Subject: [PATCH 03257/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate b7b7ed08b59ade8e3c721d2e0d153d978807102e No more thinging in functions.sh The debugging line of "NProc things we have cpus" is badly worded, and contains a typo. Re-word it in a way that doesn't make people twitch. Change-Id: Ic3dd586081750526398fd6d95b54d71bffd8ccd9 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index ba2a8e376167..b7b7ed08b59a 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit ba2a8e376167d2afa424a11aa8381304ab0192df +Subproject commit b7b7ed08b59ade8e3c721d2e0d153d978807102e From 21ded6fd08f97eaeb6e163173059a053fbd0771b Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 8 Jul 2014 18:26:18 +0100 Subject: [PATCH 03258/18836] Updated openstack/openstack Project: openstack/oslo.config b7b63bb71ef1dd4e92d21fd1d79d355725170735 Hook up config fixture docs Change-Id: I2da6ecfc2fafb09e8ce69733204a456b0e962ab6 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 020e68d8e8fe..b7b63bb71ef1 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 020e68d8e8fe6af19bd55aa13363e2f402d0af41 +Subproject commit b7b63bb71ef1dd4e92d21fd1d79d355725170735 From 9fcbb92d9434042c074288bf204d13763f2cf6a5 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 8 Jul 2014 18:56:27 +0100 Subject: [PATCH 03259/18836] Updated openstack/openstack Project: openstack/oslo.config 35c28108a3f5680f942d4ba81531898c9cd214f8 Add release notes for 1.3.0 and 1.4.0.0a1/2 We appear to have stopped doing these since the 1.2.0 release, but I like to do them because it helps highlight new APIs, behavior changes, important bug fixes, new dependencies and also allows us to credit the contibutors in a nice and friendly way. Change-Id: I7dd6641a840dee0082c6c9e9216184f385869519 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index b7b63bb71ef1..35c28108a3f5 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit b7b63bb71ef1dd4e92d21fd1d79d355725170735 +Subproject commit 35c28108a3f5680f942d4ba81531898c9cd214f8 From 693a36d64399c7c8bf7d7a4889ba24b1117fc5aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 21:46:55 +0000 Subject: [PATCH 03260/18836] Updated openstack/openstack Project: openstack/oslo.messaging 3d956f5f5f4cfa340a54663a6861bc029c4f3e76 Synced jsonutils and its dependencies from oslo-incubator The sync includes change that makes sure we get unicode-only dicts from jsonutils no matter which json module implementation is selected. The latest commit in oslo-incubator: - 2e1214b74b5448825d3db26e1308a51b468d3d5c Included commits: * gettextutils.py: - de4adbc4: pep8: fixed multiple violations - 9912e5df: Add API for creating translation functions - 6cc96d05: Fix test_gettextutils on Python 3 - fd33d1ea: Fix gettextutil.Message handling of deep copy failures - 047b2e4e: Change lazy translation to retain complete dict - 6d55e26a: Add support for translating log levels separately * importutils.py: - 1173e469: Remove ValueError when accessing sys.modules - 885828af: Deleted duplicated method in cliutils. * jsonutils.py: - 0d7296f6: Add kwargs to jsonutils.load(s) functions - 18f2bc1b: Enforce unicode json output for jsonutils.load[s]() - 9e5a3938: jsonutils.load() accepts file pointer, not string * timeutils.py: - 250cd88c: Fixed a new pep8 error and a small typo The sync adds new module: strutils. Disabled pep8 import checks for gettextutils to avoid raising 'H302: import only modules.' Change-Id: Ic815ca3df94c33edec9104172048b2cd94b92e3f Closes-Bug: 1314129 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index e718789a9860..3d956f5f5f4c 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit e718789a9860ebe9d6487f5f6bce122168c7ff8b +Subproject commit 3d956f5f5f4cfa340a54663a6861bc029c4f3e76 From e470f39f7362c33595027c6b6da787cab5bee545 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 21:48:17 +0000 Subject: [PATCH 03261/18836] Updated openstack/openstack Project: openstack/python-swiftclient 74f921f2851864a87620edc8259b7e387a826816 Add context sensitive help Change-Id: I9aaadbaba2c43a12a83f8200eaaa96f48c52028e --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index c8ad38d690df..74f921f28518 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit c8ad38d690df063862e94d7285b9e2580035a489 +Subproject commit 74f921f2851864a87620edc8259b7e387a826816 From be3736c00c4bb1208179b21548f0fb237be968fd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 23:41:16 +0000 Subject: [PATCH 03262/18836] Updated openstack/openstack Project: openstack/glance 4829deeae1941a65c6deb5776ccd624e0ed5641c Fix docstrings in enforce() and check() policy methods Proper name of the parameter is 'target', not 'object'. Change-Id: Ia7a671c9aed644137e4c46452d8d8bf3bc3f2eee --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5180fc96312e..4829deeae194 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5180fc96312e6107b9471a6312d88d8c09e83600 +Subproject commit 4829deeae1941a65c6deb5776ccd624e0ed5641c From e45ed950b9a85a4d84e7e0efdbd44624d64c9a42 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Jul 2014 23:41:56 +0000 Subject: [PATCH 03263/18836] Updated openstack/openstack Project: openstack/python-novaclient 39d1d0156b3ecd9314d6c08c848e353fa10bb1d5 Fixing flavor access __repr__ method The Flavor Access __repr__ method was crashing because it was using a non-existing attribute called "name". On this fix, this method will now return the following: Closes-bug: #1331602 Change-Id: Ia2c24312e59e6c0aba1009766a15d390dc2721b1 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index aca16d2bafaf..39d1d0156b3e 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit aca16d2bafaff83499b777b50753c138d7cc225a +Subproject commit 39d1d0156b3ecd9314d6c08c848e353fa10bb1d5 From e54558f66b229c233f3df7fc8245fe1f961366a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 00:31:10 +0000 Subject: [PATCH 03264/18836] Updated openstack/openstack Project: openstack/python-keystoneclient cceba6a7e0025e82bb530b74a1975d42fae28ea3 Add tests without optional create endpoint params Follow up tests for change #102602 With internalurl and adminurl now being optional parameters there needs to be tests to ensure calls to create() without default values, or with default values set to None are handled as expected. Change-Id: I2cd542a15a54017beb9430a429fb4be86130a15c --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f312ae2a35e6..cceba6a7e002 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f312ae2a35e6a1518638d277f740036c06675115 +Subproject commit cceba6a7e0025e82bb530b74a1975d42fae28ea3 From 946106ed3c5d9f8e3f6e8ec6e06000338569a34b Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 17 Jun 2014 15:56:47 +0800 Subject: [PATCH 03265/18836] Updated openstack/openstack Project: openstack/python-glanceclient 1db17aaad9a04cc98fc848b23a76db52a5f62965 Enable F841 F841 detects local variable is assigned to but never used. This commit fixes the violations and enables F841 in gate. Change-Id: Ic4dcac2733dfe334009327ac17aa3952cafaa63a --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index d613adc434e9..1db17aaad9a0 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit d613adc434e93c24d7c3bb34849d2aed1710e0d5 +Subproject commit 1db17aaad9a04cc98fc848b23a76db52a5f62965 From ff2de194e9e621fa494e673b90509913e73ad5d2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 04:47:10 +0000 Subject: [PATCH 03266/18836] Updated openstack/openstack Project: openstack/glance a62cdcefb0dcf98eb05ff1585e673d64cfc72b6f Some v2 exceptions raise unicodeError Use utils.exception_to_str to consistently cast the excpetion to avoid the unicodeError stack trace. Change-Id: I54fce91c73adca846ec99ed50a57b95d16428ec1 Closes-Bug: #1339775 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4829deeae194..a62cdcefb0dc 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4829deeae1941a65c6deb5776ccd624e0ed5641c +Subproject commit a62cdcefb0dcf98eb05ff1585e673d64cfc72b6f From cab257ae93012f22ec808f98877953165dd5d664 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 07:12:17 +0000 Subject: [PATCH 03267/18836] Updated openstack/openstack Project: openstack/glance f414562d82bd3a5d9fc268eefe67658f9243a630 Resolving the performance issue for image listing of v2 API on server This is a fix on Glance server side regarding to the former change Ia6598d3c06a5ff516277053c2b6fa5db744fe9cf for glanceclient. This change optimized the logic of image query in glance.db.ImageRepo which running in glance-api server and communicated with glance-registry service by HTTP based RPC calls. Under original logic, each image entry in the (paginated) result set query RPC returned needs to query the relevant tag entry set by a separated RPC again, so for example if we have 1000 images, and page size equals 20, then the count of RPC calls will be 1099 times. With fixed new logic, the RPC times have been reduced, it merged the queries of image and its tag entry into one RPC call. As comparison [0], under the fixed new logic, the execution time of image listing is about 2.5 times as fast as old logic (using glanceclient cli with registry backend). Then the execution time of v2 api is better then v1 now[1] (about 2 times faster). [0] # Original logic # glanceclient cli, with registry $ time glance --os-image-api-version 2 image-list | grep 'test-' | wc -l 1000 real 0m10.210s user 0m1.244s sys 0m0.080s # curl, with registry $ time ./img1000-curl-v2.sh > /dev/null 2>&1 real 0m9.185s user 0m0.168s sys 0m0.108s # Fixed logic # glanceclient cli, with registry $ time glance --os-image-api-version 2 image-list | grep 'test-' | wc -l 1000 real 0m3.870s user 0m1.364s sys 0m0.076s # curl, with registry $ time ./img1000-curl-v2.sh > /dev/null 2>&1 real 0m2.718s user 0m0.160s sys 0m0.136s [1] $ time glance --os-image-api-version 1 image-list | grep 'test-' | wc -l 1000 real 0m7.426s user 0m0.936s sys 0m0.100s Change-Id: I3402e4594fa945d003a6735c54581fc43d07c6da Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a62cdcefb0dc..f414562d82bd 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a62cdcefb0dcf98eb05ff1585e673d64cfc72b6f +Subproject commit f414562d82bd3a5d9fc268eefe67658f9243a630 From dc0dd2a4f34bd12618b5ace330b1b72a4ca07479 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 9 Jul 2014 12:38:36 -0700 Subject: [PATCH 03268/18836] Updated openstack/openstack Project: openstack-dev/devstack 94c654ef37f6a0247a307578f3240f97201a3cba Set postgresql max_connections=200 Now that we have multiple workers running by default in various projects (nova/cinder/glance/trove), the postgresql job is failing intermittently with connection failures to the database. The default max_connections for postgresql is 100 so here we double that. Note that the default max_connections for mysql used to be 100 but is now 151, so this change brings the postgresql configuration more in line with mysql. Change-Id: I2fcae8184a82e303103795a7bf57c723e27190c9 Closes-Bug: #1338841 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2efb9781c492..94c654ef37f6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2efb9781c492a05962ea287f1addb3f791911fbd +Subproject commit 94c654ef37f6a0247a307578f3240f97201a3cba From 5a75aa9453375859b0683e7757cdb588bd6af357 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 21:22:29 +0000 Subject: [PATCH 03269/18836] Updated openstack/openstack Project: openstack/glance 9e7fea2535fa29ddf9afba0e664ae399395c1c18 Add task functions to v2 registry If local changes are made to run the v2 functional tests with the v2 registry enabled, and the tests are then run with: $ ./run_tests.sh glance.tests.functional.v2 all tests pass except for 'test_task_lifecycle'. This test fails because the v2 registry does not define the 'task_get_all' or 'task_create' functions. With these defined the tests pass when run with the v2 registry enabled. This is a prerequisite to running the v2 functional tests with the registry enabled. Change-Id: I588af10105b19087d06f7f13a6f75523595d4a23 Closes-Bug: 1308419 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f414562d82bd..9e7fea2535fa 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f414562d82bd3a5d9fc268eefe67658f9243a630 +Subproject commit 9e7fea2535fa29ddf9afba0e664ae399395c1c18 From 0de75949c4fd1fea58bf561a777f4f34e768b98b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 22:17:52 +0000 Subject: [PATCH 03270/18836] Updated openstack/openstack Project: openstack/oslo.config 5d53ea479fff7f172bd3b5be07bf24f7adbaebcb Changes imports order to pass H305, enables check Changes imports order to pass H305 check with hacking 0.9.x Removes H305 check from ignore line in tox.ini Change-Id: I47bbe74f4178f46ea21fc37b69f53ea2d148a65e --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 35c28108a3f5..5d53ea479fff 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 35c28108a3f5680f942d4ba81531898c9cd214f8 +Subproject commit 5d53ea479fff7f172bd3b5be07bf24f7adbaebcb From ea9fdd1a5769f30285ce1b9d48025d36ec18f131 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 22:17:55 +0000 Subject: [PATCH 03271/18836] Updated openstack/openstack Project: openstack/glance 61732b14e98b66dbd02f999815e4f35a1d0f9f86 Handle session timeout in the VMware store The current implementation can lead to session timeouts. This will occur when accessing the datastore directly through HTTP. This patch provides a retry mechanism by recreating the session when getting a 401 status code. Change-Id: I54cc9e30c9bc374a2cf82dec4beb9b06594835f8 Closes-Bug: #1311960 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 9e7fea2535fa..61732b14e98b 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 9e7fea2535fa29ddf9afba0e664ae399395c1c18 +Subproject commit 61732b14e98b66dbd02f999815e4f35a1d0f9f86 From 7d77d13ed352bf673ab4c2edcf2bc5d8a1b46a21 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Mon, 30 Jun 2014 12:00:44 +0200 Subject: [PATCH 03272/18836] Updated openstack/openstack Project: openstack/python-neutronclient 8a2349ac00bb041f19966e1650793626082309c8 Sync with oslo This brings some bugfixes for Python 3 support. Sync with 468afcb335a98dcfdc1520a73937982107bc2758 Change-Id: Ida73ae17b945e084a52b7024a91707f7729adfa1 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 3a25ff3b3d35..8a2349ac00bb 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 3a25ff3b3d35df38e00fcad4c12e3df06d69985a +Subproject commit 8a2349ac00bb041f19966e1650793626082309c8 From 169f7c6ef065db1d390f01fa67e5052c91245395 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 22:38:06 +0000 Subject: [PATCH 03273/18836] Updated openstack/openstack Project: openstack/oslo.config 2d4aff8f12bf40a6fd8d4a4b90213027719cdd41 generator: tweak how MultiStrOpt defaults are handled If a MultiStrOpt default is set to None or [], the best thing to do is just add: #multi_str_opt = to the sample config file. Change-Id: Ibaee466978870082be47a2135ae3f412d3efd623 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 5d53ea479fff..2d4aff8f12bf 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 5d53ea479fff7f172bd3b5be07bf24f7adbaebcb +Subproject commit 2d4aff8f12bf40a6fd8d4a4b90213027719cdd41 From e3022922513a251147bd726366827b4c518433c6 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 23:06:57 +0000 Subject: [PATCH 03274/18836] Updated openstack/openstack Project: openstack-dev/devstack fdf1cffbd5d2a7b47d5bdadbc0755fcb2ff6d52f Enable Keystone under Apache by default Make the default run mode of Keystone HTTPD + mod_wsgi. This will enable gating on Keystone under mod_wsgi. Depends On: https://review.openstack.org/#/c/100764/ Change-Id: I4b664a1d6c9bbb1ff999158f3a8c8ab3bd8d891b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 94c654ef37f6..fdf1cffbd5d2 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 94c654ef37f6a0247a307578f3240f97201a3cba +Subproject commit fdf1cffbd5d2a7b47d5bdadbc0755fcb2ff6d52f From 5d45199f236cc97b10753c2d110e6ecbc011e268 Mon Sep 17 00:00:00 2001 From: Pawel Koniszewski Date: Thu, 10 Jul 2014 15:15:40 +0200 Subject: [PATCH 03275/18836] Updated openstack/openstack Project: openstack/python-novaclient a06a6abca7a3db6642c5963fe0cfec0f2d3e95b4 Update nova boot help Actual help string for --block-device flag is not clear. User doesn't know which parameters are required and which are not. Change improves description of each parameter, so that user can understand how the --block-device works. Change-Id: If23cb2d64adb51dfb45e48511ca25988bc43b739 Implements: nova boot --block-device usage unclear Partial-Bug: #1323775 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 39d1d0156b3e..a06a6abca7a3 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 39d1d0156b3ecd9314d6c08c848e353fa10bb1d5 +Subproject commit a06a6abca7a3db6642c5963fe0cfec0f2d3e95b4 From b09235b2aae0e4ee54711f43bceb228b78e249b8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 23:07:02 +0000 Subject: [PATCH 03276/18836] Updated openstack/openstack Project: openstack/python-novaclient 580c0aa61128b20aad77e2d43119463fc4d9f99e Adding multiple server support to nova reset-state Adding support specifying multiple servers to nova reset-state in a single invocation. Change-Id: I7add0c26b0e59b31751de7a60ebdde3f568b3354 Closes-Bug: #1314217 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index a06a6abca7a3..580c0aa61128 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit a06a6abca7a3db6642c5963fe0cfec0f2d3e95b4 +Subproject commit 580c0aa61128b20aad77e2d43119463fc4d9f99e From 854a663f79a1450142f6a5e2e559320d04731336 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 23:08:47 +0000 Subject: [PATCH 03277/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3b73bcf98fa44029a438bf1cd316b35db6161305 Direct move of the revoke model from keystone server This commit copies the revoke model from Keystone to keystoneclient. The only difference in the model.py file between keystoneclient and keystone is the import due to a change of the oslo-incubator path (project name is keystoneclient not keystone). Blueprint: revocation-event-api Change-Id: I6215d6679f9bb0dff6941c2a65ceeefd1ff9d88a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index cceba6a7e002..3b73bcf98fa4 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit cceba6a7e0025e82bb530b74a1975d42fae28ea3 +Subproject commit 3b73bcf98fa44029a438bf1cd316b35db6161305 From eb990a956e249cab369a86fa98f7d8c3d2795b74 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 10 Jul 2014 23:49:53 +0000 Subject: [PATCH 03278/18836] Updated openstack/openstack Project: openstack/requirements 83b7f6c6f679316f44a6ca44982082390e7446b6 Update the version of keyring to avoid bug keyring 3.3 generates the following error: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 The bug is fixed in keyring 3.4 Closes-Bug: #1242992 Change-Id: I2fcb2f67d9d7570d8128f6a37c6930397eaa4a25 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 54f4b21fb53d..83b7f6c6f679 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 54f4b21fb53d007c385e282d01745a7f68504928 +Subproject commit 83b7f6c6f679316f44a6ca44982082390e7446b6 From 6cff53f3566eac2c03dbcf75c401525b84376772 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 01:14:51 +0000 Subject: [PATCH 03279/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c3e99824ac847af99ed08c616c9e682a2e54cb2e Plugin loading from config objects Provide a pattern for auth plugins to load themselves from a config object. The first user of this will be auth_token middleware however it is not likely to be the only user. By doing this in an exportable way we are defining a single config file format for specifying how to load a plugin for all services. We also provide a standard way of retrieving a plugins options for loading via other mechanisms. Blueprint: standard-client-params Change-Id: I353b26a1ffc04a20666e76f5bd2f1e6d7c19a22d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3b73bcf98fa4..c3e99824ac84 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3b73bcf98fa44029a438bf1cd316b35db6161305 +Subproject commit c3e99824ac847af99ed08c616c9e682a2e54cb2e From 7b368f6b96ee62e9646f065ca9d07bc5e1eccc06 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 01:14:55 +0000 Subject: [PATCH 03280/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 9c3fa6653808ce4a7ddf81656905f4ae9beb3aa8 Add trust users to AccessInfo and fixture A trust should always contain a trustee_user_id and a trustor_user_id. Expose these values via AccessInfo if available. Change-Id: Ic46a44300e6bf8aa694f1543d470c16fcac643fc --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c3e99824ac84..9c3fa6653808 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c3e99824ac847af99ed08c616c9e682a2e54cb2e +Subproject commit 9c3fa6653808ce4a7ddf81656905f4ae9beb3aa8 From 62b91cb98d98c60802812c4518b027e994438f4a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 01:30:14 +0000 Subject: [PATCH 03281/18836] Updated openstack/openstack Project: openstack/python-novaclient 711326a834b9ad15a70fb37b3d7fd7b1197dbcb1 Fix the wrong dest of 'vlan' option and add new 'vlan_start' option Allow to specify vlan tag when create nova network, the dest of vlan option should be 'vlan' instead of 'vlan_start'. Provide new option 'vlan_start' when create nova network. Change-Id: Idfaf58d4eee4d9bbf6bba5e0b6c9dbf82236694d Closes-bug: #1329599 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 580c0aa61128..711326a834b9 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 580c0aa61128b20aad77e2d43119463fc4d9f99e +Subproject commit 711326a834b9ad15a70fb37b3d7fd7b1197dbcb1 From a7a87d7629c1bda19f39c12312eb9edd0edf5527 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 02:14:12 +0000 Subject: [PATCH 03282/18836] Updated openstack/openstack Project: openstack/requirements 4212eb59e11ac138dd49fff1817cb41a1cb4326c Add new keystone projects to projects.txt Add the keystonemiddleware and keystone-specs repositories to the projects.txt file. Change-Id: I11c2e675eeeab0d11ecec9e2536098c8c03d396a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 83b7f6c6f679..4212eb59e11a 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 83b7f6c6f679316f44a6ca44982082390e7446b6 +Subproject commit 4212eb59e11ac138dd49fff1817cb41a1cb4326c From d63fd73a9e9ea9066e30a253defcf296dd998f9e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 02:27:37 +0000 Subject: [PATCH 03283/18836] Updated openstack/openstack Project: openstack/glance 4957fbd15bb7442088217776edc88f15ee8a2a13 Some exceptions raise UnicodeError Use utils.exception_to_str to consistently cast the exception to avoid the unicodeError stack trace. Closes-Bug: #1340002 Related-Id: I54fce91c73adca846ec99ed50a57b95d16428ec1 Change-Id: I77478a8eeeefd85bf98138156429df53d0a4c079 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 61732b14e98b..4957fbd15bb7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 61732b14e98b66dbd02f999815e4f35a1d0f9f86 +Subproject commit 4957fbd15bb7442088217776edc88f15ee8a2a13 From d562ea5d4760a33f496755a2b006d7b4190431f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 02:40:02 +0000 Subject: [PATCH 03284/18836] Updated openstack/openstack Project: openstack/glance b937751ff87a8316b914df78855dac5138f92edc Fix unsaved exception in v1 API controller When an exception occurs during exception handling, it lose the information of the first exception. We should use the excutils.save_and_reraise_exception() in this case. Change-Id: I467c9627fa661421926d50c3e894f80d9b75baa2 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 4957fbd15bb7..b937751ff87a 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 4957fbd15bb7442088217776edc88f15ee8a2a13 +Subproject commit b937751ff87a8316b914df78855dac5138f92edc From 56bdf6f21fee867f2d83f4f7fa1a3fc789346d46 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 05:03:57 +0000 Subject: [PATCH 03285/18836] Updated openstack/openstack Project: openstack/python-novaclient f1db442becbdb3552360e3b78f215dc3a045bd91 Convert security group tests to httpretty Change-Id: Icdc2c2c6f66a014c29241e262d21d50e39128105 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 711326a834b9..f1db442becbd 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 711326a834b9ad15a70fb37b3d7fd7b1197dbcb1 +Subproject commit f1db442becbdb3552360e3b78f215dc3a045bd91 From bc779cd7f92e474bf07116b9a839f14d17c61267 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 05:04:04 +0000 Subject: [PATCH 03286/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 67af1acd4929bf2cbf86d051b75a09bbb4508266 Allow loading auth plugins from CLI With a standard definition of auth plugin options we should be able to load and use those plugins from command line applications. Provide a mechanism to register argparse parameters and load from them. Blueprint: standard-client-params Change-Id: I5d9904fa885602aaaef7a9e0afd4bd6bbfca3f07 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 9c3fa6653808..67af1acd4929 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 9c3fa6653808ce4a7ddf81656905f4ae9beb3aa8 +Subproject commit 67af1acd4929bf2cbf86d051b75a09bbb4508266 From 55a597fe5589e3de606f6a2219da2d6100d2ac96 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 05:10:20 +0000 Subject: [PATCH 03287/18836] Updated openstack/openstack Project: openstack/python-cinderclient 37879ba13f62b7f8e87b4bb2d27da463eb29dd6c Remove dependent module py3kcompat Module py3kcompat was removed from oslo-incubator, we can use six directly. * Sync commit of removing py3kcompat from oslo * use six replace usage of py3kcompat Change-Id: Ifabce6866cf82f81a33924ea586987388afa589b Closes-Bug: #1280033 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index b4906c855fe8..37879ba13f62 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit b4906c855fe86af6ac8f469ae6e76adddffe6586 +Subproject commit 37879ba13f62b7f8e87b4bb2d27da463eb29dd6c From fbe4bae4829c3211c02d8463579eddddfc4949ea Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 07:20:22 +0000 Subject: [PATCH 03288/18836] Updated openstack/openstack Project: openstack/requirements b49b1ac881248ecf7641cbd57c34377f6aa5fad3 Add requests-mock package to global requirements requests-mock is a mocking layer for the requests package. It is Apache-2 licensed. The httpretty library has been used to provide a mocking layer for HTTP requests. This has generally been successful however there have been a number of problems with it over our usage, including poor python 3 support and a number of backwards incompatible releases from the maintainer. It is also difficult to package by distributions. httpretty was particularly chosen because it was compatible with both httplib and requests, this is no longer such a requirement as almost all OpenStack libraries have now moved to requests. Given that we can move to a library with less complexity and more inline with OpenStack tools. It is written in such a way that it is fairly simple to convert existing httpretty test suites or httmock test suites to requests-mock. I am the author of requests-mock and am also happy to move it to stackforge, or otherwise connect it to gerrit so as we will not have any future incompatible issues. More info: - https://github.com/jamielennox/requests-mock - http://requests-mock.readthedocs.org/en/latest/ Change-Id: I09f2a22f84752571a278e9b90901ecb1fbedb654 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 4212eb59e11a..b49b1ac88124 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 4212eb59e11ac138dd49fff1817cb41a1cb4326c +Subproject commit b49b1ac881248ecf7641cbd57c34377f6aa5fad3 From cbbb9fe9aa758a797f7bb6572c82a00744b9e161 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 08:26:26 +0000 Subject: [PATCH 03289/18836] Updated openstack/openstack Project: openstack/glance 7ce446009e4544d6bffd6b24481f8f7d1ec50aa0 Changing replicator to use openstack.common.log This change moves glance/cmd/replicator to use common logging. Changes logging.() to be unified with rest as LOG.(). Also fixes some translations. Related to bp refactoring-glance-logging Change-Id: Iff4ecf9ab95174b9be9861fe0d8fd40162eadb8a --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b937751ff87a..7ce446009e45 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b937751ff87a8316b914df78855dac5138f92edc +Subproject commit 7ce446009e4544d6bffd6b24481f8f7d1ec50aa0 From a8eba41e6c3bc5726931fe91c39e5f689e8c383c Mon Sep 17 00:00:00 2001 From: AmalaBasha Date: Tue, 1 Jul 2014 14:45:12 +0530 Subject: [PATCH 03290/18836] Updated openstack/openstack Project: openstack/python-glanceclient dbb242b776908ca50ed8557ebfe7cfcd879366c8 Replace old httpclient with requests This review implements blueprint python-request and replaces the old http client implementation in favor of a new one based on python-requests. Major changes: * raw_request and json_request removed since everything is now being handled by the same method "_request" * New methods that match HTTP's methods were added: - get - put - post - head - patch - delete * Content-Type is now being "inferred" based on the data being sent: - if it is file-like object it chunks the request - if it is a python type not instance of basestring then it'll try to serialize it to json - Every other case will keep the incoming content-type and will send the data as is. * Glanceclient's HTTPSConnection implementation will be used if no-compression flag is set to True. Co-Author: Flavio Percoco Change-Id: I09f70eee3e2777f52ce040296015d41649c2586a --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index 1db17aaad9a0..dbb242b77690 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit 1db17aaad9a04cc98fc848b23a76db52a5f62965 +Subproject commit dbb242b776908ca50ed8557ebfe7cfcd879366c8 From 42da6b698d4b18d28cd03b96a251602c2c1aab36 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Fri, 11 Jul 2014 06:51:36 +0100 Subject: [PATCH 03291/18836] Updated openstack/openstack Project: openstack/oslo.config a5ac14975e74968af44d7d5bc3764da92cb36dce Update 1.4.0.0a2 release notes One last change got merged before tagging. Change-Id: I82e6c3c8a47966330e809e80897311e951af0f13 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index 2d4aff8f12bf..a5ac14975e74 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit 2d4aff8f12bf40a6fd8d4a4b90213027719cdd41 +Subproject commit a5ac14975e74968af44d7d5bc3764da92cb36dce From 295b891e4c052d221b37f507b13d6bb2512de858 Mon Sep 17 00:00:00 2001 From: liuqing Date: Wed, 9 Jul 2014 00:17:33 +0800 Subject: [PATCH 03292/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 5c8a85e3861c0e90ef63325956ca809edca5719a Use suitable assert Replace assertTrue(a in b) with assertIn(a, b) Replace assertFalse(a in b) with assertNotIn(a, b) Replace assertTrue(a is None) with assertIsNone(a) Change-Id: I981c81908a823d9dbecbb2e139a86fbf589ce55e --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 7f3be2736755..5c8a85e3861c 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 7f3be27367550a9974f880d306d7aa1571b5160b +Subproject commit 5c8a85e3861c0e90ef63325956ca809edca5719a From 407a02ea8c85dbd336ada7a9ab456604fb665689 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 14:33:21 +0000 Subject: [PATCH 03293/18836] Updated openstack/openstack Project: openstack-dev/devstack d727754c921676b9fe66162ee39ca854f3bea691 Configure rabbitmq credentials in keystone.conf Rabbitmq credentials in keystone.conf should be updated according to localrc This is done mostly to enable keystone notifications. There are 2 cases where we can use notifications from keystone: A) Collect audit notifications in ceilometer B) Collect profiling data Change-Id: I381d4d670755aa691743caa02df7dc55e05784c2 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fdf1cffbd5d2..d727754c9216 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fdf1cffbd5d2a7b47d5bdadbc0755fcb2ff6d52f +Subproject commit d727754c921676b9fe66162ee39ca854f3bea691 From dac0fc4de46cfad9a462d8b4868d27fdd7f36f80 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 15:04:36 +0000 Subject: [PATCH 03294/18836] Updated openstack/openstack Project: openstack/requirements 26c648b11f047a5d2fa101f4808d0c78a572b119 Add tuskar-ui to projects.txt Change-Id: I72338a2141d3e9056b8841e3402eaabae9e67d75 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b49b1ac88124..26c648b11f04 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b49b1ac881248ecf7641cbd57c34377f6aa5fad3 +Subproject commit 26c648b11f047a5d2fa101f4808d0c78a572b119 From 22c7ea069519430529b8f9cc667862c9d4462380 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 10 Jul 2014 10:51:23 -0700 Subject: [PATCH 03295/18836] Updated openstack/openstack Project: openstack-dev/pbr 8d4c553a78a4970fde06b491b173bac85108491e Remove mirror testing from the integration script We don't need to test the mirroring tool in this integration script any more, because we're using a different tool to build the mirror now anyway. Change-Id: I1a3f739a9530f4f5cce18f64b0705ae9ae77704d --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index e1b98f578a0f..8d4c553a78a4 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit e1b98f578a0f94a791210dd48530e2fed43fbe61 +Subproject commit 8d4c553a78a4970fde06b491b173bac85108491e From 8b04584d988387542c81cf0e4bd193a8136d89c5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 15:12:31 +0000 Subject: [PATCH 03296/18836] Updated openstack/openstack Project: openstack/requirements d7d9a259686271e58dc72c6e2ede3dc41089c8fc Fix the requirements for a django library Change from django_pyscss to django-pyscss This is required because that is the way this library is registered on PyPI. This is the link: http://pypi.openstack.org/simple/django-pyscss/ Change-Id: I23540dd7f64be25a83823847d408a3f6663d8d79 Closes-bug: #1339918 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 26c648b11f04..d7d9a2596862 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 26c648b11f047a5d2fa101f4808d0c78a572b119 +Subproject commit d7d9a259686271e58dc72c6e2ede3dc41089c8fc From 6d62c087008952d0d3b7fb28b0ff8e94b5bc4615 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 16:03:04 +0000 Subject: [PATCH 03297/18836] Updated openstack/openstack Project: openstack/python-neutronclient 106dd443bca63e914975972d261e0f5cc1a63662 Changed 'xml' to 'XML' Like Lana Brindley mentioned in https://review.openstack.org/#/c/102900/ 'xml' should be 'XML' instead. Change-Id: If500ec9325eff98d58810b69c6fc84211e20638a --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 8a2349ac00bb..106dd443bca6 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 8a2349ac00bb041f19966e1650793626082309c8 +Subproject commit 106dd443bca63e914975972d261e0f5cc1a63662 From b4fa1643e2291a3c2bddb09970342747e6afab4b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 16:03:46 +0000 Subject: [PATCH 03298/18836] Updated openstack/openstack Project: openstack/python-neutronclient 49104a2e88a74eb2d9f439045c7e6e7e69ef9364 Found a useless comment It seems to be legacy of debug steps done by the developer. Change-Id: I84484619803b3006583b70c7a49039e9c2924ce6 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 106dd443bca6..49104a2e88a7 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 106dd443bca63e914975972d261e0f5cc1a63662 +Subproject commit 49104a2e88a74eb2d9f439045c7e6e7e69ef9364 From c8e15a13862ffaae55a8cf3b0c5555bb67774cc0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 16:59:28 +0000 Subject: [PATCH 03299/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0e8673769929026b9a3facc078c876be82cdf7cb Pass roles manager to user manager This is part of breaking a cyclical dependency where the client has a reference to the manager but the manager has a reference to the client. To be able to pass in an adapter to the managers we need to remove the client specific usages of manager, including referring to other managers via the client. Change-Id: I8fba7ece05e33d519eb31994a072275598ba76ea --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 67af1acd4929..0e8673769929 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 67af1acd4929bf2cbf86d051b75a09bbb4508266 +Subproject commit 0e8673769929026b9a3facc078c876be82cdf7cb From c4d8906b93eeb0731d6b1600383f983ec5f6d8bf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 17:11:15 +0000 Subject: [PATCH 03300/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 344cd2286acea3562579587a45241cccc31e501c Update toggle variable for HTTPD + mod_wsgi services Update the devstack-gate toggle variable to match the new global toggle for running services under alternatives to HTTPD + mod_wsgi. This toggle only affects services that default to running under HTTPD + mod_wsgi. The new toggle was added in: https://review.openstack.org/#/c/101611/ Change-Id: I7ebaebf7806049fee2a6e57df628ad934b6d494c --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index b7b7ed08b59a..344cd2286ace 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit b7b7ed08b59ade8e3c721d2e0d153d978807102e +Subproject commit 344cd2286acea3562579587a45241cccc31e501c From f0628c3bdf2487a45e4879d85fce40e096aaf8a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 17:11:17 +0000 Subject: [PATCH 03301/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dd3534721e1bf0c0884c01ca73770f3ce1f6feb5 Add V2 tenant user manager tests The cross over between the tenant manager and the user manager is not tested. As this will be changed soon re-enforce the current behaviour. Change-Id: Ia13a24dc0632d3fb0a5b127538117872a7dc660d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0e8673769929..dd3534721e1b 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0e8673769929026b9a3facc078c876be82cdf7cb +Subproject commit dd3534721e1bf0c0884c01ca73770f3ce1f6feb5 From f8f1d48b00877dc2792ea77d98a97fe44e54fc58 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 18:21:47 +0000 Subject: [PATCH 03302/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 658b6900493c9b169dc0dc971e8a9a0f087a0df5 Pass user and roles manager to tenant manager This is part of breaking a cyclical dependency where the client has a reference to the manager but the manager has a reference to the client. To be able to pass in an adapter to the managers we need to remove the client specific usages of manager, including referring to other managers via the client. Change-Id: Ie238dda046ec8bbdaca749a691df3da63f5a9a63 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dd3534721e1b..658b6900493c 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dd3534721e1bf0c0884c01ca73770f3ce1f6feb5 +Subproject commit 658b6900493c9b169dc0dc971e8a9a0f087a0df5 From c6afd23e600f8c73ed49d42fecc455656547ae8e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 18:22:06 +0000 Subject: [PATCH 03303/18836] Updated openstack/openstack Project: openstack/python-openstackclient bc6495c6a19abb67a9af9bc94e82e6c12b1a7b83 Add basic timing support Add support for --timing options. Use cliff via a pseudo-command 'Timing' to support multiple outputformats. If an output format other than the default 'table' is selected use CSV since the timing data is in list form. Will pick up timing data for any client object that has a method similar to novaclient's get_timings(). TODO: * Stop instantiating all of the clientmanager client objects just to check for timing data. Descriptor magic required? Change-Id: I7f1076b7a250fba6a8b24b2ae9353a7f51b792b2 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 70283744a04f..bc6495c6a19a 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 70283744a04f868072edc0a31fe49a3122c4bc6e +Subproject commit bc6495c6a19abb67a9af9bc94e82e6c12b1a7b83 From 7863fec68d312094fece99d0933f2cbdc467d9d0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 19:47:32 +0000 Subject: [PATCH 03304/18836] Updated openstack/openstack Project: openstack/python-neutronclient 2b3cf686d6451cfcd9d3fccee2a428751f1cee4a Add CONTRIBUTING.rst There is no CONTRIBUTING.rst file, the patch will add it. Change-Id: Ia54b37845dddcd6d8962f4493d5f9906e5604288 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 49104a2e88a7..2b3cf686d645 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 49104a2e88a74eb2d9f439045c7e6e7e69ef9364 +Subproject commit 2b3cf686d6451cfcd9d3fccee2a428751f1cee4a From a640b9f0bddf911e55dfb68d719c0df8fea913bc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 19:47:33 +0000 Subject: [PATCH 03305/18836] Updated openstack/openstack Project: openstack/python-swiftclient d5a45fcd2d92c1328d35c54e09712c1152f1af19 replace string format arguments with function parameters There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: I90270908d27f0a57c184d5a547bb1af9b1381c95 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 74f921f28518..d5a45fcd2d92 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 74f921f2851864a87620edc8259b7e387a826816 +Subproject commit d5a45fcd2d92c1328d35c54e09712c1152f1af19 From 530ffec13b71e78091274b6b8d90f507cf3b1c6a Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 11 Jul 2014 13:29:34 -0400 Subject: [PATCH 03306/18836] Updated openstack/openstack Project: openstack/python-novaclient e14f9741a6fedc2ed4cddd304b2f86378b707575 Revert "Set default http-based exception as `HttpError`" This reverts commit 4e1ee661083bd672a884fd13fdb1ffaadea5252a. This change is a part of a series that is not backwards compatible, and caused breakage in applications that use the client library. Change-Id: If614826fb0832602110c1ac8be2c0e6324a5a248 Partial-Bug: #1340596 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index f1db442becbd..e14f9741a6fe 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit f1db442becbdb3552360e3b78f215dc3a045bd91 +Subproject commit e14f9741a6fedc2ed4cddd304b2f86378b707575 From 42e6fb1fadaeceb463a7bfdea1d829a29fb2d86e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 11 Jul 2014 21:48:04 +0000 Subject: [PATCH 03307/18836] Updated openstack/openstack Project: openstack/requirements 05cce19f416f3a590283efe5f46d54264aa12c69 Add libvirt-python for nova. The python libvirt bindings have long been an implicit dependency for nova which was expected to be installed via system packages. This was necessary because libvirt-python could not be installed from pypi. The libvirt devs have added libvirt-python to pypi which can bind against libvirt if it isn't ancient as in Precise. We are now testing on Trusty for master which has new enough system libvirt to install libvirt-python from pypi. Add libvirt-python to global requirements so that we can move nova away from the implicit requirement and onto an explicit requirement. Change-Id: Ieba2a15eaa1e1b22282179aee8f401607928b18b --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index d7d9a2596862..05cce19f416f 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit d7d9a259686271e58dc72c6e2ede3dc41089c8fc +Subproject commit 05cce19f416f3a590283efe5f46d54264aa12c69 From 7d23dd6ee2ffa5527f8ed2996be94c23af8c23e6 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Fri, 11 Jul 2014 21:55:36 +0000 Subject: [PATCH 03308/18836] Updated openstack/openstack Project: openstack/python-novaclient 2ebed395c9aa6d91d674c6cf1de8a29640dbfef8 Updated from global requirements Change-Id: Ice5da31fbd5b5689ced6326f195a2241c6220083 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index e14f9741a6fe..2ebed395c9aa 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit e14f9741a6fedc2ed4cddd304b2f86378b707575 +Subproject commit 2ebed395c9aa6d91d674c6cf1de8a29640dbfef8 From 8b6c3b2741059271039232bb6b84aaa4d2f094c4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 12 Jul 2014 01:10:43 +0000 Subject: [PATCH 03309/18836] Updated openstack/openstack Project: openstack/glance 12cac3c82eb1ff33d3b4052c09a7fe6076d8599e Pass Message object to webob exception Provide the Message object within Glance exception to webob exception instead of try to convert it to a string. Because Message objects could not be converted by str() since they may contain non-ascii characters. Related-Bug: #1292782 Related-Id: I22b9123d8b3fe58d7dbd8fcde5a8dd58000e2da4 Related-Id: I352cda57fe119022c59c6c813b5c8053765b2d3c Change-Id: I43fc0e13496cbaf8a7afe85d649709ec7fe8ebe9 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 7ce446009e45..12cac3c82eb1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 7ce446009e4544d6bffd6b24481f8f7d1ec50aa0 +Subproject commit 12cac3c82eb1ff33d3b4052c09a7fe6076d8599e From 32f7e1611d7877391835f034446bfff323916011 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 12 Jul 2014 05:59:31 +0000 Subject: [PATCH 03310/18836] Updated openstack/openstack Project: openstack/glance de6be83791d1ab5f7129ccac1dbb8b675980316a Adding status field to image location -- domain and APIs changes Adding a status field to image's each location property, each location status can be 'active', 'pending_delete' and 'deleted'. Under location's status information Scrubber service can make cleanup based on DB records also but not a dedicated queue-file for each image. This is second part of this change which covered DB API, domain and REST API. Partially-Implements BP: image-location-status Change-Id: I744679e2dadbaec099aef33d8c5a3fe4ecf96865 Signed-off-by: Zhi Yan Liu --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 12cac3c82eb1..de6be83791d1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 12cac3c82eb1ff33d3b4052c09a7fe6076d8599e +Subproject commit de6be83791d1ab5f7129ccac1dbb8b675980316a From 5332cb9d5796aae3392dba685fef58c0fd038bed Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 12 Jul 2014 16:35:43 +0000 Subject: [PATCH 03311/18836] Updated openstack/openstack Project: openstack/requirements 0ed0c8eb7f5c1007f134cab42aa98b6ccb3045e0 Update oslo.messaging to 1.4.0.0a3 This oslo.messaging version fixes a problem with encoding issue in source file(review 102909), causing some Neutron gate test failures (e.g. 102351). Using a3, since it is the latest. Change-Id: I673b5d505c8b7d43d59f7516e345f92221483a51 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 05cce19f416f..0ed0c8eb7f5c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 05cce19f416f3a590283efe5f46d54264aa12c69 +Subproject commit 0ed0c8eb7f5c1007f134cab42aa98b6ccb3045e0 From 30f70dae224ba2761becbb6742cc183fbb96a09c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 12 Jul 2014 20:58:37 +0000 Subject: [PATCH 03312/18836] Updated openstack/openstack Project: openstack/python-openstackclient 5830007bbc4152caca6795c6dc2ce57924a8130b Fix server resize So apparently we've never resized a server??? Fixed command args and add some tests. Change-Id: I6c3f6fec22390e9d269b7117a42a190d2b4b80ba --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index bc6495c6a19a..5830007bbc41 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit bc6495c6a19abb67a9af9bc94e82e6c12b1a7b83 +Subproject commit 5830007bbc4152caca6795c6dc2ce57924a8130b From 118e8603595c4b32181602bb57e5a37060df7bf8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 12 Jul 2014 23:00:05 +0000 Subject: [PATCH 03313/18836] Updated openstack/openstack Project: openstack/requirements 986447a4edbc15f97104189cdc67780430a51bae Update oslo.config to 1.4.0.0a2 oslo.config 1.4.0.0a1 has the config fixture which Keystone can use. 1.4.0.0a2 has the config generator which Glance and Nova will adopt, and cfgfilter which oslo.messaging wants to adopt. Change-Id: I6c3049e6e379c83af7e6e7df8855b1a6c0b698e7 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 0ed0c8eb7f5c..986447a4edbc 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 0ed0c8eb7f5c1007f134cab42aa98b6ccb3045e0 +Subproject commit 986447a4edbc15f97104189cdc67780430a51bae From d88d698e0a2c02f1b34ea055382f44ab2e825dee Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 13 Jul 2014 01:15:59 +0000 Subject: [PATCH 03314/18836] Updated openstack/openstack Project: openstack/python-novaclient deef71af93f67901d191b569b972581219f5723c Convert Server Group Tests to httpretty Change-Id: Ia67fe5f27fa9b7490e72e0e0c6e44b9c83d611c8 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 2ebed395c9aa..deef71af93f6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 2ebed395c9aa6d91d674c6cf1de8a29640dbfef8 +Subproject commit deef71af93f67901d191b569b972581219f5723c From be5c476b2b21d600848d67198a5bf95f90412400 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 13 Jul 2014 15:09:50 +0000 Subject: [PATCH 03315/18836] Updated openstack/openstack Project: openstack-dev/devstack c856f51ed735b6574b1570af8468d493ef7e17f4 Fix Swift config for Ceilometer usage Ceilometer filter was previously removed from the Swift configuration to avoid useless Ceilometer logs in the Swift ones. This was fixed by setting only warning log level for this Ceilometer part of the pipeline to keep only important ones. Change-Id: I8c41355bb98dbf3bb59ec792221b05ea936086b7 Partial-Bug: #1294789 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d727754c9216..c856f51ed735 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d727754c921676b9fe66162ee39ca854f3bea691 +Subproject commit c856f51ed735b6574b1570af8468d493ef7e17f4 From 443dcb481b0699b5ea4c5c7795c81a77130c2bf8 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 13 Jul 2014 06:01:40 +0000 Subject: [PATCH 03316/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 7b3b16e36775d934702a76455d420f33156e8916 Imported Translations from Transifex Change-Id: I9d56443fefcb901851fd00964aa5befe42f2a11b --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 04d376f6cb05..7b3b16e36775 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 04d376f6cb05fcba2e6c8039e402f6916dd7ac31 +Subproject commit 7b3b16e36775d934702a76455d420f33156e8916 From 93b2eda8e5d13df239e5106ca202514b1bd2fd67 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 13 Jul 2014 19:02:40 +0000 Subject: [PATCH 03317/18836] Updated openstack/openstack Project: openstack-dev/devstack f29569db7a1de1f15b654e1db131de249143e210 Add pre-install phase for extras.d plugins An additional call hook for the extras.d plugins that is called before any service installation occurs turns out to be needed by Ceph and useful for other plugins. This is called between the installation of the system packages listed as prerequisites and the installation of the actual services. Change-Id: Id723bdc7542182d2b2eff40c0dc0127307f094c5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c856f51ed735..f29569db7a1d 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c856f51ed735b6574b1570af8468d493ef7e17f4 +Subproject commit f29569db7a1de1f15b654e1db131de249143e210 From f9133ad312c9b4cbae2712a4a575007a9818fe1b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 13 Jul 2014 23:25:42 +0000 Subject: [PATCH 03318/18836] Updated openstack/openstack Project: openstack/python-cinderclient da4117f71c36c2e80eb9590d407b87003adf6679 Mark cinderclient as being a universal wheel Change-Id: Ifcf9abc5d9e0cdb46596f5a05103c46235eb379a --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 37879ba13f62..da4117f71c36 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 37879ba13f62b7f8e87b4bb2d27da463eb29dd6c +Subproject commit da4117f71c36c2e80eb9590d407b87003adf6679 From f7ed36b2543d71d3128f68532bbf299fb88216ed Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 14 Jul 2014 06:09:10 +0000 Subject: [PATCH 03319/18836] Updated openstack/openstack Project: openstack/oslo.messaging 39d1917644d2b78d7385ebe7709daf0f2621bd9f Imported Translations from Transifex Change-Id: Ib4e037ef996ad574eb116970272cf410823e0cdf --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 3d956f5f5f4c..39d1917644d2 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 3d956f5f5f4cfa340a54663a6861bc029c4f3e76 +Subproject commit 39d1917644d2b78d7385ebe7709daf0f2621bd9f From 57cfc2565e740b16a02a5fea221fa55d563dad66 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Jul 2014 19:15:34 +0000 Subject: [PATCH 03320/18836] Updated openstack/openstack Project: openstack/glance 56625d9fab2554eabe993bb4b4cb45c6bf555f70 Switch over oslo.i18n oslo.i18n has recently been released. This patch switches glance over oslo.i18n. As per oslo.i18n's instructions, a new i18n module has been added under glance. This module defines the translation globals and imports the necessary functions from oslo.i18n. The patch doesn't change the way Glance does translation, this means that a `_` function is still being injected to the builtins. Note that the gettextutils module is still a required module from oslo-inc because there are oslo-inc modules that depend on the old gettextutils module. Change-Id: Ieb83681e35f72a5a4ecd849bb76af7f78d9fdcb0 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index de6be83791d1..56625d9fab25 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit de6be83791d1ab5f7129ccac1dbb8b675980316a +Subproject commit 56625d9fab2554eabe993bb4b4cb45c6bf555f70 From 28e465192325093c96c5e2be64ecd5adf88f3150 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Jul 2014 21:23:19 +0000 Subject: [PATCH 03321/18836] Updated openstack/openstack Project: openstack/python-keystoneclient dd5260b3deebeb32d31fb3a3c31d3a6604ef29e5 Add invalidate doc string to identity plugin This was simply copied and pasted from the abstract method it overrides. Change-Id: Ica349e7302434be43e08fc272e8fce5699553d9a --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 658b6900493c..dd5260b3deeb 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 658b6900493c9b169dc0dc971e8a9a0f087a0df5 +Subproject commit dd5260b3deebeb32d31fb3a3c31d3a6604ef29e5 From 52dd6fb220acb3f98d4bc630390fb70ff1a2ba06 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 14 Jul 2014 23:42:11 +0000 Subject: [PATCH 03322/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0068a4e448a3c37d81bbfcc127ba214f809718d5 Provide an __all__ for auth module Define the public functions for the auth module. To access actual auth plugins users should still be expected to pull in the right file but this shows the interface most service will need. Change-Id: If389c8c0e91166ca46c1766bf5b76ad9d66417b0 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index dd5260b3deeb..0068a4e448a3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit dd5260b3deebeb32d31fb3a3c31d3a6604ef29e5 +Subproject commit 0068a4e448a3c37d81bbfcc127ba214f809718d5 From 0c774bd97b6dc67ce3f92e13f1db0896a18bcc2a Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Tue, 1 Jul 2014 20:12:24 +0530 Subject: [PATCH 03323/18836] Updated openstack/openstack Project: openstack/python-heatclient 47232fa9b011831e54e8b161d1a2da4b1ea7cd2b Deprecate misleading cli command 'resource-template' Current 'resource-template' command is misleading as it's providing template snippet for the 'resource-type' and not the 'resource'. This has been deprecated and a new command 'resource-type-template' added. ex. $heat resource-type-template -F json OS::Nova::KeyPair Change-Id: I373e2fa3c7891d2488704975ffdfb6d9afa5059a Closes-Bug: #1336306 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 520a82428c31..47232fa9b011 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 520a82428c3117340735887c9b8b1099a4b70dbb +Subproject commit 47232fa9b011831e54e8b161d1a2da4b1ea7cd2b From 739f051d77f0ecbdbee5d967352be169690a7710 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 05:27:44 +0000 Subject: [PATCH 03324/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 805dae23dac607d2a3b48a4c915286d14f577ea3 Add CRUD operations for Federated Protocols. Add relevant methods for adding, updating, listing, getting, and deleting Federated Protocol objects. Change-Id: Ibd8488158619d1689fbdfe21df114433c41c91f8 Implements: blueprint federation-crud-operations --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0068a4e448a3..805dae23dac6 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0068a4e448a3c37d81bbfcc127ba214f809718d5 +Subproject commit 805dae23dac607d2a3b48a4c915286d14f577ea3 From a756da849e2424bb2eeec7bac2a28d35f2a41d8b Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 14 Jul 2014 12:55:02 -0500 Subject: [PATCH 03325/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 9f8fb3d9e7ea43ce240b2dfbee5875e5b1851cdb Add setting for INSTALL_TESTONLY_PACKAGES Some jobs need to have the test packages installed, such as check-swift-dsvm-functional. Change-Id: Iac538c07cd33f130ccb33f3b2ca8c92a17568553 closes-bug: #1341507 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 344cd2286ace..9f8fb3d9e7ea 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 344cd2286acea3562579587a45241cccc31e501c +Subproject commit 9f8fb3d9e7ea43ce240b2dfbee5875e5b1851cdb From 2bf0218f7bfe872be2e849c584c8a5ac4a49fe62 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 10:56:23 +0000 Subject: [PATCH 03326/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d8cc28c9f223de150779308d0013dcb5a2fd832c Ensure no double slash in get token URL Before appending a slash to an URL, we should make sure that the url doesn't already have one at the end. Change-Id: Iff864d9b49cf3e3138f602a2c6615ed742f35698 Closes-Bug: 1337880 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 805dae23dac6..d8cc28c9f223 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 805dae23dac607d2a3b48a4c915286d14f577ea3 +Subproject commit d8cc28c9f223de150779308d0013dcb5a2fd832c From 0f6a26b36e6934378c0f6573500bb7bf0df158d0 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 15 Jul 2014 10:03:59 +0200 Subject: [PATCH 03327/18836] Updated openstack/openstack Project: openstack-dev/devstack 0ae54daa4a34502f16cc1751d6ddf8f5f9525171 add python-mock to testonly package list Python-mock is needed by most of OpenStack for testability. Add this is a testonly package. This should fix current issues with functional tests in OpenStack that use devstack, but not tox to run their tests. Closes-Bug: #1341507 Change-Id: I26cbe42ace75554bae993a6d849c3b4ac649c78e --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f29569db7a1d..0ae54daa4a34 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f29569db7a1de1f15b654e1db131de249143e210 +Subproject commit 0ae54daa4a34502f16cc1751d6ddf8f5f9525171 From 049482d81c2217cefb4b4471ba349faceaedf4aa Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 12:14:59 +0000 Subject: [PATCH 03328/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 9fc3a0fd102993f9124978a2d47804f438cb55a1 Docstrings for usability. The keystoneclient docstrings should give guidance for an application developer to actually use the library. Here's a start. Partial-Bug: #1330769 Change-Id: I1a9434704d0cd6b58de76933ff78c8d5c0aa3e3b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d8cc28c9f223..9fc3a0fd1029 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d8cc28c9f223de150779308d0013dcb5a2fd832c +Subproject commit 9fc3a0fd102993f9124978a2d47804f438cb55a1 From 5bcddd7111a23a7f21f9a540cfc20305964caad1 Mon Sep 17 00:00:00 2001 From: Nejc Saje Date: Tue, 15 Jul 2014 12:54:04 +0200 Subject: [PATCH 03329/18836] Updated openstack/openstack Project: openstack/oslo.messaging 1cc3e5d866ee51b7cd542e8a00721329b2bbed3c Fixes incorrect exchange lock in fake driver The exchanges lock in the fake driver was being disregarded, probably due to a typo. Closes-Bug: #1342088 Change-Id: I45261fce501a867b9253112e1608b14ed5afea26 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 39d1917644d2..1cc3e5d866ee 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 39d1917644d2b78d7385ebe7709daf0f2621bd9f +Subproject commit 1cc3e5d866ee51b7cd542e8a00721329b2bbed3c From b7bc61cce94acf597338fd720fc17eca71fb0db9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 15:23:35 +0000 Subject: [PATCH 03330/18836] Updated openstack/openstack Project: openstack/python-novaclient ecb3320df1fcbea5522a5c147ca8308114d59955 Revert "Reuse exceptions from Oslo" This reverts commit 3bde9c3f427110dae3480644752f49b79ac66ec5. This change is a part of a series that is not backwards compatible. It broke applications using the client library. Change-Id: Id01a0a0feb601539d3855f445ebaf6a3cc000610 Partial-Bug: #1340596 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index deef71af93f6..ecb3320df1fc 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit deef71af93f67901d191b569b972581219f5723c +Subproject commit ecb3320df1fcbea5522a5c147ca8308114d59955 From 500699d0d1b70a7241cfd80b7fed504511c6a49a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 18:29:58 +0000 Subject: [PATCH 03331/18836] Updated openstack/openstack Project: openstack-dev/devstack faa46f0014bd68df004bd0a9a0cdd5fd1215dab8 Add a Tunnel end-point variable for Neutron configuration The HOST_IP address is being used as IP address for end-point tunnel configruation. A new variable is needed to specify a different IP address for the tunnel end-point that Neutron will use Change-Id: Ic7fb4853df167e78bf882af6a712b903db754dc2 Closes-bug: #1340433 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0ae54daa4a34..faa46f0014bd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0ae54daa4a34502f16cc1751d6ddf8f5f9525171 +Subproject commit faa46f0014bd68df004bd0a9a0cdd5fd1215dab8 From 6ac7e41562b9c30fa3abba378aa9f0fc2d54c2b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 19:33:02 +0000 Subject: [PATCH 03332/18836] Updated openstack/openstack Project: openstack-dev/devstack 95764eb0fdd1e3d5920b549912534545fc3ee461 Support multiple Cinder backend types This is the first step in supporting multiple Cinder backend types at once. It initially converts the existing hard-coded multi-lvm support to a new cinder_backends driver form. Eventually the cinder_plugins will be converted to this form so they can be enabled more than just one at a time using CINDER_ENABLED_BACKENDS. The default configuration should be identical to the previous defaults, including for both True and False values of CINDER_MULTI_LVM_BACKEND. The existing cinder_plugins are expected to be removed when this is complete. They should continue to work until they have been converted. Add wait for c-api to ensure it is started before continuing. Change-Id: I93b8ef32832269d730c76a6dc24ddb4f20c6d9df --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index faa46f0014bd..95764eb0fdd1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit faa46f0014bd68df004bd0a9a0cdd5fd1215dab8 +Subproject commit 95764eb0fdd1e3d5920b549912534545fc3ee461 From 7ba9c248dd49c4988635cf9b3978d9394e9bf087 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 21:03:39 +0000 Subject: [PATCH 03333/18836] Updated openstack/openstack Project: openstack-dev/devstack df2cc34db60454e33aa2974509faa24b6d7093d4 Fix Neutron configuration if Ceilometer is enabled Previously if Ceilometer service was enabled, configuration option to enable Neutron network notifications was not set. This fixes it. Change-Id: Ia53d9db1828ef2daa0ce637b2a2635795856502c Closes-Bug: #1340754 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 95764eb0fdd1..df2cc34db604 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 95764eb0fdd1e3d5920b549912534545fc3ee461 +Subproject commit df2cc34db60454e33aa2974509faa24b6d7093d4 From 9245f4ea63cb8a26aef873ea35f21fe3f4d8ca67 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 21:03:49 +0000 Subject: [PATCH 03334/18836] Updated openstack/openstack Project: openstack/python-novaclient e551cb0a34351db6b76c2f119205c28bcd802b62 Convert server tests to httpretty Change-Id: If18980fbe94cee389b7dab9925fdad8f920f9885 blueprint: httpretty-testing --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index ecb3320df1fc..e551cb0a3435 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit ecb3320df1fcbea5522a5c147ca8308114d59955 +Subproject commit e551cb0a34351db6b76c2f119205c28bcd802b62 From b41836200ff606eb33d0b6a31c8e853ee053ca00 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 15 Jul 2014 21:06:21 +0000 Subject: [PATCH 03335/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 0a43edc1383feeaf3cb4595be727e084f784dbe4 Use jsonutils to load adapter response This is not technically needed, however we and the libraries we use, aren't very good about keeping our strings and bytes straight for python 3. jsonutils has an attempt to decode stage that means we can let it manage the correct types. Change-Id: I2caf4a5b9a04495aa0286f2b6e3193a17ff246e5 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 9fc3a0fd1029..0a43edc1383f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 9fc3a0fd102993f9124978a2d47804f438cb55a1 +Subproject commit 0a43edc1383feeaf3cb4595be727e084f784dbe4 From 8c57e45971e8730236afe5b34c20b87b4203a35e Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Tue, 15 Jul 2014 10:26:16 +0200 Subject: [PATCH 03336/18836] Updated openstack/openstack Project: openstack/python-openstackclient 3cfb97e5ae930767f09c22402c3499c9bbb9eebd Add Python 3 support Change-Id: I65fabfc4788230b7280808ec912601c327095db0 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 5830007bbc41..3cfb97e5ae93 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 5830007bbc4152caca6795c6dc2ce57924a8130b +Subproject commit 3cfb97e5ae930767f09c22402c3499c9bbb9eebd From 4a172b7286d1230f37f1eff5fe6774679a7d6e46 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Jul 2014 00:05:19 +0000 Subject: [PATCH 03337/18836] Updated openstack/openstack Project: openstack/requirements 9ab4aacbfe143504021af77e692d8809595dd3d3 Set version bounds for diskimage-builder In an attempt to begin managing Ironic stable branches, we'll be moving our DevStack testing toward relying on a versioned DIB dependency from pip instead cloning and running from trunk. This sets a version requirement to the most recent DIB release. Change-Id: If69963dba3cc55aa79bd0165ab147e7b3f776f75 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 986447a4edbc..9ab4aacbfe14 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 986447a4edbc15f97104189cdc67780430a51bae +Subproject commit 9ab4aacbfe143504021af77e692d8809595dd3d3 From 7390a85b75849f61c5b4441b781ab4af14bc5d7d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Jul 2014 00:05:22 +0000 Subject: [PATCH 03338/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 3d3e0e485c630baf9bd9f93b29245a04084ae3d0 SAML2 ECP auth plugin Auth plugin authenticating against remote SAML based Identity Providers. Upon successful authentication the plugin retrieves and stores unscoped token. Plugin object should be later used for scoping the token. Currently only HTTP BasicAuth Method is supported as an IdP authn method. Will not work for ADFS, as that has extensions to the document formats as well as a different workflow. Change-Id: Ieea40505a406bedf7219fa6f9e6cf29a45ad6e88 Implements: blueprint add-saml2-cli-authentication --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 0a43edc1383f..3d3e0e485c63 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 0a43edc1383feeaf3cb4595be727e084f784dbe4 +Subproject commit 3d3e0e485c630baf9bd9f93b29245a04084ae3d0 From 5b7a54b36a312f1efb817eb4b1a3cca86451b6f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Jul 2014 02:55:37 +0000 Subject: [PATCH 03339/18836] Updated openstack/openstack Project: openstack-dev/devstack 5e93727a23e3922efcdd80600a0b7fce5adb62cf FAQ: Clarification - Devstack is a gating project Change-Id: I52fdfc5c865e864939df49fecb71b8e615a28cbf --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index df2cc34db604..5e93727a23e3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit df2cc34db60454e33aa2974509faa24b6d7093d4 +Subproject commit 5e93727a23e3922efcdd80600a0b7fce5adb62cf From 834cfd71379de459effa6a107bfa69c55c6d6a93 Mon Sep 17 00:00:00 2001 From: David Koo Date: Mon, 23 Dec 2013 14:09:41 +0800 Subject: [PATCH 03340/18836] Updated openstack/openstack Project: openstack/glance 0d95e5316a99b78b4f629a29d862548f87671b43 Allow some property operations when quota exceeded Currently in Glance v2 if, for some reason, an image has more properties than the image_propery_quota allows (e.g. the quota was lowered after the image was created with properties) then any request to modify or delete existing properties results in a 413 overlimit error. Ideally a user should be able to remove properties or any other action except for adding a property when they are over their quota for a given image. This commit does this by adding a new member to the quota.ImageProxy class to "remember" what properties were already present in an image *before* any new property operations are preformed on the image. After the new property operations are performed the quotas are checked (before writing the image info to DB) only if any new properties have been added. This commit does not use a subclass of ExtraPropertiesProxy to check property quotas (in the __setitem__ method) because Glance does not implement the JSON-patch RFC correctly - in Glance all operations in a patch are applied and the quota checked only after all operations have been applied (RFC requires that operations be applied sequentially and fail on the first failure). Therefore it is possible for the quota to be temporarily exceeded when a patch is being applied and therefore we cannot check for quotas as they are being added - we have to wait until all patch operations have been completed. Also, as per review discussions in IRC, a new file: glance/tests/integration/v2/test_property_quota_violations.py has been added to perform image property quota related tests (because the functional test framework is slow). Change-Id: Icf1b46343463791ed3d2f3ce376f11e409e792ff Closes-bug: #1258331 Author: David Koo --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 56625d9fab25..0d95e5316a99 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 56625d9fab2554eabe993bb4b4cb45c6bf555f70 +Subproject commit 0d95e5316a99b78b4f629a29d862548f87671b43 From c553ae7f22139d4ebbe34d5958dcb486c3884a7c Mon Sep 17 00:00:00 2001 From: Stuart McLaren Date: Wed, 16 Jul 2014 12:27:21 +0000 Subject: [PATCH 03341/18836] Updated openstack/openstack Project: openstack/glance c3596aef1ef2904c06eb01b02549541df51fbe65 Fix typo in swift store message There was a missing space between words. Change-Id: I7b5eab9df8569cf19421a372cc15c04b51b74ae0 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 0d95e5316a99..c3596aef1ef2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 0d95e5316a99b78b4f629a29d862548f87671b43 +Subproject commit c3596aef1ef2904c06eb01b02549541df51fbe65 From fc26f606a155db66f157cfac4fd77a9aab6686b4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Jul 2014 15:30:39 +0000 Subject: [PATCH 03342/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 765e16c1924dd093898edf696287bc4b2564b4ae Document authentication plugins Explain the plugins that are provided and some information on how to write new ones. This will obviously need to be expanded as more features are added. Change-Id: Ie67e93f2ed994c3702ac66e388cf216609dd44ff --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 3d3e0e485c63..765e16c1924d 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 3d3e0e485c630baf9bd9f93b29245a04084ae3d0 +Subproject commit 765e16c1924dd093898edf696287bc4b2564b4ae From 710feb0277538b646890cf2502bd92153348e5a6 Mon Sep 17 00:00:00 2001 From: Stuart McLaren Date: Wed, 16 Jul 2014 14:52:37 +0000 Subject: [PATCH 03343/18836] Updated openstack/openstack Project: openstack/python-glanceclient f75a81000e1060d608c624ff8e3287e8c99a5123 Use a correctly formatted example location in help Change-Id: Iea1ebc13979a61d7bed397fb79e2b2a85f00c400 Closes-bug: 1342753 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index dbb242b77690..f75a81000e10 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit dbb242b776908ca50ed8557ebfe7cfcd879366c8 +Subproject commit f75a81000e1060d608c624ff8e3287e8c99a5123 From 64521c239b7893a4f57be16f7c3187563154c3cc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Jul 2014 17:44:41 +0000 Subject: [PATCH 03344/18836] Updated openstack/openstack Project: openstack/glance b7d07d4c6ff1e7d13c7fda1be2d82934aa1da53c Add a `_retry_on_deadlock` decorator This patch adds a `_retry_on_deadlock` decorator from Nova. The aim is to retry db transactions that had failed because of race-conditions. Although this is not the best and most ideal fix - it'd be better to get rid of the race condition - the fix does adds a guard against unseen reace conditions for some of the functions in the database API. I'll contribute this patch to oslo.db but in the meantime, I'd prefer to let it land in Glance and then clean it up once it's in `oslo.db`. Change-Id: Iea1fa94a7c8690c874859b1b1e9fd1cdf29fed21 Fixes-bug: #1339735 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index c3596aef1ef2..b7d07d4c6ff1 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit c3596aef1ef2904c06eb01b02549541df51fbe65 +Subproject commit b7d07d4c6ff1e7d13c7fda1be2d82934aa1da53c From 0dbfa4c47afce302d772e5c73a7ad46c7eeffe88 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Jul 2014 18:20:07 +0000 Subject: [PATCH 03345/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5daafe1d3b74e8d540925e991d8f60f263034e28 add deprecation warning for auth_token Change-Id: I1faaae0373a7ae12ee528ab5c71741a2b1122d43 Closes-Bug: 1342274 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 765e16c1924d..5daafe1d3b74 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 765e16c1924dd093898edf696287bc4b2564b4ae +Subproject commit 5daafe1d3b74e8d540925e991d8f60f263034e28 From d9007592c45227349ebf819153582f9da7d2e6d5 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 16 Jul 2014 06:06:37 +0000 Subject: [PATCH 03346/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 1f2bb06a15e0f09156b3de79dcf58d9c85cb639f Imported Translations from Transifex Change-Id: I6bb638b5b79a916b6bdfe21410b72de939806b94 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 7b3b16e36775..1f2bb06a15e0 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 7b3b16e36775d934702a76455d420f33156e8916 +Subproject commit 1f2bb06a15e0f09156b3de79dcf58d9c85cb639f From 645c22a546e7f645ded6596e6a3924b081b178bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Jul 2014 22:05:16 +0000 Subject: [PATCH 03347/18836] Updated openstack/openstack Project: openstack/glance 36818b4a6ef2b319a137e56578f86ca2ed8b774c Use auth_token from keystonemiddleware The auth_token middleware in python-keystoneclient is now deprecated and has been moved to keystonemiddleware. Closes-Bug: #1342274 Change-Id: Ic8ba2d2f470ec052ba13c3b63b26d5e2270f7412 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index b7d07d4c6ff1..36818b4a6ef2 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit b7d07d4c6ff1e7d13c7fda1be2d82934aa1da53c +Subproject commit 36818b4a6ef2b319a137e56578f86ca2ed8b774c From 02b026d8b262dc4b07b086333ce57c9dc5d7fd41 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 16 Jul 2014 22:30:28 +0000 Subject: [PATCH 03348/18836] Updated openstack/openstack Project: openstack/python-cinderclient 0c4010e7fbc9939905e8647afbe1358c384dc658 Add set-bootable command Bootable Status is set to "True" automatically when user create a volume from a image. But user have to set bootable status manually when creating a bootable volume manually. blueprint add-bootable-option this commit is related to https://review.openstack.org/#/c/84057/ Change-Id: Ib4a44334001b7b9e3b896c2e44607c414e75e952 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index da4117f71c36..0c4010e7fbc9 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit da4117f71c36c2e80eb9590d407b87003adf6679 +Subproject commit 0c4010e7fbc9939905e8647afbe1358c384dc658 From c4ff06ad5e2ffc031878aef97f2b737e514d1573 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Jul 2014 05:22:00 +0000 Subject: [PATCH 03349/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 8c5d42ccc67a9db8ccc59b3f06bbe5c55f76ced2 remove useless part of error message also did a bit of code cleanup for consistency Change-Id: I48832c36e1a8b5a0029598dc74aaeaa3b3d2a66f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5daafe1d3b74..8c5d42ccc67a 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5daafe1d3b74e8d540925e991d8f60f263034e28 +Subproject commit 8c5d42ccc67a9db8ccc59b3f06bbe5c55f76ced2 From 05375b7a598be995868a83711498c9e48b77cf8a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Jul 2014 05:52:01 +0000 Subject: [PATCH 03350/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2cbd370cbc04a4067190001654fce04e287da5f0 Fix mistakes in token fixtures There are two small mistakes i discovered in the token fixtures. Fix these and add a bunch of new tests that would have caught them earlier. Closes-Bug: #1342513 Closes-Bug: #1342515 Change-Id: I7c07bd915fd84cc77cae0004220d8bb8d79bb082 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 8c5d42ccc67a..2cbd370cbc04 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 8c5d42ccc67a9db8ccc59b3f06bbe5c55f76ced2 +Subproject commit 2cbd370cbc04a4067190001654fce04e287da5f0 From 1a7b5b2591036788e38499b5851b15d83b5f9f1d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Jul 2014 06:38:40 +0000 Subject: [PATCH 03351/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 7d5d3d11281eb1f54f775488214f43b02a4634ec Add v2 Token manager authenticate tests This function is currently completely untested. Create tests to reinforce behaviour. Change-Id: I8cfbea37964e3d96cc444ad6f62542786429e44b --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2cbd370cbc04..7d5d3d11281e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2cbd370cbc04a4067190001654fce04e287da5f0 +Subproject commit 7d5d3d11281eb1f54f775488214f43b02a4634ec From 54cb933ec37be58c7a20839723fa5ed9358f0196 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Jul 2014 07:38:57 +0000 Subject: [PATCH 03352/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 5b23567f7681ad159dc132eee5d4edb0f6cdd18c Test that tenant list function can use auth_url Listing tenants can be done on the auth URL because it is often needed to be performed with an unscoped token. The behaviour is not tested though so add a test to cover it. Change-Id: Ic14d54f0f1d8cca2c3a5a6a6da7465c703773aa0 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 7d5d3d11281e..5b23567f7681 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 7d5d3d11281eb1f54f775488214f43b02a4634ec +Subproject commit 5b23567f7681ad159dc132eee5d4edb0f6cdd18c From 6bc2081d872119f543832082fe45781b2b14442f Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Wed, 16 Jul 2014 10:26:18 +0200 Subject: [PATCH 03353/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate d24d3ccacc031c207615392ada7b61e67e288a34 Use different passwords for different tasks This way, we can find problems with using the wrong variable Change-Id: I03219e0ba5dfbf27801f65995cb8521db7c2c382 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 9f8fb3d9e7ea..d24d3ccacc03 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 9f8fb3d9e7ea43ce240b2dfbee5875e5b1851cdb +Subproject commit d24d3ccacc031c207615392ada7b61e67e288a34 From ddd6e6256e72c6c6d78d0af0418cbca0513014f8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 17 Jul 2014 19:22:49 +0000 Subject: [PATCH 03354/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 679689f70748b1b28a14ecd29161f98881d80662 Sync with oslo-incubator fd90c34a9 This syncs python-keystoneclient with oslo-incubator commit hash fd90c34a914ef98e0c7ccdbf823d9b6d04aa436b First, remove the existing code to cleanup: $ rm -r keystoneclient/openstack/* Then, sync from oslo-incubator: $ python update.py ../python-keystoneclient Commits since last sync (caed79d): ---------------------------------- de4adbc pep8: fixed multiple violations e42e77f Restore UUID and human-ID bash completion 250cd88 Fixed a new pep8 error and a small typo 9e88af1 fixed typos found by RETF rules 0d7296f Add kwargs to jsonutils.load(s) functions 822e09b Don't slugify names that don't exist Change-Id: I33378512593a0cdbc0db0def171b66911aba8708 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 5b23567f7681..679689f70748 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 5b23567f7681ad159dc132eee5d4edb0f6cdd18c +Subproject commit 679689f70748b1b28a14ecd29161f98881d80662 From bdf73eef6a2f23ec40360915c10684248df69840 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 1 Jul 2014 15:17:34 +0200 Subject: [PATCH 03355/18836] Updated openstack/openstack Project: openstack/python-troveclient 50361060467586f2fa4879ae24d618a4fbfa8f5c Use JSON instead of json in the parameter descriptions This change only changes the wording of a help string. It should be 'JSON' instead of 'json'. Change-Id: I11796e8aa6e475790838db44206e8ed85ebb1505 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 043b987e8a80..503610604675 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 043b987e8a80763b33fee961619834b2fea00237 +Subproject commit 50361060467586f2fa4879ae24d618a4fbfa8f5c From bf9d07c86c5c3fabaa251f6f43cf21d694b5eb8a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Jul 2014 02:25:07 +0000 Subject: [PATCH 03356/18836] Updated openstack/openstack Project: openstack-dev/devstack 828e382e23a1ebda8b192dacafb691ae150db1ab Make apache restarts a little more forgiving Apache sometimes is slow to release the port (from the kernel's perspective) which can cause restarts of apache to fail due to the requested port already being bound. This fix introduces a small sleep between the stop and start to help make apache deployments a bit more resilient. Change-Id: I9697d71f3cb2d8d5da8fe7ffa8b3e1ade9d52afd Closes-Bug: #1342256 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5e93727a23e3..828e382e23a1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5e93727a23e3922efcdd80600a0b7fce5adb62cf +Subproject commit 828e382e23a1ebda8b192dacafb691ae150db1ab From 8e1492ea713c1ac7c69de973a793235a6dd7e7e4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Jul 2014 03:22:41 +0000 Subject: [PATCH 03357/18836] Updated openstack/openstack Project: openstack/python-swiftclient 4cc2201e21a68c61adc3ce572b979553b786fc0f Adding Swift Temporary URL support Temporary URLs allow a user to sign an object URL with a shared secret to so that the object can be downloaded without auth for a specified amount of time. http://docs.openstack.org/trunk/config-reference/content/object-storage-tempurl.html Change-Id: Ife0b6c98c975e074d4dad0a31145573b784747c5 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index d5a45fcd2d92..4cc2201e21a6 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit d5a45fcd2d92c1328d35c54e09712c1152f1af19 +Subproject commit 4cc2201e21a68c61adc3ce572b979553b786fc0f From bfaf716704a9adc18a84577cac2439aff49865c9 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 17 Jul 2014 12:40:53 +0200 Subject: [PATCH 03358/18836] Updated openstack/openstack Project: openstack/oslo.messaging 5be1b6a6a93e2be1fd6adef109a016f49ed98b0a Enabled hacking checks H305 and H307 * H305 imports not grouped correctly * H307 like imports should be grouped together Change-Id: I08dafc4fa150d2213b2bb002da7c9ee0ee517fac --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 1cc3e5d866ee..5be1b6a6a93e 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 1cc3e5d866ee51b7cd542e8a00721329b2bbed3c +Subproject commit 5be1b6a6a93e2be1fd6adef109a016f49ed98b0a From d8cdb75d9d3e8aefc9ebe7d52f01c5982191e822 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 15 Jul 2014 07:58:34 -0700 Subject: [PATCH 03359/18836] Updated openstack/openstack Project: openstack/python-glanceclient 68c1d1fbc614d11b95f2fd6da26fd669e40f4186 Don't stream non-binary requests Setting stream=True with requests can lead to issues with not closing the connection so the urllib3 connection pool is not freed up, so only set stream=True if making a request with application/octet-stream content-type. See the body-content-workflow and keep-alive sections in the requests docs here for more information: http://docs.python-requests.org/en/latest/user/advanced/ Note that commit dbb242b changed the response body_iter code to potentially return a six.StringIO object rather than the old ResponseBodyIterator class and since the images client code is not converting the body_iter into a dict using json.loads, we have to do that directly in the _request method where the body_iter is constructed. Co-authored-by: Flavio Percoco Change-Id: I86572b69c4511f933c9676108190271874346302 Partial-Bug: #1341777 --- python-glanceclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-glanceclient b/python-glanceclient index f75a81000e10..68c1d1fbc614 160000 --- a/python-glanceclient +++ b/python-glanceclient @@ -1 +1 @@ -Subproject commit f75a81000e1060d608c624ff8e3287e8c99a5123 +Subproject commit 68c1d1fbc614d11b95f2fd6da26fd669e40f4186 From 88694c2ff03038ff7d69f8b7bf7ffcbf39e0d477 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Jul 2014 10:35:50 +0000 Subject: [PATCH 03360/18836] Updated openstack/openstack Project: openstack/requirements 49335b1de8926cfbc75f7e82e9dab1fbfd8b480f Add flake8 2.2.2 Flake8 2.2.0 has no new tests but does add parallelization, which is enabled by default, so we want to move hacking over to use flake8 2.2.2. The move to flake8 2.2.2 is done in two steps since our global-requirements system does not allow for non-overlapping changes. flake8 2.2.0 had a bug with parallelization on windows, 2.2.2 fixed that. Change-Id: Ib2ccf27cf4ba5cfe2c3f51aebc2859af5a57b998 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9ab4aacbfe14..49335b1de892 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9ab4aacbfe143504021af77e692d8809595dd3d3 +Subproject commit 49335b1de8926cfbc75f7e82e9dab1fbfd8b480f From f04c588373aa66f3a7115baf362664f7ecf7d57b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Jul 2014 12:07:40 +0000 Subject: [PATCH 03361/18836] Updated openstack/openstack Project: openstack/python-troveclient 0330b94abc71cf2b16f1a9f2502d606210092b65 Fix trove help for show and flavor-show Added 'name' to the help for the CLI commands show and flavor-show Change-Id: I845e648cbb371bf134d98de44e7f966172dc634a Closes-Bug: #1322814 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 503610604675..0330b94abc71 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 50361060467586f2fa4879ae24d618a4fbfa8f5c +Subproject commit 0330b94abc71cf2b16f1a9f2502d606210092b65 From b2ec8a03514922cf73152d294db213deb9b93414 Mon Sep 17 00:00:00 2001 From: zhangtralon Date: Fri, 18 Jul 2014 10:55:30 +0800 Subject: [PATCH 03362/18836] Updated openstack/openstack Project: openstack/python-novaclient f10d8b60c836c05e8f14f54f55233995b1638f1b Fixes typo in error message of do_network_create 'eith' is inappropriate Change-Id: I12b219bd5869d2194d7a8c3495e51e0ead4a64c9 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index e551cb0a3435..f10d8b60c836 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit e551cb0a34351db6b76c2f119205c28bcd802b62 +Subproject commit f10d8b60c836c05e8f14f54f55233995b1638f1b From adfc1d3ef1a5882f2add0b8f380e06120874d4d3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Jul 2014 22:14:13 +0000 Subject: [PATCH 03363/18836] Updated openstack/openstack Project: openstack/python-novaclient 9bedb3e693304d1b6f7d9e6f0fa54d1aa71ce58c Mention keystoneclient.Session use in docs Jamie added some excellent "Using Sessions" docs to keystoneclient in I5e44c1029ce160cb2798cfb8a535aa9f3311799a. These will be published to http://docs.openstack.org/developer/python-keystoneclient/using-sessions.html once the version after 0.9.0 is released. Let's add a brief example on how to use this API and reference the keystoneclient docs. Change-Id: Icbcef45f13c1f962c90aa3db9dde4360520166ff --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index f10d8b60c836..9bedb3e69330 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit f10d8b60c836c05e8f14f54f55233995b1638f1b +Subproject commit 9bedb3e693304d1b6f7d9e6f0fa54d1aa71ce58c From b2bc51d5f3260630f3b7a2d264dd40dba23ae557 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 18 Jul 2014 22:34:22 +0000 Subject: [PATCH 03364/18836] Updated openstack/openstack Project: openstack-dev/devstack 290b62d7ba7644ec2628948c25ea12b3a8dae2a9 Added Oracle Linux distribution support Enabled devstack to support oracle Linux Server Change-Id: I1749cd3c7756a9903d2a0b0ab19606f87a4937d4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 828e382e23a1..290b62d7ba76 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 828e382e23a1ebda8b192dacafb691ae150db1ab +Subproject commit 290b62d7ba7644ec2628948c25ea12b3a8dae2a9 From 8c18b12bfcfe96f4bced8de80132b1cbd77f6abf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 19 Jul 2014 01:06:20 +0000 Subject: [PATCH 03365/18836] Updated openstack/openstack Project: openstack/python-neutronclient 03be2b4bda9087dc836d3a734ab830caef2dc43f Add CLI Support for DVR This patch modifies the existing python-neutron client to create and list the distributed virutal routers. Based on the user role (admin) will be able to create a distributed virtual router and should be able to see the distributed nature of the router. Partially-implements: blueprint neutron-ovs-dvr DocImpact Change-Id: I96269167525563bdd8a52ff981ee5098f5d68e54 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 2b3cf686d645..03be2b4bda90 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 2b3cf686d6451cfcd9d3fccee2a428751f1cee4a +Subproject commit 03be2b4bda9087dc836d3a734ab830caef2dc43f From 6bddf69afdd38be2c606da803f9a3b8782ca461c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 19 Jul 2014 01:11:08 +0000 Subject: [PATCH 03366/18836] Updated openstack/openstack Project: openstack/python-novaclient b21d6775685fc2ca9bd5c13e817343789d7ad6c5 Add way to specify key-name from environ If you're using a standard SSH keypair, it becomes tedious to have to type `--key-name` for every novaclient command. This patch introduces a new environment variable `NOVACLIENT_DEFAULT_KEY_NAME` which can be used to set this value persistently. Change-Id: I1a1180b7d474d1a4e039dbb7044cd8eaf04cc9ad Closes-Bug: 1327418 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 9bedb3e69330..b21d6775685f 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 9bedb3e693304d1b6f7d9e6f0fa54d1aa71ce58c +Subproject commit b21d6775685fc2ca9bd5c13e817343789d7ad6c5 From 57a35530a24ffc8a86252480d47d281097acc24a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 19 Jul 2014 01:43:03 +0000 Subject: [PATCH 03367/18836] Updated openstack/openstack Project: openstack-dev/devstack 24729ab388a36f67060cb28e36f84c6ee0eb052a Lower default IRONIC_VM_SPECS_RAM Revert the default required RAM for Ironic nodes from 1024MB to 512MB. Ironic now passes a kernel parameter to deploy ramdisks that avoids use of tmpfs and lowers minimum memory requirements. Change-Id: I20226c496fdd06ecfc6769a60b6d6f82887130a8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 290b62d7ba76..24729ab388a3 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 290b62d7ba7644ec2628948c25ea12b3a8dae2a9 +Subproject commit 24729ab388a36f67060cb28e36f84c6ee0eb052a From 6dbcb99e6f609f852d9214b49da77db60179d6e9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 19 Jul 2014 04:10:15 +0000 Subject: [PATCH 03368/18836] Updated openstack/openstack Project: openstack/glance a28db383fc95fb65b9331f58366f69d53c7ca303 Raising 400 Bad Request when using "changes-since" filter on v2 In Glance API V2, currently, the user gets a 500 error when tries to use the "changes-since" filter.This filter, which was available on API v1 is no longer available on V2. This patch returns to the user a 400 Bad Request with a proper message, instead of a generic 500 Internal Server Error. Change-Id: Icece859a7f12f6f4aa1f7bb945134a935048b315 Closes-bug: 1273975 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 36818b4a6ef2..a28db383fc95 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 36818b4a6ef2b319a137e56578f86ca2ed8b774c +Subproject commit a28db383fc95fb65b9331f58366f69d53c7ca303 From d015779c3d03c5c75a7d11383ca8fe3a91f219a5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 19 Jul 2014 08:33:42 +0000 Subject: [PATCH 03369/18836] Updated openstack/openstack Project: openstack/glance 44e607df7c5c8e3e4d4b7e4f68f33bda51435869 Refactoring Glance logging lowering levels This change fixes translations to be using correct translation functions. Contains few log level drops for too high logging levels. This PS does not address logging changes for modules under glance/store/ due to the new repo request. After stores are moved to their own repo new PS will be submitted for those. This PS does not touch the test code. Separate PS will be submitted for log lever raises withing codebase as requested during the spec review. Related to bp refactoring-glance-logging Change-Id: I683c35face8d5b7056ef7fedcd75deb63dbbf8e2 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index a28db383fc95..44e607df7c5c 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit a28db383fc95fb65b9331f58366f69d53c7ca303 +Subproject commit 44e607df7c5c8e3e4d4b7e4f68f33bda51435869 From 4ae25cc19e613959bc01b7646b1ffe1cb9b4599b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 00:58:39 +0000 Subject: [PATCH 03370/18836] Updated openstack/openstack Project: openstack-dev/devstack 2983291bd9071cc2109939346f41724581847ef0 Add argparse for RHEL6 python2.6 doesn't have argparse, required by outfilter.py. This package is a dependency on cloud-init, so this problem is often masked in many testing environments. Change-Id: Ia564f1b8a7b540faa7bbdbd1a1a290c591901682 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 24729ab388a3..2983291bd907 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 24729ab388a36f67060cb28e36f84c6ee0eb052a +Subproject commit 2983291bd9071cc2109939346f41724581847ef0 From 24671e9515268c3e8329eb5684d94a6047f0a6ff Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Fri, 18 Jul 2014 17:09:48 +0100 Subject: [PATCH 03371/18836] Updated openstack/openstack Project: openstack/requirements 5ab09ed27c34c4fa003917baec3bf366a7ce1f26 Revert oslo.messaging 1.4.0.0a3 and oslo.config 1.4.0.0a2 This reverts commit 7916d6cb041960750604e91dd768f03700ff845d and commit 7c6ea39940380738b4b969ed4c1b11e45ecd2055. The oslo alpha releases are only published as wheels because we don't want to expose them to icehouse users who may still be using pip 1.3 which doesn't know to ignore alphas. We recently switched to bandersnatch based pypi mirror to allow us to mirror these wheels. However, the py26 unit test jobs on centos6 are failing because an old version of virtualenv and pip is installed. The failure looks like: Could not find a version that satisfies the requirement oslo.config>=1.4.0.0a2 Monty has been working on a fix, but it's proving to be a whack-a-mole situation with each fix showing up yet another issue. Let's remove the alphas for now so that the auto-proposing bot isn't proposing changes which we know are going to fail. Change-Id: I52c695086b90a94eab2ab92533665b44f00b9077 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 49335b1de892..5ab09ed27c34 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 49335b1de8926cfbc75f7e82e9dab1fbfd8b480f +Subproject commit 5ab09ed27c34c4fa003917baec3bf366a7ce1f26 From 5b7608420e02233e081f787a78be8e0c08d20825 Mon Sep 17 00:00:00 2001 From: Assaf Muller Date: Mon, 21 Jul 2014 16:37:23 +0300 Subject: [PATCH 03372/18836] Updated openstack/openstack Project: openstack/python-neutronclient bfec80a776a53b554a8f2d023d2974539edef3ce Fix CLI support for DVR Partially-implements: blueprint neutron-ovs-dvr Closes-Bug: #1346121 Change-Id: I60675b4f60fe8154af4ab6d8f0e93867cf362a58 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 03be2b4bda90..bfec80a776a5 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 03be2b4bda9087dc836d3a734ab830caef2dc43f +Subproject commit bfec80a776a53b554a8f2d023d2974539edef3ce From abfb10b531c86b0cb15ff583f7891919c8a3c39d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 21 Jul 2014 07:41:38 -0700 Subject: [PATCH 03373/18836] Updated openstack/openstack Project: openstack-dev/pbr c2aab3b27f03887606b49711a7db9a21b72a60c1 Stop filtering out argparse Back in the day, attempting to install argparse on python 2.7 would result in failure, as the setup.py of argparse failed hard if it was attempted. That seems to be fixed, and when we do filter it out of the list now, we cause problems with python 2.6 and wheels (if we make a wheel on 2.6 and it depends on argparse, the pbr code means that argparse doesn't get added properly) Remove the filtering so that our wheels can be universal. Closes-bug: #1346357 Change-Id: I49d539ac6fb8ee75f8d32fdfbd20129b13d36499 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index 8d4c553a78a4..c2aab3b27f03 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit 8d4c553a78a4970fde06b491b173bac85108491e +Subproject commit c2aab3b27f03887606b49711a7db9a21b72a60c1 From 06c974372e2706e7879492c12f0ccfd9f21a3f11 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 21 Jul 2014 08:00:59 -0700 Subject: [PATCH 03374/18836] Updated openstack/openstack Project: openstack-dev/pbr ee94082d4884dafea419c321bec40aa22244d07f Remove all 2.7 filtering ordereddict and importlib used to break when attempted to install on python 2.7 - but this situation seems to have improved in modern pip/setuptools. Remove the logic and support for this. Change-Id: I49d9c9ee3108ad7ec9537f3fcec62e84d4de1680 --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index c2aab3b27f03..ee94082d4884 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit c2aab3b27f03887606b49711a7db9a21b72a60c1 +Subproject commit ee94082d4884dafea419c321bec40aa22244d07f From ef1fe809b15e8b645ade9ca6a21500741dd8c715 Mon Sep 17 00:00:00 2001 From: David Hu Date: Thu, 1 May 2014 16:11:23 -0700 Subject: [PATCH 03375/18836] Updated openstack/openstack Project: openstack/python-heatclient a98c1f3617604c4871263ff9cc986b27f302ef46 Add keystone v3 auth support This change enables the heat client to use the keystone v3 API (in addition to v2). This allows user domains and tenant/project domains to be specified. This is necessary because keystone v2 API is deprecated as of Icehouse. Change-Id: Id19c4e52b12b379746a36b1f9fb61eb2825c78f3 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 47232fa9b011..a98c1f361760 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 47232fa9b011831e54e8b161d1a2da4b1ea7cd2b +Subproject commit a98c1f3617604c4871263ff9cc986b27f302ef46 From 38110e31623683c09ac73fa090375d38e6448c73 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 19:49:42 +0000 Subject: [PATCH 03376/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 32c94d8ecb40bf694b8233ee8ea146bb32dfaba1 Only conditionally import working keyring keyring is conditionally imported if available on your platform, however not all versions of keyring actually work. Specifically we have global-requirements of >=2.1,!=3.3, so we know those are the only versions we believe work. If you are on an older platform, using system installed python-keyring, python-keystoneclient won't install a new version, because it's optional, but then will use a terriblely old verison, which explodes with dbus errors. The fix is to be more explicit on import. Change-Id: I040f7b2311d7d5a450b8b12642752ac519b206fa Closes-Bug: #1242992 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 679689f70748..32c94d8ecb40 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 679689f70748b1b28a14ecd29161f98881d80662 +Subproject commit 32c94d8ecb40bf694b8233ee8ea146bb32dfaba1 From 8c0c839e88c3cc83de68ec9fb317ee065e3db553 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 20:40:56 +0000 Subject: [PATCH 03377/18836] Updated openstack/openstack Project: openstack/glance cf64acf44daa6791daf31d232d431c1009bb6df3 Set defaults for amqp in glance-registry.conf We should set these defaults in glance-registry.conf (they are actually the same as in glance-api.conf) to be able to use oslo.messaging notification.api (in glance-registry) Which is actually essential for osprofiler Change-Id: I7768556aef17bb95123423f7e0cea54ecc21258b --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 44e607df7c5c..cf64acf44daa 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 44e607df7c5c8e3e4d4b7e4f68f33bda51435869 +Subproject commit cf64acf44daa6791daf31d232d431c1009bb6df3 From 754ab98f37ed5bd01dcec4c042c19c6d5d4254cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 21:43:49 +0000 Subject: [PATCH 03378/18836] Updated openstack/openstack Project: openstack/requirements 9b5ffbdd6e5cfd54e08c805e34b753ae6e1dd7c6 Update retrying to 1.2.2 Version 1.2.2 contains an important bug fix to not raise a RetryError exception on failure when exceptions aren't being wrapped. Change-Id: I5203bf833fd015e87245661262b91ff8d0badba5 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 5ab09ed27c34..9b5ffbdd6e5c 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 5ab09ed27c34c4fa003917baec3bf366a7ce1f26 +Subproject commit 9b5ffbdd6e5cfd54e08c805e34b753ae6e1dd7c6 From 32f9a4654483a54a046bc1431fb2a49ccda2d49e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 21:43:59 +0000 Subject: [PATCH 03379/18836] Updated openstack/openstack Project: openstack/python-swiftclient f9ea672322cddba65bbcd5bd8bf7b83b583d4cb2 Allow to specify storage policy when uploading objects Client already supports -H/--header option when creating container or uploading objects. This patch extends this option to support Storage Policy. e.g., swift post con -H 'X-Storage-Policy:p1' This creates one container 'con' with storage policy 'p1'. swift upload con obj -H 'X-Storage-Policy:p2' This creates container 'con' with storage policy 'p2' and uploads object 'obj' into it. Also fixes segmented uploading to non-default storage policy container When uploading large objects with segmentation to container with non-default storage policy, there will be another 'xxx_segments' container created, but with the default storage policy. This results all the segments to be stored with the wrong policy. This patch is for the Storage Policy feature, and also compatible with old versions w/o Storage Policy support. Change-Id: I5c19e90604a0bcf2c85e1732b8a0b97ae6801994 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 4cc2201e21a6..f9ea672322cd 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 4cc2201e21a68c61adc3ce572b979553b786fc0f +Subproject commit f9ea672322cddba65bbcd5bd8bf7b83b583d4cb2 From f74b6a56b9943680ed653085c21ef5fc731416f7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 21:58:48 +0000 Subject: [PATCH 03380/18836] Updated openstack/openstack Project: openstack-dev/devstack 8304ba6928d16c0658d43e3c5799ecd712e3bca3 Add WSGISocketPrefix to apache keystone config I think since probably fdf1cffbd5d2a7b47d5bdadbc0755fcb2ff6d52f devstack on RHEL6 fails and it comes down to: --- 2014-07-17 05:05:49.235 | +++ openstack role create admin -f value -c id 2014-07-17 05:05:49.615 | ERROR: cliff.app Service Unavailable (HTTP 503) [Thu Jul 17 15:05:46 2014] [error] [client 10.0.2.15] (13)Permission denied: mod_wsgi (pid=30125): Unable to connect to WSGI daemon process 'keystone-public' on '/etc/httpd/logs/wsgi.30098.0.1.sock' after multiple attempts. --- The apache user doesn't have permissons to this directory. Adding WSGISocketPath to /var/run solves it Change-Id: If4b74019b6bd389b576fc981154bb1b3aa471c9b --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2983291bd907..8304ba6928d1 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2983291bd9071cc2109939346f41724581847ef0 +Subproject commit 8304ba6928d16c0658d43e3c5799ecd712e3bca3 From 4000f5b37e4910bed477f43d4696a17ab36529cc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 22:12:33 +0000 Subject: [PATCH 03381/18836] Updated openstack/openstack Project: openstack-dev/devstack 15ae2101bacd17a3809f868ff2e29a21c9243321 XenAPI: Fix race condition on tailing stack.log Stack.log is created by stack.sh, which is started by run.sh. Using the pid from run.sh doesn't mean that stack.log has been created yet so wait for the log to be created before tailing Change-Id: I86e563478949cb7bbe0d1afd80b790ba70328e3a --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 8304ba6928d1..15ae2101bacd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 8304ba6928d16c0658d43e3c5799ecd712e3bca3 +Subproject commit 15ae2101bacd17a3809f868ff2e29a21c9243321 From ae861426e5becc3df96d4c3c91b2de649446c40d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 22:12:41 +0000 Subject: [PATCH 03382/18836] Updated openstack/openstack Project: openstack-dev/devstack 035742cdfde69528b48b0e42f3bd793c770460dd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix default_volume_type for Cinder multi backend The default_volume_type option doesn't support comma separated arguments. We can only select one default volume type. We have a variable that contains the default volume type, so we simply use it. Closes-Bug: 1342569 Change-Id: Ibd080442f00f3d446ec374fc5906f0778d449007 Signed-off-by: Sébastien Han --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 15ae2101bacd..035742cdfde6 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 15ae2101bacd17a3809f868ff2e29a21c9243321 +Subproject commit 035742cdfde69528b48b0e42f3bd793c770460dd From f2ab6523ff0c1639235b8851f9e7d1295e540711 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 Jul 2014 23:51:35 +0000 Subject: [PATCH 03383/18836] Updated openstack/openstack Project: openstack/requirements 5911d90c84df1dbe1b9083bdb4ce5c66def9f983 Drop flake8 2.1.0 Complete the move to flake8 2.2.2 Change-Id: Ib3a202aadb979af449dbee3f99d04beda5f6e3e2 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 9b5ffbdd6e5c..5911d90c84df 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 9b5ffbdd6e5cfd54e08c805e34b753ae6e1dd7c6 +Subproject commit 5911d90c84df1dbe1b9083bdb4ce5c66def9f983 From cbd7733507c2f1fdd87056fe130b0aea2acd90cd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 00:36:06 +0000 Subject: [PATCH 03384/18836] Updated openstack/openstack Project: openstack/requirements 2e82f0700b37518678772a3f9d52dfd75f8df5e4 Add python-barbicanclient Add python-barbicanclient, so that barbican can be used by other openstack projects. Specifically, it is needed by nova and cinder for patches https://review.openstack.org/#/c/104001/ and https://review.openstack.org/#/c/104339/ to support cinder volume encryption using barbican as the key manager. Change-Id: I319f6cc834fb615f0a1c5aa22fabfbcff66ea771 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 5911d90c84df..2e82f0700b37 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 5911d90c84df1dbe1b9083bdb4ce5c66def9f983 +Subproject commit 2e82f0700b37518678772a3f9d52dfd75f8df5e4 From d8504aa7997e6961d9bb8b7154b8701f2c32a322 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 00:42:43 +0000 Subject: [PATCH 03385/18836] Updated openstack/openstack Project: openstack-dev/devstack 01450acf551581405e620a326d47b03df3963654 Do a proper tls/ca cleanup in unstack Certificates and the index were left in the data directory after running unstack. That would break devstack on the next run. partial blueprint devstack-https Change-Id: I6eb552a76fb29addf4d02254c027e473d6805df1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 035742cdfde6..01450acf5515 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 035742cdfde69528b48b0e42f3bd793c770460dd +Subproject commit 01450acf551581405e620a326d47b03df3963654 From 3bab7a008ab97bb041fd5cfcc9b7302d37dd0de5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 00:42:47 +0000 Subject: [PATCH 03386/18836] Updated openstack/openstack Project: openstack-dev/devstack 2ebcd3817f6b9f18ddb408026ac07f48d0bea801 XenAPI: Use GUEST_PASSWORD when installing DomU We know what the GUEST_PASSWORD will be, so set it during DomU installation; therefore if the installation fails for any reason we have a correct GUEST_PASSWORD set rather than the obscure and undocumented 'r00tme' Change-Id: I684646a74f2cede43667a40556e247955e042ae4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 01450acf5515..2ebcd3817f6b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 01450acf551581405e620a326d47b03df3963654 +Subproject commit 2ebcd3817f6b9f18ddb408026ac07f48d0bea801 From ba006e21f095ab383339c21f4e912d2f7c3d41a4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 01:14:19 +0000 Subject: [PATCH 03387/18836] Updated openstack/openstack Project: openstack-dev/devstack 89a8a15ebe31f4b06e40ecadd4918e687087874c XenAPI: Always add latest Cirros euc image Some tests, such as test_minimum_basic_scenario, assume qcow and if a qcow image does not exit, falls back to the euc image. This change ensures these tests work in the stock XenServer environment. Change-Id: I718f178f7e5e0fa4eebd17a49caf5254124092e3 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2ebcd3817f6b..89a8a15ebe31 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2ebcd3817f6b9f18ddb408026ac07f48d0bea801 +Subproject commit 89a8a15ebe31f4b06e40ecadd4918e687087874c From d9d163d40715a848112d77d8a78bdc2376fb6cfe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 01:14:22 +0000 Subject: [PATCH 03388/18836] Updated openstack/openstack Project: openstack/glance 81e4a01818aa8c1bc639e00f45158b34f2c4f894 Also run v2 functional tests with registry Currently the v2 functional tests are run without the v2 registry enabled. This means that bugs which are only seen when the v2 registry is enabled may not be caught by the gate (eg #1308419, #1339775). Here we enable some basic functional testing (eg image life cycle) with the v2 registry enabled (in addition to the existing direct-to-database mode). This should help prevent some types of bugs being introduced. There is a plan to move some functional tests into tempest, at which point these additional tests can be removed in favour of equivalent tempest tests. Change-Id: I774a277673390650874aad4334b28d1a872ea93f --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index cf64acf44daa..81e4a01818aa 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit cf64acf44daa6791daf31d232d431c1009bb6df3 +Subproject commit 81e4a01818aa8c1bc639e00f45158b34f2c4f894 From 91c1f51613656b6976918a1986d3f7ed1e681f61 Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Thu, 10 Jul 2014 11:29:42 +0100 Subject: [PATCH 03389/18836] Updated openstack/openstack Project: openstack/python-swiftclient 394cb57f630b3dfdc1d5b2e172ef0f1c16b8211f Fix context sensitive help for info and tempurl Make it so that swift --help will print the info subcommand help for info and tempurl just like all the other subcommands. Also add unit tests to verify subcommand help. Change-Id: Id3666dcf72a9727fbfda2f74c23293ada1c53aa0 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index f9ea672322cd..394cb57f630b 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit f9ea672322cddba65bbcd5bd8bf7b83b583d4cb2 +Subproject commit 394cb57f630b3dfdc1d5b2e172ef0f1c16b8211f From 72eb211f24b549516867786ab64d9daec3da45a1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 03:15:13 +0000 Subject: [PATCH 03390/18836] Updated openstack/openstack Project: openstack/python-neutronclient b29c2bc320b0fb914fdab4ca31e163da83e051b6 Suppress outputs in test_cli20_nsx_networkgateway The output is from argparse and we need to capture stderr in setUp(). oslotest.base.BaseTestCase is used as the base class of test_cli20 to setup stdout/stderr capture. Closes-Bug: #1296151 Change-Id: I86c50efcf451242c2c1ec13ac5def19d82c1e172 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index bfec80a776a5..b29c2bc320b0 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit bfec80a776a53b554a8f2d023d2974539edef3ce +Subproject commit b29c2bc320b0fb914fdab4ca31e163da83e051b6 From 159e933d96a197289c7a3ae212f3566cd1349871 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 17 Jul 2014 19:20:53 -0400 Subject: [PATCH 03391/18836] Updated openstack/openstack Project: openstack/python-openstackclient fc044c8847fbe985e2d9195bca6ab08a375b488d Update help text for some network commands Add help text for network delete, network set and network show Change-Id: I80ad5eae35f0eba2bfe19e06786c9b8ed1522046 Closes-Bug: #1343659 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 3cfb97e5ae93..fc044c8847fb 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 3cfb97e5ae930767f09c22402c3499c9bbb9eebd +Subproject commit fc044c8847fbe985e2d9195bca6ab08a375b488d From ed4aab773c40dd8fae8aad1caae9db8f40fc2b4a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 06:27:42 +0000 Subject: [PATCH 03392/18836] Updated openstack/openstack Project: openstack/python-neutronclient e0591432fc8128d8df41a692e416b2758a3cf7a9 Warn on tiny subnet Log a warning when a user creates a /32 IPv4 subnet since it will be useless. Closes-Bug: #1341040 Change-Id: I6a39919e7ce4a39ba67f1ca79e55708566c086fc --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index b29c2bc320b0..e0591432fc81 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit b29c2bc320b0fb914fdab4ca31e163da83e051b6 +Subproject commit e0591432fc8128d8df41a692e416b2758a3cf7a9 From 0f472dcc2a9fd68665f180260afd616f4a74da1c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 07:05:30 +0000 Subject: [PATCH 03393/18836] Updated openstack/openstack Project: openstack/glance f4a2e9908aff184653785d91dd957afd8cb0618c Security hardening: fix possible shell injection vulnerability The glance/cmd/control.py file contains a possible shell injection vulnerability: https://github.com/openstack/glance/blob/master/glance/cmd/control.py#L134 . Setting 'shell=True' here opens the possibility of shell injection by setting server to something like '; rm -rf /'. This will cause the command 'rm -rf /' to be run with the privileges of the user that ran Glance. The fix is to parameterize the input so that the command run here can only be 'logger'. Change-Id: If48106ceea1dd582bcec9d03e056d88591bcba8d Closes-bug: 1335208 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 81e4a01818aa..f4a2e9908aff 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 81e4a01818aa8c1bc639e00f45158b34f2c4f894 +Subproject commit f4a2e9908aff184653785d91dd957afd8cb0618c From 3e92e57e1aea73b8e7cad6a227a8094821fd4991 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 07:21:27 +0000 Subject: [PATCH 03394/18836] Updated openstack/openstack Project: openstack/python-openstackclient 4d3d287dd7e3032c8da2482f28f27dd766c66a23 Fix IDP commands identity_client.identity_providers doesn't exist as a manager. These are located at identity_client.federation.identity_providers. Fix the routes. Also fix passing id to .create() as a positional argument. This is not allowed from keystoneclient it should be passed as a keyword argument. Change-Id: I912c27fcee58b0723e27e9147def2cbd1c62c288 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index fc044c8847fb..4d3d287dd7e3 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit fc044c8847fbe985e2d9195bca6ab08a375b488d +Subproject commit 4d3d287dd7e3032c8da2482f28f27dd766c66a23 From d61ef6fb9c148199c787c4f9267520f90a22d658 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 09:50:39 +0000 Subject: [PATCH 03395/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c9ae9d1fa267653c1779a9a17613bd287f1297a3 Use immutable arg rather mutable arg Passing mutable objects as default args is a known Python pitfall. We'd better avoid this. This commit changes mutable default args with None, then use 'arg = arg or []'. Change-Id: I52a37bbc129fab40a99c919a837147d663941dce --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 32c94d8ecb40..c9ae9d1fa267 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 32c94d8ecb40bf694b8233ee8ea146bb32dfaba1 +Subproject commit c9ae9d1fa267653c1779a9a17613bd287f1297a3 From 182684db6e53b3bb560e872b7ca92fde5f465128 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 13:42:03 +0000 Subject: [PATCH 03396/18836] Updated openstack/openstack Project: openstack/requirements b66d4962aeec9a57e4d57cb7badd834d40edc3e0 Bump up the zake requirement to 0.0.26 Zake was released with a new version with bug fixes and a addition of the emulation of one more of the kazoo methods (transaction check support). This change helps make it possible to test the fix for bug 1343029 without requiring a full zookeeper setup to test. The zake *noteable* changes (for those interested): - Add travis 3.4 builds - Add more concurrent transaction tests - Add much more robust transaction support - Add basic check transaction support + tests - Create all parent paths and child paths in the same lock context - Address concurrent client variable modification - Move znode making function to storage - Add link to kazoo readthedocs - Add test + fix for empty custom versions being provided - Fix custom version in 'stat' response - Ensure all paths are normalized before storage interaction Change-Id: I376bddc78242f2fd559eb80856587c2c4d64b875 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 2e82f0700b37..b66d4962aeec 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 2e82f0700b37518678772a3f9d52dfd75f8df5e4 +Subproject commit b66d4962aeec9a57e4d57cb7badd834d40edc3e0 From 5b3b1906037cf0b39af1f8eb045da4bb9c7ba594 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 14:37:24 +0000 Subject: [PATCH 03397/18836] Updated openstack/openstack Project: openstack/requirements 72162662b048684d77ffccd7e24375fe26cf0929 Bump pecan to >=0.5.0 This version has an improved test fixture required by ironic-python-agent. Change-Id: Ie1c246d12dad08ada1f99399713d43534d8d0148 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index b66d4962aeec..72162662b048 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit b66d4962aeec9a57e4d57cb7badd834d40edc3e0 +Subproject commit 72162662b048684d77ffccd7e24375fe26cf0929 From 52816c1c353bfddd77d2416060b501daf2cd6210 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 14:38:24 +0000 Subject: [PATCH 03398/18836] Updated openstack/openstack Project: openstack-dev/devstack 2bb05fdb84aa472299efc714b7c1114a25a3ada2 Promote libffi-dev as a general dependency libffi-dev/libffi-devel can be requested for rebuilding the python clients which is an un-skipable part of the devstack install. Promoting the libffi-devel to a general dependency. Change-Id: I1dac7fd536b94de1e49aaf335ac29ffae1bd39d1 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 89a8a15ebe31..2bb05fdb84aa 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 89a8a15ebe31f4b06e40ecadd4918e687087874c +Subproject commit 2bb05fdb84aa472299efc714b7c1114a25a3ada2 From c989685bcc55a176b53870d26b4e2dd04ac5ae8f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 14:38:32 +0000 Subject: [PATCH 03399/18836] Updated openstack/openstack Project: openstack/requirements dc5c7421c3a499469746eb1bff828709502c874d Update django_openstack_auth to 1.1.6 When keystone added pkiz it broke horizon, this version is required for horizon to continue to work. Change-Id: I2582d41235783ea160a43f8888035961d6cacd66 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 72162662b048..dc5c7421c3a4 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 72162662b048684d77ffccd7e24375fe26cf0929 +Subproject commit dc5c7421c3a499469746eb1bff828709502c874d From 37ae38e018774f71f9d6bdda25f39ab752aecce3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 16:36:39 +0000 Subject: [PATCH 03400/18836] Updated openstack/openstack Project: openstack/requirements e965c91f93f4240e9e0770053ac7ef55ecb8c937 Bump alembic to 0.6.4 for Neutron Recently merged neutron healing migration (https://review.openstack.org/#/c/96438/) needs alembic >= 0.6.4 for mysql. The relevant fix in alembic: https://bitbucket.org/zzzeek/alembic/commits/b29780719904 Change-Id: If67241592ba82aed3b41b4acec17bd8d604a3c4b Partial-Bug: #1342507 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index dc5c7421c3a4..e965c91f93f4 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit dc5c7421c3a499469746eb1bff828709502c874d +Subproject commit e965c91f93f4240e9e0770053ac7ef55ecb8c937 From e65f0034d792e2e7fff9411d53b20eaa57224352 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 16:37:14 +0000 Subject: [PATCH 03401/18836] Updated openstack/openstack Project: openstack-dev/devstack f16ebbe085272d63df74423c688ebeae24eac4f9 Fix trivial typo in HACKING.rst: tec. -> etc. Change-Id: Ibdb119249b53e95bdf963ce349703c79611e0720 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 2bb05fdb84aa..f16ebbe08527 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 2bb05fdb84aa472299efc714b7c1114a25a3ada2 +Subproject commit f16ebbe085272d63df74423c688ebeae24eac4f9 From 30c6a562cfc64a9eccfd61055d2edef8a18c1ac5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 21:14:02 +0000 Subject: [PATCH 03402/18836] Updated openstack/openstack Project: openstack/glance 323aba66cf84470c5bf42742c86af4d33d32c57b Move to oslo.db Replace common oslo code glance.openstack.common.db by usage of oslo.db library and remove common code. Change-Id: I27216e03763f72e8665121d4440ba2828349eac5 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index f4a2e9908aff..323aba66cf84 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit f4a2e9908aff184653785d91dd957afd8cb0618c +Subproject commit 323aba66cf84470c5bf42742c86af4d33d32c57b From 0c631751810b7fc8dee536f11ed01c3599f0f144 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 4 Jun 2014 21:03:42 +0200 Subject: [PATCH 03403/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient d864c23aa84a437d726cd761646b684c520f0281 Calculate a suitable column width for positional arguments Overwrite the method add_arguments in the class OpenStackHelpFormatter to calculate a suitable columnt width (max_help_position) for the positional arguments. example output before this patch: alarm-threshold-create Create a new alarm based on computed statistics. alarm-threshold-update Update an existing alarm based on computed statistics. alarm-update Update an existing alarm (Deprecated). example output after this patch: alarm-threshold-create Create a new alarm based on computed statistics. alarm-threshold-update Update an existing alarm based on computed statistics. alarm-update Update an existing alarm (Deprecated). Change-Id: I945e46bb9e0309b960e3322261d9d6ff9fa35b52 Closes-Bug: #1326471 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 5c8a85e3861c..d864c23aa84a 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 5c8a85e3861c0e90ef63325956ca809edca5719a +Subproject commit d864c23aa84a437d726cd761646b684c520f0281 From 894ef279287e27e0aeb6f9e39817cf976d81a33c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 22 Jul 2014 23:23:52 +0000 Subject: [PATCH 03404/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient ead36aa22173605adc3bea2b4079603d4e602895 Improve --debug logging output This change makes the following improvements to the output of a ceilometer command with the --debug option set: * Silences spurious logging from iso8601 and urllib3.connectionpool * Removes the line number from the logging format, since the intent of --debug is to show the user what network requests are occuring. Change-Id: I1b286adf63b1ca05ec4fcfb27fbc939aa662cc7e Closes-bug: #1324470 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index d864c23aa84a..ead36aa22173 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit d864c23aa84a437d726cd761646b684c520f0281 +Subproject commit ead36aa22173605adc3bea2b4079603d4e602895 From 6af4324e94263c3870ba5a1039e5cd43c5ce4d1d Mon Sep 17 00:00:00 2001 From: Marek Denis Date: Thu, 12 Jun 2014 13:39:42 +0200 Subject: [PATCH 03405/18836] Updated openstack/openstack Project: openstack/python-keystoneclient c758a2fc506f6687fd6234ff6e662185a010d642 Scope unscoped saml2 tokens. Scope unscoped federation token. The plugin mimics standard v3.Token behaviour. Change-Id: I81f30a7c893be15e715c57bd43035b12d8435f58 Implements: blueprint add-saml2-cli-authentication --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c9ae9d1fa267..c758a2fc506f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c9ae9d1fa267653c1779a9a17613bd287f1297a3 +Subproject commit c758a2fc506f6687fd6234ff6e662185a010d642 From 32c1de2906608a3a01536f6f22a78b46008583b6 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 14 Jul 2014 10:01:10 +1000 Subject: [PATCH 03406/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a58bb4b27ada086f850ee990da9ed0ef15f3294c Allow passing kwargs from managers to session Resource managers may need to pass certain overrides down to the session layer. The most common example would be to allow them to specify a different interface to issue a request to than is common. It is possible later that we may wish to expose this ability to users as well so that they can choose in there own programs what interface, endpoint name etc a particular request should be issued to. Change-Id: I7ee0931d4ea78cf9f463b2f0b54457226c5bea8d --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index c758a2fc506f..a58bb4b27ada 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit c758a2fc506f6687fd6234ff6e662185a010d642 +Subproject commit a58bb4b27ada086f850ee990da9ed0ef15f3294c From bba000a3294a39f5a935e19539528e03754bf04a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 13:03:19 +0000 Subject: [PATCH 03407/18836] Updated openstack/openstack Project: openstack-dev/devstack cd8da9307e32fed4a0fd63410da903f0130408b8 Fix install_ceilometer and install_ceilometerclient Other projects do a setup_develop in install_*. This standard is used by grenade to do installations. Currently grenade uses install ceilometer as part of the upgrade script, but this doesn't actually install the new ceilometer. Change-Id: I4e44bec6574e6a4fcfc252418bc267191aef28fb Closes-Bug: #1347178 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f16ebbe08527..cd8da9307e32 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f16ebbe085272d63df74423c688ebeae24eac4f9 +Subproject commit cd8da9307e32fed4a0fd63410da903f0130408b8 From cdee868562f270ea01a8b75543a8141817870131 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 14:06:50 +0000 Subject: [PATCH 03408/18836] Updated openstack/openstack Project: openstack-dev/devstack 1ecd43da5434b8ef7dafb49b9b30c9c1b18afffe Users in service group should not have email addresses Change-Id: Ieed9dffce5cf1e735e482dd3494ac1e103b50955 Closes-Bug: 1185201 Signed-off-by: Gael Chamoulaud --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index cd8da9307e32..1ecd43da5434 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit cd8da9307e32fed4a0fd63410da903f0130408b8 +Subproject commit 1ecd43da5434b8ef7dafb49b9b30c9c1b18afffe From 09531c24bb41e6e77d3d2004a30e7b103953d915 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 14:18:52 +0000 Subject: [PATCH 03409/18836] Updated openstack/openstack Project: openstack/requirements 7baf600886adb6fa75cdfb833e543692bbcbc059 Explicitly states the keystonemiddleware version Currently, there is no version listed. However, there exists a page for version 0 of the library in pypi. https://pypi.python.org/pypi/keystonemiddleware/0 This change states the version of the library to "greater than equal" 1.0.0 which is the first real version of the same. Change-Id: I2bbee6db56e166387d34a4655996a85db9b64ad3 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e965c91f93f4..7baf600886ad 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e965c91f93f4240e9e0770053ac7ef55ecb8c937 +Subproject commit 7baf600886adb6fa75cdfb833e543692bbcbc059 From 3e2af1d74e27dbd62b9089954ae37b6636fee114 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 15:06:07 +0000 Subject: [PATCH 03410/18836] Updated openstack/openstack Project: openstack-dev/devstack 9f8bf58ba31e33f6ad7f1c499ae195a9f8f8dce6 Add conntrack-tools to nova dependencies 'Error deleting conntrack entries' appears in all n-net. Adding conntrack-tools/conntrack as nova dependency, in order to eliminate this issue. Change-Id: Ief9deeb3349a07e22fb365e58f3368c847f845ef --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 1ecd43da5434..9f8bf58ba31e 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 1ecd43da5434b8ef7dafb49b9b30c9c1b18afffe +Subproject commit 9f8bf58ba31e33f6ad7f1c499ae195a9f8f8dce6 From c864f2343070a930c112bc6d168d466be1136eae Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 15:06:11 +0000 Subject: [PATCH 03411/18836] Updated openstack/openstack Project: openstack-dev/devstack 27eefd87298645b30972a0c0b5a32c3a699521b8 Remove output filter on rabbitmq install The original workaround was for an init script that grabbed stdout. This was some time ago and I think it's safe to remove. It can be a problem on Fedora; out-of-the-box some old F20 images can have a broken dependency when rabbitmq installs. With this in place, all helpful output goes into the temp log file, but it is never shown because the install_packages function exits the script. Thus things just stop and you have no idea why. Change-Id: I2f5b934492a8c9d7b93e89fdcfa776bf15f25cb8 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9f8bf58ba31e..27eefd872986 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9f8bf58ba31e33f6ad7f1c499ae195a9f8f8dce6 +Subproject commit 27eefd87298645b30972a0c0b5a32c3a699521b8 From 8862cc5ce8b6f265364db9dbccbc133745417903 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 15:06:14 +0000 Subject: [PATCH 03412/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 96581f14d74768c26dbacb9b309cfe08098af2b8 Insert space between ``#`` and the comment test_auth_saml2.py file has a comment: ``#for better readibility``. A space should be inserted between a ``#`` and the comment message. Change-Id: Ic36bf9254beee9a3f6f1fa904184c17a28f4fa13 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a58bb4b27ada..96581f14d747 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a58bb4b27ada086f850ee990da9ed0ef15f3294c +Subproject commit 96581f14d74768c26dbacb9b309cfe08098af2b8 From 9eb53467dbbad062156c12b21cb625b220bd074a Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 27 Jun 2014 09:10:28 -0500 Subject: [PATCH 03413/18836] Updated openstack/openstack Project: openstack/python-openstackclient f3dbab4a6c90541257c10b4b9389455b3e6cec13 Fix PEP8 E302 errors Also add remaining skipped checks to HACKING Change-Id: I0c4333ce29597e0a8a233af17c15bed2b4d0711f --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 4d3d287dd7e3..f3dbab4a6c90 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 4d3d287dd7e3032c8da2482f28f27dd766c66a23 +Subproject commit f3dbab4a6c90541257c10b4b9389455b3e6cec13 From db5d68450e6c3f459c9dfcd0b3ea4cfe80cf3ffd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 15:06:23 +0000 Subject: [PATCH 03414/18836] Updated openstack/openstack Project: openstack/python-keystoneclient d68404df3059efb68993e1bd274ffe06f330725f Enforce authenticated=False in saml2 plugin All underlying HTTP calls executed via ``keystoneclient.session.Session`` object should have ``authenticated=False`` option enforced indicating the plugin is not authenticated with the Identity Service yet. Change-Id: I946f1ed6a55c4172d8f4bf6a24e5cbc3a00d1154 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 96581f14d747..d68404df3059 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 96581f14d74768c26dbacb9b309cfe08098af2b8 +Subproject commit d68404df3059efb68993e1bd274ffe06f330725f From 443682f8b924afe1ac0bcb414b2e73e660240849 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 15:06:32 +0000 Subject: [PATCH 03415/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 2ff18d3c897e55867876013842f1592ff32ba8c1 Rename saml2_token_url to token_url For the consisteny a property returning authentication url should be called token_url. This patch renames ``saml2_token_url`` to ``token_url`` in the contrib.auth.v3.saml2.Saml2UnscopedPlugin plugin. Change-Id: I435a118bb31338a37a29eec68b8e9ce50d163675 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index d68404df3059..2ff18d3c897e 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit d68404df3059efb68993e1bd274ffe06f330725f +Subproject commit 2ff18d3c897e55867876013842f1592ff32ba8c1 From 6f46b3e7628f4616a9a624c399410419e0b6fc97 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 23 Jul 2014 19:47:08 +0000 Subject: [PATCH 03416/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient e90c3c4bdd764d88475c09cfe20e9496237ad688 Don't expose X-Auth-Token in ceilometer CLI Ceilometer CLI exposes X-Auth-Token in debug mode. This patch replaces X-Auth-Token's value with '{SHA1}'. Some credentials are exposed by keystoneclient as ceilometerclient uses keystoneclient to authenticate, it will be fixed in bug: 100414. Change-Id: Ia6364314e4b4d26301f974582c0c2ba34b054c86 Partial-Bug: #1327019 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index ead36aa22173..e90c3c4bdd76 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit ead36aa22173605adc3bea2b4079603d4e602895 +Subproject commit e90c3c4bdd764d88475c09cfe20e9496237ad688 From 527a4db52e530ac5a737c54584f833e9a0b5a918 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 23 Jul 2014 15:14:07 -0400 Subject: [PATCH 03417/18836] Updated openstack/openstack Project: openstack-dev/devstack f0bd8dbe37bd855669ad4cddff0a49bccfd9b64e stop leaking service as a global var the tls code was leaking out $service as a global variable, which was causing all manner of confusing errors in grenade trying to use that variable name. All lower case vars should be localize. Change-Id: I74fa597f20ee7c714cab83490b42d874ea93db02 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 27eefd872986..f0bd8dbe37bd 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 27eefd87298645b30972a0c0b5a32c3a699521b8 +Subproject commit f0bd8dbe37bd855669ad4cddff0a49bccfd9b64e From 1e4dbdd6c6f609fd70b915f843465411ffd0cd0e Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 23 Jul 2014 16:45:12 -0400 Subject: [PATCH 03418/18836] Updated openstack/openstack Project: openstack-dev/devstack 4f3b66f538937cf0c7f9fdc97e5472f4c77bbe69 add is_keystone_enabled This is missing, and makes logic much harder for the grenade use case. Change-Id: Ib6670096d190e69273256b87e6a67e2b46945a0d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f0bd8dbe37bd..4f3b66f53893 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f0bd8dbe37bd855669ad4cddff0a49bccfd9b64e +Subproject commit 4f3b66f538937cf0c7f9fdc97e5472f4c77bbe69 From 9c88a45498021035c406cffeb1005224429c4493 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 03:55:49 +0000 Subject: [PATCH 03419/18836] Updated openstack/openstack Project: openstack/python-openstackclient 8c556e6943f37b1324894c5abe89b416b6e47e6f Change object API_NAME to 'object_store' Previously the API_NAME was 'object-store' which caused all sorts of failures when running swift commands Change-Id: I448ca10f7d173024313722246e63cf23fd71117c Closes-Bug: #1343658 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index f3dbab4a6c90..8c556e6943f3 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit f3dbab4a6c90541257c10b4b9389455b3e6cec13 +Subproject commit 8c556e6943f37b1324894c5abe89b416b6e47e6f From 2fc49b65648557b45dd3e5a880a5f00ce8f52198 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 03:56:03 +0000 Subject: [PATCH 03420/18836] Updated openstack/openstack Project: openstack/requirements 8d863965bdf586345964f12a44e21fd9d0cdec77 Add greenio dependency The greenio project will be used in OpenStack to support executing trollius coroutines in greenlet. The first user will be the Oslo Messaging project: see the "greenio executor" spec (accepted for Juno). Later, at least Ceilometer will be modified to use explicit trollius coroutines instead of implicit eventlet greenthreads. greenio 0.6 is the first version supporting trollius, and it requires at least trollius 1.0. For your information, I am the maintainer of the trollius project and I am working with Yury Selivanov on greenio. I am also working directly on the tulip project and asyncio in Python 3.4 and 3.5. blueprint greenio-executor Change-Id: I564e6eb6842cfb0d7f4c29a319071667a695e99a --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 7baf600886ad..8d863965bdf5 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 7baf600886adb6fa75cdfb833e543692bbcbc059 +Subproject commit 8d863965bdf586345964f12a44e21fd9d0cdec77 From 831b65c6ab27b335a4d5c9c8a1bd4d7a7b10a72f Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 04:25:16 +0000 Subject: [PATCH 03421/18836] Updated openstack/openstack Project: openstack-dev/devstack 703f17e536ceb7f782550f1da3744e3a017d51a6 Fixed NO_UPDATE_REPOS variable usage Change-Id: I50a2fd73f30321e97c99947b62fb1729870a2c14 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 4f3b66f53893..703f17e536ce 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 4f3b66f538937cf0c7f9fdc97e5472f4c77bbe69 +Subproject commit 703f17e536ceb7f782550f1da3744e3a017d51a6 From 3d7a5870cf90912fd3a8a63017386eed7c7ef6a5 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Wed, 23 Jul 2014 15:48:27 -0700 Subject: [PATCH 03422/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 82e45a6f5cb3e63d60d369d9fe06cb29e0a699e3 Reorder the old compatibility arguments The registration for --os-cert, os-cacert, and os-key were moved recently into a new method. We need to register the new versions (which have default values set) before the old compatible versions (--os_cert, etc.) that have no default values set or the default values which pull from the env variables (OS_CERT, etc.) get ignored. Change-Id: I4bfb89d02909176be420dd978f8235d94978c494 Closes-bug: 1347957 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 2ff18d3c897e..82e45a6f5cb3 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 2ff18d3c897e55867876013842f1592ff32ba8c1 +Subproject commit 82e45a6f5cb3e63d60d369d9fe06cb29e0a699e3 From a93265b100c7f2aa34a6d5dd63ca229f83ca58ed Mon Sep 17 00:00:00 2001 From: Arnaud Legendre Date: Mon, 30 Jun 2014 23:47:41 -0700 Subject: [PATCH 03423/18836] Updated openstack/openstack Project: openstack/glance 5148c9648fc959c1d807313176afe3fcf84b89cf Decouple read chunk size from write chunk size When using the copy_from option, readers and writers can have different speeds to respectively read and write. A reader timeout will happen if the writer is slow and the writer is being asked to write a lot. This is currently happening when using the VMware store and copying from an HTTP server. The reader is reading 16MB which takes too long to upload to vCenter which is causing a timeout from the HTTP server. The writer should be able to control the size of the chunks being read when using copy_from: this way the writer will write fast enough to not make the reader timeout. This patch addresses the issue by introducing the notion of read chunk size and write chunk size. Each store can have its own value for read and write. The write chunk size of the destination store will be used as the read chunk size of the source store in case of an image-create where the copy_from option is specified. Closes-Bug: #1336168 Signed-off-by: Arnaud Legendre Signed-off-by: Zhi Yan Liu Change-Id: I4e0c563b8f3a5ced8f65fcca83d341a97729a5d4 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 323aba66cf84..5148c9648fc9 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 323aba66cf84470c5bf42742c86af4d33d32c57b +Subproject commit 5148c9648fc959c1d807313176afe3fcf84b89cf From f8a2ca56bcbf352d4d85a6a5b43f82f98b118d30 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 09:59:06 +0000 Subject: [PATCH 03424/18836] Updated openstack/openstack Project: openstack-dev/devstack dbcffa7497f5041e0b080c9ec49551645613479f Add DVR support to DevStack This patch introduces a new Neutron config option: Q_DVR_MODE. The possible values are: - legacy : No DVR functionality - dvr_snat: Controller/single node DVR - dvr : Compute node in multi-node DVR When DVR is enabled the following configuration changes will be in place: - neutron.conf - router_distributed=True - l3_agent.ini - agent_mode=$Q_DVR_MODE - ovs_neutron_plugin.ini: - enable_distributed_routing=True - l2_population=True - tunnel_types=vxlan Supports-blueprint: neutron-ovs-dvr Change-Id: I669e054a8489fe7ac7f5c00df6535349d477e8c4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 703f17e536ce..dbcffa7497f5 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 703f17e536ceb7f782550f1da3744e3a017d51a6 +Subproject commit dbcffa7497f5041e0b080c9ec49551645613479f From bc657267178ea46b012634fb8e78afc0e51a7e91 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Mon, 7 Jul 2014 17:24:26 +0800 Subject: [PATCH 03425/18836] Updated openstack/openstack Project: openstack/python-heatclient 6eb45625e584f410fdb33d82c63916750650505d Implement events pagination, sorting and filtering It supports pagination for events-list. Implements blueprint events-pagination-heatclient Change-Id: I11ca89b0a203435ba3793d061d7d06cb458d61eb --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index a98c1f361760..6eb45625e584 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit a98c1f3617604c4871263ff9cc986b27f302ef46 +Subproject commit 6eb45625e584f410fdb33d82c63916750650505d From 1776a96aa3c416963daf9a6245df8ad57243eaa7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 12:01:58 +0000 Subject: [PATCH 03426/18836] Updated openstack/openstack Project: openstack-dev/devstack d8b04c2a747fd91592a946ee3e93f69282b94d20 Add SERVICE_TOKEN to the sample local.conf I expect the sample local.conf file to contain all the required variables. However, after copying samples/local.conf, the stack.sh script still asks for SERVICE_TOKEN. This commit adds the SERVICE_TOKEN definition to local.conf so that a new user can just copy samples/local.conf, edit it, and have a running stack.sh without the mild annoyance of having more variables to set. Change-Id: Ifb163c7f67c80037d8b10458f2df458a20da4667 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index dbcffa7497f5..d8b04c2a747f 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit dbcffa7497f5041e0b080c9ec49551645613479f +Subproject commit d8b04c2a747fd91592a946ee3e93f69282b94d20 From 449284018913efb66055e61c95cd4cdda3608998 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 12:32:23 +0000 Subject: [PATCH 03427/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 3a7616cd126d8fbea0f0623dc04a2354968dc8b1 Avoid empty entity field in uri path Currently, empty entity field is accepted but will fail when call cli, it is because the empty field leads to incorrect rest api uri, which will get 404 error. This patch checks some required entity fields, which will present in uri path, and raises CommandError if they are empty. Note the other required fields will not cause the same problem, so they are not checked. Change-Id: I59411b760ff7457064b386911e868518b3057e3a Closes-Bug: #1313679 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index e90c3c4bdd76..3a7616cd126d 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit e90c3c4bdd764d88475c09cfe20e9496237ad688 +Subproject commit 3a7616cd126d8fbea0f0623dc04a2354968dc8b1 From b2c86836a67b5f104a469e7d5b938a242912dec2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 16:01:31 +0000 Subject: [PATCH 03428/18836] Updated openstack/openstack Project: openstack/requirements 89de7040b6bb7522fb504ea328462222adc9bd8e Bump hacking to version 0.9.2 Change-Id: Id15fb17d6ecb9fbff3dce0105445e78ca5948aee --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 8d863965bdf5..89de7040b6bb 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 8d863965bdf586345964f12a44e21fd9d0cdec77 +Subproject commit 89de7040b6bb7522fb504ea328462222adc9bd8e From e27abe091efbe1256b2c9f7f6ba6fe11517f3f13 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 16:01:34 +0000 Subject: [PATCH 03429/18836] Updated openstack/openstack Project: openstack/python-cinderclient 15cbd66138ba14d1bedc94a793d9ed22b97a518f Optional size parameter for volume creation This patch makes optional the parameter size for creating a volume from a snapshot or other volume. The parameter is still required for other kind of volume creation. Change-Id: I75dcf0e647f6e82a2407bcf23ef359f5f87323e8 Closes-Bug: #1304463 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 0c4010e7fbc9..15cbd66138ba 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 0c4010e7fbc9939905e8647afbe1358c384dc658 +Subproject commit 15cbd66138ba14d1bedc94a793d9ed22b97a518f From c87d203488eb9d7f997bc78e3ceb0c26daf7e237 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 19:06:06 +0000 Subject: [PATCH 03430/18836] Updated openstack/openstack Project: openstack/python-cinderclient ba826fbf3cc9219ad0cce0ff2d529975efc13a8d Add commands for managing and unmanaging volumes Add manage and unmanage commands. Cinder code: https://review.openstack.org/#/c/72501 See also adding support for "bootable" flag for volume manage, and changing the LVM backend to use the source-volume-name key as part of the existing-ref structure, to make the CLI easier to use: https://review.openstack.org/#/c/108488/ Implements: blueprint add-export-import-volumes Change-Id: I27d0d3396d80063a51b0fe56d2d3c92931fa9c6c --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 15cbd66138ba..ba826fbf3cc9 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 15cbd66138ba14d1bedc94a793d9ed22b97a518f +Subproject commit ba826fbf3cc9219ad0cce0ff2d529975efc13a8d From 38f5a1c2f00840f81f817043387b9689de695ead Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 20:08:07 +0000 Subject: [PATCH 03431/18836] Updated openstack/openstack Project: openstack-dev/devstack b13ebee873562f1c887e79837a23582fee8b714a Remove unfubar_setuptools It is no longer used for anything, nor does it seem to be needed in the modern world of get-pip.py. Change-Id: I5554514dd862a2004454daf295abbcf9cf9f2bfb --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d8b04c2a747f..b13ebee87356 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d8b04c2a747fd91592a946ee3e93f69282b94d20 +Subproject commit b13ebee873562f1c887e79837a23582fee8b714a From d285c59a76c0d20e0ee11fb6ba5badded89e93bc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 21:30:53 +0000 Subject: [PATCH 03432/18836] Updated openstack/openstack Project: openstack/python-keystoneclient e58f7999f9011c7810b61483f8389713dfa7c72a Don't log sensitive auth data Add the ability to turn off logging from the session object and then handle logging of auth requests within their own sections. This is a very simplistic ability to completely disable logging. Logging more filtered debugging can be added later. This new ability is utilized in this patch to prevent logging of requests that include passwords. This covers authenticate, password change, and user update requests that include passwords. SecurityImpact Change-Id: I3dabb94ab047e86b8730e73416c1a1c333688489 Closes-Bug: #1004114 Closes-Bug: #1327019 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 82e45a6f5cb3..e58f7999f901 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 82e45a6f5cb3e63d60d369d9fe06cb29e0a699e3 +Subproject commit e58f7999f9011c7810b61483f8389713dfa7c72a From 52e9e499c69bef0fd519f7537da8b88be8b37507 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 22 Jul 2014 14:22:57 +0200 Subject: [PATCH 03433/18836] Updated openstack/openstack Project: openstack-dev/pbr b077c056e3ee8c0dd93d0994455dd79605f620d0 Bump hacking to 0.9.x series Ignore H904 because it's a deprecated hacking check. Ignore H405 because it should be fixed with a separate patch. Change-Id: I2e3bf41474cead1a860810886791e025139cca3b --- pbr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbr b/pbr index ee94082d4884..b077c056e3ee 160000 --- a/pbr +++ b/pbr @@ -1 +1 @@ -Subproject commit ee94082d4884dafea419c321bec40aa22244d07f +Subproject commit b077c056e3ee8c0dd93d0994455dd79605f620d0 From 9132d0f6ae973fa3187e0d1e2bd7712be4554620 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 22:09:10 +0000 Subject: [PATCH 03434/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 6368dd6208284ebbf22c2eff8d57cb89bcaf6b06 add os-loganalyze to projects list This lets us include it in devstack. Change-Id: Id3da21b8d6dc9dec9f671427998597f77419cb60 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index d24d3ccacc03..6368dd620828 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit d24d3ccacc031c207615392ada7b61e67e288a34 +Subproject commit 6368dd6208284ebbf22c2eff8d57cb89bcaf6b06 From 67938a159585a358798080869e9731bdd6953354 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 24 Jul 2014 22:09:28 +0000 Subject: [PATCH 03435/18836] Updated openstack/openstack Project: openstack/python-openstackclient e0cf68f995d3f3b0bb6b6a455a6858db7a7139c2 Normalize more help strings Change-Id: I2b21bc904e35c1cc50da369d148e607fe3e8cf90 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 8c556e6943f3..e0cf68f995d3 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 8c556e6943f37b1324894c5abe89b416b6e47e6f +Subproject commit e0cf68f995d3f3b0bb6b6a455a6858db7a7139c2 From f802c10c8ac642ac624ae5690cc508f6491de89a Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 00:31:28 +0000 Subject: [PATCH 03436/18836] Updated openstack/openstack Project: openstack/python-cinderclient 14a5aa045a391a900e34a5341b07b71ac973cf77 Retry when connection to cinder is refused Currently, cinder client does not retry when connections to cinder service is refused. There are many legitimate scenarios under which retry should be attempted: 1) cinder service being restarted; 2) cinder service is running on multiple API nodes behind a LB, which might be temporarily overwhelmed or being maintained. In any scenario, retry with a backoff timer does not seem to hurt. Change-Id: I3c290c59fa67262c4a3473815b4380ee39e24332 Closes-Bug: 1347843 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index ba826fbf3cc9..14a5aa045a39 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit ba826fbf3cc9219ad0cce0ff2d529975efc13a8d +Subproject commit 14a5aa045a391a900e34a5341b07b71ac973cf77 From 4a71f8f2c7d6b3488b93fa6396cb85ed4adec8bd Mon Sep 17 00:00:00 2001 From: liyingjun Date: Thu, 26 Jun 2014 03:01:29 +0800 Subject: [PATCH 03437/18836] Updated openstack/openstack Project: openstack/python-novaclient 32d13a6ec797d8b9bf68ca4d4deea6960854e981 Add missing parameters for server rebuild Currently, nova rebuild only support reset: password, image, preserve-ephemeral. While nova api support other parameters like: name, metadata, personality. This patch adds these missing parameters for server rebuild. Change-Id: I4edd8146bbbb0b2e0c9e01907af5dab96f090029 Closes-bug: 1268435 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index b21d6775685f..32d13a6ec797 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit b21d6775685fc2ca9bd5c13e817343789d7ad6c5 +Subproject commit 32d13a6ec797d8b9bf68ca4d4deea6960854e981 From 1ac34a46fbde1a0b6c8ce8353ed9641d886aeda9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 12:55:22 +0000 Subject: [PATCH 03438/18836] Updated openstack/openstack Project: openstack/python-novaclient e06e0d24e913467bca4af67d201078747eda418d Enabled hacking checks H305 and H307 * H305 imports not grouped correctly * H307 like imports should be grouped together Change-Id: I23fdad285508707a2c1d7c832ff8b1a6a10e8f88 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 32d13a6ec797..e06e0d24e913 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 32d13a6ec797d8b9bf68ca4d4deea6960854e981 +Subproject commit e06e0d24e913467bca4af67d201078747eda418d From 7f5742af921c505d8b31d98fb845ea0bf483ca44 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 12:55:25 +0000 Subject: [PATCH 03439/18836] Updated openstack/openstack Project: openstack/python-novaclient d97fe1c01ba6b7c1533ff88420cfc6ffb564522e Add "version-list" for listing REST API versions Nova provides REST API versions. This patch adds a subcommand "version-list" for outputting the versions. Change-Id: I1b40ad57912aa740c0b1d9221018aba9b13a5436 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index e06e0d24e913..d97fe1c01ba6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit e06e0d24e913467bca4af67d201078747eda418d +Subproject commit d97fe1c01ba6b7c1533ff88420cfc6ffb564522e From d46fe8c589cedf3d53e9dbdd81ab85c65ad76771 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 12:55:28 +0000 Subject: [PATCH 03440/18836] Updated openstack/openstack Project: openstack/python-novaclient 8d979cfa4b51597c59268ecfd7f051cf1b8cdb94 Description is mandatory parameter when creating Security Group As per the bug, description should not be a mandatory parameter as it creates inconsistency with other opestack items which has description as an optional parameter. So in the fix, the description argument has been made optional. The old command was: nova secgroup-create Now new command will be: nova secgroup-create [] Patch updated based on the comments received Updated commit message for gerrit autolink Closes-Bug: #1332133 Change-Id: I2ded915be4a57f3c46e6cf5d1bf00e8c917cd0b9 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index d97fe1c01ba6..8d979cfa4b51 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit d97fe1c01ba6b7c1533ff88420cfc6ffb564522e +Subproject commit 8d979cfa4b51597c59268ecfd7f051cf1b8cdb94 From 10bdc2f1e2ff2e0d87bee458773c592d6b8c2363 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 12:57:02 +0000 Subject: [PATCH 03441/18836] Updated openstack/openstack Project: openstack/python-novaclient 8f53274ac6f6e43fba5da88286b8b252f5132630 Fix booting from volume when using api v3 The current code in novaclient/base.py, class BootingManagerWithFind do not take in account the differences required to boot an instance from a volume in API v3. V3 expects UUID as volume id and also the source type to be set. Change-Id: Id8cfb2d7811aead27cb26cf7ff615c7a9ed05d54 Close-bug: 1325303 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 8d979cfa4b51..8f53274ac6f6 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 8d979cfa4b51597c59268ecfd7f051cf1b8cdb94 +Subproject commit 8f53274ac6f6e43fba5da88286b8b252f5132630 From 45951be6505e0bb92dda6d3f79fc59ccf634c9f5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 12:57:04 +0000 Subject: [PATCH 03442/18836] Updated openstack/openstack Project: openstack/python-novaclient 5095d276ef9a43f746016eb7f0b938bab3052b4b Sync apiclient from oslo-incubator Need to sync the latest apiclient from oslo-incubator to make nova cli cache work. Command used: python update.py --base novaclient --dest-dir ../python-novaclient/ \ --modules apiclient syncd patches: apiclient: * 12341ef504 Merge "Restore UUID and human-ID bash completion" * 468afcb335 Merge "Don't slugify names that don't exist" Change-Id: Iec2ad851b47628c5dde4272f438cce4150e11912 Close-bug: 1337033 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 8f53274ac6f6..5095d276ef9a 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 8f53274ac6f6e43fba5da88286b8b252f5132630 +Subproject commit 5095d276ef9a43f746016eb7f0b938bab3052b4b From 20a951c4a8d33a00fd37583454f535714b05c843 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 13:37:06 +0000 Subject: [PATCH 03443/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 1d7bd16711600a082a7230650523e54d4cd98801 Calculate a suitable column width for positional arguments Overwrite the method add_arguments in the class OpenStackHelpFormatter to calculate a suitable columnt width (max_help_position) for the positional arguments. example output before this patch: ec2-credentials-create Create EC2-compatible credentials for user per tenant. ec2-credentials-delete Delete EC2-compatible credentials. ec2-credentials-get Display EC2-compatible credentials. ec2-credentials-list List EC2-compatible credentials for a user. example output after this patch: ec2-credentials-create Create EC2-compatible credentials for user per tenant. ec2-credentials-delete Delete EC2-compatible credentials. ec2-credentials-get Display EC2-compatible credentials. ec2-credentials-list List EC2-compatible credentials for a user. Change-Id: Ibd5d3502022d2afcfd4f57fef9a0bbf23d34b767 Closes-Bug: #1326471 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index e58f7999f901..1d7bd1671160 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit e58f7999f9011c7810b61483f8389713dfa7c72a +Subproject commit 1d7bd16711600a082a7230650523e54d4cd98801 From 130b466ed3424ceee28b215507a457a18fbdfe94 Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Thu, 24 Jul 2014 23:53:02 +0200 Subject: [PATCH 03444/18836] Updated openstack/openstack Project: openstack-dev/devstack d3121f649d672fdaf757655b94ecd68c71b56b8e Fixes some typos in stack.sh Change-Id: Ia627d1793c6db76590844d51854dce35a87206b7 Signed-off-by: Gael Chamoulaud --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b13ebee87356..d3121f649d67 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b13ebee873562f1c887e79837a23582fee8b714a +Subproject commit d3121f649d672fdaf757655b94ecd68c71b56b8e From e98ad28019a84648cb14d7d8998a0e3c9c0693a3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 16:04:32 +0000 Subject: [PATCH 03445/18836] Updated openstack/openstack Project: openstack/oslo.messaging f6ef9161e43a98c7e442ff4dd1dd4515169edf2f Add release notes for stable/icehouse 1.3.1 release 1.3.1 is a bugfix release from the stable/icehouse branch. Change-Id: I1ec24b0aaccb67e4f3043d481cec13d82dec3c0d --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index 5be1b6a6a93e..f6ef9161e43a 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit 5be1b6a6a93e2be1fd6adef109a016f49ed98b0a +Subproject commit f6ef9161e43a98c7e442ff4dd1dd4515169edf2f From b38a19c7588284e54c6d3bada47909e81b7757e5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 16:10:19 +0000 Subject: [PATCH 03446/18836] Updated openstack/openstack Project: openstack/oslo.messaging ee23b541788c70749ea03546656dac0ca0e5666e Add release notes for 1.4.0.0a4 Change-Id: Id2a6ae2616db33025dcbfa4fb0b76e38cba6292f --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index f6ef9161e43a..ee23b541788c 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit f6ef9161e43a98c7e442ff4dd1dd4515169edf2f +Subproject commit ee23b541788c70749ea03546656dac0ca0e5666e From 0f2c06a5995b1ad3f11cab867e95627dab873974 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 16:14:04 +0000 Subject: [PATCH 03447/18836] Updated openstack/openstack Project: openstack-dev/devstack 3348ca40f5c82250e8fd8022165ad544f4dcfff3 debian: do not enbable grizzly repository from gplhost There is not reason to enable this additional repository anymore. All the important packages are either in wheezy or wheezy-backports. Change-Id: I47af16ba6b507fc929b0d2948c757f4060ba93a5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index d3121f649d67..3348ca40f5c8 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit d3121f649d672fdaf757655b94ecd68c71b56b8e +Subproject commit 3348ca40f5c82250e8fd8022165ad544f4dcfff3 From 44ee462b63c58886e5a4ea876eb4f87e22b4d650 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 16:22:19 +0000 Subject: [PATCH 03448/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 84490c70926248a33f449156231bb5ed3e5d746e Gather Apache2 error log Change-Id: Iceb4a00b99a241e8dbb1510c2426f4f69f48ea51 --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 6368dd620828..84490c709262 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 6368dd6208284ebbf22c2eff8d57cb89bcaf6b06 +Subproject commit 84490c70926248a33f449156231bb5ed3e5d746e From d069fdbce396db131a9e8c1ab45b6612fa335b91 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Fri, 4 Jul 2014 10:41:35 +1000 Subject: [PATCH 03449/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 83bef7473ddf39b68c09ae074c741652fc52185d Add the 'auth' interface type There are certain requests that will always want to be sent to the auth_url. Add a new interface type to the get_endpoint command of the base identity plugin such that if you ask for the 'auth' interface it will give you the auth_url. Implements: blueprint session-auth-endpoint Change-Id: If653970354b919fdd6e80c061611c3aad129c574 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 1d7bd1671160..83bef7473ddf 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 1d7bd16711600a082a7230650523e54d4cd98801 +Subproject commit 83bef7473ddf39b68c09ae074c741652fc52185d From c2546ae6b9d8f5b01bcc0948793cc49c873a135c Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 16 Jun 2014 00:03:06 -0700 Subject: [PATCH 03450/18836] Updated openstack/openstack Project: openstack/python-novaclient 4d2586716ada61b8087d2f95dfe2595f9c93cdc6 Enable H233 H233 (and H402) were temporarily disabled as part of the migration to hacking 0.9. This patch fixes all H233 issues and re-enables gating on them. H402 has been removed in hacking (I9426644fa708e9d5563abe04dc4ad656dbeb3656) so leave this one off as its going away anyway. Change-Id: Iae8f132c66c5e345dc2e9c2464f67609887c1475 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 5095d276ef9a..4d2586716ada 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 5095d276ef9a43f746016eb7f0b938bab3052b4b +Subproject commit 4d2586716ada61b8087d2f95dfe2595f9c93cdc6 From 668864413959b55848541f2eb2fb808ec6e681fe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 20:20:30 +0000 Subject: [PATCH 03451/18836] Updated openstack/openstack Project: openstack/python-novaclient 547af1c481f86a7fc5f30507181ca1580ab1d985 Add support for new fields in network create Also adds missing network-delete shell command. Additionally changes the type of vlan and vlan_start to int to match the api samples. Partially-implements blueprint better-support-for-multiple-networks Change-Id: I233614431db4737284cceaf8e6b947f50dd84602 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 4d2586716ada..547af1c481f8 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 4d2586716ada61b8087d2f95dfe2595f9c93cdc6 +Subproject commit 547af1c481f86a7fc5f30507181ca1580ab1d985 From 4c1f2f640e4d3c737a42121f09dc57a7e7ec45a6 Mon Sep 17 00:00:00 2001 From: Swaminathan Vasudevan Date: Thu, 24 Jul 2014 10:56:28 -0700 Subject: [PATCH 03452/18836] Updated openstack/openstack Project: openstack/python-neutronclient c46bf95f4cac768184dacc494671d58e21562d56 Revert "Fix CLI support for DVR" This reverts commit bfec80a776a53b554a8f2d023d2974539edef3ce. This patch needs to be reverted until we resolve the issue with patch 109180. The previous change introduced a situation where we can only override the default server side setting from the client side for "--distributed" when the default is False. But we cannot override when the default is True. This is a requirement for DVR and at the same time we don't want to introduce any new changes that would affect any current plugins. So we will decide on it later and in the mean while I will revert it. Partial-Bug: #1346121 Partial-Bug: #1347960 Change-Id: I261f9e232b1f72ed0cb2f0c1ba218facaba9afcb --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index e0591432fc81..c46bf95f4cac 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit e0591432fc8128d8df41a692e416b2758a3cf7a9 +Subproject commit c46bf95f4cac768184dacc494671d58e21562d56 From 094a14657d5fa7a2be70049c4fcede9b5a039441 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 24 Jul 2014 14:08:22 -0400 Subject: [PATCH 03453/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 2f6eb4308cf0db0eba7d82627dcae58ae704d122 Add docs job to tox.ini This will allow developers to more easily run the docs job that generates the developerdocs for python-ceilometerclient Change-Id: I27bb80e476d4bef85d3a543d7b4738ec6c29b6db --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 3a7616cd126d..2f6eb4308cf0 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 3a7616cd126d8fbea0f0623dc04a2354968dc8b1 +Subproject commit 2f6eb4308cf0db0eba7d82627dcae58ae704d122 From c06aeb2e28a287955fce71119c9c1452e8c6317e Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 22:49:26 +0000 Subject: [PATCH 03454/18836] Updated openstack/openstack Project: openstack/python-openstackclient 01f7a5f9f59705deb5c800b78457f69c1e73cdbd Change V2 image tests to actually run V2 image code The current tests for image do not run v2 image code, changing that portion also made it's only test fail. I opted to change the image delete code and not the test, since passing the object ID is more in line with the rest of the project code. Change-Id: I62e13c063a5d68279dbbf31e59266db6285d73bf --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index e0cf68f995d3..01f7a5f9f597 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit e0cf68f995d3f3b0bb6b6a455a6858db7a7139c2 +Subproject commit 01f7a5f9f59705deb5c800b78457f69c1e73cdbd From 917b695e086b9377a05d9dbddf6b907cfd638f77 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 25 Jul 2014 23:10:41 +0000 Subject: [PATCH 03455/18836] Updated openstack/openstack Project: openstack/python-neutronclient 6d5640c99291de8101eb368656df83e7ee46dd91 Silences the output in CLI for connection info This change try to reduce the useless urllib3 connection info in CLI by set the log level of urllib3.connectionpool. Change-Id: I9d21d29ae0274133099dd05a14e5211d77ffe721 Closes-Bug: #1333485 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index c46bf95f4cac..6d5640c99291 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit c46bf95f4cac768184dacc494671d58e21562d56 +Subproject commit 6d5640c99291de8101eb368656df83e7ee46dd91 From 4e0667ae382c568508462876af3a47039d55b6f0 Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Fri, 18 Jul 2014 12:59:32 +0530 Subject: [PATCH 03456/18836] Updated openstack/openstack Project: openstack/oslo.config 46eabcca657164d9967cc942bcd6f4e680100227 Added link to bug tracker and documentation in oslo.config readme Change-Id: Ib92ca4f0f764ccf0e4f7680a0c30194bbe708d92 Closes-Bug: #1321953 --- oslo.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.config b/oslo.config index a5ac14975e74..46eabcca6571 160000 --- a/oslo.config +++ b/oslo.config @@ -1 +1 @@ -Subproject commit a5ac14975e74968af44d7d5bc3764da92cb36dce +Subproject commit 46eabcca657164d9967cc942bcd6f4e680100227 From a925b3981b0bace20a71cfe8aafc9a2fe3f80b84 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Jul 2014 19:38:10 +0000 Subject: [PATCH 03457/18836] Updated openstack/openstack Project: openstack-dev/devstack 368c45467b7b69cbe133e30e53c1b265e77be172 Use one name for neutron database after healing Now that the Neutron database is healed we no longer need a plugin-specific name for it. Related Blueprint: db-migration-refactor Change-Id: If25e77444f115817e5570bb447bde5b9c8d6e686 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 3348ca40f5c8..368c45467b7b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 3348ca40f5c82250e8fd8022165ad544f4dcfff3 +Subproject commit 368c45467b7b69cbe133e30e53c1b265e77be172 From b5784f1d33af8dd3c19c875b5d724f9f62a29a5b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Jul 2014 19:44:48 +0000 Subject: [PATCH 03458/18836] Updated openstack/openstack Project: openstack-dev/devstack 00ca11d63df4432f9be158c2a591fbaa488bff6f Remove configuration parameter EXTRA_BAREMETAL_OPTS According to the comments in stack.sh the configuration parameter EXTRA_BAREMETAL_OPTS should be removed during the Juno cycle. Change-Id: I8564d16e56d1f77d3afa4af9a50fbffa3da8bfe5 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 368c45467b7b..00ca11d63df4 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 368c45467b7b69cbe133e30e53c1b265e77be172 +Subproject commit 00ca11d63df4432f9be158c2a591fbaa488bff6f From 21cb689c3dcb547d49a38ab1803dfc2df573679c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Jul 2014 19:44:51 +0000 Subject: [PATCH 03459/18836] Updated openstack/openstack Project: openstack-dev/devstack fdcb41003441755042e2057bea8c2b9e17959b0b Remove configuration parameter Q_SRV_EXTRA_DEFAULT_OPTS According to the comments in stack.sh the configuration parameter Q_SRV_EXTRA_DEFAULT_OPTS should be removed during the Juno cycle. Change-Id: I2a00c924cd51dab00b56cdab1e48e32ffa007de4 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 00ca11d63df4..fdcb41003441 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 00ca11d63df4432f9be158c2a591fbaa488bff6f +Subproject commit fdcb41003441755042e2057bea8c2b9e17959b0b From ddf1cdd99330b418447db771350cd64979a66467 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Jul 2014 19:51:14 +0000 Subject: [PATCH 03460/18836] Updated openstack/openstack Project: openstack-dev/devstack 0f087c184692d50d614bc6b2c9acbacbf9166fb8 Fix exercises for Trove Reasons: - trove.sh should use native python client to exercise Trove API Changes: - adding datastore and datastore version exercises Change-Id: I041465e5bda6ad9ec3f597ecc290612b8baef09c Closes-Bug: #1346743 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index fdcb41003441..0f087c184692 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit fdcb41003441755042e2057bea8c2b9e17959b0b +Subproject commit 0f087c184692d50d614bc6b2c9acbacbf9166fb8 From ccd50763ce037b2acd08ab2c4dd6a6ddda45b431 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Jul 2014 19:51:22 +0000 Subject: [PATCH 03461/18836] Updated openstack/openstack Project: openstack-dev/devstack e8ebb4901f6500b46531ab003e51618945484112 Move SERVICE_PROTOCOL from stack.sh to stackrc This ensures that SERVICE_PROTOCOL is available to other consumers of the devstack environment like grenade. Change-Id: I702d7d239e50dd1446d55c076c7a7c57768486ff Closes-Bug: 1335953 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 0f087c184692..e8ebb4901f65 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 0f087c184692d50d614bc6b2c9acbacbf9166fb8 +Subproject commit e8ebb4901f6500b46531ab003e51618945484112 From 0a319b0517e65b522e6d214c8501023ef20aa851 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Jul 2014 19:59:39 +0000 Subject: [PATCH 03462/18836] Updated openstack/openstack Project: openstack/python-neutronclient 2069886004c629b89c96e317e0ab1b6a775e4c03 Pass timeout parameter to requests lib call Pass the timeout paramter set from the httpclient init method to the request library so it has an effect. Closes-Bug: #1338910 Change-Id: Icc818bffe5ca4fb141c976dcea6b44d947b69784 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 6d5640c99291..2069886004c6 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 6d5640c99291de8101eb368656df83e7ee46dd91 +Subproject commit 2069886004c629b89c96e317e0ab1b6a775e4c03 From 644b6e4bfbc67ed109f51f55e1e6c43cf9f6b852 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 24 Jul 2014 15:47:43 -0400 Subject: [PATCH 03463/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient a69738679bb7664f919bb7980813bec21141fde6 Add doc/build to .gitignore Generated docs should be ignored, so adding doc/build to gitignore Change-Id: I4fc03244df37f63351ec1e54b1bcd5b9b3790f5c --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index 2f6eb4308cf0..a69738679bb7 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit 2f6eb4308cf0db0eba7d82627dcae58ae704d122 +Subproject commit a69738679bb7664f919bb7980813bec21141fde6 From ba844ee0f087214bc7c4c31dd5449eb9c1e04b66 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 24 Jul 2014 16:42:37 -0400 Subject: [PATCH 03464/18836] Updated openstack/openstack Project: openstack/python-ceilometerclient 092eb6643161747186ba4d0947a847af45e3d546 Update developer docs template The current developer docs template used by ceilometer client is not the latest template used by the rest of the openstack projects. This patch will update the docs to provide a more consistent look and feel when using project docs. Change-Id: Ic25324da75100c0efe3e814de13807740592d4a1 --- python-ceilometerclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ceilometerclient b/python-ceilometerclient index a69738679bb7..092eb6643161 160000 --- a/python-ceilometerclient +++ b/python-ceilometerclient @@ -1 +1 @@ -Subproject commit a69738679bb7664f919bb7980813bec21141fde6 +Subproject commit 092eb6643161747186ba4d0947a847af45e3d546 From fe4c4e328a5ebf7f82a7b263e38e903899bffe43 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Jul 2014 22:20:19 +0000 Subject: [PATCH 03465/18836] Updated openstack/openstack Project: openstack/python-openstackclient 7b70143695ac1e1ba3704c36192ba0cac8a86b0f Add more columns to image list output Add disk_format, container_format, size and status to image list command. Added tests as well. Change-Id: I8e3822c6d46d0020fc706955c026549f6c635587 Closes-Bug: #1348475 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 01f7a5f9f597..7b70143695ac 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 01f7a5f9f59705deb5c800b78457f69c1e73cdbd +Subproject commit 7b70143695ac1e1ba3704c36192ba0cac8a86b0f From 9c4a8313b85d49764e1f88ed37324cfe924d3494 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sat, 26 Jul 2014 22:20:21 +0000 Subject: [PATCH 03466/18836] Updated openstack/openstack Project: openstack/python-openstackclient 02cdebb007d6d9034115c91ef40c279a4fc590de More make_client() logging cleanup Change-Id: I5af4b9c52c69d6e31e6ca5f90d5880c097880a71 --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 7b70143695ac..02cdebb007d6 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 7b70143695ac1e1ba3704c36192ba0cac8a86b0f +Subproject commit 02cdebb007d6d9034115c91ef40c279a4fc590de From 23415c308f19d0a879db8bef8b8b03b96e178807 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 27 Jul 2014 10:40:17 +0000 Subject: [PATCH 03467/18836] Updated openstack/openstack Project: openstack/python-novaclient 873c55470e655da269e5db8dae970aa78eb0d55f Edits on help strings Improve help strings for consistency. Fix wording, typos, capitalization and add "." as appropriate. Change-Id: I376f6d0269aee8dd0e67ffab6386eac2139844ab --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 547af1c481f8..873c55470e65 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 547af1c481f86a7fc5f30507181ca1580ab1d985 +Subproject commit 873c55470e655da269e5db8dae970aa78eb0d55f From bcf5afcd098dc42600bc7c58a06e7faf49d12628 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 27 Jul 2014 21:45:41 +0000 Subject: [PATCH 03468/18836] Updated openstack/openstack Project: openstack-dev/devstack b76a4e62a4fe0223e1d965509fff4542df8672f1 Remove configuration parameter EXTRA_OPTS According to the comments in stack.sh the configuration parameter EXTRA_OPTS should be removed during the Juno cycle. Change-Id: Ic71d38d6f9b8a8949e45ce3321d593ee2f8feb40 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index e8ebb4901f65..b76a4e62a4fe 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit e8ebb4901f6500b46531ab003e51618945484112 +Subproject commit b76a4e62a4fe0223e1d965509fff4542df8672f1 From faf17c36e8039fbf8442a9e7aebfbdb960feee94 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 00:08:48 +0000 Subject: [PATCH 03469/18836] Updated openstack/openstack Project: openstack-dev/devstack c6a5126f4a4bb60c1ddc00bc7f01a2de8916f822 Remove configuration parameter Q_DHCP_EXTRA_DEFAULT_OPTS According to the comments in stack.sh the configuration parameter Q_DHCP_EXTRA_DEFAULT_OPTS should be removed during the Juno cycle. Change-Id: I3b38ff57f00e93e6d9692f516291f7129584bc74 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index b76a4e62a4fe..c6a5126f4a4b 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit b76a4e62a4fe0223e1d965509fff4542df8672f1 +Subproject commit c6a5126f4a4bb60c1ddc00bc7f01a2de8916f822 From ed98ebb7ae1f64bb4200612c328f1e0fab621fae Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 05:43:11 +0000 Subject: [PATCH 03470/18836] Updated openstack/openstack Project: openstack/python-novaclient 50b1068ba6ad7d753ab687ade6e23c038fefbd76 Don't log sensitive auth data This code change redacts the password in keystone request, and also redact the token text in keystone response. The code still makes REST call by itelf, instead of calling keystone client. Closes-Bug: 1327019 Change-Id: Ib9c0610c1ef351a127364478721cf961c2a30125 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 873c55470e65..50b1068ba6ad 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 873c55470e655da269e5db8dae970aa78eb0d55f +Subproject commit 50b1068ba6ad7d753ab687ade6e23c038fefbd76 From 0c0aac8c16f7e661ad6118404ad940f7ee342981 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 24 Jul 2014 12:23:17 -0400 Subject: [PATCH 03471/18836] Updated openstack/openstack Project: openstack/requirements 221a6a76d1effede0d2860a69c66fcd4df269d87 Update oslo requirements to use juno dev versions Update the versions for oslo.config, oslo.messaging, and oslo.rootwrap so the releases under development are available for developers running unit tests. Change-Id: I9bdceb1a4f8ce81778b66fcacdfec58e23160519 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 89de7040b6bb..221a6a76d1ef 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 89de7040b6bb7522fb504ea328462222adc9bd8e +Subproject commit 221a6a76d1effede0d2860a69c66fcd4df269d87 From df98e996f2d89b24758a47cfedb6b034c9e948f1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 19:46:51 +0000 Subject: [PATCH 03472/18836] Updated openstack/openstack Project: openstack/requirements 3e13966192dfe7ebd3148899aafb17b7c3b2caa4 Don't use SQLAlchemy 9 version < 0.9.7 Versions 0.9.2, 0.9.3 implement Table.kwargs attribute as immutable dict. It prevents setting defined storage engine for created tables. Versions 0.9.5 and 0.9.6 are not very good. We could use 0.9.4 though but not sure if it's worth to explicitly mention it in requirements. Issue with ummutable dict was discovered during testing of https://review.openstack.org/#/c/81334/ but issue doesn't occur at the gate because of used SQLAlchemy version doesn't contain immutable dict. Change-Id: I2703b2a21365a78fb2e9226680a6ef542b759b4f --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 221a6a76d1ef..3e13966192df 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 221a6a76d1effede0d2860a69c66fcd4df269d87 +Subproject commit 3e13966192dfe7ebd3148899aafb17b7c3b2caa4 From f2911da8fa4f44c7474a1062fc8d2a64eb273635 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 29 Jul 2014 01:21:40 +0900 Subject: [PATCH 03473/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 95dffe082adc72594587ed7dd36521f315655dbf Replace UserManager/TenantManager with None in tests UserManager/TenantManager seems private classes in keystoneclient and the interface was changed in keystoneclient 0.10.0. django-openstack-auth tests actually don't need these managers, so this commit makes test data not use these classes. Change-Id: I9398c705acab262e89d4801da84ccea188980d99 Closes-Bug: #1349485 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 1f2bb06a15e0..95dffe082adc 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 1f2bb06a15e0f09156b3de79dcf58d9c85cb639f +Subproject commit 95dffe082adc72594587ed7dd36521f315655dbf From afbf961b8983c5bfad2220ccf4463107257fe767 Mon Sep 17 00:00:00 2001 From: Greg Lucas Date: Thu, 24 Jul 2014 16:34:28 -0400 Subject: [PATCH 03474/18836] Updated openstack/openstack Project: openstack/python-troveclient 872abf2c9d57bdec03433b23bf48ac4eb5a79ac6 Improve help text for --size option Update help text to indicate that --size may be a required parameter. Change-Id: If1a40475a8d4a8e1c71c2c1e61a87bacb6e42e00 Closes-Bug: 1336807 --- python-troveclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-troveclient b/python-troveclient index 0330b94abc71..872abf2c9d57 160000 --- a/python-troveclient +++ b/python-troveclient @@ -1 +1 @@ -Subproject commit 0330b94abc71cf2b16f1a9f2502d606210092b65 +Subproject commit 872abf2c9d57bdec03433b23bf48ac4eb5a79ac6 From 331d6c8e5439d690deac5287c0d8ff56ad6e1225 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 21:25:26 +0000 Subject: [PATCH 03475/18836] Updated openstack/openstack Project: openstack/python-neutronclient d2fbfdcea797c76892208c23789a893d404c8adc Fix for CLI message of agent disassociation Modified the CLI output messages Removed network %s to DHCP agent -> Removed network %s from DHCP agent Removed Router %s to L3 agent -> Removed router %s from L3 agent Change-Id: I2df928b5e2edecf1aaf5ee15f95e51a37872239a --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 2069886004c6..d2fbfdcea797 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 2069886004c629b89c96e317e0ab1b6a775e4c03 +Subproject commit d2fbfdcea797c76892208c23789a893d404c8adc From 14e57de9c7d84b6e33523f5aac12cb6379e64b25 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 21:25:28 +0000 Subject: [PATCH 03476/18836] Updated openstack/openstack Project: openstack/python-neutronclient fbd7e4f579deb645fcfc5c288ec76a555f8599e0 Add a new timeout option to set the HTTP Timeout Adds a new --timeout option and check to the env var OS_NETWORK_TIMEOUT to set the HTTP timeout used for the request to the Neutron backend. DocImpact Closes-Bug: #1338932 Change-Id: I0d9687e671f68c4845af2439abfe581c6dcf020c --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index d2fbfdcea797..fbd7e4f579de 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit d2fbfdcea797c76892208c23789a893d404c8adc +Subproject commit fbd7e4f579deb645fcfc5c288ec76a555f8599e0 From a3fa973439b0ca831f42bbd4631949309af0380c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 21:25:31 +0000 Subject: [PATCH 03477/18836] Updated openstack/openstack Project: openstack/python-neutronclient 65a6430319f8462905cd08ba9870896c53850ffd Remove strict checking of encryption type The server may accept a different set of encryption-algorithm dependending on the service plugin that is being used. Without a better mechanism for communicating this to the client, we decided at the Atlanta summit to just remove it. Change-Id: I658fe00281e9cbd018095969d80f5c09aca6cd38 Closes-Bug: #1322659 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index fbd7e4f579de..65a6430319f8 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit fbd7e4f579deb645fcfc5c288ec76a555f8599e0 +Subproject commit 65a6430319f8462905cd08ba9870896c53850ffd From c7a13854469b913d1250e52d9b1d1a9991740a6d Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Mon, 28 Jul 2014 18:47:14 +0200 Subject: [PATCH 03478/18836] Updated openstack/openstack Project: openstack/python-heatclient 42c509677046826d6990edf9adeb3dca1ea4c1f0 Revert "Add keystone v3 auth support" This reverts commit a98c1f3617604c4871263ff9cc986b27f302ef46. The new usage of session doesn't work with resources or events. Conflicts: heatclient/tests/test_shell.py Closes-Bug: #1349467 Change-Id: Ib5b0db81454abe647aca6461dd7bd5f197267fb8 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 6eb45625e584..42c509677046 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 6eb45625e584f410fdb33d82c63916750650505d +Subproject commit 42c509677046826d6990edf9adeb3dca1ea4c1f0 From 3f0d8b91a8f4a5d97a7403d97fd94b07de6077b3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 28 Jul 2014 19:39:29 +0000 Subject: [PATCH 03479/18836] Updated openstack/openstack Project: openstack/python-keystoneclient 64bc38f0e8fcd792b3cebbbc320d15eea9d33064 Updated from global requirements Change-Id: Ic3b93f1556d23833eb0c82146c55c1e940bb155f --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 83bef7473ddf..64bc38f0e8fc 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 83bef7473ddf39b68c09ae074c741652fc52185d +Subproject commit 64bc38f0e8fcd792b3cebbbc320d15eea9d33064 From 66e5373faddb450a9829fa5eebacd8aef29ed53d Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 23:29:33 +0000 Subject: [PATCH 03480/18836] Updated openstack/openstack Project: openstack/python-neutronclient ea41c63c70cd7fd9845949f6c42f21c6d1e1c635 Add MacAddressInUseClient exception handling Nova needs a specific client exception defined for the server's MacAddressInUse exception when allocating ports so it can handle the exception properly, otherwise the NeutronClientException with a 409 can be confused with other errors. Partial-Bug: #1347778 Change-Id: Ia02dbc8fe32a43adeb229e3b640b9b33ec0dd6c7 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 65a6430319f8..ea41c63c70cd 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 65a6430319f8462905cd08ba9870896c53850ffd +Subproject commit ea41c63c70cd7fd9845949f6c42f21c6d1e1c635 From 6c8fcf90072e6442a3e633241af4445ef53460d5 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 23:36:39 +0000 Subject: [PATCH 03481/18836] Updated openstack/openstack Project: openstack/python-neutronclient 008a321f9b325363338e53f64cb0cf65a5c582e7 Changed 'json' to 'JSON' Change-Id: Idac5c4850f8bb727e17967532ab0b9b9c8e99068 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index ea41c63c70cd..008a321f9b32 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit ea41c63c70cd7fd9845949f6c42f21c6d1e1c635 +Subproject commit 008a321f9b325363338e53f64cb0cf65a5c582e7 From 77538685ebeea357eaedf7fc3951edf3301a2afb Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 24 Jul 2014 17:53:37 -0400 Subject: [PATCH 03482/18836] Updated openstack/openstack Project: openstack/python-swiftclient fd1594937d777c0047051ae470e2de5523522171 Add a tox job for generating docs Add a tox job to make it easier for developers to generate their own docs before submitting a patch. Change-Id: I86dbfc64a9d174697048c254c6d3d042a62350b4 --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 394cb57f630b..fd1594937d77 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 394cb57f630b3dfdc1d5b2e172ef0f1c16b8211f +Subproject commit fd1594937d777c0047051ae470e2de5523522171 From f3e8463f877d82a81fdcedeadda051b0ec78182c Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 28 Jul 2014 23:41:01 +0000 Subject: [PATCH 03483/18836] Updated openstack/openstack Project: openstack/python-neutronclient 921c07d739838747d9a1403b021325a3e3bc0534 Some edits for help strings Some edits for neutron help strings as noticed by Lana during review of this patch: https://review.openstack.org/#/c/102900/ Change-Id: I4f6cbb3ced85e15c5f4f716aad630090955de31b Co-Authored-By: Lana Brindley --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 008a321f9b32..921c07d73983 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 008a321f9b325363338e53f64cb0cf65a5c582e7 +Subproject commit 921c07d739838747d9a1403b021325a3e3bc0534 From 1135fa07f2311193c89a06338b156107b376c092 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 03:21:11 +0000 Subject: [PATCH 03484/18836] Updated openstack/openstack Project: openstack/python-neutronclient b4f4544eaa3519243e41f55bf89473fb6f1ce9c8 Create new IPv6 attributes for Subnets by client This is the client implementation of bp ipv6-two-attributes. Add two optional arguments: --ipv6-ra-mode --ipv6-address-mode Partially implements bp ipv6-two-attributes Change-Id: Ia922a9b6bb4e1dbd372174d48f29f5411c7b5674 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 921c07d73983..b4f4544eaa35 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 921c07d739838747d9a1403b021325a3e3bc0534 +Subproject commit b4f4544eaa3519243e41f55bf89473fb6f1ce9c8 From a2d31dc1d96c1fe86dd025f29ef25fcfdb6310ed Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 03:24:08 +0000 Subject: [PATCH 03485/18836] Updated openstack/openstack Project: openstack/python-keystoneclient f974d9d14781138e5c748cbbbb76167d3484c31a Example JSON files should be human-readable Change-Id: Ic408dd3935818adbef3ff4baa7c9699e4f07814e --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index 64bc38f0e8fc..f974d9d14781 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit 64bc38f0e8fcd792b3cebbbc320d15eea9d33064 +Subproject commit f974d9d14781138e5c748cbbbb76167d3484c31a From 8e1cdd4a28f73a056ecbced70dc00ae0e91c25a9 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 03:24:14 +0000 Subject: [PATCH 03486/18836] Updated openstack/openstack Project: openstack-infra/devstack-gate 38d972518a0c5d3e415b5700abda20e8ef055a7b Move PATH set earlier Checking the logs for a f20 run you'll see --- + ./safe-devstack-vm-gate-wrap.sh sudo: service: command not found 22 Jul 21:24:41 ntpdate[1551]: adjust time ... sudo: service: command not found --- We already went through this path issue with [1] so just move it earlier before anything runs [1] https://review.openstack.org/#/c/91655/ Change-Id: Ie6bd27342b0ba0f0fba0a1d3695f108128d4366e --- devstack-gate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-gate b/devstack-gate index 84490c709262..38d972518a0c 160000 --- a/devstack-gate +++ b/devstack-gate @@ -1 +1 @@ -Subproject commit 84490c70926248a33f449156231bb5ed3e5d746e +Subproject commit 38d972518a0c5d3e415b5700abda20e8ef055a7b From 8392ca0185925149ecd55d600df85b4cf165eee7 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 08:47:09 +0000 Subject: [PATCH 03487/18836] Updated openstack/openstack Project: openstack-dev/devstack 5d21e0b77796f9717f19139746a7f782dcec5c00 [Fedora] Install dnsmasq on n-cpu less host The libvirt-daemon-driver-network pulls the dnsmasq, on hosts where the n-cpu installed with libvirt backend. But nothing installs it if you have only n-net or q-dhcp, on the given hosts. dnsmasq-utils does not depends on dnsmasq, because it can work with other local dhcp servers. Change-Id: I17a769df3bd51ca608c1728e892009125eea42ed --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index c6a5126f4a4b..5d21e0b77796 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit c6a5126f4a4bb60c1ddc00bc7f01a2de8916f822 +Subproject commit 5d21e0b77796f9717f19139746a7f782dcec5c00 From a157e7ebf84c3d1f3c54dbce1857bd32a3b022bd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 09:50:42 +0000 Subject: [PATCH 03488/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a31765a4e69f35a2b359a135c0e630f78997182c Use oslosphinx to generate doc theme Since oslosphinx is out, let's use it instead of hosting our own themes and static files. Change-Id: I5b507d35c90d0c0411d7751935b0e53328ca9311 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index f974d9d14781..a31765a4e69f 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit f974d9d14781138e5c748cbbbb76167d3484c31a +Subproject commit a31765a4e69f35a2b359a135c0e630f78997182c From 4ebab070b24f36e26d7df8db87de3f9e4f59774c Mon Sep 17 00:00:00 2001 From: wanghong Date: Tue, 29 Jul 2014 15:33:18 +0800 Subject: [PATCH 03489/18836] Updated openstack/openstack Project: openstack/python-openstackclient 81d11799c6fe6f09d0493755f2533d223ae13433 fix typo in identity/v3/endpoint.py Change-Id: Idf57a6a988f5c0f20f3b0b19ab896642ce10d70b --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 02cdebb007d6..81d11799c6fe 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 02cdebb007d6d9034115c91ef40c279a4fc590de +Subproject commit 81d11799c6fe6f09d0493755f2533d223ae13433 From dd248021ada16fb2047ab996be65720d3e870d59 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 13:52:26 +0000 Subject: [PATCH 03490/18836] Updated openstack/openstack Project: openstack/python-neutronclient 5da76b94f94c5c8b4bcbe5c46f23f54b9f81c94b Improve the method find_resourceid_by_name_or_id Now the method find_resourceid_by_name_or_id doesn't honoured the project id. So if a user with admin role want to create an instance for another tenant, and using a a security group which name is duplicated in Neutron. Then the boot will fail. This patch is the fix on neutron client part. It will enhance the method find_resourceid_by_name_or_id to support project id as a parameter so as to get the correct security group id when passing a security gruop name. Change-Id: Ibd1829bd0f22f56c4fa210c67d10e1db5556c033 Closes-Bug: 1335733 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index b4f4544eaa35..5da76b94f94c 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit b4f4544eaa3519243e41f55bf89473fb6f1ce9c8 +Subproject commit 5da76b94f94c5c8b4bcbe5c46f23f54b9f81c94b From a00edb132df09f75ca4d45ad8e82276db3ad3d8b Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 13:52:45 +0000 Subject: [PATCH 03491/18836] Updated openstack/openstack Project: openstack/python-neutronclient 1d987421b11aa5b9164aaf4c786abf146212e1f4 Add a tox job for generating docs Add a tox job to make it easier for developers to generate their own docs before submitting a patch. Change-Id: Iab7ff03120675ade8a3e6e6f7b7839be1f58d40c --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 5da76b94f94c..1d987421b11a 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 5da76b94f94c5c8b4bcbe5c46f23f54b9f81c94b +Subproject commit 1d987421b11aa5b9164aaf4c786abf146212e1f4 From f7e71e81390cef64e3826ccb556d6a713b93aec0 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 13:57:15 +0000 Subject: [PATCH 03492/18836] Updated openstack/openstack Project: openstack/python-neutronclient 60b41109c6016bc4c7bf452a121226a0371e4b5f Update theme for docs The current developer docs theme used is out of sync with the other openstack projects. This patch will update the docs to provide a more consistent look and feel when using developer docs Change-Id: I03985039381c2ba4f81a2015258f7b49bba441d9 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 1d987421b11a..60b41109c601 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 1d987421b11aa5b9164aaf4c786abf146212e1f4 +Subproject commit 60b41109c6016bc4c7bf452a121226a0371e4b5f From e6542665fee9665b7a4645fd5b7d8795593c9d92 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 14:06:04 +0000 Subject: [PATCH 03493/18836] Updated openstack/openstack Project: openstack/python-neutronclient abc54a00b01ea305a9c58a379463edf62d0557ca Python 3: use six.iteritems() Change-Id: I9d86dd948bc2241bbb69a04c0024f90b805d7cc8 --- python-neutronclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-neutronclient b/python-neutronclient index 60b41109c601..abc54a00b01e 160000 --- a/python-neutronclient +++ b/python-neutronclient @@ -1 +1 @@ -Subproject commit 60b41109c6016bc4c7bf452a121226a0371e4b5f +Subproject commit abc54a00b01ea305a9c58a379463edf62d0557ca From a39eab8b019fdc8a783b26498a99a0ae4aebe4f3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 14:52:21 +0000 Subject: [PATCH 03494/18836] Updated openstack/openstack Project: openstack/python-heatclient 3985302f6753161fe27f212f564ec43eeb863adc Add rel field to links display Currently the "rel" keys from the links list are not displayed, so it's not that clear which link refers to what unless you're familiar with heat. So add a suffix which mentions the rel so e.g users can see "nested" there and tell the link refers to a nested stack. Change-Id: I5abe7f7b51c290bd9d8daaccb7f9a842af898f58 --- python-heatclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-heatclient b/python-heatclient index 42c509677046..3985302f6753 160000 --- a/python-heatclient +++ b/python-heatclient @@ -1 +1 @@ -Subproject commit 42c509677046826d6990edf9adeb3dca1ea4c1f0 +Subproject commit 3985302f6753161fe27f212f564ec43eeb863adc From 9e9025cdd13073159a89ccd86a2becbb98b93bfc Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 18:38:00 +0000 Subject: [PATCH 03495/18836] Updated openstack/openstack Project: openstack/requirements e1a025b2982ef589d13ea6a07603f2e1283c3a5b Update openstack-doc-tools to at least 0.17 openstack-doc-tools 0.17 provides the new openstack-dn2osdbk script needed to build the HOT guide. Changes since version 0.16.1: * Added support for *-manage CLI doc generation. * ``openstack-dn2osdbk``: Converts Docutils Native XML to docbook. * ``openstack-doc-test``: Handle the upcoming HOT guide. * ``autohelp.py``: Provide our own sanitizer. * ``autohelp.py``: Use the oslo sample_default if available. * ``openstack-doc-test``: Correctly handle SIGINT. * Various smaller fixes and improvements. Change-Id: If3c42a50c413eed7efa1f79bf05adfe4eede9a8d --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 3e13966192df..e1a025b2982e 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 3e13966192dfe7ebd3148899aafb17b7c3b2caa4 +Subproject commit e1a025b2982ef589d13ea6a07603f2e1283c3a5b From cd3a34f62f97986f2a794948c06aeddb12885c41 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Fri, 4 Apr 2014 15:15:44 +1000 Subject: [PATCH 03496/18836] Updated openstack/openstack Project: openstack/python-cinderclient b4acbd2586a2b6f43ac51779e4f958862753d2ed Move debug logging to shell Adding channels to a logger is not the responsibility of a library. This sort of thing should be handled by an application so move the logging over to the shell. Change-Id: Ie11571d428913eba1aae5aa42a6e925228ba6808 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 14a5aa045a39..b4acbd2586a2 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 14a5aa045a391a900e34a5341b07b71ac973cf77 +Subproject commit b4acbd2586a2b6f43ac51779e4f958862753d2ed From af3256976a9085c4a3ca7cc30a917993e4007009 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 23 Jul 2014 13:41:09 -0700 Subject: [PATCH 03497/18836] Updated openstack/openstack Project: openstack/glance ff3161a506efba42f09fa403cf875a5a4ec56c0c Log upload failed exception trace rather than debug We're seeing race failures in test_register_http_image in the gate due to a 500 coming back from the backing store when uploading the image in the v1 API, but it's logged at debug level so we can't fingerprint on the failure in logstash. This changes bumps the logging of the error from debug to exception so we get the trace on the error also. If it turns out that we have expected exception cases in the future and tracing on those isn't necessary, we can filter them out in a separate change. Change-Id: I87d1f8ae584b41456eae4f19a0bc60f13f47b5ac Related-Bug: #1347692 --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index 5148c9648fc9..ff3161a506ef 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit 5148c9648fc959c1d807313176afe3fcf84b89cf +Subproject commit ff3161a506efba42f09fa403cf875a5a4ec56c0c From c5e1226e9204a14dce9462f09cd1e0210b00f75d Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Sun, 15 Jun 2014 22:42:45 +1000 Subject: [PATCH 03498/18836] Updated openstack/openstack Project: openstack/python-keystoneclient b487f946cd60a907174f550e08372d5907ca319f Convert httpretty to requests-mock HTTPretty was great particularly when we were having to deal with both httplib and requests together. Since that time the library itself has caused a number of problems including backwards incompatible changes, broken releases and some dependency issues that make it difficult to package. There are also issues with memcache tests or anything else that also tries to use the socket. requests-mock does a very similar job, with a very similar interface however it targets only requests and so doesn't have the same socket issues and will be a much easier dependency on packagers. keystoneclient is the first of a number of clients that will do the changeover. Change-Id: Ida6e5feb71b6ff6662fb24b9fa6535b039c99d96 --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index a31765a4e69f..b487f946cd60 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit a31765a4e69f35a2b359a135c0e630f78997182c +Subproject commit b487f946cd60a907174f550e08372d5907ca319f From b8663f3e9cce1c68cd1299a8831a9bb70569f4de Mon Sep 17 00:00:00 2001 From: Jenkins Date: Tue, 29 Jul 2014 23:42:36 +0000 Subject: [PATCH 03499/18836] Updated openstack/openstack Project: openstack/requirements 35bfb624c47331b79e814b355fa6ae011853146c Add xstatic-packaged JavaScript libraries for Horizon Those libraries are removed from Horizon's static directory, and packaged separately for easier maintenance and versioning. They package sources are going to be hosted on StackForge, see patch https://review.openstack.org/#/c/95716/ Change-Id: I3efd9527d9be8c263458d0531f7a4c9c49d75d01 Partially-implements: blueprint remove-javascript-bundling --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index e1a025b2982e..35bfb624c473 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit e1a025b2982ef589d13ea6a07603f2e1283c3a5b +Subproject commit 35bfb624c47331b79e814b355fa6ae011853146c From 9d828b8ec47c1051cee8c92c6c6b381e02e20358 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Jul 2014 01:49:21 +0000 Subject: [PATCH 03500/18836] Updated openstack/openstack Project: openstack/python-keystoneclient a5f0e3c53ca9013ab124cc33accc5a06266dc72c Add an example of using v3 client with sessions Added a bit more information to the 'using-api-v3' section, about using sessions instead of passing in arguments. This overlaps with what is documented in 'using-sessions' but I think it's still handy as most folks will likely go here first. Change-Id: I352bda49e01362d3a5da9a79ceb34748552ef9ec --- python-keystoneclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-keystoneclient b/python-keystoneclient index b487f946cd60..a5f0e3c53ca9 160000 --- a/python-keystoneclient +++ b/python-keystoneclient @@ -1 +1 @@ -Subproject commit b487f946cd60a907174f550e08372d5907ca319f +Subproject commit a5f0e3c53ca9013ab124cc33accc5a06266dc72c From c5e36ea5ae2ea86218318b8e2b6f070fb1d81c69 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 29 Jul 2014 23:44:13 +0000 Subject: [PATCH 03501/18836] Updated openstack/openstack Project: openstack/glance f41b305899d703f7604f3ae5ceb7cc95d67aa533 Updated from global requirements Change-Id: Ie31a0772e62e6522186cf6f8bf8b8f032713786d --- glance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance b/glance index ff3161a506ef..f41b305899d7 160000 --- a/glance +++ b/glance @@ -1 +1 @@ -Subproject commit ff3161a506efba42f09fa403cf875a5a4ec56c0c +Subproject commit f41b305899d703f7604f3ae5ceb7cc95d67aa533 From a62246428d5f5b1073603dc89b65f7f4eb0d9b86 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 3 Apr 2014 06:17:05 +0900 Subject: [PATCH 03502/18836] Updated openstack/openstack Project: openstack/django_openstack_auth 58da8b38a9606697e5b96f6d068be83ef52d83d5 Fix H4xx docstring issues Completes blueprint openstack-hacking-compliant Change-Id: Ib286972b65e0e3282db483718421f7f28e8c6cd1 --- django_openstack_auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_openstack_auth b/django_openstack_auth index 95dffe082adc..58da8b38a960 160000 --- a/django_openstack_auth +++ b/django_openstack_auth @@ -1 +1 @@ -Subproject commit 95dffe082adc72594587ed7dd36521f315655dbf +Subproject commit 58da8b38a9606697e5b96f6d068be83ef52d83d5 From 19b6ec01f317b37076b0d6603a33a85965d6a8cd Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Jul 2014 14:05:04 +0000 Subject: [PATCH 03503/18836] Updated openstack/openstack Project: openstack/requirements f054a7353fb8920f4a609ecc6df34007a7f60a7b Add new library oslo.utils Add the new library oslo.utils so projects can start adopting it. Change-Id: I9e61adfac71f159e3a6aa77cbcbb26279dc42869 --- requirements | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements b/requirements index 35bfb624c473..f054a7353fb8 160000 --- a/requirements +++ b/requirements @@ -1 +1 @@ -Subproject commit 35bfb624c47331b79e814b355fa6ae011853146c +Subproject commit f054a7353fb8920f4a609ecc6df34007a7f60a7b From 21ea4e13b7486adcf7b3b40226673e1a772744ae Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Jul 2014 17:02:04 +0000 Subject: [PATCH 03504/18836] Updated openstack/openstack Project: openstack/python-novaclient 43754f519a453c11c376f8b9a4d6fdeccac1c448 Filter endpoints by region whenever possible Previously, the endpoints command just returned the first endpoint. This was not very useful; people expected to see the endpoints in the region they specified. This patch does the following: - If there's only one endpoint, use that. - If there's a specific one for your region, use that. - If there isn't, warn, and show the other ones. Closes-Bug: #1256009 Change-Id: I70b82bdffb9b2e3da415a3bb941bcff287e39789 --- python-novaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-novaclient b/python-novaclient index 50b1068ba6ad..43754f519a45 160000 --- a/python-novaclient +++ b/python-novaclient @@ -1 +1 @@ -Subproject commit 50b1068ba6ad7d753ab687ade6e23c038fefbd76 +Subproject commit 43754f519a453c11c376f8b9a4d6fdeccac1c448 From bbb3c0d3a8e8a27ac5f647b2a242fc973c7258c4 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Jul 2014 19:01:34 +0000 Subject: [PATCH 03505/18836] Updated openstack/openstack Project: openstack/python-cinderclient 172d0ea018c71645231fb754f2ebb0cf33ff556c Add tenant uuid when running cinder list --all-tenants Add the tenant uuid to the output when running cinder list --all-tenants, since this is an admin command any way, it would help to list the tenant UUID so we do not have to run cinder show to see the tenant uuid when we have further queries to run. Change-Id: I661789e957fa00947c4d5595f7e0515c27963735 Closes-bug: 1333257 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index b4acbd2586a2..172d0ea018c7 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit b4acbd2586a2b6f43ac51779e4f958862753d2ed +Subproject commit 172d0ea018c71645231fb754f2ebb0cf33ff556c From 9b872cb17faa6faa034d8ec75e87069a420e1fbe Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Jul 2014 20:06:27 +0000 Subject: [PATCH 03506/18836] Updated openstack/openstack Project: openstack-dev/devstack ff98b144d64a7fc1e50df31ba20661fce4f06aec Clean up local variable usage - git functions Cleans up the git-related functions in functions-common Change-Id: I5f1851c0473e92c61b1e8af60e7ef32c3019f719 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 5d21e0b77796..ff98b144d64a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 5d21e0b77796f9717f19139746a7f782dcec5c00 +Subproject commit ff98b144d64a7fc1e50df31ba20661fce4f06aec From 81a2580b38d19a7496ad18c96806105c968f0f11 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 30 Jul 2014 20:45:21 +0000 Subject: [PATCH 03507/18836] Updated openstack/openstack Project: openstack/python-cinderclient 6823b184041fc3f73db0e0772772c7f4c1600d20 sync latest strutils to python-cinderclient This commit syncs the latest strutils code into python-cinderclient. The motivation for this sync is to get access to the mask_password function that was added with commit cb5a804b . The sync touches both the strutils.py and gettextutils.py files. The detailed breakdown of the sync is as follows: Current HEAD in OSLO: ----------------------------------- commit 5fa2dae429a9e37dfd1a527eb3957cea57a3e8c4 Merge: 5fb12c2 0506d17 Author: Jenkins Date: Tue Jul 15 10:05:12 2014 +0000 Merge "cfgfilter has graduated, remove it" ----------------------------------- Changes to strutils.py (newest to oldest): ----------------------------------- cb5a804b Move `mask_password` to strutils 8a0f5678 Remove str() from LOG.* and exceptions fd18c288 Fix safe_encode(): return bytes on Python 3 302c7c80 strutils: Allow safe_{encode,decode} to take bytes as input bec3a5eb Implements SI/IEC unit system conversion to bytes Changest to gettextutils.py (newest to oldest): ----------------------------------- 3d90045d Backport code for i18n to check lazy at runtime de4adbc4 pep8: fixed multiple violations 9912e5df Add API for creating translation functions 6cc96d05 Fix test_gettextutils on Python 3 fd33d1ea Fix gettextutil.Message handling of deep copy failures 047b2e4e Change lazy translation to retain complete dict 6d55e26a Add support for translating log levels separately Change-Id: Icc38bc97e47c8236ccb82283c246bf266bc62929 Related-Bug: 1341735 --- python-cinderclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cinderclient b/python-cinderclient index 172d0ea018c7..6823b184041f 160000 --- a/python-cinderclient +++ b/python-cinderclient @@ -1 +1 @@ -Subproject commit 172d0ea018c71645231fb754f2ebb0cf33ff556c +Subproject commit 6823b184041fc3f73db0e0772772c7f4c1600d20 From e4a0b9f53b42f7e7210032c8ebf9a82de36c7551 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 28 Jul 2014 19:39:12 +0000 Subject: [PATCH 03508/18836] Updated openstack/openstack Project: openstack/oslo.messaging 63a6d6229b3a58af3056477e631480b7dec96024 Updated from global requirements Change-Id: I0916e6c6590c799daa2e9784a9c61c47ac8180a1 --- oslo.messaging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo.messaging b/oslo.messaging index ee23b541788c..63a6d6229b3a 160000 --- a/oslo.messaging +++ b/oslo.messaging @@ -1 +1 @@ -Subproject commit ee23b541788c70749ea03546656dac0ca0e5666e +Subproject commit 63a6d6229b3a58af3056477e631480b7dec96024 From 5fd1f715dd93eb4c010d5c800f2211acb6721326 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Jul 2014 00:14:33 +0000 Subject: [PATCH 03509/18836] Updated openstack/openstack Project: openstack-dev/devstack f2572e7fcca7974ea0a46c45129d59614166ba39 Add support for ironicclient bash completion This commit adds statement to copy the file /ironic.bash_completion file to the default bash completion directory. Change-Id: I436d46dbac0895a8ca14d085fec041981435936c --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index ff98b144d64a..f2572e7fcca7 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit ff98b144d64a7fc1e50df31ba20661fce4f06aec +Subproject commit f2572e7fcca7974ea0a46c45129d59614166ba39 From ab7f09c48536a9395d2b53ef90f1a9f0cf95aecf Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Jul 2014 00:14:35 +0000 Subject: [PATCH 03510/18836] Updated openstack/openstack Project: openstack-dev/devstack 9d471355311a25fc8487e5ab0dcc0b1084e67ad9 Configure the OVS datapath type with devstack. This feature provides the user with a means of easily configuring the required Openvswitch datapath type. (Netdev, dpdk, etc) Define the OVS_DATAPATH_TYPE variable in the devstack configuration file local.conf. This feature enables Intel(R) DPDK vSwitch and netdev DPDK vhost. Implements blueprint config-ovs-datapath-type Change-Id: I5698720960b1ac532c790d3e5735c5cef36d5e3d --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index f2572e7fcca7..9d471355311a 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit f2572e7fcca7974ea0a46c45129d59614166ba39 +Subproject commit 9d471355311a25fc8487e5ab0dcc0b1084e67ad9 From 7175847e31fdcff1d9d607bee8f79f7debe7f3f2 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Jul 2014 00:55:49 +0000 Subject: [PATCH 03511/18836] Updated openstack/openstack Project: openstack-dev/devstack 7a3e7d0c39736f509c6003185c7eac50bc097898 Fix trove guest confing to ignore user os_admin This value of ignore_users in the guest config needs to be set correctly to ignore the local os_admin user for the trove functional tests to pass in a devstack-gate environment. Change-Id: Ia31dfe8f2eab4b24790b6be0dbc474cf50f39afa --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 9d471355311a..7a3e7d0c3973 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 9d471355311a25fc8487e5ab0dcc0b1084e67ad9 +Subproject commit 7a3e7d0c39736f509c6003185c7eac50bc097898 From badbb106ff21ec8cbd24bec6f5538e6b7fb20da3 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Jul 2014 01:05:52 +0000 Subject: [PATCH 03512/18836] Updated openstack/openstack Project: openstack-dev/devstack 2f483950543ca000024218ad1a6fb9b9c8dfcffd Use Q_PORT variable rather than hardcoded port Change-Id: I647c6bdf14f2551bd120821a16044cec2b03b197 closes-bug: 1348834 --- devstack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack b/devstack index 7a3e7d0c3973..2f483950543c 160000 --- a/devstack +++ b/devstack @@ -1 +1 @@ -Subproject commit 7a3e7d0c39736f509c6003185c7eac50bc097898 +Subproject commit 2f483950543ca000024218ad1a6fb9b9c8dfcffd From 430dc1c3950ff1f24a466b1674df78277fc9f1cb Mon Sep 17 00:00:00 2001 From: Jenkins Date: Thu, 31 Jul 2014 01:15:32 +0000 Subject: [PATCH 03513/18836] Updated openstack/openstack Project: openstack-dev/devstack 73e8deb09d0c71cfb3ee00685efbaf683ac67ecc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement Ceph backend for Glance / Cinder / Nova The new lib installs a full Ceph cluster. It can be managed by the service init scripts. Ceph can also be installed in standalone without any other components. This implementation adds the auto-configuration for the following services with Ceph: * Glance * Cinder * Cinder backup * Nova To enable Ceph simply add: ENABLED_SERVICES+=,ceph to your localrc. If you want to play with the Ceph replication, you can use the CEPH_REPLICAS option and set a replica. This replica will be used for every pools (Glance, Cinder, Cinder backup and Nova). The size of the loopback disk used for Ceph can also be managed thanks to the CEPH_LOOPBACK_DISK_SIZE option. Going further pools, users and PGs are configurable as well. The convention is _CEPH_