yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #32495
[Bug 1426332] Re: Nova doesn't honor enable_new_services=False
[Expired for openstack-manuals because there has been no activity for 60
days.]
** Changed in: openstack-manuals
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1426332
Title:
Nova doesn't honor enable_new_services=False
Status in OpenStack Compute (Nova):
Expired
Status in OpenStack Manuals:
Expired
Bug description:
When specified enable_new_services=False for nova.conf at new node and
started nova-compute service, the nova-compute service is shown
'enabled' and 'up' in nova service-list output.
But it is expected instead that the compute service will not register
itself and will not be shown in nova-service list
How to reproduce with existing compute node (Destructive! Use it only on test environments):
1) stop nova-compute service
2) remove nova-compute service from DB, for example node-foo:
use nova;
delete from compute_nodes where hypervisor_hostname='node-foo';
delete from services where host='node-foo';
3) Set enable_new_services=False in nova.conf
4) start nova-compute service
5) check nova service-list and launch instance, as an option
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1426332/+subscriptions
References