Misc fixes

This commit is contained in:
James Page 2013-09-26 10:47:58 +01:00
parent 46153723c7
commit 5c212bc3f9
3 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
lint:
@flake8 --exclude hooks/charmhelpers hooks
#@charm proof
@charm proof
sync:
@charm-helper-sync -c charm-helpers.yaml

View File

@ -51,7 +51,8 @@ GLANCE_API_PASTE_INI = "/etc/glance/glance-api-paste.ini"
CEPH_CONF = "/etc/ceph/ceph.conf"
HAPROXY_CONF = "/etc/haproxy/haproxy.cfg"
HTTPS_APACHE_CONF = "/etc/apache2/sites-available/openstack_https_frontend"
HTTPS_APACHE_24_CONF = "/etc/apache2/sites-available/openstack_https_frontend.conf"
HTTPS_APACHE_24_CONF = "/etc/apache2/sites-available/" \
"openstack_https_frontend.conf"
CONF_DIR = "/etc/glance"

View File

@ -6,6 +6,8 @@ description: |
(Parallax) and an image delivery service (Teller). These services are used
in conjunction by Nova to deliver images from object stores, such as
OpenStack's Swift service, to Nova's compute nodes.
categories:
- miscellaneous
provides:
image-service:
interface: glance