summaryrefslogtreecommitdiff
path: root/ironic/conf/conductor.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironic/conf/conductor.py')
-rw-r--r--ironic/conf/conductor.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/ironic/conf/conductor.py b/ironic/conf/conductor.py
index 854330e78..b1d6bae4f 100644
--- a/ironic/conf/conductor.py
+++ b/ironic/conf/conductor.py
@@ -348,6 +348,16 @@ opts = [
'be specified multiple times to define priorities '
'for multiple steps. If set to 0, this specific step '
'will not run during verification. ')),
+ cfg.BoolOpt('automatic_lessee',
+ default=False,
+ mutable=True,
+ help=_('If the conductor should record the Project ID '
+ 'indicated by Keystone for a requested deployment. '
+ 'Allows rights to be granted to directly access the '
+ 'deployed node as a lessee within the RBAC security '
+ 'model. The conductor does *not* record this value '
+ 'otherwise, and this information is not backfilled '
+ 'for prior instances which have been deployed.')),
]