summaryrefslogtreecommitdiff
path: root/doc/api_samples/os-multiple-create/multiple-create-post-req.json
Commit message (Collapse)AuthorAgeFilesLines
* Use just ids in all request templates for flavors/imagesSean Dague2015-12-171-2/+2
| | | | | | | | | | | While the API allows for strings which happen to end in an ID for flavorRef/imageRef, the common path is really just the ID itself, and we should have the samples do this. The use of full urls in our samples makes it seem like this is more meaningful than it really is, and that you could pass a url to a remote system, for instance, which won't work at all. Change-Id: I669619b627f954232712d54498b3744353d25451
* Move the v2 api_sample functional testsHe Jie Xu2015-08-181-0/+13
| | | | | | | | | | | This patch move the all v2.1 api sample tests under 'functional/api_sample_tests'. Also move sample files under 'doc/api-samples'. Co-Authored-By: Ed Leafe <ed@leafe.com> Co-Authored-By: Alex Xu <hejie.xu@intel.com> Partial-Bug: #1462901 Change-Id: I2b924f2ad7687a23a018a9b658e8acd9e04d7963
* Share multiple create server tests between v2 and v2.1ghanshyam2015-04-151-19/+0
| | | | | | | | | | | Currently v2 and v2.1 have separate functional tests and their corresponding sample files. As v2 and v2.1 are supposed to be identical, there is overhead to maintain two set of functional tests and sample files. We can have one set of tests which can run for both v2 and v2.1. This commit merges multiple create servers functional tests. Change-Id: I6c19fa5365b7c7e05e75dffb3dcb806fb5f004db
* Add Multiple Create extension to API sample tests.Matthew Treinish2012-10-051-0/+19
Change-Id: Ifa5cf31cc61e4269502ff692508866948670e46f Signed-off-by: Matthew Treinish <treinish@linux.vnet.ibm.com>