← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1613998] Re: Common API samples for server creation does not work with microversions > 2.37

 

Reviewed:  https://review.openstack.org/356296
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2132cfaa3011fbbaa2f7d1c82f05aa6cf58b35b6
Submitter: Jenkins
Branch:    master

commit 2132cfaa3011fbbaa2f7d1c82f05aa6cf58b35b6
Author: Sergey Nikitin <snikitin@xxxxxxxxxxxx>
Date:   Mon Aug 22 17:02:16 2016 +0300

    Updated common create server sample request because of microversion 2.37
    
    Change I89b18709e0cfbbcbf9be96a91a13a1356cdf85b0 added new
    microversion 2.37. This microversion added required field 'networks'
    into create server request. By default Nova functional api tests use
    samples from '/servers' directory to create a server. But now such
    requests got 400 Bad Request because of missed 'networks' field.
    
    We must handle this case if we are testing microversions >= 2.37.
    
    This patch will add sample for microversion 2.37+
    
    Closes-Bug: 1613998
    
    Change-Id: I40cac263c97a4a871072d0efe5ebff295c2d917e


** Changed in: nova
       Status: In Progress => Fix Released

-- 
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/1613998

Title:
  Common API samples for server creation does not work with
  microversions > 2.37

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  Change https://review.openstack.org/#/c/316398/37 added new
  microversion 2.37. This microversion added required field 'networks'
  into create server request. By default Nova functional api tests use
  samples from '/servers' directory to create a server. But now such
  requests got 400 Bad Request because of missed 'networks' field.

  Because of this bug changes which add new microversion will got -1
  from functional job

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


References