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
This commit is contained in:
parent
265993316b
commit
b5f3dfc288
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user