diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-21 21:09:47 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-21 21:09:47 -0400 |
commit | 4411727c7ec22d65da5d74a1152fbfed98718a28 (patch) | |
tree | 1cd34a553c085e2fcbed4577403e63a90e62be57 | |
parent | a76e1787bca9611422f7691ceae0407717bb897c (diff) | |
parent | 6c67500cb10f66138612af3af60bc5ab2e9e0467 (diff) | |
download | meta-cloud-services-4411727c7ec22d65da5d74a1152fbfed98718a28.tar.gz |
Merge branch 'master' into kilo
11 files changed, 20 insertions, 47 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb index 7f5184b..24557ad 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "git://github.com/openstack/barbican.git;branch=master \ | |||
15 | file://barbican-handle-white-space-in-date-strings.patch \ | 15 | file://barbican-handle-white-space-in-date-strings.patch \ |
16 | " | 16 | " |
17 | 17 | ||
18 | SRCREV="4744374458f14cc54c53daf946e7df2916f5c713" | 18 | SRCREV = "12966ea7ad40622e4189d832d13f4d9bfb9f3ada" |
19 | PV="2015.1.0b2+git${SRCPV}" | 19 | PV = "2015.1.0b3+git${SRCPV}" |
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor | 22 | inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor |
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index e734d32..b5f0e22 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
16 | # file://ceilometer-builtin-tests-config-location.patch | 16 | # file://ceilometer-builtin-tests-config-location.patch |
17 | 17 | ||
18 | 18 | ||
19 | SRCREV="b2871217fec965c77581b0f4a33608dad7867d4b" | 19 | SRCREV = "348ecb0861637da5575b094f8fa3fab1e3770928" |
20 | PV="2015.1.0b2+git${SRCPV}" | 20 | PV = "2015.1.0b3+git${SRCPV}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | CEILOMETER_SECRET ?= "12121212" | 23 | CEILOMETER_SECRET ?= "12121212" |
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index dd6d0ef..694a301 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
@@ -14,8 +14,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
14 | # removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch | 14 | # removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch |
15 | # file://glance-change-builtin-tests-config-location.patch | 15 | # file://glance-change-builtin-tests-config-location.patch |
16 | 16 | ||
17 | SRCREV="c84d8c98bc0dd64d79bd1e659b9561d47b3428c1" | 17 | SRCREV = "232a8786dd01d4effc2ba15802792b08d0373676" |
18 | PV="2015.1.0b2+git${SRCPV}" | 18 | PV = "2015.1.0b3+git${SRCPV}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb index b3aa2f3..ae32037 100644 --- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb | |||
@@ -4,8 +4,8 @@ SECTION = "devel/python" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
6 | 6 | ||
7 | SRCREV = "bd592d3e33e5f6d222befd53523c97aaa478b175" | 7 | SRCREV = "ea88e503b617a7ac9a0ae7e537d6517e9992a104" |
8 | PV = "0.1.11+git${SRCPV}" | 8 | PV = "0.4.0+git${SRCPV}" |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | SRC_URI = "\ |
11 | git://github.com/openstack/glance_store.git \ | 11 | git://github.com/openstack/glance_store.git \ |
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 87e93c7..7750c93 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
16 | file://heat-tests-change-project_dir-path.patch \ | 16 | file://heat-tests-change-project_dir-path.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV="6d106dee26649202791596062b5a29049e962d80" | 19 | SRCREV = "34cc6d7e96e1a54dce5c91cc09583e08f2fa778e" |
20 | PV="2015.1.0b2+git${SRCPV}" | 20 | PV = "2015.1.0b3+git${SRCPV}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" | 23 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" |
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index d0a9bab..376a4d1 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
@@ -70,8 +70,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
70 | file://horizon-use-full-package-path-to-test-directories.patch \ | 70 | file://horizon-use-full-package-path-to-test-directories.patch \ |
71 | " | 71 | " |
72 | 72 | ||
73 | SRCREV="9b37723a21e88c29732e2a4a9eeeecb9ecf19204" | 73 | SRCREV = "a174b4294dd26967953d404207763828c83cc2f7" |
74 | PV="2015.1.0b2+git${SRCPV}" | 74 | PV = "2015.1.0b3+git${SRCPV}" |
75 | S = "${WORKDIR}/git" | 75 | S = "${WORKDIR}/git" |
76 | 76 | ||
77 | inherit setuptools update-rc.d python-dir default_configs openstackchef monitor | 77 | inherit setuptools update-rc.d python-dir default_configs openstackchef monitor |
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index 1f012cc..70cc790 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
20 | # file://keystone-remove-git-commands-in-tests.patch | 20 | # file://keystone-remove-git-commands-in-tests.patch |
21 | # file://keystone-explicitly-import-localcontext-from-oslo.me.patch | 21 | # file://keystone-explicitly-import-localcontext-from-oslo.me.patch |
22 | 22 | ||
23 | SRCREV="0e633302e87261fdb3b0126c632fd676fc0a4d39" | 23 | SRCREV = "5933546ecbdb5a52abe31413ac7a18cc49ab23df" |
24 | PV="2015.1.0b2+git${SRCPV}" | 24 | PV = "2015.1.0b3+git${SRCPV}" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb index f4ce244..9c23f61 100644 --- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "\ | |||
11 | git://git.openstack.org/openstack/keystonemiddleware;branch=master \ | 11 | git://git.openstack.org/openstack/keystonemiddleware;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | PV="1.4.0+git${SRCPV}" | 14 | PV = "1.5.0+git${SRCPV}" |
15 | SRCREV="782fb0129d2eb7f181f890068767ce2b6906b2bd" | 15 | SRCREV = "06bdfc886fed7e30684a612a3c6ff8616eb2be34" |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit setuptools | 18 | inherit setuptools |
diff --git a/meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch b/meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch deleted file mode 100644 index bf54c79..0000000 --- a/meta-openstack/recipes-devtools/python/python-neutron/neutron-test-nec-plugin-extensions-location.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | neutron test: nec plugin extensions location | ||
2 | |||
3 | Some of the neutron built-in testcases failed | ||
4 | because they can not find nec plugin extensions | ||
5 | based on the given the relative path. | ||
6 | |||
7 | So forcing these failure testcases to look for | ||
8 | these extensions using absolute path. | ||
9 | |||
10 | Signed-off-by: Vu Tran <vu.tran@windriver.com> | ||
11 | |||
12 | diff --git a/neutron/tests/unit/nec/test_nec_plugin.py b/neutron/tests/unit/nec/test_nec_plugin.py | ||
13 | index 2f913ca..1c3f0ce 100644 | ||
14 | --- a/neutron/tests/unit/nec/test_nec_plugin.py | ||
15 | +++ b/neutron/tests/unit/nec/test_nec_plugin.py | ||
16 | @@ -37,7 +37,7 @@ OFC_MANAGER = 'neutron.plugins.nec.nec_plugin.ofc_manager.OFCManager' | ||
17 | NOTIFIER = 'neutron.plugins.nec.nec_plugin.NECPluginV2AgentNotifierApi' | ||
18 | NEC_PLUGIN_INI = """ | ||
19 | [DEFAULT] | ||
20 | -api_extensions_path = neutron/plugins/nec/extensions | ||
21 | +api_extensions_path = %PYTHON_SITEPACKAGES_DIR%/neutron/plugins/nec/extensions | ||
22 | [OFC] | ||
23 | driver = neutron.tests.unit.nec.stub_ofc_driver.StubOFCDriver | ||
24 | enable_packet_filter = False | ||
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 1a5a9b2..3c64d61 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb | |||
@@ -15,14 +15,13 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
15 | file://metadata_agent.ini \ | 15 | file://metadata_agent.ini \ |
16 | file://neutron-dhcp-agent-netns-cleanup.cron \ | 16 | file://neutron-dhcp-agent-netns-cleanup.cron \ |
17 | file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \ | 17 | file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \ |
18 | file://neutron-test-nec-plugin-extensions-location.patch \ | ||
19 | " | 18 | " |
20 | 19 | ||
21 | # TBD: update or drop | 20 | # TBD: update or drop |
22 | # file://uuid_wscheck.patch | 21 | # file://uuid_wscheck.patch |
23 | 22 | ||
24 | SRCREV="1948efa261e47b08e2cde4828321614ee6e169be" | 23 | SRCREV = "e86077e8452891cc176841dd6b6316831e12abc1" |
25 | PV="2015.1.0b2+git${SRCPV}" | 24 | PV = "2015.1.0b3+git${SRCPV}" |
26 | 25 | ||
27 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
28 | 27 | ||
@@ -137,8 +136,6 @@ do_install_append() { | |||
137 | sed -i '/\[keystone_authtoken\]/aidentity_uri=http://127.0.0.1:8081/keystone/admin/' ${NEUTRON_CONF_DIR}/neutron.conf | 136 | sed -i '/\[keystone_authtoken\]/aidentity_uri=http://127.0.0.1:8081/keystone/admin/' ${NEUTRON_CONF_DIR}/neutron.conf |
138 | 137 | ||
139 | cp run_tests.sh ${NEUTRON_CONF_DIR} | 138 | cp run_tests.sh ${NEUTRON_CONF_DIR} |
140 | |||
141 | sed 's:%PYTHON_SITEPACKAGES_DIR%:${PYTHON_SITEPACKAGES_DIR}:g' -i ${D}${PYTHON_SITEPACKAGES_DIR}/${SRCNAME}/tests/unit/nec/test_nec_plugin.py | ||
142 | } | 139 | } |
143 | 140 | ||
144 | pkg_postinst_${SRCNAME}-setup () { | 141 | pkg_postinst_${SRCNAME}-setup () { |
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 9926208..71b5154 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
@@ -27,8 +27,8 @@ SRC_URI += "file://nova-all \ | |||
27 | file://nova.conf \ | 27 | file://nova.conf \ |
28 | file://openrc \ | 28 | file://openrc \ |
29 | " | 29 | " |
30 | SRCREV="b6e11261a97bf96d5f9866f277d8ecc3be7891e5" | 30 | SRCREV = "dfcfa82af96bae12265875cb313d58109e536480" |
31 | PV="2015.1.0b2+git${SRCPV}" | 31 | PV = "2015.1.0b3+git${SRCPV}" |
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||