Contributing to Openstack Java SDK -Quantum-SetExternalGatewaytoRouter#85
Open
srujanac wants to merge 16 commits intowoorea:masterfrom
Open
Contributing to Openstack Java SDK -Quantum-SetExternalGatewaytoRouter#85srujanac wants to merge 16 commits intowoorea:masterfrom
srujanac wants to merge 16 commits intowoorea:masterfrom
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.
Contributor
Author
|
ImageResource.java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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