gnocchi: fix stack resource type

There's no "orchestration" type in Gnocchi, it's called "stack".

Change-Id: I28d98aee7b953d9dfb423571c297046226309602
This commit is contained in:
Julien Danjou 2015-12-22 16:30:09 +01:00
parent 9393924c1d
commit 0ae0e3ba14
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ resources:
- 'ip.floating.create'
- 'ip.floating.update'
- resource_type: orchestration
- resource_type: stack
metrics:
- 'stack.create'
- 'stack.update'