diff options
author | Trey Morris <trey.morris@rackspace.com> | 2011-03-17 15:57:04 -0500 |
---|---|---|
committer | Trey Morris <trey.morris@rackspace.com> | 2011-03-17 15:57:04 -0500 |
commit | 400ca259f49a741cf2cefd86afcf2494ee0bd446 (patch) | |
tree | 881a11a7ba5a306f0d728c085a8021cb7e527bd5 /nova/service.py | |
parent | 038d99d9fa4354bd617adfa332d69a87a9f7918e (diff) | |
parent | 88ae79505a84736ebdf57ba67c60ff16de5c9e87 (diff) | |
download | nova-400ca259f49a741cf2cefd86afcf2494ee0bd446.tar.gz nova-400ca259f49a741cf2cefd86afcf2494ee0bd446.tar.xz nova-400ca259f49a741cf2cefd86afcf2494ee0bd446.zip |
merged trunk, merged qos, slight refactor regarding merges
Diffstat (limited to 'nova/service.py')
-rw-r--r-- | nova/service.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/service.py b/nova/service.py index af20db01c..d60df987c 100644 --- a/nova/service.py +++ b/nova/service.py @@ -92,6 +92,9 @@ class Service(object): except exception.NotFound: self._create_service_ref(ctxt) + if 'nova-compute' == self.binary: + self.manager.update_available_resource(ctxt) + conn1 = rpc.Connection.instance(new=True) conn2 = rpc.Connection.instance(new=True) if self.report_interval: |