Skip to content

Commit

Permalink
Contrail plugin uses useragent-kv for maintaining state in API server
Browse files Browse the repository at this point in the history
Change-Id: I3ec7ee629684e6429f25df3d2af1006f5b79784b
Closes-Bug: #1619500
  • Loading branch information
Deepinder Setia committed Sep 1, 2016
1 parent ba0b374 commit 9262861
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/api-server/vnc_cfg_api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -2768,6 +2768,11 @@ def _create_default_rbac_rule(self):
'rule_field': '',
'rule_perms': [{'role_name':'*', 'role_crud':'CRUD'}]
},
{
'rule_object':'useragent-kv',
'rule_field': '',
'rule_perms': [{'role_name':'*', 'role_crud':'CRUD'}]
},
{
'rule_object':'documentation',
'rule_field': '',
Expand Down

0 comments on commit 9262861

Please sign in to comment.