Comment 104 for bug 1515222

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/259513
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=69d3ddf97ad7a001870421e102a4255919f7f2d6
Submitter: Jenkins
Branch: master

commit 69d3ddf97ad7a001870421e102a4255919f7f2d6
Author: jichenjc <email address hidden>
Date: Fri Dec 18 09:37:06 2015 +0800

    config_drive is optional in server create request

    curl -g -i -X POST http://xxxx/servers -d '{"server":
    {"min_count": 1, "flavorRef": "84", "name": "t8",
    "imageRef": "9eee793a-25e5-4f42-bd9e-b869e60d3dbd", "max_count": 1}}'
    is able to create a server ,so the config_drive is optional

    Change-Id: I04e30675238d1cebaf7fa8e4a01566db0e064f3c
    Partial-Bug: #1515222