Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Install openstack client on the provisioning host #61

Open
mcornea opened this issue Aug 30, 2019 · 5 comments
Open

Install openstack client on the provisioning host #61

mcornea opened this issue Aug 30, 2019 · 5 comments

Comments

@mcornea
Copy link
Contributor

mcornea commented Aug 30, 2019

The openstack client can be useful for debugging via openstack baremetal commands.

@russellb
Copy link
Member

This would require an openstack subscription, though. I’d suggest not installing this by default at least.

@e-minguez
Copy link
Member

Maybe having a container with the tools can be helpful so instead installing it you just run podman run openstack <my command>?

@mcornea
Copy link
Contributor Author

mcornea commented Sep 3, 2019

Maybe having a container with the tools can be helpful so instead installing it you just run podman run openstack <my command>?

Yes, sounds good, this would work as well.

@achuzhoy
Copy link

achuzhoy commented Sep 6, 2019

Emphasizing the need to be able to debug (ironic).
Thanks.

@e-minguez
Copy link
Member

Just in case, as a workaround this is what I've been doing to avoid messing with pip systemwide:

$ python3 -m venv --system-site-packages ~/openstack-cli/
$ source ~/openstack-cli/bin/activate
$ pip install python-openstackclient python-ironicclient
$ pip install --upgrade pip

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants