Fix comment about default implementations

Fix coment about default implementations.
The Python implementations are the default
implementations.

Change-Id: I76a77d017602a33dfe4221d683ff4557c24eecca
This commit is contained in:
Deklan Dieterly 2015-11-18 14:10:38 -07:00
parent 8c414f8fec
commit 2a6270b43f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ enable_service rabbit mysql key tempest
# The following two variables allow switching between Java and Python for the implementations
# of the Monasca API and the Monasca Persister. If these variables are not set, then the
# default is to install the Java implementations of both the Monasca API and the Monasca Persister.
# default is to install the Python implementations of both the Monasca API and the Monasca Persister.
# Uncomment one of the following two lines to choose Java or Python for the Monasca API.
#MONASCA_API_IMPLEMENTATION_LANG=${MONASCA_API_IMPLEMENTATION_LANG:-java}