ntt-sic / masakari

[UNMAINTAINED]
https://wiki.openstack.org/wiki/Masakari
Apache License 2.0
41 stars 25 forks source link

what should I do if I want to use it in centos7+openstack kilo #45

Open linkt opened 7 years ago

linkt commented 7 years ago

hi ! today,I try to installed in the centos7+openstack kilo,there are some ImportError . Is there a requirement for the Python and openstack versions of this program?

sampathP commented 7 years ago

Hi, I can give you more specific answer if you could share the Error massages you had. Normally, in centos you need following,

yum groupinstall "Development tools"

yum install python-setuptools python-devel

Are you using the masakari-deploy tools to build the environment?

linkt commented 7 years ago

I am so sorry,I find that I am using the openstack/masakari........

sampathP commented 7 years ago

Thank you. In that case, all you need to install are in masakari/requirements.txt. Before that, you still need to install ,

yum groupinstall "Development tools"

yum install python-setuptools python-devel

Please let me know what error you have. We panning to release openstack/masakari in 2016/11/7. You may raise bug reports/questions related to openstack/masakari on https://launchpad.net/masakari.

linkt commented 7 years ago

hello,I have successfully deployed the openstack/masakari ,but I found that my keystone can't work 。such as : image

it happen in ntt-sic/masakari.

johnavp1989 commented 7 years ago

I ran into similar issues with my deployment and ended up installing masakari-controller in a python virtual environment to avoid any conflicts.