Register the keystone service and endpoint in the devstack plugin
The name is "baremetal-introspection", the same as in puppet-ironic: https://github.com/openstack/puppet-ironic/blob/master/manifests/keystone/auth_inspector.pp Change-Id: Ib22c758f70cf6403e5d8b400af4df62caba9dece Related-Bug: #1391865
This commit is contained in:
parent
5e84b68ce5
commit
7ee29da29c
@ -204,6 +204,10 @@ function configure_inspector {
|
||||
inspector_iniset processing always_store_ramdisk_logs "$IRONIC_INSPECTOR_ALWAYS_STORE_RAMDISK_LOGS"
|
||||
inspector_iniset processing log_bmc_address False
|
||||
inspector_iniset DEFAULT timeout $IRONIC_INSPECTOR_TIMEOUT
|
||||
|
||||
get_or_create_service "ironic-inspector" "baremetal-introspection" "Ironic Inspector baremetal introspection service"
|
||||
get_or_create_endpoint "baremetal-introspection" "$REGION_NAME" \
|
||||
"$IRONIC_INSPECTOR_URI" "$IRONIC_INSPECTOR_URI" "$IRONIC_INSPECTOR_URI"
|
||||
}
|
||||
|
||||
function configure_inspector_swift {
|
||||
|
Loading…
x
Reference in New Issue
Block a user