Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. prof = profile.Profile()
  2. prof.set_region(prof.ALL, options['region'])
  3. prof.set_version('identity', 'v3')
  4. conn = connection.Connection(
  5. profile=prof,
  6. auth_url=options['auth_url'],
  7. username=options['username'],
  8. password=options['password'],
  9. project_name=options['project_name'],
  10. user_domain_name='Default',
  11. project_domain_name='default',
  12. tenant_name=options['project_name']
  13. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement