Solution:
New version of neutron client requires updated keystone client that clashes with icehouse constraints on keystone client version.
One way to fix this is to use the older neutron client by changing the global requirements:
vi /opt/stack/requirements/global-requirements.txt
change the following line:
python-neutronclient>=2.3.4,<2.4
to:
python-neutronclient>=2.3.4,<2.3.11
Then do:
./unstack.sh
./stack.sh
Solution:
New version of neutron client requires updated keystone client that clashes with icehouse constraints on keystone client version.
One way to fix this is to use the older neutron client by changing the global requirements:
vi /opt/stack/requirements/global-requirements.txt
change the following line:
python-neutronclient>=2.3.4,<2.4
to:
python-neutronclient>=2.3.4,<2.3.11
Then do:
./unstack.sh
./stack.sh