diff options
author | Devan Goodwin <dgoodwin@redhat.com> | 2016-07-04 09:55:25 -0300 |
---|---|---|
committer | Devan Goodwin <dgoodwin@redhat.com> | 2016-07-04 09:55:25 -0300 |
commit | 212faa41ce03f1719598e87fc1453ed8580655ca (patch) | |
tree | 5f4b9f2b61d5608cef8d7c61fa62591c308638f3 /inventory/byo/hosts.ose.example | |
parent | 6c746ab59b9c02a9e416dd2ccb9552f1d9112fcb (diff) | |
download | openshift-212faa41ce03f1719598e87fc1453ed8580655ca.tar.gz openshift-212faa41ce03f1719598e87fc1453ed8580655ca.tar.bz2 openshift-212faa41ce03f1719598e87fc1453ed8580655ca.tar.xz openshift-212faa41ce03f1719598e87fc1453ed8580655ca.zip |
Fix typo in example inventories.
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index e74474b58..6e6af3ea7 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -39,7 +39,7 @@ openshift_release=v3.2 # Specify an exact rpm version to install or configure. # WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed. # This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up. -#openshift_image_tag=-3.2.0.46 +#openshift_pkg_version=-3.2.0.46 # Install the openshift examples #openshift_install_examples=true |