diff options
author | Jianlin Liu <jialiu@redhat.com> | 2016-04-28 19:20:26 +0800 |
---|---|---|
committer | Jianlin Liu <jialiu@redhat.com> | 2016-04-28 19:20:26 +0800 |
commit | f98ed0d151973de698c50059d6598abf5c43b6c6 (patch) | |
tree | aceb8cbe6e895c921633ce0f8bfdac3a54d10bc7 /inventory/byo | |
parent | f1fc354da246f9adfe3e25fba79a72fff0cf7b2e (diff) | |
download | openshift-f98ed0d151973de698c50059d6598abf5c43b6c6.tar.gz openshift-f98ed0d151973de698c50059d6598abf5c43b6c6.tar.bz2 openshift-f98ed0d151973de698c50059d6598abf5c43b6c6.tar.xz openshift-f98ed0d151973de698c50059d6598abf5c43b6c6.zip |
update tenand_id typo in example file
Diffstat (limited to 'inventory/byo')
-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 |