summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-server-backup-e63feaebb6140f83.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Release note cleanups for 2.6.0Dean Troyer2016-06-071-2/+1
| | | | Change-Id: I7c19cac77f1236c8241d18f2bdde83917e50fae9
* [compute] Add server backup functionjichenjc2016-05-271-0/+4
Add server backup function There is no return value for this command per following doc http://developer.openstack.org/api-ref-compute-v2.1.html#createBackup, also novaclient can't be updated now due to backward compatible issue http://lists.openstack.org/pipermail/openstack-dev/2016-March/089376.html, so we have to get the information ourselves. The Image tests were not using warlock images, so that needed to be fixed before we could completely test things like --wait. Change-Id: I30159518c4d3fdec89f15963bda641a0b03962d1