Add default for openrc_os_domain_name and update example
There is currently no default value for openrc_os_domain_name, so we add one, and we update the example to remove the unnecessary overrides. Change-Id: Ic18b07d9347260faf828a55112f0b38e86e617f5
This commit is contained in:
parent
e64a1e035b
commit
838100cf26
@ -25,6 +25,7 @@ openrc_os_tenant_name: admin
|
||||
openrc_os_auth_type: password
|
||||
openrc_os_auth_url: "http://127.0.0.1:5000"
|
||||
openrc_region_name: RegionOne
|
||||
openrc_os_domain_name: Default
|
||||
|
||||
## Deliberately allow access to SSL endpoints with bad certificates
|
||||
openrc_insecure: >-
|
||||
|
@ -1,12 +1,7 @@
|
||||
- name: Install openrc
|
||||
- name: Create OpenStack openrc and clouds.yaml file
|
||||
hosts: all
|
||||
user: root
|
||||
roles:
|
||||
- { role: "openstack-ansible-openstack_openrc",
|
||||
tags: [ "openstack_openrc" ]
|
||||
}
|
||||
- role: "openstack_openrc"
|
||||
vars:
|
||||
keystone_service_adminuri_insecure: false
|
||||
keystone_service_internaluri_insecure: false
|
||||
openrc_os_password: secrete
|
||||
openrc_os_domain_name: Default
|
||||
openrc_os_password: secrete
|
||||
|
@ -13,7 +13,4 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
keystone_service_adminuri_insecure: False
|
||||
keystone_service_internaluri_insecure: False
|
||||
openrc_os_password: secrete
|
||||
openrc_os_domain_name: Default
|
||||
|
Loading…
x
Reference in New Issue
Block a user