Merge "enable CORS for Gnocchi and Keystone for grafana datasource"
This commit is contained in:
commit
e5d9295441
@ -59,3 +59,8 @@ ceph_username = gnocchi
|
|||||||
ceph_keyring = /etc/ceph/ceph.client.gnocchi.keyring
|
ceph_keyring = /etc/ceph/ceph.client.gnocchi.keyring
|
||||||
ceph_conffile = /etc/ceph/ceph.conf
|
ceph_conffile = /etc/ceph/ceph.conf
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if enable_grafana | bool %}
|
||||||
|
[cors]
|
||||||
|
allowed_origin = {{ public_protocol }}://{{ kolla_external_fqdn }}:{{ grafana_server_port }}
|
||||||
|
{% endif %}
|
||||||
|
@ -53,3 +53,8 @@ hmac_keys = {{ osprofiler_secret }}
|
|||||||
connection_string = elasticsearch://{{ elasticsearch_address }}:{{ elasticsearch_port }}
|
connection_string = elasticsearch://{{ elasticsearch_address }}:{{ elasticsearch_port }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if enable_grafana | bool %}
|
||||||
|
[cors]
|
||||||
|
allowed_origin = {{ public_protocol }}://{{ kolla_external_fqdn }}:{{ grafana_server_port }}
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user