Rename from install_keystone to install_monasca_keystone_client

The function name install_keystone was overriding the function of
the same name in the actual Keystone plugin. Renamed to
install_monasca_keystone_client.

Change-Id: I3fa0d430f38029e58d66c28daa71d2900c1edd9c
This commit is contained in:
Roland Hochmuth 2015-10-14 18:44:11 -06:00
parent ab0ba6374d
commit 2c25034f11
1 changed files with 5 additions and 5 deletions

View File

@ -115,7 +115,7 @@ function post_config_monasca {
function extra_monasca {
install_keystone
install_monasca_keystone_client
install_monasca_agent
@ -164,7 +164,7 @@ function clean_monasca {
clean_monasca_agent
clean_keystone
clean_monasca_keystone_client
clean_monasca_thresh
@ -1099,7 +1099,7 @@ function clean_monasca_thresh {
}
function install_keystone {
function install_monasca_keystone_client {
echo_summary "Install Monasca Keystone Client"
@ -1125,7 +1125,7 @@ function install_keystone {
}
function clean_keystone {
function clean_monasca_keystone_client {
echo_summary "Clean Monasca Keystone Client"
@ -1325,4 +1325,4 @@ fi
$ERREXIT
# Restore xtrace
$XTRACE
$XTRACE