← Back to team overview

openstack team mailing list archive

Re: nova-client Error :: Please input your password for the keyring

 

you can do  export OS_NO_CACHE=1 in your script before  using a nova Client
object. to avoid  input keyring


2012/11/9 Trinath Somanchi <trinath.somanchi@xxxxxxxxx>

> Hi-
>
> I have written an resource extension in nova-api. and the test script runs
> in the compute-host. When the Keystone credentials are given in the script
> to created an nova-client 'Client' instance, for sending the request, I get
> this message
>
> "Please input your password for the keyring"
>
> I input the passcode that was given in the test script, it gives me the
> record string the nova-api.
>
> I haven't faced this issue when I run the test script in the Controller
> machine. but when I run in the host machine, I'm seeing this issue.
>
> Please help me resolve the issue.
>
> Thanking you.
>
> --
> Regards,
> ----------------------------------------------
> Trinath Somanchi,
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Yaguang Tang

References