VMware Cloud Community
Achref88
Contributor
Contributor

Keystone user create : name is required !!

hello

i try to create an administrative user for authentication by the Identity Service component.

So when i create the administrative user :

Use the user-create command to create the user.

$ keystone user-create \ --name=swift \ --pass=password    \ --email=admin@example.com

i'm facing an error " name is required"

this screen shot can explain what i'm talking about.

thanks and best regards

0 Kudos
1 Reply
xiangfeiz
VMware Employee
VMware Employee

In your screenshot, there is no "--" before "name". Just for test, you may have the whole command in one line:

$ keystone user-create --name=swift --pass=password --email=admin@example.com

0 Kudos