Bases: keystoneauth1.loading.base.BaseLoader
alias of GnocchiBasicPlugin
Bases: keystoneauth1.plugin.BaseAuthPlugin
Basic authentication plugin for Gnocchi.
Bases: keystoneauth1.loading.base.BaseLoader
alias of GnocchiNoAuthPlugin
Bases: keystoneauth1.plugin.BaseAuthPlugin
No authentication plugin for Gnocchi
This is a keystoneauth plugin that instead of doing authentication, it just fill the ‘x-user-id’ and ‘x-project-id’ headers with the user provided one.