summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-05-07 14:13:43 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-07 14:13:43 -0400
commitccff64bdb16ff222d13cc3a61d6c6dbd30ea50f3 (patch)
tree25fed01879228603672beb26e882b5681d4c8096
parentca8b06893b0d584a0b5f15dd66b14da4f18100bc (diff)
parentdd04ca6db2993404284679ea04a80d9071f90c2b (diff)
downloadmeta-cloud-services-ccff64bdb16ff222d13cc3a61d6c6dbd30ea50f3.tar.gz
Merge branch 'master' into kilo
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican_git.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb7
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb7
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb7
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb7
9 files changed, 27 insertions, 31 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 24557ad..15459f1 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -8,15 +8,15 @@ PR = "r0"
8SRCNAME = "barbican" 8SRCNAME = "barbican"
9BARBICAN_MAX_PACKET_SIZE ?= "65535" 9BARBICAN_MAX_PACKET_SIZE ?= "65535"
10 10
11SRC_URI = "git://github.com/openstack/barbican.git;branch=master \ 11SRC_URI = "git://github.com/openstack/barbican.git;branch=stable/kilo \
12 file://barbican.init \ 12 file://barbican.init \
13 file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \ 13 file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \
14 file://barbican-fix-path-to-find-configuration-files.patch \ 14 file://barbican-fix-path-to-find-configuration-files.patch \
15 file://barbican-handle-white-space-in-date-strings.patch \ 15 file://barbican-handle-white-space-in-date-strings.patch \
16 " 16 "
17 17
18SRCREV = "12966ea7ad40622e4189d832d13f4d9bfb9f3ada" 18SRCREV = "e6f05febbe18a86e4e6b05acc5f4868fa3beb291"
19PV = "2015.1.0b3+git${SRCPV}" 19PV = "2015.1.0+git${SRCPV}"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor 22inherit 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 b5f0e22..3860ca5 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "ceilometer" 8SRCNAME = "ceilometer"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://ceilometer.conf \ 11 file://ceilometer.conf \
12 file://ceilometer.init \ 12 file://ceilometer.init \
13 file://fix_ceilometer_memory_leak.patch \ 13 file://fix_ceilometer_memory_leak.patch \
@@ -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
19SRCREV = "348ecb0861637da5575b094f8fa3fab1e3770928" 19SRCREV = "b0447ed8e7bee371bf7095c86e47d717abe89edc"
20PV = "2015.1.0b3+git${SRCPV}" 20PV = "2015.1.0+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23CEILOMETER_SECRET ?= "12121212" 23CEILOMETER_SECRET ?= "12121212"
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index 9276d1f..ceb17d8 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "cinder" 8SRCNAME = "cinder"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://cinder.conf \ 11 file://cinder.conf \
12 file://cinder.init \ 12 file://cinder.init \
13 file://cinder-volume \ 13 file://cinder-volume \
@@ -21,8 +21,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
21# file://0001-run_tests-respect-tools-dir.patch 21# file://0001-run_tests-respect-tools-dir.patch
22# file://fix_cinder_memory_leak.patch 22# file://fix_cinder_memory_leak.patch
23 23
24SRCREV="f4f46e972004eca66e4751a836156c342e448621" 24SRCREV = "5987bb2290f629e59b0bcced2f8fe22cdeb9cc6d"
25PV="2015.1.0b2+git${SRCPV}" 25PV = "2015.1.0+git${SRCPV}"
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
28inherit setuptools update-rc.d identity default_configs hosts openstackchef monitor 28inherit setuptools update-rc.d identity default_configs hosts openstackchef monitor
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 694a301..ea189ef 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -7,15 +7,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "glance" 8SRCNAME = "glance"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://glance.init \ 11 file://glance.init \
12 " 12 "
13 13
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
17SRCREV = "232a8786dd01d4effc2ba15802792b08d0373676" 17SRCREV = "93b0d5fce3a41e4a3a549f98f78b6681cbc3ea95"
18PV = "2015.1.0b3+git${SRCPV}" 18PV = "2015.1.0+git${SRCPV}"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index 7750c93..7abb4d0 100644
--- a/meta-openstack/recipes-devtools/python/python-heat_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "heat" 8SRCNAME = "heat"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://heat.conf \ 11 file://heat.conf \
12 file://heat.init \ 12 file://heat.init \
13 file://autoscaling_example.template \ 13 file://autoscaling_example.template \
@@ -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
19SRCREV = "34cc6d7e96e1a54dce5c91cc09583e08f2fa778e" 19SRCREV = "6db88597dba0b79b2501f43b704c93b2728a5ec6"
20PV = "2015.1.0b3+git${SRCPV}" 20PV = "2015.1.0+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" 23SERVICECREATE_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 376a4d1..55a2a38 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -59,10 +59,9 @@ RDEPENDS_${PN} += " python-django \
59 python-django-pyscss \ 59 python-django-pyscss \
60 " 60 "
61 61
62PR = "r3"
63SRCNAME = "horizon" 62SRCNAME = "horizon"
64 63
65SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 64SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
66 file://horizon.init \ 65 file://horizon.init \
67 file://fix_bindir_path.patch \ 66 file://fix_bindir_path.patch \
68 file://openstack-dashboard-apache.conf \ 67 file://openstack-dashboard-apache.conf \
@@ -70,8 +69,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
70 file://horizon-use-full-package-path-to-test-directories.patch \ 69 file://horizon-use-full-package-path-to-test-directories.patch \
71 " 70 "
72 71
73SRCREV = "a174b4294dd26967953d404207763828c83cc2f7" 72SRCREV = "b99cf48ff346494198fb9740495eacc14fa406bf"
74PV = "2015.1.0b3+git${SRCPV}" 73PV = "2015.1.0+git${SRCPV}"
75S = "${WORKDIR}/git" 74S = "${WORKDIR}/git"
76 75
77inherit setuptools update-rc.d python-dir default_configs openstackchef monitor 76inherit 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 70cc790..b13d36b 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r2"
8SRCNAME = "keystone" 7SRCNAME = "keystone"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://keystone.conf \ 10 file://keystone.conf \
12 file://identity.sh \ 11 file://identity.sh \
13 file://keystone \ 12 file://keystone \
@@ -20,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
20# file://keystone-remove-git-commands-in-tests.patch 19# file://keystone-remove-git-commands-in-tests.patch
21# file://keystone-explicitly-import-localcontext-from-oslo.me.patch 20# file://keystone-explicitly-import-localcontext-from-oslo.me.patch
22 21
23SRCREV = "5933546ecbdb5a52abe31413ac7a18cc49ab23df" 22SRCREV = "5d3b31f9c3d34599ff8a83eeb7530fc6e0b1b67b"
24PV = "2015.1.0b3+git${SRCPV}" 23PV = "2015.1.0+git${SRCPV}"
25 24
26S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
27 26
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 3c64d61..b9cf518 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r1"
8SRCNAME = "neutron" 7SRCNAME = "neutron"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://neutron-server.init \ 10 file://neutron-server.init \
12 file://neutron-agent.init \ 11 file://neutron-agent.init \
13 file://l3_agent.ini \ 12 file://l3_agent.ini \
@@ -20,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
20# TBD: update or drop 19# TBD: update or drop
21# file://uuid_wscheck.patch 20# file://uuid_wscheck.patch
22 21
23SRCREV = "e86077e8452891cc176841dd6b6316831e12abc1" 22SRCREV = "7260e0e3fc2ea479e80e0962624aca7fd38a1f60"
24PV = "2015.1.0b3+git${SRCPV}" 23PV = "2015.1.0+git${SRCPV}"
25 24
26S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
27 26
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 71b5154..4e96341 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7DEPENDS = "sudo libvirt" 7DEPENDS = "sudo libvirt"
8 8
9PR = "r0"
10SRCNAME = "nova" 9SRCNAME = "nova"
11 10
12FILESEXTRAPATHS_append := "${THISDIR}/${PN}" 11FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
13 12
14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 13SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
15 file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ 14 file://nova-add-migrate.cfg-to-the-MANIFEST.patch \
16 file://neutron-api-set-default-binding-vnic_type.patch \ 15 file://neutron-api-set-default-binding-vnic_type.patch \
17 " 16 "
@@ -27,8 +26,8 @@ SRC_URI += "file://nova-all \
27 file://nova.conf \ 26 file://nova.conf \
28 file://openrc \ 27 file://openrc \
29 " 28 "
30SRCREV = "dfcfa82af96bae12265875cb313d58109e536480" 29SRCREV = "8397b6464af520903f546ce4c6d51a2eb5b4c8a8"
31PV = "2015.1.0b3+git${SRCPV}" 30PV = "2015.1.0+git${SRCPV}"
32 31
33S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
34 33