diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-04-28 11:06:53 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-04-28 11:06:53 -0400 |
commit | b83f4c2b907f1a4967e7a95af01795009801aa79 (patch) | |
tree | 4cf003f9e9bbac4d99c18c705e7e296bce782c34 /inventory/byo/hosts.aep.example | |
parent | f1fc354da246f9adfe3e25fba79a72fff0cf7b2e (diff) | |
parent | 6847c942f07eabb232ce1c74014e58a4807f91f2 (diff) | |
download | openshift-b83f4c2b907f1a4967e7a95af01795009801aa79.tar.gz openshift-b83f4c2b907f1a4967e7a95af01795009801aa79.tar.bz2 openshift-b83f4c2b907f1a4967e7a95af01795009801aa79.tar.xz openshift-b83f4c2b907f1a4967e7a95af01795009801aa79.zip |
Merge pull request #1834 from jianlinliu/master
update tenand_id typo in example file
Diffstat (limited to 'inventory/byo/hosts.aep.example')
-rw-r--r-- | inventory/byo/hosts.aep.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index 193a2229f..f4edc5281 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -127,7 +127,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_cloudprovider_openstack_auth_url=http://openstack.example.com:35357/v2.0/ #openshift_cloudprovider_openstack_username=username #openshift_cloudprovider_openstack_password=password -#openshift_cloudprovider_openstack_tenand_id=tenant_id +#openshift_cloudprovider_openstack_tenant_id=tenant_id #openshift_cloudprovider_openstack_tenant_name=tenant_name #openshift_cloudprovider_openstack_region=region #openshift_cloudprovider_openstack_lb_subnet_id=subnet_id |