Bladeren bron

Merge pull request #783 from smunilla/text_improvements

atomic-openshift-installer: Text improvements
Brenton Leanhardt 9 jaren geleden
bovenliggende
commit
769a2e15cb
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      utils/src/ooinstall/cli_installer.py
  2. 1 1
      utils/src/ooinstall/variants.py

+ 1 - 1
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.
 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/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)
     click.echo(message)
 
 

+ 1 - 1
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')
         Version('3.1', 'atomic-enterprise')
     ]
     ]