Merge "Fix dict.keys() TypeError issue."
This commit is contained in:
commit
1a3c027724
@ -829,7 +829,7 @@ class VNFMPlugin(vnfm_db.VNFMPluginDb, VNFMMgmtMixin):
|
||||
# filtered in _get_vnf_triggers().
|
||||
# Getting action from trigger to decide which process_alarm_for_vnf
|
||||
# method will be called.
|
||||
if trigger['trigger'].keys()[0]\
|
||||
if list(trigger['trigger'])[0]\
|
||||
in constants.RESERVATION_POLICY_ACTIONS:
|
||||
if not self._vnf_reservation_monitor.process_alarm_for_vnf(
|
||||
vnf_id, trigger):
|
||||
|
Loading…
x
Reference in New Issue
Block a user