Address review comments

This commit is contained in:
Doug Szumski 2018-02-20 12:59:24 +00:00
parent e984cae192
commit 63dba94f42
2 changed files with 4 additions and 3 deletions

View File

@ -18,7 +18,7 @@
roles:
- role: stackhpc.os-openstackclient
os_openstackclient_venv: "{{ venv }}"
when: kolla_enable_monasca
when: kolla_enable_monasca | bool
tasks:
- name: Look up Monasca control plane project ID
@ -28,12 +28,12 @@
register: monasca_project_show
changed_when: False
environment: "{{ openstack_auth_env }}"
when: kolla_enable_monasca
when: kolla_enable_monasca | bool
- name: Set Monasca control plane ID
set_fact:
monasca_control_plane_project_id: "{{ (monasca_project_show.stdout | from_json).get('id') }}"
when: kolla_enable_monasca
when: kolla_enable_monasca | bool
- name: Configure control plane monitoring for Grafana
# Only required to run on a single host.

View File

@ -91,6 +91,7 @@ kolla_feature_flags:
- manila_backend_hnas
- mistral
- mongodb
- monasca
- murano
- multipathd
- neutron_dvr