Makes monasca resources as supported

Now monasca becomes under big-tent and global-requirements
is updated with python-monascaclient. so monasca sample
template is updated for the same in this patch.

Change-Id: I2860db9ba44dd09b8bb3b925a965ee89859fd6cc
This commit is contained in:
Kanagaraj Manickam 2015-12-03 15:44:34 +05:30
parent 66c763f1bb
commit 94639244fa
2 changed files with 3 additions and 7 deletions

View File

@ -1,10 +1,9 @@
heat_template_version: 2015-10-15
description: >
A sample template used to experiment the auto-scaling using monasca service.
Pre-requisites:
1. Install python-monascaclient>=1.0.22
2. Restart heat-engine(s).
Example of using monasca resources for auto-scale testing. In this template,
sample scale-group is created with given nova instance to auto-scale
when cpu utilization varies between 15 to 50 percent for 3 times consequently.
parameters:
flavor:

View File

@ -1,3 +0,0 @@
resource_registry:
"OS::Monasca::Notification": "OS::Heat::None"
"OS::Monasca::AlarmDefinition": "OS::Heat::None"