yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11865
[Bug 1293784] Re: Need better default for nova_url
Thanks james for pointing this out. Since nova_url in /etc/neutron.conf
overrides the default value in config.py, I think it did not create any
problem till now, right?
Should I make the changes and progress with the bug?
Regards,
Seenu.
** Changed in: neutron
Status: New => Opinion
** Changed in: neutron
Assignee: (unassigned) => Srinivasa T N (seenutn)
** Changed in: neutron
Status: Opinion => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1293784
Title:
Need better default for nova_url
Status in OpenStack Neutron (virtual network service):
In Progress
Bug description:
While looking into https://bugs.launchpad.net/tripleo/+bug/1293782, we
noticed that it seems the default for nova_url in neutron.conf is
http://127.0.0.1:8774
From common/config.py:
cfg.StrOpt('nova_url',
default='http://127.0.0.1:8774',
help=_('URL for connection to nova')),
Is this really a sane default? Wouldn't http://127.0.0.1:8774/v2 be
more correct?
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1293784/+subscriptions
References