summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorTodd Willey <todd@rubidine.com>2010-06-21 12:44:39 -0400
committerTodd Willey <todd@rubidine.com>2010-06-21 12:44:39 -0400
commitc7f28358ad01e069ac60e4ee85c450c35c628dde (patch)
tree00b5421eb7a3da14c6e2a5cd1ae0ea9364ee1a9a /bin
parent79964253e910dd2884de56138bbe6fa75a3bf283 (diff)
More rackspace API.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-compute2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-compute b/bin/nova-compute
index bd3648d20..aa90f2c3d 100755
--- a/bin/nova-compute
+++ b/bin/nova-compute
@@ -55,7 +55,7 @@ logging.getLogger().setLevel(logging.DEBUG)
def main():
logging.warn('Starting compute node')
- n = node.NetworkNode()
+ n = node.Node()
d = n.adopt_instances()
d.addCallback(lambda x: logging.info('Adopted %d instances', x))