I’m trying to use the OpenStack Nova client to run operations on my Rackspace account. The closest I was able to get was this blog post. However, it doesn’t seem to work now. Does anyone know how to do this? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to download and install the nova command-line client to operate with any OpenStack endpoint. So a couple of things to check:
To get the client from source:
To get the client from PyPi:
Make sure you’re working from an OpenStack endpoint – as I last heard, not all systems at Rackspace were running over openstack. While the APIs are darned similar, they’re not guaranteed to be identical.
There’s a –debug option on using the nova commandline that will show you the HTTP request and response while making the calls to manage your environment that may be useful in determining what’s going wrong.
I’m afraid this is getting you to where we can determine why its not working, but without a bit more detail I can’t assert what’s actually broken.