diff options
author | Joel Pearson <joel.pearson@gmail.com> | 2018-01-05 10:27:26 +1100 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2018-01-10 13:47:52 +0100 |
commit | 08b7b7ed82d2a53b8dd5c95ace028666268342ea (patch) | |
tree | 578828a2fc33a9fd06b4f1bcba0e76ef5236e0fc | |
parent | 955a79c5c411e38d3858448aad1bcbca6c9a3773 (diff) | |
download | openshift-08b7b7ed82d2a53b8dd5c95ace028666268342ea.tar.gz openshift-08b7b7ed82d2a53b8dd5c95ace028666268342ea.tar.bz2 openshift-08b7b7ed82d2a53b8dd5c95ace028666268342ea.tar.xz openshift-08b7b7ed82d2a53b8dd5c95ace028666268342ea.zip |
Add documentation example
-rw-r--r-- | inventory/hosts.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/hosts.example b/inventory/hosts.example index 05293269d..3fc868c94 100644 --- a/inventory/hosts.example +++ b/inventory/hosts.example @@ -286,6 +286,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_cloudprovider_openstack_region=region #openshift_cloudprovider_openstack_lb_subnet_id=subnet_id # +# Note: If you're getting a "BS API version autodetection failed" when provisioning cinder volumes you may need this setting +#openshift_cloudprovider_openstack_blockstorage_version=v2 +# # GCE #openshift_cloudprovider_kind=gce |