diff --git a/vitrageclient/auth.py b/vitrageclient/auth.py index 2db7a6e..c8dced3 100644 --- a/vitrageclient/auth.py +++ b/vitrageclient/auth.py @@ -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