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:
Ruby Loo
2016年05月30日 21:50:14 -04:00
parent 01d49886ac
commit cc0733c348

View File

@@ -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
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.