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
This commit is contained in:
Logan V 2016-11-12 16:16:47 -06:00
parent ed95267fd1
commit 35da93de4f

View File

@ -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 }}"