nova/bin
Joe Gordon 1ab2fc6477 Remove availability_zones from service table
This is the final step in enabling availability_zones using aggregate
metadata. Previously all services had an availability_zone, but the
availability_zone is only used for nova-compute.  Services such as
nova-scheduler, nova-network, nova-conductor have always spanned all
availability_zones.

After this change only compute nodes (nova-compute), will have an
availability_zone. In order to preserve current APIs, when running:
* nova host-list (os-hosts)
* euca-describe-availability-zones verbose
* nova-manage service list
Internal services will appear in there own internal availability_zone
(CONF.internal_service_availability_zone)
Internal zone is hidden in euca-describe-availability_zones
(non-verbose)

CONF.node_availability_zone has been renamed to
CONF.default_availability_zone and is only used by the nova-api and
nova-scheduler. CONF.node_availability_zone still works but is
deprecated

DocImpact

Completes blueprint aggregate-based-availability-zones

Change-Id: Ib772df5f9ac2865f20df479f8ddce575a9ce3aff
2013-01-08 14:01:30 -08:00
..
nova-all Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-api Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-api-ec2 Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00
nova-api-metadata Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00
nova-api-os-compute Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00
nova-baremetal-deploy-helper PXE bare-metal provisioning helper server 2013-01-08 08:55:02 +13:00
nova-baremetal-manage CLI for bare-metal database sync. 2013-01-08 22:56:14 +09:00
nova-cells Cells: Add the main code. 2013-01-04 20:45:05 +00:00
nova-cert Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-clear-rabbit-queues Port to argparse based cfg 2012-12-11 06:47:35 +00:00
nova-compute Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-conductor Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-console Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-consoleauth Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-dhcpbridge Merge "Port to argparse based cfg" 2012-12-12 23:30:43 +00:00
nova-manage Remove availability_zones from service table 2013-01-08 14:01:30 -08:00
nova-network Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-novncproxy Clarify & fix docs for nova-novncproxy 2013-01-03 11:01:33 +00:00
nova-objectstore Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00
nova-rootwrap Add syslogging to nova-rootwrap 2012-12-13 10:09:46 +01:00
nova-rpc-zmq-receiver Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-scheduler Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-xvpvncproxy Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00