← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1520735] [NEW] Password should be mandatory else user can't execute any command

 

Public bug reported:

while creating new user using command keystone, password is kept as optional field. When this user try to execute any command then it prompts for password. But as user has no password so no command can be executed by that user. 
so password should be kept as mandatory field, else there is no use of user which is created without password.

steps:
1) $ keystone user-create --name testing
2) create openrc file containing the credentials of newly created user ex testing-openrc.sh, and use it as 
     $source testing-openrc.sh
3) execute any command, and it will prompt for password which is not available, till the time you enter any password then it will report invalid credentials
$ nova image-list
OS Password:
OS Password:
OS Password:
ERROR (CommandError): Invalid OpenStack Nova credentials.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1520735

Title:
  Password should be mandatory else user can't execute any command

Status in OpenStack Identity (keystone):
  New

Bug description:
  while creating new user using command keystone, password is kept as optional field. When this user try to execute any command then it prompts for password. But as user has no password so no command can be executed by that user. 
  so password should be kept as mandatory field, else there is no use of user which is created without password.

  steps:
  1) $ keystone user-create --name testing
  2) create openrc file containing the credentials of newly created user ex testing-openrc.sh, and use it as 
       $source testing-openrc.sh
  3) execute any command, and it will prompt for password which is not available, till the time you enter any password then it will report invalid credentials
  $ nova image-list
  OS Password:
  OS Password:
  OS Password:
  ERROR (CommandError): Invalid OpenStack Nova credentials.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1520735/+subscriptions


Follow ups