From a205f2adf902c3d9d30f9650278c17567aba0bfc Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 14 Feb 2017 19:44:34 +0000 Subject: [PATCH] Don't limit creation of undercloud.conf to baremetal Now that we support a wider variety of virtual environments, it's quite likely that developers and testers will need to create an undercloud.conf for them as well. Since it won't hurt to create undercloud.conf even when using all the defaults, let's just make it a non-optional step. Change-Id: I6c12391dd3e66bd1fbc706f2d936aab543376388 --- doc/source/installation/installing.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/source/installation/installing.rst b/doc/source/installation/installing.rst index aac01183..3cfb9b80 100644 --- a/doc/source/installation/installing.rst +++ b/doc/source/installation/installing.rst @@ -69,16 +69,12 @@ Installing the Undercloud sudo yum install -y python-tripleoclient +#. Copy in the sample configuration file and edit it to reflect your environment:: + + cp /usr/share/instack-undercloud/undercloud.conf.sample ~/undercloud.conf #. Run the command to install the undercloud: - .. admonition:: Baremetal - :class: baremetal - - Copy in the sample configuration file and edit it to reflect your environment:: - - cp /usr/share/instack-undercloud/undercloud.conf.sample ~/undercloud.conf - .. admonition:: Source :class: source