README updates

This commit is contained in:
James Slagle 2014-09-12 08:38:47 -04:00
parent a83f282446
commit 4a3ecdfc4a
2 changed files with 5 additions and 9 deletions

View File

@ -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:

View File

@ -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).
[README-source](README-source.md).