Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created September 17, 2014 19:23
Show Gist options
  • Save bodepd/88e29e67cfbe2bdbe505 to your computer and use it in GitHub Desktop.
Save bodepd/88e29e67cfbe2bdbe505 to your computer and use it in GitHub Desktop.
db_host: "%{lookup_array_first_element('services::keystonewithdb::eth1')}"
rjil::db::bind_address: "%{ipaddress_eth1}"
num_dbs: 1
num_keystone_endpoints: 2
keystone::admin_bind_host: "%{ipaddress_eth1}"
keystone::public_bind_host: "%{ipaddress_eth0}"
rjil::haproxy::openstack::keystone_ips: "%{lookup_array('services::keystonewithdb::eth0', 'services::keystone::eth0')}"
rjil::haproxy::openstack::keystone_internal_ips: "%{lookup_array('services::keystonewithdb::eth1', 'services::keystone::eth1'
)}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment