diff --git a/README-source.md b/README-source.md index 8d5349ab8..2ac9d1000 100644 --- a/README-source.md +++ b/README-source.md @@ -39,15 +39,12 @@ instack-undercloud via source source instack-undercloud/instack-sourcerc -1. Create the virtual environment. +1. Create the virtual environment. When the script has completed successfully, +it will output the instack vm's IP address. Use this IP address in the next +step. - sudo yum -y install libguestfs-tools instack-virt-setup -1. Start instack vm. - - virsh start instack - 1. ssh as the stack user (password is stack) to the instack vm # to get the IP address of the instack vm: diff --git a/README.md b/README.md index 4dc8c5441..34467b150 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Undercloud Install via instack ============================== -instack-undercloud can be used in an all baremetal environment or an all -virtual environment. +instack-undercloud can be used to setup Juno in an virtual environment. To use instack-undercloud in an all virtual environment, perform the setup at -[README-virt](README-virt.md). If you're working with baremetal, see [README-packages](README-packages.md). \ No newline at end of file +[README-source](README-source.md).