← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1912749] [NEW] clouds.yaml does not use placement API version variable

 

Public bug reported:

Even after specifying the variable in clouds.yaml placement still uses
version 1.0

e.g.
clouds:
  system:
    placement_api_version: 1.22
    auth_url: auth_url
    identity_api_version: 3
    user_domain_id: domain_name
    username: username
    password: password
    system_scope: all
    region_name: region

the client also reads the file (seen in strace), but the API version
used is still 1.0

** Affects: nova
     Importance: Undecided
         Status: New


** Tags: nova placement

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1912749

Title:
  clouds.yaml does not use placement API version variable

Status in OpenStack Compute (nova):
  New

Bug description:
  Even after specifying the variable in clouds.yaml placement still uses
  version 1.0

  e.g.
  clouds:
    system:
      placement_api_version: 1.22
      auth_url: auth_url
      identity_api_version: 3
      user_domain_id: domain_name
      username: username
      password: password
      system_scope: all
      region_name: region

  the client also reads the file (seen in strace), but the API version
  used is still 1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1912749/+subscriptions


Follow ups