diff options
author | Eldar Nugaev <enugaev@griddynamics.com> | 2011-01-07 05:59:30 +0300 |
---|---|---|
committer | Eldar Nugaev <enugaev@griddynamics.com> | 2011-01-07 05:59:30 +0300 |
commit | 3478e90442ad7a22497b53153ae893df96e55b4e (patch) | |
tree | 25ff5c66fee6c7676f4a0f3bbbc6aa7556ed8f03 /nova/service.py | |
parent | 9eca4d51f55b078942c9886fd5b785d6f045c6d2 (diff) | |
download | nova-3478e90442ad7a22497b53153ae893df96e55b4e.tar.gz nova-3478e90442ad7a22497b53153ae893df96e55b4e.tar.xz nova-3478e90442ad7a22497b53153ae893df96e55b4e.zip |
merge
Diffstat (limited to 'nova/service.py')
-rw-r--r-- | nova/service.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/service.py b/nova/service.py index 7203430c6..d4a6f3839 100644 --- a/nova/service.py +++ b/nova/service.py @@ -118,7 +118,8 @@ class Service(object): {'host': self.host, 'binary': self.binary, 'topic': self.topic, - 'report_count': 0}) + 'report_count': 0, + 'availability_zone': FLAGS.node_availability_zone}) self.service_id = service_ref['id'] def __getattr__(self, key): |