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
33535cd572
).
Change-Id: Ibb675d4496d7814778f3bab9c161734013479116
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user