CentOS 6.5 IceHouse Neutron CLI missing dependencies
I am trying to install IceHouse IaaS on an all virtual infrastructure. everything has went smoothly but I have problem running Neutron on controller node. First I tried to create network on the controller node:
neutron net-create ext-net --shared --router:external=True
but I got this:
(pyparsing 1.5.6 (/usr/lib/python2.6/site-packages), Requirement.parse('pyparsing>=2.0.1')) 'Namespace' object has no attribute 'debug'
Then I tried:
neutron --debug -v net-list
and I got:
ERROR: cliff.display (pyparsing 1.5.6 (/usr/lib/python2.6/site-packages), Requirement.parse('pyparsing>=2.0.1'))'Namespace' object has no attribute 'debug'
Can somebody tell me how I can fix this?
Thanks
in which way are u installing the icehouse? devstack or manually using the Ubuntu Cloud Archive?
Manually and I'm on CentOS 6.5. I'm using the manual on the OpenStack website
It looks like it has something to do with pyparsing (it needs newer version) but I'm not sure.
Is it Multi Node Setup on CentOS 6.5 ?
It's a multi-node setup and this happens on the controller node.