-
Notifications
You must be signed in to change notification settings - Fork 198
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
Contributing to Openstack Java SDK -Quantum-SetExternalGatewaytoRouter #85
base: master
Are you sure you want to change the base?
Conversation
Added the functionality of setting external gateway to a router.
Provides input attributes to set the external gateway to the router.
Class to retrieve the json response.
Updated to add Server Diagnostics functionality.
Retrieves server diagnostics.
Retrieves default quotas for a tenant.
Updated volume QuotaDefaults Request to retrive default quotas for a tenant.
Added QuotaDefault functionality to retrieve default quotas for a tenant.
CINDER_ENDPOINT is added to provide the facility to work with cinder volume functionalities which can not be achieved through nova volumes.
Updated to add live migration functionality to ServersResource
Provides json request format to migrate a vm from one compute to other compute. (live migration)
Sample class to migrate a running vm from one compute to other compute.
X-Image-Meta-Location header has been added to support location option while creating an image.The location option is important to note. It does not copy the entire image into Glance, but reference an original location to where the image can be found. Upon launching an instance of that image, Glance accesses the image from the location specified.
location parameter has been included to provide external image reference functionality.The location option does not copy the entire image into Glance, but reference an original location to where the image can be found. Upon launching an instance of that image, Glance accesses the image from the location specified.
ImageResource.java |
Added "set external gateway to the router" functionality to the Quantum module . Please go through the below classes and let me know if any necessary changes to be done.
Created:
Updated:
RoutersResource.java
Thank you,
Srujana
Persistent-rCloud Team