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

Contributing to Openstack Java SDK -Quantum-SetExternalGatewaytoRouter #85

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

srujanac
Copy link
Contributor

@srujanac srujanac commented Sep 3, 2013

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:

  1. ExternalGatewayForCreate.java
  2. RouterExternalGateway.java

Updated:
RoutersResource.java

Thank you,
Srujana
Persistent-rCloud Team

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.
@srujanac
Copy link
Contributor Author

ImageResource.java
Image.java have been updates to support x-meta-image-location header. x-image-meta-location header can serve the purpose of referring image location without copying into glance store.
Example:
glance image-create --name= --is-public=true --container-format= --disk-format=qcow2 --location=
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.

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

Successfully merging this pull request may close these issues.

1 participant