← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1361490] Re: param check for backup rotatetype is needed

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-1

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

Title:
  param check for backup rotatetype is needed

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  jichen@cloudcontroller:~$ nova backup jitest1 jiback1 eeee 2
  jichen@cloudcontroller:~$ nova list
  +--------------------------------------+---------+--------+------------+-------------+--------------------+
  | ID                                   | Name    | Status | Task State | Power State | Networks           |
  +--------------------------------------+---------+--------+------------+-------------+--------------------+
  | cb7c6742-7b7a-44de-ad5a-8570ee520f9e | jitest1 | ACTIVE | -          | Running     | private=10.0.0.2   |
  | 702d1d2b-f72d-4759-8f13-9ffbcc0ca934 | jitest3 | PAUSED | -          | Paused      | private=10.0.0.200 |
  +--------------------------------------+---------+--------+------------+-------------+--------------------+

  
  however , after I proposed solution to change v2, we got suggestion that this value is only used in glance so we should delegate it to glance to check whether it's proper or not 
  so the final solution is to let it be and ignore the error list above

  currently v2.1 (v3) API has validation for it. the proposed patch will
  remove it

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


References