diff options
author | Tim Rozet <trozet@redhat.com> | 2016-08-09 11:19:26 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-09 11:19:26 -0400 |
commit | 522a87b9afa7804ad078de86ded5562063d2edd5 (patch) | |
tree | 793943b308219bcaee6ca9b2717cda52620e1e7c | |
parent | 5c9e135ccc5867ebf26bbe594cbd9964582a237d (diff) |
Enables storing events in ceilometer notification
JIRA: APEX-225
Change-Id: Idd1d7ec895be2812475c086ea4ba67f7acae3003
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | build/opnfv-environment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 4f9fd986..4971ad76 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -22,3 +22,5 @@ parameters: key: 'os_compute_api:servers:show:host_status' value: 'rule:admin_or_owner' +parameter_defaults: + CeilometerStoreEvents: true |