Skip to content

Commit

Permalink
Merge "Contrail plugin uses useragent-kv for maintaining state in API…
Browse files Browse the repository at this point in the history
… server" into R3.1
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Sep 3, 2016
2 parents 874be3d + 5b2bd1e commit 2b5f5bf
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
Expand Up @@ -2806,6 +2806,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 2b5f5bf

Please sign in to comment.