Comment 4 for bug 1546097

Revision history for this message
Boris Bobrov (bbobrov) wrote :

--remote-id was added only in kilo, in April 2015. Unfortunately, due to how things worked back then, we have not completely migrated from `keystone` cli utility to `openstack` in 7.0 and this resulted in a little older utility than needed.

Anyway, this is done and it's unlikely we shall add minor functionality to 7.0. If you want to use that parameter for one-time config, you could install a newer python-openstackclient to a virtualenv and use it from there. Do this from a controller:

virtualenv env
./env/bin/pip install python-openstackclient
./env/bin/openstack <... --remote-id ...>