Fix bug in registering noauth options
Change-Id: Ice020ae504204f877f144fc01331b6128afd6c67
This commit is contained in:
parent
e50d0f0dc2
commit
229a781920
@ -68,10 +68,10 @@ class VitrageNoAuthLoader(loading.BaseLoader):
|
||||
|
||||
def get_options(self):
|
||||
options = super(VitrageNoAuthLoader, self).get_options()
|
||||
return options
|
||||
options.extend([
|
||||
VitrageOpt('user-id', help='User ID', required=True),
|
||||
VitrageOpt('project-id', help='Project ID', required=True),
|
||||
VitrageOpt('roles', help='Roles', default="admin"),
|
||||
VitrageOpt('endpoint', help='Vitrage endpoint', required=True),
|
||||
])
|
||||
return options
|
||||
|
Loading…
x
Reference in New Issue
Block a user