Venu | Removing keys
This commit is contained in:
@@ -36,7 +36,7 @@ as a hypervisor while continuing to be able to manage the existing private cloud
|
||||
|
||||
You are now all set cloud burst!
|
||||
|
||||
## What is supported!
|
||||
## What's supported!
|
||||
Launch
|
||||
Reboot
|
||||
Terminate
|
||||
|
||||
9
ec2driver_config.py
Normal file
9
ec2driver_config.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
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 *
|
||||
Reference in New Issue
Block a user