To see cactus release installed or not

Asked by Shubhangi

How to get the version or the release ,so that you understand that you have successfully installed the cactus release?

To install the cactus release of the nova I tried to use ppa from this link https://launchpad.net/~nova-core/+archive/release,
but after issuing the commands sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2A2356C9 and

sudo apt-get update , I am getting the following error
Err http://ppa.launchpad.net lucid/main Packages
  404 Not Found

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Selene ToyKeeper (toykeeper) said :
#1

Reassigned to a relevant project.

Revision history for this message
Anne Gentle (annegentle) said :
#2

I think you can use:

from nova import version
print version.string()
print version.string_with_vcs()

Can you help with this problem?

Provide an answer of your own, or ask Shubhangi for more information if necessary.

To post a message you must log in.