trivial: Fix a typo in devstack plugin.sh

The enforce scope script should bounce the glance API after setting
configuration values for scope enforcement, not keystone.

Change-Id: Ia6c556be679f9cd81f9920ff33fa089b79afde10
This commit is contained in:
Lance Bragstad 2021-02-11 21:09:14 +00:00
parent 2c893fbd80
commit 81f8349cde

@ -15,7 +15,7 @@
function configure_enforce_scope {
iniset $GLANCE_CONF_DIR/glance-api.conf oslo_policy enforce_scope true
iniset $GLANCE_CONF_DIR/glance-api.conf oslo_policy enforce_new_defaults true
sudo systemctl restart devstack@keystone
sudo systemctl restart devstack@g-api
}
function configure_protection_tests {