From 75a9d9e70b5d9a1da0f8b24f589407bfa0bac8de Mon Sep 17 00:00:00 2001 From: Madhuri Kumari Date: Fri, 16 Dec 2016 10:05:35 +0530 Subject: [PATCH] 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 --- docs/packstack.rst | 2 +- packstack/plugins/prescript_000.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/packstack.rst b/docs/packstack.rst index 2ebfa2626..28d9ba7dc 100755 --- a/docs/packstack.rst +++ b/docs/packstack.rst @@ -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'] diff --git a/packstack/plugins/prescript_000.py b/packstack/plugins/prescript_000.py index 7d47e3ff8..ee77afa2b 100755 --- a/packstack/plugins/prescript_000.py +++ b/packstack/plugins/prescript_000.py @@ -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],