Skip to content

Instantly share code, notes, and snippets.

View ngamber's full-sized avatar

Nathan Gamber ngamber

  • San Francisco, CA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ngamber on github.
  • I am ngamber (https://keybase.io/ngamber) on keybase.
  • I have a public key ASAq4TxuupdM9Zb1aB8RXWc0HIG3B-GHz-kmBSQ2999BQwo

To claim this, I am signing this object:

@ngamber
ngamber / gist:5717336
Last active December 18, 2015 03:19
simple instructions on creating tenants and users with the keystone cli.
*** First, source/export keystone credentials. ***
Note:
$name is just a string of your choosing. $*_id refers to the UUID of the record in keystone.
Then:
$ keystone tenant-create --name=$tenant_name
To get the id of the tenant you just created:
$ keystone tenant-list | grep $tenant_name