Remove unused SUPPORTED_ROOT_DEVICE_HINTS
utils.SUPPORTED_ROOT_DEVICE_HINTS is no longer being used so delete it. (The method that used it was removed in 33535cd572b90a817b9c96b42a0d2fe54751351d). Change-Id: Ibb675d4496d7814778f3bab9c161734013479116
This commit is contained in:
parent
01d49886ac
commit
cc0733c348
@ -28,8 +28,6 @@ from ironic_python_agent import errors
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
SUPPORTED_ROOT_DEVICE_HINTS = set(('size', 'model', 'wwn', 'serial', 'vendor'))
|
||||
|
||||
# Agent parameters can be passed by kernel command-line arguments and/or
|
||||
# by virtual media. Virtual media parameters passed would be available
|
||||
# when the agent is started, but might not be available for re-reading
|
||||
|
Loading…
x
Reference in New Issue
Block a user