yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11739
[Bug 1293784] [NEW] Need better default for nova_url
Public bug reported:
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?
** Affects: neutron
Importance: Undecided
Status: New
** Description changed:
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')),
+ 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 a
- more sane default?
+ Is this really a sane default? Wouldn't http://127.0.0.1:8774/v2 be more
+ correct?
--
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):
New
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
Follow ups
References