Skip to content

Instantly share code, notes, and snippets.

@kaivanov
Last active August 29, 2015 14:00
Show Gist options
  • Save kaivanov/2a740fa3d0d91a622d98 to your computer and use it in GitHub Desktop.
Save kaivanov/2a740fa3d0d91a622d98 to your computer and use it in GitHub Desktop.
[openstack@folsom:~]$ MEMBER_USER_ID=`keystone user-create --tenant-id $TENANT_ID --name myuser --pass mypassword | awk '/ id / { print $4 }'`
[openstack@folsom:~]$ ADMIN_USER_ID=`keystone user-create --tenant-id $TENANT_ID --name myadmin --pass mypassword | awk '/ id / { print $4 }'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment