Add devstack plugin for deploying the plugin. Change-Id: I4ecbc8e30025604eae5d159b4f2506fe3ed484ce
16 lines
400 B
Plaintext
16 lines
400 B
Plaintext
# General settings
|
|
COLLECTD_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )
|
|
COLLECTD_BATCH_SIZE=${COLLECTD_BATCH_SIZE:-3}
|
|
|
|
# Ceilometer connection info.
|
|
CEILOMETER_URL_TYPE=${CEILOMETER_URL_TYPE:-internalURL}
|
|
CEILOMETER_TIMEOUT=${CEILOMETER_TIMEOUT:-1000}
|
|
|
|
# Auth info
|
|
OS_AUTH_URL="$KEYSTONE_AUTH_URI/v$IDENTITY_API_VERSION"
|
|
OS_USERNAME="ceilometer"
|
|
OS_PASSWORD=${SERVICE_PASSWORD}
|
|
|
|
|
|
|