Merge "Use my_ip for neutron URL"
This commit is contained in:
@@ -29,7 +29,7 @@ from ironic.openstack.common import log as logging
|
||||
|
||||
neutron_opts = [
|
||||
cfg.StrOpt('url',
|
||||
default='http://127.0.0.1:9696',
|
||||
default='http://$my_ip:9696',
|
||||
help='URL for connecting to neutron.'),
|
||||
cfg.IntOpt('url_timeout',
|
||||
default=30,
|
||||
|
||||
Reference in New Issue
Block a user