Move notification_format and delete rpc.py
The only entry in rpc.py would be better living in notifications.py. At that point we can just delete rpc.py. Blueprint centralize-config-options-ocata Change-Id: Id4d41339a5f8e1102baa4705fc93a99c151d3ac5
This commit is contained in:
parent
efb67379eb
commit
1b9e0abc50
@ -59,7 +59,6 @@ from nova.conf import placement
|
||||
from nova.conf import quota
|
||||
from nova.conf import rdp
|
||||
from nova.conf import remote_debug
|
||||
from nova.conf import rpc
|
||||
from nova.conf import scheduler
|
||||
from nova.conf import serial_console
|
||||
from nova.conf import service
|
||||
@ -116,7 +115,6 @@ pci.register_opts(CONF)
|
||||
placement.register_opts(CONF)
|
||||
quota.register_opts(CONF)
|
||||
rdp.register_opts(CONF)
|
||||
rpc.register_opts(CONF)
|
||||
scheduler.register_opts(CONF)
|
||||
serial_console.register_opts(CONF)
|
||||
service.register_opts(CONF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user