ironic_python_agent.extensions.rescue.
RescueExtension
(agent=None)[source]¶Bases: ironic_python_agent.extensions.base.BaseAgentExtension
finalize_rescue
(rescue_password='', hashed=False)[source]¶Sets the rescue password for the rescue user.
write_rescue_password
(rescue_password='', hashed=False)[source]¶Write rescue password to a file for use after IPA exits.
rescue_password – Rescue password.
hashed – Boolean default False indicating if the password being provided is hashed or not. This will be changed in a future version of ironic.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.