-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
VCloud Director - Task to run vcloud-director tests only. #2967
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
Closed
Conversation
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
Passing a boolean is now deprecated in favour of a hash, this change is introduced to keep fog forward compatible with api changes and to make the fog api more consistent.
The method takes a hash, if expunge is set to true in that hash the vm is expunged immediately. Expunge is false by default.
…the idempotent option.
fog-v1.22.0 went out with the dependencies loosely defined so it would accept fog-core-v1.21. fog/fog-core@e164cc7 removed a Vsphere helper method than had been incorrectly defined on the Fog module. This was then extracted into fog-core. The fix was applied to `fog` already but the dependencies allow the incorrect version of fog to run with the cleaned up version of fog-core whilst they should not.
Make job polling requests for Dyn retryable within exconn by passing the idempotent option.
Add support for expunging node in cloudstack.
RDS Promote Read Replicas
- Fix insert_image request body (add 'source' Hash to 'rawDisk') - Fix reload image to add the project to the properties
[google|compute] Some fixes for Images
[google|compute] Add disk_size_gb to 'Image' model
Add support for tags for Data Pipeline
…persisted in order to prevent fog from lazy loading non-existent collections
This reverts commit 2a650be.
support r3 instances & expose virtualization type
[rackspace|autoscale] Updated to support creating groups without policies
It is possible to have a security group rule refer to group that is a different account, by UserId and GroupId or GroupName. If a GroupName is not supplied, the security group mocking implementation searches for the security group that matches the supplied GroupId. This commit allows for a default GroupName of nil if it is not supplied.
properly initialize compute object inside elb methods
VCloud Director - Edge gateway
…version AWS RDS - Fix EngineVersion for PendingModifiedValues (plus minor cleanup)
[aws/security_group] Support mock of group from another account
@mikepea is this good to go now that it's green? |
As I was writting more tests for the Compose vApp I came to realise that this is silly to exist. I'll cherry pick the change to the mock setting and put it as part of the Compose vApp PR. |
Thanks for the update. On Tue, Jun 10, 2014 at 6:22 PM, Daniel Aragao notifications@github.com
|
dbatwa
pushed a commit
to dbatwa/fog
that referenced
this pull request
Jun 12, 2014
dbatwa
pushed a commit
to dbatwa/fog
that referenced
this pull request
Jun 12, 2014
dbatwa
pushed a commit
to dbatwa/fog
that referenced
this pull request
Jun 17, 2014
This reverts commit 903953d.
dbatwa
pushed a commit
to dbatwa/fog
that referenced
this pull request
Jul 11, 2014
This reverts commit 903953d.
dbatwa
pushed a commit
to dbatwa/fog
that referenced
this pull request
Feb 24, 2016
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.
@mikepea,
This is the second one for the test task.