summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-17 17:59:10 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-17 17:59:10 -0500
commitd7fe5f8a2a27daa094585df1d2ce0772c28e457b (patch)
tree6ed4c6e189fc09cf6987f7cd2709f9e4557fcf67
parent194f9d17226895a67422ae749f6870752030b92d (diff)
downloadmeta-cloud-services-d7fe5f8a2a27daa094585df1d2ce0772c28e457b.tar.gz
core: update to juno 2014.2 + dependencies
syncing the core components to the latest juno hashes. We also introduce new packages and update others to meet the juno requirements. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone/keystone.conf2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb8
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-swift_git.bb4
18 files changed, 34 insertions, 32 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 469b1f7..5e74b65 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
18SRCREV="1000ca44f264b09c0347ac56815a4f0ef02cf0eb" 18SRCREV="c171f491014ef504e05a3e86877e28763e72452f"
19PV="2014.2.rc1+git${SRCPV}" 19PV="2014.2+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 88c21cc..0ab5874 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -16,7 +16,7 @@ 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="42c3d487aac5d383f5224ffc4d402387562895df" 19SRCREV="1c8e3dea7cf53b25f2b3ac4a06bcbc1787d6673b"
20PV="2014.2.rc1+git${SRCPV}" 20PV="2014.2.rc1+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index 0f20bc8..7dfc283 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
20 file://cinder-builtin-tests-config-location.patch \ 20 file://cinder-builtin-tests-config-location.patch \
21 " 21 "
22 22
23SRCREV="9ba3603d8f2cf33b33265012b2cb2480eba7b35a" 23SRCREV="37e4a12652c803d60c18079b735d96e5c7890f07"
24PV="2014.2.rc1+git${SRCPV}" 24PV="2014.2.rc1+git${SRCPV}"
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26
diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb
index 3e2a65c..f241c83 100644
--- a/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-dogpile.cache_0.5.3.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lo
2HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache" 2HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=db99dd669263339f22dfc735801942ad"
6 6
7PR = "r0" 7PR = "r0"
8SRCNAME = "dogpile.cache" 8SRCNAME = "dogpile.cache"
9 9
10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "604872aa7036ffc205c14160b5e83f99" 12SRC_URI[md5sum] = "e178b84bafb8e2da0be939f38db60689"
13SRC_URI[sha256sum] = "1f3165222bc23418cb9d3f1a2c9d554a091f412e5bc871ea0c48a19b576d06c0" 13SRC_URI[sha256sum] = "2fe8c1a329830a9ada865a69cc5ebb2c2e6f2dbda3a6d4dbf5155c7d5194344b"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index fd884b5..932ca5d 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 14
15# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch 15# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch
16 16
17SRCREV="675a39a74faad5f7fe4eb94e1dcf7f4359ed2285" 17SRCREV="453706b4b3a3d6d9c3b154a1fde59c34fc30234b"
18PV="2014.2.rc1+git${SRCPV}" 18PV="2014.2+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 9c1ecae..f473338 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
19SRCREV="4a8cb4b2041edfa4a166b0a5dd7566874cf7c6f2" 19SRCREV="2a91c1569d34b4e735e7cb2705b4cf663b3f5998"
20PV="2014.2.rc1+git${SRCPV}" 20PV="2014.2+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 542e553..7969383 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -66,7 +66,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
66 file://horizon-use-full-package-path-to-test-directories.patch \ 66 file://horizon-use-full-package-path-to-test-directories.patch \
67 " 67 "
68 68
69SRCREV="123840a43aaeff05becc08044b9cc33977ece2bb" 69SRCREV="bb7fa11c7688c8d43b8fb71540d32f1908b8da5e"
70PV="2014.2.rc1+git${SRCPV}" 70PV="2014.2.rc1+git${SRCPV}"
71S = "${WORKDIR}/git" 71S = "${WORKDIR}/git"
72 72
diff --git a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
index 55bf6e8..0ab1c3f 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
+++ b/meta-openstack/recipes-devtools/python/python-keystone/keystone.conf
@@ -108,7 +108,7 @@ connection = postgresql://%DB_USER%:%DB_PASSWORD%@localhost/keystone
108 108
109[token] 109[token]
110# driver = keystone.token.backends.kvs.Token 110# driver = keystone.token.backends.kvs.Token
111driver = keystone.token.backends.sql.Token 111driver = keystone.token.persistence.backends.sql.Token
112 112
113# Amount of time a token should remain valid (in seconds) 113# Amount of time a token should remain valid (in seconds)
114# expiration = 86400 114# expiration = 86400
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
index 18f77ef..f71c222 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
18 file://wsgi-keystone.conf \ 18 file://wsgi-keystone.conf \
19 " 19 "
20 20
21SRCREV="b276f3dbc9ef1a6b2bd952c88eb45fde9b646f68" 21SRCREV="2b7fdb1ab5de54c2a610a0ee9fc635ddb81e7b38"
22PV="2014.2.rc1+git${SRCPV}" 22PV="2014.2.rc1+git${SRCPV}"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
index 26bba6d..50cfd44 100644
--- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
@@ -12,7 +12,7 @@ SRC_URI = "\
12 " 12 "
13 13
14PV="1.2.0+git${SRCPV}" 14PV="1.2.0+git${SRCPV}"
15SRCREV="4434a77e7c679dcad1db67fba4459afa4c5c7c67" 15SRCREV="671285f4e62b59a003169313be3ae032175d9a1e"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit setuptools 18inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
index a09243a..037df88 100644
--- a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
+++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "A library for network address representation and manipulation"
2HOMEPAGE = "https://github.com/drkjam/netaddr" 2HOMEPAGE = "https://github.com/drkjam/netaddr"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=64c24df6c6be03cf388a97f707e8405e" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e0c5cc28e66c19626bc908b3a9402c2e"
6 6
7PR = "r0" 7PR = "r0"
8SRCNAME = "netaddr" 8SRCNAME = "netaddr"
9 9
10SRC_URI = "https://github.com/downloads/drkjam/${SRCNAME}/${SRCNAME}-${PV}.zip" 10SRC_URI = "https://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.zip"
11 11
12SRC_URI[md5sum] = "5ffc5ca81294cb76c0c89bc2bdd43912" 12SRC_URI[md5sum] = "6145afd46786ffbc6644ae1ea2bfefd7"
13SRC_URI[sha256sum] = "c17969b5522a48fee018970b0aa8104b088ebb97eabf3e11935845caabbcf3a0" 13SRC_URI[sha256sum] = "622b81e571fb974698d056d4825b21ee64eac96de8ef41327b03913ac4308d5b"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 8ecd4d3..6f72b60 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
18 file://uuid_wscheck.patch \ 18 file://uuid_wscheck.patch \
19 file://neutron-test-nec-plugin-extensions-location.patch \ 19 file://neutron-test-nec-plugin-extensions-location.patch \
20 " 20 "
21SRCREV="90a9e588052c1f96d9f3f0d63de3bdfa3c5b8656" 21SRCREV="49234a824c16164a56cbfbf644490d07bb22e241"
22PV="2014.2.rc1+git${SRCPV}" 22PV="2014.2.rc1+git${SRCPV}"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index d68725b..929adff 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -26,8 +26,8 @@ SRC_URI += "file://nova-all \
26 file://nova.conf \ 26 file://nova.conf \
27 file://openrc \ 27 file://openrc \
28 " 28 "
29SRCREV="ba0a08c11535a9cedc07e1329e8bf729af3d4b02" 29SRCREV="943f02f1a62f7eb131f62729d83d97ad431ee89f"
30PV="2014.2.rc1+git${SRCPV}" 30PV="2014.2+git${SRCPV}"
31 31
32S = "${WORKDIR}/git" 32S = "${WORKDIR}/git"
33 33
@@ -294,6 +294,8 @@ RDEPENDS_${PN} = " libvirt \
294 python-netaddr \ 294 python-netaddr \
295 python-oslo.config \ 295 python-oslo.config \
296 python-oslo.rootwrap \ 296 python-oslo.rootwrap \
297 python-oslo.concurrency \
298 python-oslo.middleware \
297 python-paste \ 299 python-paste \
298 python-pastedeploy \ 300 python-pastedeploy \
299 python-paramiko \ 301 python-paramiko \
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb
index bbee63b..c026c92 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.db_1.0.2.bb
@@ -9,8 +9,8 @@ PR = "r0"
9SRCNAME = "oslo.db" 9SRCNAME = "oslo.db"
10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "2c7300e9f64b3ea54f56c9f04ff7d004" 12SRC_URI[md5sum] = "6c87294ce18252bef17e2552bc19a40c"
13SRC_URI[sha256sum] = "6ffdb57913fd56579d55b4154526b1e2a61d728b4c29b4dd7c0b8272c1ac2e1c" 13SRC_URI[sha256sum] = "7092525eab0352748fc0c58a7facd3d6ae967d9130589b4afc12bfa171bee837"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb
index ff32869..12c2428 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.0.0.bb
@@ -9,8 +9,8 @@ PR = "r0"
9SRCNAME = "oslo.i18n" 9SRCNAME = "oslo.i18n"
10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "7a4e9139c8d0a28bb07ff4c4ec1218cb" 12SRC_URI[md5sum] = "24da570b208afd3cc569cbcdb169835b"
13SRC_URI[sha256sum] = "c682a261de6b0d75291478c422e9ff75c220fa5e58856735d988c09bf14773bb" 13SRC_URI[sha256sum] = "008f86bc297ee05c63b1e2e4a85985802f086c81b16b0853e8e47df0592b23bc"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
index 557c107..18c1504 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
@@ -9,8 +9,8 @@ PR = "r0"
9SRCNAME = "oslo.utils" 9SRCNAME = "oslo.utils"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11 11
12PV = "0.2.0" 12PV = "1.0.0"
13SRCREV = "118f7ea84a476604f2498fc4d28c9c2b266c717a" 13SRCREV = "f0cce3cd2635b06f8220a1ebe096495006d739bf"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools 16inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb b/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb
index 7e80309..6762b6c 100644
--- a/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-pycadf_0.6.0.bb
@@ -9,8 +9,8 @@ PR = "r0"
9SRCNAME = "pycadf" 9SRCNAME = "pycadf"
10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "0386d95acb2045231fbcbe12fcaa2779" 12SRC_URI[md5sum] = "283ff62801098f499e37aa493c1d18bb"
13SRC_URI[sha256sum] = "3f88f1c5ea7db093261afb2fd5a235b3dff540d9e93fde5a01a577222b33723c" 13SRC_URI[sha256sum] = "9ba1e9ac52ee2a2d6d9cc89847323559cc2ffe7b4d80b703944a0a1f75c7093f"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb
index 7241be9..935b9fb 100644
--- a/meta-openstack/recipes-devtools/python/python-swift_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
16 file://cluster.conf \ 16 file://cluster.conf \
17" 17"
18 18
19SRCREV="6986f7272ce6b4ada209bc84f1da19602c9e6b83" 19SRCREV="709187b54ff2e9b81ac53977d4283523ce16af38"
20PV="2.2.0.rc1+git${SRCPV}" 20PV="2.2.0+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23inherit setuptools python-dir update-rc.d hosts identity openstackchef 23inherit setuptools python-dir update-rc.d hosts identity openstackchef