Update Magnum's project description

Magnum has changed its project description from "container management service"
to "container infrastructure management service." So we should update in
packstack also.
See link: https://review.openstack.org/#/c/311476/

Change-Id: Ie3ed8328436d91155e165c00c39346f8752e101f
Closes-bug: 1650444
This commit is contained in:
Madhuri Kumari 2016-12-16 10:05:35 +05:30
parent 3bb99624ee
commit 75a9d9e70b
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ Global Options
Specify 'y' to install OpenStack Orchestration (heat). ['y', 'n']
**CONFIG_MAGNUM_INSTALL**
Specify 'y' to install OpenStack Container Service (magnum). ['y', 'n']
Specify 'y' to install OpenStack Container Infrastructure Management Service (magnum). ['y', 'n']
**CONFIG_SAHARA_INSTALL**
Specify 'y' to install OpenStack Data Processing (sahara). In case of sahara installation packstack also installs heat.['y', 'n']

View File

@ -278,7 +278,7 @@ def initConfig(controller):
{"CMD_OPTION": "os-magnum-install",
"PROMPT": (
"Should Packstack install OpenStack Container Service (Magnum)"
"Should Packstack install OpenStack Container Infrastructure Management Service (Magnum)"
),
"OPTION_LIST": ["y", "n"],
"VALIDATORS": [validators.validate_options],