Skip to content

Instantly share code, notes, and snippets.

@dolph
Created March 6, 2014 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dolph/9379418 to your computer and use it in GitHub Desktop.
Save dolph/9379418 to your computer and use it in GitHub Desktop.
Lessons learned from building OpenStack clients.

Every time the client tries to guess something, it gets it wrong.

  • guessing whether the user passed in an ID or a name (not all IDs are UUIDs, as in the case of LDAP and legacy deployments)
  • guessing intended scope in auth request (domain_id + project_id + trust_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment