Updates monasca plugins doc string to install python-monascaclient
python-monascaclient is not included in the requirements.txt and user is recommeneded to install this client manually. so this patch updates the doc string for monasca plugins Change-Id: Id7f2365dc6dd76a7035200af8c728b9ff2746e4b Closes-Bug: #1487381
This commit is contained in:
parent
d988bf57c4
commit
eda40c693b
@ -20,7 +20,10 @@ from heat.engine import support
|
||||
|
||||
|
||||
class MonascaAlarmDefinition(resource.Resource):
|
||||
"""Heat Template Resource for Monasca Alarm definition."""
|
||||
"""Heat Template Resource for Monasca Alarm definition. This plug-in
|
||||
requires python-monascaclient>=1.0.22 .So to enable this plug-in, install
|
||||
this client library and restart the heat-engine.
|
||||
"""
|
||||
|
||||
support_status = support.SupportStatus(
|
||||
version='5.0.0',
|
||||
|
@ -20,7 +20,10 @@ from heat.engine import support
|
||||
|
||||
|
||||
class MonascaNotification(resource.Resource):
|
||||
"""Heat Template Resource for Monasca Notification."""
|
||||
"""Heat Template Resource for Monasca Notification. This plug-in
|
||||
requires python-monascaclient>=1.0.22 .So to enable this plug-in, install
|
||||
this client library and restart the heat-engine.
|
||||
"""
|
||||
|
||||
support_status = support.SupportStatus(
|
||||
version='5.0.0',
|
||||
|
Loading…
Reference in New Issue
Block a user