Merge "Remove unused DEFAULT_NEUTRON_URL constant"

This commit is contained in:
Zuul 2024-04-12 08:50:35 +00:00 committed by Gerrit Code Review
commit 9d8d5a9387
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@ from ironic import objects
LOG = log.getLogger(__name__)
# TODO(pas-ha) remove in Rocky, until then it is a default
# for CONF.neutron.url in noauth case when endpoint_override is not set
DEFAULT_NEUTRON_URL = 'http://%s:9696' % CONF.my_ip
_NEUTRON_SESSION = None
VNIC_BAREMETAL = 'baremetal'