-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels