-
Notifications
You must be signed in to change notification settings - Fork 388
Provision RBAC on an existing Contrail setup
Savvy_Through edited this page Jun 29, 2017
·
5 revisions
“aaa_mode = rbac”
REPLACE
“keystone = cors request_id catch_errors authtoken keystonecontext extensions neutronapiapp_v2_0”
WITH
“keystone = user_token cors request_id catch_errors authtoken keystonecontext extensions neutronapiapp_v2_0”
AND ADD BELOW LINES,
[filter:user_token]
paste.filter_factory = neutron_plugin_contrail.plugins.opencontrail.neutron_middleware:token_factory
"aaa_mode = no-auth"
service contrail-api restart
service neutron-server restart
service supervisor-analytics restart
service supervisor-webui restart