From 242adb3bb2cef3cf68c3ccee927e5335c335bbb3 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Tue, 29 Jan 2013 22:23:33 -0800 Subject: [PATCH] remove admin_password from hiera common data When I added swift support, I added a second entry admin_password to the common config file. This commit removes it. --- hiera_data/common.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/hiera_data/common.yaml b/hiera_data/common.yaml index 7a93442..7401c6d 100644 --- a/hiera_data/common.yaml +++ b/hiera_data/common.yaml @@ -35,7 +35,6 @@ auto_assign_floating_ip: false openstack_controller: 172.16.0.3 # swift settings swift_admin_email: dan@example_company.com -admin_password: admin_password swift_user_password: swift_pass swift_shared_secret: changeme swift_local_net_ip: "%{ipaddress_eth1}"