Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ServerForCreate Networks Field #160

Open
venkatnsrinivasan opened this issue Jul 8, 2014 · 0 comments
Open

ServerForCreate Networks Field #160

venkatnsrinivasan opened this issue Jul 8, 2014 · 0 comments

Comments

@venkatnsrinivasan
Copy link

I noticed that the ServerForCreate Networks fields uses the NetworkForCreate class which contains these 2 fields

@JsonProperty("uuid")
private String id;
@JsonProperty("fixed_ip")
private String fixedIp;

As per openstack documentation

A networks object. By default, the server instance is provisioned with all isolated networks for the tenant.
Optionally, you can create one or more NICs on the server.
To provision the server instance with a NIC for a nova-network network, specify the UUID in the uuid attribute in a networks object.
To provision the server instance with a NIC for a neutron network, specify the UUID in the port attribute in a networks object.
You can specify multiple NICs on the server.

Anyone know if we need a port attribute as well to this class ?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant