Skip to content

Support Inline Creation of a Link Instance #80

@giovannifs

Description

@giovannifs

I am using OCCI interface for OpenStack and there is the following problem when the project has more than networks:

Bad Request: Multiple possible network found, use network ID to be more specific.

Using nova command line tool, we can create instance specifying network as foolow:

$ nova boot --image <img> --flavor <flavor> --nic net-id=<net1-id> --nic net-id=<net2-id> <vm-name>

According to GFD 185 document we can do it using Link type, does occi interface have an option for it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions