I've got a FAILED response by running a DUMMY audit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
High
|
Vincent Françoise |
Bug Description
The default Watcher configuration defines a DUMMY goal I tried to use to run an audit:
$ template_id=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1`
$ watcher audit-template-
$ watcher audit-create -t ONESHOT -a $template_id
root@console_
+------
| UUID | Type | Audit Template Name | State |
+------
| ff699b6c-
+------
by debugging, I have a KeyError exception here:
(Pdb) n
> /usr/local/
-> description=
(Pdb) n
> /usr/local/
-> action))
(Pdb) n
> /usr/local/
-> priority = priority_
(Pdb) n
KeyError: ('NOP',)
> /usr/local/
-> priority = priority_
(Pdb)
Changed in watcher: | |
assignee: | David TARDIVEL (david-tardivel) → Vincent Françoise (vincent-francoise) |
Changed in watcher: | |
status: | New → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 1cf4e1527699777
Author: Vincent Françoise <email address hidden>
Date: Wed Dec 2 11:04:07 2015 +0100
Added priority level to Nop action
Change-Id: I166e9cc80b1d9e
Closes-Bug: #1521898
Changed in watcher: | |
status: | In Progress → Fix Committed |
Changed in watcher: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/252310
Review: https:/