add domain_name for multi-regions

add domain_name for multi-regions. When deploying regiontwo,
nova_compute simple_cell_setup will use domain_name.

Change-Id: I2f4171e1469966140ccccb38540fa5c54258bdfb
This commit is contained in:
liujunpeng 2017-12-01 11:05:07 +08:00
parent c31c1ab49e
commit 445954db33

View File

@ -75,6 +75,7 @@ the value of ``kolla_internal_fqdn`` in RegionOne:
username: "admin" username: "admin"
password: "{{ keystone_admin_password }}" password: "{{ keystone_admin_password }}"
project_name: "admin" project_name: "admin"
domain_name: "default"
Configuration files of cinder,nova,neutron,glance... have to be updated to Configuration files of cinder,nova,neutron,glance... have to be updated to
contact RegionOne's Keystone. Fortunately, Kolla offers to override all contact RegionOne's Keystone. Fortunately, Kolla offers to override all