diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 76f358b..3edafd5 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -74,7 +74,7 @@ function configure_cinder_nfs { # Point Cinder to the Nova service correctly # Cinder's defaults don't match what devstack sets up. iniset $CINDER_CONF DEFAULT nova_catalog_info compute:nova:publicURL - iniset $CINDER_CONF DEFAULT nova_catalog_admin_info compute:nova:adminURL + iniset $CINDER_CONF DEFAULT nova_catalog_admin_info compute:nova:publicURL }