diff options
author | Tobias Brunner <tobias@tobru.ch> | 2016-10-13 23:00:09 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@tobru.ch> | 2016-10-13 23:00:09 +0200 |
commit | 412b215c048616b5152d05c8f191f3bf5d99a870 (patch) | |
tree | 33963a4a0be369d85c584b2b0042ac6d064c7bc9 /inventory | |
parent | ff70636ff0c08a119d57af6492f9267a7282781e (diff) | |
download | openshift-412b215c048616b5152d05c8f191f3bf5d99a870.tar.gz openshift-412b215c048616b5152d05c8f191f3bf5d99a870.tar.bz2 openshift-412b215c048616b5152d05c8f191f3bf5d99a870.tar.xz openshift-412b215c048616b5152d05c8f191f3bf5d99a870.zip |
revise docs
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 86a287f14..04922894b 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -359,7 +359,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_hosted_registry_storage_provider=s3 #openshift_hosted_registry_storage_s3_accesskey=access_key_id #openshift_hosted_registry_storage_s3_secretkey=secret_access_key -#openshift_hosted_registry_storage_s3_regionendpoint=https;//myendpoint.example.com +#openshift_hosted_registry_storage_s3_regionendpoint=https://myendpoint.example.com/ #openshift_hosted_registry_storage_s3_bucket=bucket_name #openshift_hosted_registry_storage_s3_region=bucket_region #openshift_hosted_registry_storage_s3_chunksize=26214400 diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 667ab7ab9..fd5c8a5f4 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -359,7 +359,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_hosted_registry_storage_provider=s3 #openshift_hosted_registry_storage_s3_accesskey=access_key_id #openshift_hosted_registry_storage_s3_secretkey=secret_access_key -#openshift_hosted_registry_storage_s3_regionendpoint=https;//myendpoint.example.com +#openshift_hosted_registry_storage_s3_regionendpoint=https://myendpoint.example.com/ #openshift_hosted_registry_storage_s3_bucket=bucket_name #openshift_hosted_registry_storage_s3_region=bucket_region #openshift_hosted_registry_storage_s3_chunksize=26214400 |