ironic/ironic/tests/unit/dhcp
Dmitry Tantsur b6a2919b61 Support names for {cleaning,provisioning}_network
Names are easier to use for humans, so let's allow them.
The actual name -> UUID convertion happens during validation and its
result is cached for each interface instance.

This change will allow recreating a network without changing Ironic
configuration or setting a network name in advance (e.g. by an installer).

Note that when names are used, an administrator is responsible for ensuring
that no other networks have the same name (names are not unique in Neutron).

Change-Id: I9905bdc3f778310ba191b2bed6eb11bad11a2846
Closes-Bug: #1614938
2016-12-02 13:29:29 +01:00
..
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_factory.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_neutron.py Support names for {cleaning,provisioning}_network 2016-12-02 13:29:29 +01:00