Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. describeImages
  2. describeInstances
  3. describeAddresses
  4. createVolume
  5. describeVolumes
  6. describeSnapshots
  7. describeAvailabilityZones
  8. createKeyPair
  9. describeKeyPairs
  10. deleteKeyPair
  11. createSecurityGroup
  12. deleteSecurityGroup
  13. describeSecurityGroups
  14. createSnapshot
  15. createVolumeFromSnapshot
  16. deleteVolume
  17. runInstances
  18. terminateInstances
  19. deleteSnapshot
  20. ImportKeyPair

The API calls which are working fine with jclouds parser after my changes

  1. attachVolume
  2. detachVolume
  3. StopInstances
  4. StartInstances
  5. RebootInstances

These tests are failing or skipped(dependent on failed tests) on jclouds as some API call is broken in jclouds

  1. authorizeSecurityGroupIngress
  2. revokeSecurityGroupIngress
  3. createSnapshot
  4. createVolumeFromSnapshot
  5. deleteVolume
  6. attachVolume
  7. detachVolume
  8. runInstances
  9. terminateInstances
  10. deleteSnapshot

These tests are not implemented in jclouds

  1. StopInstances
  2. StartInstances
  3. RebootInstances
  4. DescribeInstanceAttribute
  5. CreateImage
  6. DeregisterImage
  7. DescribeImageAttribute
  8. ModifyImageAttribute
  9. ResetImageAttribute
  10. RegisterImageImportKeyPair
  11. AllocateAddress 
  12. AssociateAddress
  13. DisassociateAddress
  14. ReleaseAddress
  15. GetPassword
  16. createTags
  17. describeTags
  18. deleteTags

...