summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-10-17 13:20:31 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-10-17 13:20:31 -0400
commit987b63efbac4dd891947bf6820c2f161cc0454c4 (patch)
treef4186a17e83308b6f9aa74c89d85b884f5e8272f /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
parent848bc28047dff0029f15ab95cd0f7b14ebf5a159 (diff)
downloadmeta-cloud-services-987b63efbac4dd891947bf6820c2f161cc0454c4.tar.gz
core: update to juno-rc1 candidate release
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index 90ac1c6..89f890a 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
19SRCREV="500388c3fe8be48be046908acd549f5e28608921" 19SRCREV="42c3d487aac5d383f5224ffc4d402387562895df"
20PV="2014.2.b3+git${SRCPV}" 20PV="2014.2.rc1+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23CEILOMETER_SECRET ?= "12121212" 23CEILOMETER_SECRET ?= "12121212"
@@ -104,7 +104,9 @@ do_install_append() {
104 install -m 0755 ${WORKDIR}/ceilometer-agent-notification.init.sh ${D}${sysconfdir}/init.d/ceilometer-agent-notification 104 install -m 0755 ${WORKDIR}/ceilometer-agent-notification.init.sh ${D}${sysconfdir}/init.d/ceilometer-agent-notification
105 fi 105 fi
106 106
107 cp setup-test-env.sh ${CEILOMETER_CONF_DIR} 107 if [ -e "setup-test-env.sh" ]; then
108 cp setup-test-env.sh ${CEILOMETER_CONF_DIR}
109 fi
108} 110}
109 111
110CHEF_SERVICES_CONF_FILES :="\ 112CHEF_SERVICES_CONF_FILES :="\
@@ -138,6 +140,7 @@ PACKAGES += " ${SRCNAME}-reseller"
138 140
139ALLOW_EMPTY_${SRCNAME}-setup = "1" 141ALLOW_EMPTY_${SRCNAME}-setup = "1"
140ALLOW_EMPTY_${SRCNAME}-reseller = "1" 142ALLOW_EMPTY_${SRCNAME}-reseller = "1"
143ALLOW_EMPTY_${SRCNAME}-tests = "1"
141 144
142FILES_${PN} = "${libdir}/*" 145FILES_${PN} = "${libdir}/*"
143 146