From b5f3dfc2884e986121bf9c92e2e0ca1c1dca71b1 Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Mon, 27 Nov 2017 09:19:35 -0500 Subject: [PATCH] ironic.conf.sample includes default_resource_class This updates ironic.conf.sample to include the new configuration option default_resource_class. This is a followup to 265993316b53abac234600b4b516965b82270e16. Change-Id: I7615167c331f7db16b27575affb5c4ea66228a5f Related-Bug: #1732190 --- etc/ironic/ironic.conf.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/ironic/ironic.conf.sample b/etc/ironic/ironic.conf.sample index a384d7ec90..3016d4a494 100644 --- a/etc/ironic/ironic.conf.sample +++ b/etc/ironic/ironic.conf.sample @@ -20,6 +20,10 @@ # value) #pecan_debug = false +# Resource class to use for new nodes when no resource class +# is provided in the creation request. (string value) +#default_resource_class = + # Specify the list of drivers to load during service # initialization. Missing drivers, or drivers which fail to # initialize, will prevent the conductor service from @@ -1020,7 +1024,7 @@ # This option is deprecated for removal. # Its value may be silently ignored in the future. # Reason: Use [cinder]/endpoint_override option to set a -# specific cinder API url to connect to. +# specific cinder API URL to connect to. #url = # User's domain id (string value)