Last active
August 29, 2015 14:26
-
-
Save danehans/3b364989d07458245845 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creating Keystone tenant, user, role, service and endpoints | |
usage: crux user-create [-h] [--user-name USER_NAME] [--user-email USER_EMAIL] | |
[--tenant-name TENANT_NAME] | |
[--tenant-description TENANT_DESCRIPTION] | |
[--password PASSWORD] [--role ROLE] | |
[--random-password] | |
[--password-length PASSWORD_LENGTH] [--enabled] | |
[--disabled] [--update] | |
crux user-create: error: argument --user-name/--user/-n: expected one argument | |
# From the keystone container | |
# crux user-create --update \ | |
> -n ${ADMIN_USER} -p "${ADMIN_USER_PASSWORD}" \ | |
> -t ${ADMIN_TENANT_NAME} -r admin | |
Unable to establish connection to http://172.29.74.86:35357/v3/tenants |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment