From ddb89691bdbb719a568317f4f08bf21059c057ff Mon Sep 17 00:00:00 2001 From: Kashyap Kopparam Date: Tue, 4 Nov 2014 16:26:43 +0530 Subject: [PATCH 1/2] Kashyap | updated readme instructions to go to the corrent screen session after juno update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af53141..ac2f63f 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Using the native OpenStack Dashboard or APIs you would be able to manage the EC2 5. Restart nova - `~/devstack/rejoin-stack.sh` - - go to the nova-cpu screen (`ctrl+a`, `6`) + - go to the nova-cpu screen (`ctrl+a`, `7`) - restart the process with `ctrl+c`, press up, and then enter - - go to nova-api (screen 5), and repeat + - go to nova-api (screen 6), and repeat The driver should now be loaded. The contents of the repository is mapped to `/opt/stack/nova/nova/virt/ec2/`, and you can edit it directly from your host computer with an IDE of your choice. From e2723b37cfd660141241f48bbf01382796ff3b53 Mon Sep 17 00:00:00 2001 From: Venu Murthy Date: Tue, 4 Nov 2014 17:33:49 +0530 Subject: [PATCH 2/2] Delete ec2driver_config.py --- ec2driver_config.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ec2driver_config.py diff --git a/ec2driver_config.py b/ec2driver_config.py deleted file mode 100644 index b8e4186..0000000 --- a/ec2driver_config.py +++ /dev/null @@ -1,8 +0,0 @@ -import os - -if os.environ.get('MOCK_EC2'): - print "test environment" - from ec2driver_test_config import * -else: - print "prod env" - from ec2driver_standard_config import * \ No newline at end of file