1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Updating dms to look for cloud_region instead of region

This commit is contained in:
Jerry Seutter 2014-11-24 16:40:55 -07:00
parent 7ef8dd794a
commit b220cffcf4

View File

@ -41,7 +41,7 @@ class Rackspace(object):
self.authenticated = False
self.hostname = socket.gethostname()
self.instance_id = options["instance_id"]
self.region = options["region"]
self.region = options["cloud_region"]
log.debug("Authenticating with Rackspace")
log.debug("My hostname: %s" % (self.hostname))