zone/info works
This commit is contained in:
@@ -53,11 +53,11 @@ if __name__ == '__main__':
|
|||||||
|
|
||||||
compute = service.Service.create(binary='nova-compute')
|
compute = service.Service.create(binary='nova-compute')
|
||||||
network = service.Service.create(binary='nova-network')
|
network = service.Service.create(binary='nova-network')
|
||||||
volume = service.Service.create(binary='nova-volume')
|
#volume = service.Service.create(binary='nova-volume')
|
||||||
scheduler = service.Service.create(binary='nova-scheduler')
|
scheduler = service.Service.create(binary='nova-scheduler')
|
||||||
#objectstore = service.Service.create(binary='nova-objectstore')
|
#objectstore = service.Service.create(binary='nova-objectstore')
|
||||||
|
|
||||||
service.serve(compute, network, volume, scheduler)
|
service.serve(compute, network, scheduler)
|
||||||
|
|
||||||
apps = []
|
apps = []
|
||||||
paste_config_file = wsgi.paste_config_file('nova-api.conf')
|
paste_config_file = wsgi.paste_config_file('nova-api.conf')
|
||||||
|
|||||||
@@ -312,3 +312,8 @@ DEFINE_string('host', socket.gethostname(),
|
|||||||
|
|
||||||
DEFINE_string('node_availability_zone', 'nova',
|
DEFINE_string('node_availability_zone', 'nova',
|
||||||
'availability zone of this node')
|
'availability zone of this node')
|
||||||
|
|
||||||
|
DEFINE_string('zone_name', 'nova', 'name of this zone')
|
||||||
|
DEFINE_string('zone_capabilities', 'xen, linux',
|
||||||
|
'comma-delimited list of tags which represent boolean'
|
||||||
|
' capabilities of this zone')
|
||||||
|
|||||||
Reference in New Issue
Block a user