Remove duplicated Aodh host var

The aodh_connection_string appears twice with an identical value.

Change-Id: I112a4b0e45fb8b089415231e28f886f46599c599
This commit is contained in:
Steve Lewis
2015-11-20 17:56:38 -08:00
parent 1b04499716
commit 26c1f000cb

View File

@@ -91,7 +91,6 @@ aodh_db_type: mongodb
aodh_db_ip: localhost
aodh_db_port: 27017
aodh_connection_string: "{{ aodh_db_type }}://{{ aodh_database_user }}:{{ aodh_container_db_password }}@{{ aodh_db_ip }}:{{ aodh_db_port }}/{{ aodh_database_name }}"
aodh_connection_string: "{{ aodh_db_type }}://{{ aodh_database_user }}:{{ aodh_container_db_password }}@{{ aodh_db_ip }}:{{ aodh_db_port }}/{{ aodh_database_name }}"
## Ceilometer