ironic/ironic/conductor
Mark Goddard 9e3f412186 Move port object creation to conductor
Previously, the API service created port objects without hitting the
conductor. This change moves port creation to the conductor service,
adding a create_port method.

Currently this just performs the port object creation but in a future
change this will be used to validate the physical network assignment of
ports in a portgroup when a port is created, ensuring that all ports in
the group have the same physical network.

The conductor RPC API version has been bumped to 1.41.

Change-Id: I7501bf9fedc668629d5b627475bb54fef5c6bf20
Partial-Bug: #1666009
2017-06-12 14:47:32 +01:00
..
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base_manager.py Merge "Config drive support for ceph radosgw" 2017-04-17 17:59:06 +00:00
manager.py Move port object creation to conductor 2017-06-12 14:47:32 +01:00
notification_utils.py Add node console notifications 2016-12-23 08:51:54 +00:00
rpcapi.py Move port object creation to conductor 2017-06-12 14:47:32 +01:00
task_manager.py add portgroups in the task_manager docstrings 2017-04-10 04:04:18 +00:00
utils.py Remove translation of log messages from ironic/conductor 2017-03-22 16:39:20 -07:00