From 35da93de4ff4bc7ade19dc3b2679514da171fe1f Mon Sep 17 00:00:00 2001 From: Logan V Date: Sat, 12 Nov 2016 16:16:47 -0600 Subject: [PATCH] Remove duplicate horizon_enable_trove_ui Duplicate var defined in: I39fd55544d0df66223a6ffa9e8d62b65fc28044d and then later in I0e9e62fc51382ad5ed5e841dc7cec6859f8f5b0e causes ansible warning: http://logs.openstack.org/65/396865/1/check/gate-openstack-ansible-openstack-ansible-aio-ubuntu-xenial-nv/4951365/console.html#_2016-11-12_16_41_30_931115 Change-Id: I77c5ab334254cb21317a2cbcede2b151383c9e80 --- playbooks/inventory/group_vars/horizon_all.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/inventory/group_vars/horizon_all.yml b/playbooks/inventory/group_vars/horizon_all.yml index d3f509a86b..f8df2b39bd 100644 --- a/playbooks/inventory/group_vars/horizon_all.yml +++ b/playbooks/inventory/group_vars/horizon_all.yml @@ -19,7 +19,6 @@ horizon_enable_cinder_backup: "{{ cinder_service_backup_program_enabled is defin horizon_enable_ironic_ui: "{{ (groups['ironic_all'] is defined) and (groups['ironic_all'] | length > 0) }}" horizon_enable_magnum_ui: "{{ (groups['magnum_all'] is defined) and (groups['magnum_all'] | length > 0) }}" horizon_enable_designate_ui: "{{ (groups['designate_all'] is defined) and (groups['designate_all'] | length > 0) }}" -horizon_enable_trove_ui: "{{ (groups['trove_all'] is defined) and (groups['trove_all'] | length > 0) }}" # NOTE(mhayden): neutron-lbaas is a separate plugin and requires the full # namespace to be specified. Also, LBaaS v1 was removed in Newton. horizon_enable_neutron_lbaas: "{{ neutron_plugin_base is defined and 'neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2' in neutron_plugin_base }}"