Skip to content

Commit

Permalink
Merge "Remove aaa_mode value cloud-admin-only" into R3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Aug 5, 2016
2 parents 5f8c908 + 58a8a0f commit cb6768c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sandesh/common/vns.sandesh
Original file line number Diff line number Diff line change
Expand Up @@ -511,10 +511,8 @@ const string CLOUD_ADMIN_ROLE = "admin"

const string AAA_MODE_NO_AUTH = "no-auth"
const string AAA_MODE_CLOUD_ADMIN = "cloud-admin"
const string AAA_MODE_CLOUD_ADMIN_ONLY = "cloud-admin-only"

const list <string> APIAAAModes = [
AAA_MODE_NO_AUTH,
AAA_MODE_CLOUD_ADMIN,
AAA_MODE_CLOUD_ADMIN_ONLY,
]

0 comments on commit cb6768c

Please sign in to comment.