Skip to content

Bulk creations #1

@auhlig

Description

@auhlig

Assumption: The same API call can be used for single and bulk operations.
Problem: Currently only counted as one operation instead of multiple
Example:
(1) Neutron: https://developer.openstack.org/api-ref/network/v2/#bulk-create-networks

{
    "networks": [ 
       ...
    ]
}

(2) Nova: https://developer.openstack.org/api-ref/compute/#create-multiple-servers

{
    "server": {
        ...
       "min_count": "2",
       "max_count": "3"
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions