Added instructions to make changes to nova.conf to allow resizing.

This commit is contained in:
asparikh 2014-09-29 16:20:18 -05:00
parent 71ef6549b7
commit d44b241f88
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@ Using the native OpenStack Dashboard or APIs you would be able to manage the EC2
1. Clone this repository: `git clone https://github.com/ThoughtWorksInc/OpenStack-EC2-Driver.git`
2. Run`vagrant up` from within the repository to create an Ubuntu virtualbox that will install devstack. This will take a couple minutes.
3. `vagrant ssh` to ssh into the new machine
4. Use `vim /etc/nova/nova.conf` to edit the nova configuration so that the compute_driver is set to ec2.EC2Driver
4. Use `vim /etc/nova/nova.conf` to edit the nova configuration so that
- the compute_driver is set to ec2.EC2Driver
- under the [conductor] section, add the following line
use_local = True
5. Restart nova
- `~/devstack/rejoin-stack.sh`
- go to the nova-cpu screen (`ctrl+a`, `6`)