Skip to content

Instantly share code, notes, and snippets.

@ryandotclair
Created November 27, 2015 19:51
Show Gist options
  • Save ryandotclair/6ad744500599952bd30d to your computer and use it in GitHub Desktop.
Save ryandotclair/6ad744500599952bd30d to your computer and use it in GitHub Desktop.
user and replace
# Get credentials for Unisphere login from environmentals. Default to smc/smc
uni_user = os.getenv('SRUSER', "smc")
uni_pass = os.getenv('SRPASS', "smc")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment