diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-07 14:13:43 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-07 14:13:43 -0400 |
commit | ccff64bdb16ff222d13cc3a61d6c6dbd30ea50f3 (patch) | |
tree | 25fed01879228603672beb26e882b5681d4c8096 | |
parent | ca8b06893b0d584a0b5f15dd66b14da4f18100bc (diff) | |
parent | dd04ca6db2993404284679ea04a80d9071f90c2b (diff) | |
download | meta-cloud-services-ccff64bdb16ff222d13cc3a61d6c6dbd30ea50f3.tar.gz |
Merge branch 'master' into kilo
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" | |||
8 | SRCNAME = "barbican" | 8 | SRCNAME = "barbican" |
9 | BARBICAN_MAX_PACKET_SIZE ?= "65535" | 9 | BARBICAN_MAX_PACKET_SIZE ?= "65535" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/openstack/barbican.git;branch=master \ | 11 | SRC_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 | ||
18 | SRCREV = "12966ea7ad40622e4189d832d13f4d9bfb9f3ada" | 18 | SRCREV = "e6f05febbe18a86e4e6b05acc5f4868fa3beb291" |
19 | PV = "2015.1.0b3+git${SRCPV}" | 19 | PV = "2015.1.0+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 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" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "ceilometer" | 8 | SRCNAME = "ceilometer" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_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 | ||
19 | SRCREV = "348ecb0861637da5575b094f8fa3fab1e3770928" | 19 | SRCREV = "b0447ed8e7bee371bf7095c86e47d717abe89edc" |
20 | PV = "2015.1.0b3+git${SRCPV}" | 20 | PV = "2015.1.0+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-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" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "cinder" | 8 | SRCNAME = "cinder" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_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 | ||
24 | SRCREV="f4f46e972004eca66e4751a836156c342e448621" | 24 | SRCREV = "5987bb2290f629e59b0bcced2f8fe22cdeb9cc6d" |
25 | PV="2015.1.0b2+git${SRCPV}" | 25 | PV = "2015.1.0+git${SRCPV}" |
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | 27 | ||
28 | inherit setuptools update-rc.d identity default_configs hosts openstackchef monitor | 28 | inherit 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" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "glance" | 8 | SRCNAME = "glance" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_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 | ||
17 | SRCREV = "232a8786dd01d4effc2ba15802792b08d0373676" | 17 | SRCREV = "93b0d5fce3a41e4a3a549f98f78b6681cbc3ea95" |
18 | PV = "2015.1.0b3+git${SRCPV}" | 18 | PV = "2015.1.0+git${SRCPV}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${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" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "heat" | 8 | SRCNAME = "heat" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_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 | ||
19 | SRCREV = "34cc6d7e96e1a54dce5c91cc09583e08f2fa778e" | 19 | SRCREV = "6db88597dba0b79b2501f43b704c93b2728a5ec6" |
20 | PV = "2015.1.0b3+git${SRCPV}" | 20 | PV = "2015.1.0+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 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 | ||
62 | PR = "r3" | ||
63 | SRCNAME = "horizon" | 62 | SRCNAME = "horizon" |
64 | 63 | ||
65 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 64 | SRC_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 | ||
73 | SRCREV = "a174b4294dd26967953d404207763828c83cc2f7" | 72 | SRCREV = "b99cf48ff346494198fb9740495eacc14fa406bf" |
74 | PV = "2015.1.0b3+git${SRCPV}" | 73 | PV = "2015.1.0+git${SRCPV}" |
75 | S = "${WORKDIR}/git" | 74 | S = "${WORKDIR}/git" |
76 | 75 | ||
77 | inherit setuptools update-rc.d python-dir default_configs openstackchef monitor | 76 | 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 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" | |||
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 | PR = "r2" | ||
8 | SRCNAME = "keystone" | 7 | SRCNAME = "keystone" |
9 | 8 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 9 | SRC_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 | ||
23 | SRCREV = "5933546ecbdb5a52abe31413ac7a18cc49ab23df" | 22 | SRCREV = "5d3b31f9c3d34599ff8a83eeb7530fc6e0b1b67b" |
24 | PV = "2015.1.0b3+git${SRCPV}" | 23 | PV = "2015.1.0+git${SRCPV}" |
25 | 24 | ||
26 | S = "${WORKDIR}/git" | 25 | S = "${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" | |||
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 | PR = "r1" | ||
8 | SRCNAME = "neutron" | 7 | SRCNAME = "neutron" |
9 | 8 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 9 | SRC_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 | ||
23 | SRCREV = "e86077e8452891cc176841dd6b6316831e12abc1" | 22 | SRCREV = "7260e0e3fc2ea479e80e0962624aca7fd38a1f60" |
24 | PV = "2015.1.0b3+git${SRCPV}" | 23 | PV = "2015.1.0+git${SRCPV}" |
25 | 24 | ||
26 | S = "${WORKDIR}/git" | 25 | S = "${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 | ||
7 | DEPENDS = "sudo libvirt" | 7 | DEPENDS = "sudo libvirt" |
8 | 8 | ||
9 | PR = "r0" | ||
10 | SRCNAME = "nova" | 9 | SRCNAME = "nova" |
11 | 10 | ||
12 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" | 11 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" |
13 | 12 | ||
14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 13 | SRC_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 | " |
30 | SRCREV = "dfcfa82af96bae12265875cb313d58109e536480" | 29 | SRCREV = "8397b6464af520903f546ce4c6d51a2eb5b4c8a8" |
31 | PV = "2015.1.0b3+git${SRCPV}" | 30 | PV = "2015.1.0+git${SRCPV}" |
32 | 31 | ||
33 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
34 | 33 | ||