Official procedure caused an error, so make a note of the successful case. By the way, I confirmed it with CentOS 7.2. For those who use a proxy, refer to here.
Install pip. Even if gcc is not included, gcc is also included.
python
$ sudo yum install python-devel python-pip gcc
If I forget this, I get an error like Command" python setup.py egg_info "failed with error code 1 in / tmp / pip-build-EFbty6 / positional
when installing the openstack client.
python
$ sudo pip install pbr
python
$ sudo pip install python-openstackclient
It seems that neutron is different, so network managers add neutron.
python
$ sudo pip install python-neutronclient
As of September 2016, it was ver3.2.0.
$ openstack --version
openstack 3.2.0
Recommended Posts