Skip to content

Commit

Permalink
Fix the wrong position of single quotation mark.
Browse files Browse the repository at this point in the history
  • Loading branch information
huzichunjohn committed Oct 8, 2015
1 parent 835b2dc commit 5b19256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/all
Expand Up @@ -103,7 +103,7 @@ heat_identity_password: "{{ lookup('password', inventory_dir + '/credentials/hea
heat_rabbit_password: "{{ lookup('password', inventory_dir + '/credentials/heat-rabbit-password') }}"

ceilometer_mongodb_password: "{{ lookup('password', inventory_dir + '/credentials/ceilometer-mongodb-password chars=ascii_letters,digits') }}"
ceilometer_rabbit_password: "{{ lookup('password', inventory_dir + '/credentials/ceilometer-rabbit-password' chars=ascii_letters,digits) }}"
ceilometer_rabbit_password: "{{ lookup('password', inventory_dir + '/credentials/ceilometer-rabbit-password chars=ascii_letters,digits') }}"
ceilometer_identity_password: "{{ lookup('password', inventory_dir + '/credentials/ceilometer-identity-password chars=ascii_letters,digits') }}"
metering_shared_secret: "{{ lookup('password', inventory_dir + '/credentials/metering-shared-secret') }}"

0 comments on commit 5b19256

Please sign in to comment.