openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #16095
Re: Keyring support in openstack
On Aug 23, 2012, at 7:10 AM, Scott Moser <smoser@xxxxxxxxxx> wrote:
> I haven' tried this specifically for the openstack client, but when this
> went into nova, it annoyed me, as I started having to give a password on
> remote systems every time. For the devstack instances I was working on, I
> honestly couldn't care less about security, and wanted to not be bothered.
I think we were all annoyed by this. FYI to get the old (non-cache) behavior
for nova:
export OS_NO_CACHE=1
Devstack now sets this by default but you can override it in your localrc if
you really like the password prompt.
Vish
References