diff options
| author | Ruby Loo <ruby.loo@intel.com> | 2016-05-30 21:50:14 -0400 |
|---|---|---|
| committer | Ruby Loo <ruby.loo@intel.com> | 2016-05-30 21:50:14 -0400 |
| commit | cc0733c34801dd559a24a22c15f99ff31ae9d359 (patch) | |
| tree | 61fc828a28d08f6db1974973154adab64d82d0a0 /ironic_python_agent/utils.py | |
| parent | 01d49886aca3175f6eaaf1e5f62183cc31a49249 (diff) | |
| download | ironic-python-agent-cc0733c34801dd559a24a22c15f99ff31ae9d359.tar.gz | |
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
Diffstat (limited to 'ironic_python_agent/utils.py')
| -rw-r--r-- | ironic_python_agent/utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ironic_python_agent/utils.py b/ironic_python_agent/utils.py index df5d7c67..87e8fac6 100644 --- a/ironic_python_agent/utils.py +++ b/ironic_python_agent/utils.py @@ -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 |
