This commit is contained in:
new 2014-11-04 17:34:46 +05:30
commit 05a69458aa
2 changed files with 2 additions and 10 deletions

View File

@ -55,9 +55,9 @@ Snapshot
4. Refer to Step 3 in Quick Setup to edit nova.conf
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.

View File

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