Re: [openstack-dev] [nova] Two questions about 'backup' API

2014-07-02 Thread Vishvananda Ishaya
On Jun 26, 2014, at 6:58 PM, wu jiang wrote: > Hi Vish, thanks for your reply. > > About Q1, I mean that Nova doesn't have extra processions/works for > 'daily'/'weekly' than other backup_types like '123'/'test'. > The 'daily' & 'weekly' don't have unique places in the API than any other > el

Re: [openstack-dev] [nova] Two questions about 'backup' API

2014-06-26 Thread wu jiang
Hi Vish, thanks for your reply. About Q1, I mean that Nova doesn't have extra processions/works for 'daily'/'weekly' than other backup_types like '123'/'test'. The 'daily' & 'weekly' don't have unique places in the API than any other else. But we gave them as examples in code comments especially

Re: [openstack-dev] [nova] Two questions about 'backup' API

2014-06-26 Thread Vishvananda Ishaya
On Jun 26, 2014, at 5:07 AM, wu jiang wrote: > Hi all, > > I tested the 'backup' API recently and got two questions about it: > > 1. Why 'daily' & 'weekly' appear in code comments & novaclient about > 'backup_type' parameter? > > The 'backup_type' parameter is only a tag for this backup(image

[openstack-dev] [nova] Two questions about 'backup' API

2014-06-26 Thread wu jiang
Hi all, I tested the 'backup' API recently and got two questions about it: 1. Why 'daily' & 'weekly' appear in code comments & novaclient about 'backup_type' parameter? The 'backup_type' parameter is only a tag for this backup(image). And there isn't corresponding validation for 'backup_type' ab