yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24330
[Bug 1389941] [NEW] reload not change listen and listen_port
Public bug reported:
Action "reload" means a daemon nova-api service receives a SIGHUP
signal, it will reload config files and restart itself.
Ideally, reload should reflect any changed config. But configs like
'osapi_compute_listen', 'osapi_compute_listen_port' not work currently.
[reproduct]
1. run nova-api as a daemon
2. change 'osapi_compute_listen_port' in /etc/nova/nova.conf
3. kill -HUP $pid_of_nova_api_parent
Then you can find the bind address and bind port still not change.
** Affects: nova
Importance: Undecided
Status: New
--
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/1389941
Title:
reload not change listen and listen_port
Status in OpenStack Compute (Nova):
New
Bug description:
Action "reload" means a daemon nova-api service receives a SIGHUP
signal, it will reload config files and restart itself.
Ideally, reload should reflect any changed config. But configs like
'osapi_compute_listen', 'osapi_compute_listen_port' not work
currently.
[reproduct]
1. run nova-api as a daemon
2. change 'osapi_compute_listen_port' in /etc/nova/nova.conf
3. kill -HUP $pid_of_nova_api_parent
Then you can find the bind address and bind port still not change.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1389941/+subscriptions
Follow ups
References