Nova release and API version

Asked by Patrick Petit

How can find what version of the Nova API that is contained in a given Nova release? Like for instance the API version for Essex. And is there an easy way (release notes?) to find out what are the changes and potential incompatibilities when upgrading from one version to the next?
Thanks

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
Monsyne Dragon (mdragon) said :
#1

You should be able to fetch the list of API versions any given nova installation supports by hitting the base url for the api with curl or similar. (if you are running nova-api on api.example.com port 1234, then GETting http://api.example.com:1234/ will get you the list of api versions.

The current version as of Essex is v2

Can you help with this problem?

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

To post a message you must log in.