From d44b241f88610621455e08b8eba05dbe427e6fbd Mon Sep 17 00:00:00 2001 From: asparikh Date: Mon, 29 Sep 2014 16:20:18 -0500 Subject: [PATCH] Added instructions to make changes to nova.conf to allow resizing. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca2f612..61278a9 100644 --- a/README.md +++ b/README.md @@ -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`)