This Page

The quantum.plugins.cisco.common.cisco_credentials_v2 Module

class quantum.plugins.cisco.common.cisco_credentials_v2.Store

Bases: object

Credential Store

static delete_credential(cred_name)

Delete a credential

static get_credential(cred_name)

Get the username and password

static get_password(cred_name)

Get the password

static get_username(cred_name)

Get the username

static initialize()
static put_credential(cred_name, username, password)

Set the username and password