diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 9 |
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 | ||
| 19 | SRCREV="500388c3fe8be48be046908acd549f5e28608921" | 19 | SRCREV="42c3d487aac5d383f5224ffc4d402387562895df" |
| 20 | PV="2014.2.b3+git${SRCPV}" | 20 | PV="2014.2.rc1+git${SRCPV}" |
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 22 | 22 | ||
| 23 | CEILOMETER_SECRET ?= "12121212" | 23 | CEILOMETER_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 | ||
| 110 | CHEF_SERVICES_CONF_FILES :="\ | 112 | CHEF_SERVICES_CONF_FILES :="\ |
| @@ -138,6 +140,7 @@ PACKAGES += " ${SRCNAME}-reseller" | |||
| 138 | 140 | ||
| 139 | ALLOW_EMPTY_${SRCNAME}-setup = "1" | 141 | ALLOW_EMPTY_${SRCNAME}-setup = "1" |
| 140 | ALLOW_EMPTY_${SRCNAME}-reseller = "1" | 142 | ALLOW_EMPTY_${SRCNAME}-reseller = "1" |
| 143 | ALLOW_EMPTY_${SRCNAME}-tests = "1" | ||
| 141 | 144 | ||
| 142 | FILES_${PN} = "${libdir}/*" | 145 | FILES_${PN} = "${libdir}/*" |
| 143 | 146 | ||
