[Openstack-operators] nova api versions under kilo
    Ken'ichi Ohmichi 
    ken1ohmichi at gmail.com
       
    Thu Sep  3 07:49:28 UTC 2015
    
    
  
Hi Andrew,
In Kilo, nova v2.1 API is disabled as the default value in Nova code.
And devstack changes the config to enabled.
We(nova dev team) have fixed it in Liberty by changing the default
value to enabled with https://review.openstack.org/#/c/202724
So if you need to enable v2.1 in Kilo, please change osapi_v3.enabled
to True on nova.config.
Thanks
Ken Ohmichi
---
On Thu, Sep 3, 2015 at 4:34 PM, Andrew Spiers <andrew at andrewspiers.net> wrote:
        This call
        curl -s -H "X-Auth-Token:${token}" http://hostname:8774/
        Against this version of nova-api: Version:
1:2015.1.1+a40~g2864505+trusty-1
        returns only a version with id of v2.0,
        Making that call against devstack returns versions with ids
v2.0 and v2.1.
        Is there anything you need to do on kilo to make id v2.1 available?
    
    
More information about the OpenStack-operators
mailing list