diff options
author | Shivanand Tendulker <stendulker@gmail.com> | 2017-11-16 13:23:05 -0500 |
---|---|---|
committer | Ruby Loo <ruby.loo@intel.com> | 2018-01-25 13:26:33 -0500 |
commit | 4624c572e21f136db5df8ebcd0ddae03eed71a59 (patch) | |
tree | 1294b186942437adf496c017a402be960a776377 /etc | |
parent | f5654bfd00bd11564203657062d4c53803dcf0c7 (diff) | |
download | ironic-4624c572e21f136db5df8ebcd0ddae03eed71a59.tar.gz |
Agent rescue implementation
This implements agent based rescue interface.
Partial-Bug: #1526449
Co-Authored-By: Mario Villaplana <mario.villaplana@gmail.com>
Co-Authored-By: Aparna <aparnavtce@gmail.com>
Co-Authored-By: Shivanand Tendulker <stendulker@gmail.com>
Change-Id: I9b4c1278dc5fab7888fbfe586c15e31ed3958978
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ironic/ironic.conf.sample | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index 6d4f30401..7615fc65d 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -4029,11 +4029,11 @@ # 6 - <No description provided> #ip_version = 4 -# Download deploy images directly from swift using temporary -# URLs. If set to false (default), images are downloaded to -# the ironic-conductor node and served over its local HTTP -# server. Applicable only when 'ipxe_enabled' option is set to -# true. (boolean value) +# Download deploy and rescue images directly from swift using +# temporary URLs. If set to false (default), images are +# downloaded to the ironic-conductor node and served over its +# local HTTP server. Applicable only when 'ipxe_enabled' +# option is set to true. (boolean value) #ipxe_use_swift = false |