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
  6. DescribeInstanceAttribute
  7. CreateImage
  8. DeregisterImage
  9. DescribeImageAttribute
  10. ResetImageAttribute
  11. RegisterImage

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

...

  1. DescribeInstanceAttribute
  2. CreateImage
  3. DeregisterImage
  4. DescribeImageAttribute
  5. ModifyImageAttribute
  6. ResetImageAttribute
  7. RegisterImage
  8. AllocateAddress 
  9. AssociateAddress
  10. DisassociateAddress
  11. ReleaseAddress
  12. GetPassword
  13. createTags
  14. describeTags
  15. deleteTags
  16. ImportKeyPair

Below things are in following format

...