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:
Dmitry Tantsur 2016-02-02 16:52:39 +01:00
parent 5e84b68ce5
commit 7ee29da29c

View File

@ -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 {