tell horizon where is ca cert

This commit is contained in:
Miroslav Suchý 2015-03-03 19:59:20 +00:00
parent 31e19f5df6
commit 5b18f32123

View file

@ -400,6 +400,7 @@
- shell: openstack-service restart
- lineinfile: dest=/etc/openstack-dashboard/local_settings regexp="^OPENSTACK_KEYSTONE_URL " line="OPENSTACK_KEYSTONE_URL = 'https://{{controller_hostname}}:5000/v2.0'"
- lineinfile: dest=/etc/openstack-dashboard/local_settings regexp="OPENSTACK_SSL_CACERT " line="OPENSTACK_SSL_CACERT = '/etc/pki/tls/certs/fed-cloud09-keystone.pem'"
- service: name=httpd state=restarted