Removing some test configs
This commit is contained in:
parent
7d638f6194
commit
d70dc28c18
@ -1,9 +1,5 @@
|
||||
import os, sys
|
||||
|
||||
import requests
|
||||
|
||||
sys.path.append('/home/andrewmelton/publicgit/stacktach_app')
|
||||
|
||||
from stacktach import utils as stackutils
|
||||
from stacktach.reconciler import exceptions
|
||||
from stacktach.reconciler.utils import empty_reconciler_instance
|
||||
@ -90,17 +86,3 @@ class JSONBridgeClient(object):
|
||||
else:
|
||||
msg = "Couldn't find instance (%s) using JSON Bridge in region (%s)"
|
||||
raise exceptions.NotFound(msg % (uuid, region))
|
||||
|
||||
if __name__ == '__main__':
|
||||
json_bridge_config = {
|
||||
'url': 'http://devstack.ceilo-dev.ord.ohthree.com:8080/query/',
|
||||
'username': '',
|
||||
'password': '',
|
||||
'databases': {
|
||||
'RegionOne': 'nova',
|
||||
}
|
||||
}
|
||||
client = JSONBridgeClient(json_bridge_config)
|
||||
print client.get_instance('RegionOne',
|
||||
'e23ff37f-a02d-4c63-b11e-cc15fdced2cf',
|
||||
get_metadata=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user