Misc fixes
This commit is contained in:
parent
46153723c7
commit
5c212bc3f9
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
lint:
|
||||
@flake8 --exclude hooks/charmhelpers hooks
|
||||
#@charm proof
|
||||
@charm proof
|
||||
|
||||
sync:
|
||||
@charm-helper-sync -c charm-helpers.yaml
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user