Displaying 1 result from an estimated 1 matches for "glance_user_password".
2012 Jun 18
1
using hiera for node classification
...01 jon pts/13
---
classes:
- openstack::all: {
public_address: %{ipaddress_eth0},
public_interface: eth0,
private_interface: eth1,
admin_email: nobody@csail.mit.edu,
admin_password: admin_password,
keystone_admin_token: keystone_admin_token,
nova_user_password: nova_user_password,
glance_user_password: glance_user_password,
rabbit_password: rabbit_password,
rabbit_user: rabbit_user,
libvirt_type: kvm,
fixed_range: 10.0.0.0/24 }
The above doesn''t work, probably because I''m simply using the wrong
structure...
Thanks,
-Jon
ps if you saw this on the -dev list, mea culpa...