diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 0205c49..1d8529a 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
@@ -16,11 +16,12 @@ PR = "r0" | |||
16 | SRC_URI = "\ | 16 | SRC_URI = "\ |
17 | git://github.com/openstack/${BPN}.git;protocol=https \ | 17 | git://github.com/openstack/${BPN}.git;protocol=https \ |
18 | file://fix_glanceclient_memory_leak.patch \ | 18 | file://fix_glanceclient_memory_leak.patch \ |
19 | file://glance-api-check.sh \ | ||
19 | " | 20 | " |
20 | 21 | ||
21 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
22 | 23 | ||
23 | inherit setuptools | 24 | inherit setuptools monitor |
24 | 25 | ||
25 | FILES_${PN} += "${datadir}/${SRCNAME}" | 26 | FILES_${PN} += "${datadir}/${SRCNAME}" |
26 | 27 | ||
@@ -32,3 +33,6 @@ RDEPENDS_${PN} = "gmp \ | |||
32 | python-pbr \ | 33 | python-pbr \ |
33 | " | 34 | " |
34 | 35 | ||
36 | MONITOR_CHECKS_${PN} += "\ | ||
37 | glance-api-check.sh \ | ||
38 | " | ||