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
265993316b.

Change-Id: I7615167c331f7db16b27575affb5c4ea66228a5f
Related-Bug: #1732190
This commit is contained in:
Ruby Loo 2017-11-27 09:19:35 -05:00
parent 265993316b
commit b5f3dfc288
1 changed files with 5 additions and 1 deletions

View File

@ -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 = <None>
# 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 = <None>
# User's domain id (string value)