summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-03 11:24:04 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-03 11:24:04 -0500
commit769a2e15cb505c53aab5953735566e6657dd17c3 (patch)
tree0cd6ea87102a49f7b8b4628c7602be4e7dc75efb /utils
parent65d86727dcdd39753ba595d7e0a6be210028456e (diff)
parent3b58662809c5aab0974043006ad6b320dadfea14 (diff)
downloadopenshift-769a2e15cb505c53aab5953735566e6657dd17c3.tar.gz
openshift-769a2e15cb505c53aab5953735566e6657dd17c3.tar.bz2
openshift-769a2e15cb505c53aab5953735566e6657dd17c3.tar.xz
openshift-769a2e15cb505c53aab5953735566e6657dd17c3.zip
Merge pull request #783 from smunilla/text_improvements
atomic-openshift-installer: Text improvements
Diffstat (limited to 'utils')
-rw-r--r--utils/src/ooinstall/cli_installer.py2
-rw-r--r--utils/src/ooinstall/variants.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py
index bfaaea6aa..b3b1acebb 100644
--- a/utils/src/ooinstall/cli_installer.py
+++ b/utils/src/ooinstall/cli_installer.py
@@ -95,7 +95,7 @@ The OpenShift Node provides the runtime environments for containers. It will
host the required services to be managed by the Master.
http://docs.openshift.com/enterprise/latest/architecture/infrastructure_components/kubernetes_infrastructure.html#master
-http://docs.openshift.com/enterprise/3.0/architecture/infrastructure_components/kubernetes_infrastructure.html#node
+http://docs.openshift.com/enterprise/latest/architecture/infrastructure_components/kubernetes_infrastructure.html#node
"""
click.echo(message)
diff --git a/utils/src/ooinstall/variants.py b/utils/src/ooinstall/variants.py
index ed98429fc..05281d654 100644
--- a/utils/src/ooinstall/variants.py
+++ b/utils/src/ooinstall/variants.py
@@ -38,7 +38,7 @@ OSE = Variant('openshift-enterprise', 'OpenShift Enterprise',
]
)
-AEP = Variant('atomic-enterprise', 'Atomic OpenShift Enterprise',
+AEP = Variant('atomic-enterprise', 'Atomic Enterprise Platform',
[
Version('3.1', 'atomic-enterprise')
]