This PR cleans up line endings and formats json using [jsonlint](jsonlint.org). It also eliminates the deprecated [`StringPayload`](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/io/Payloads.java#L53) in favor of [`ByteSourcePayload`](https://github.com/jclouds/jclouds/blob/master/core/src/main/java/org/jclouds/io/Payloads.java#L51) in the `SnapshotApiExpectTest` You can merge this Pull Request by running:
git pull https://github.com/rackspace/jclouds cleanup/openstack-cinder Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/469 -- Commit Summary -- * OpenStack Cinder general cleanup. Prefer ByteSourcePayload. -- File Changes -- M apis/openstack-cinder/src/main/resources/META-INF/services/org.jclouds.apis.ApiMetadata (19) M apis/openstack-cinder/src/test/java/org/jclouds/openstack/cinder/v1/features/SnapshotApiExpectTest.java (18) M apis/openstack-cinder/src/test/resources/quotas.json (14) M apis/openstack-cinder/src/test/resources/snapshot_create.json (9) M apis/openstack-cinder/src/test/resources/snapshot_create_response.json (2) M apis/openstack-cinder/src/test/resources/snapshot_get.json (2) M apis/openstack-cinder/src/test/resources/snapshot_list_details.json (2) M apis/openstack-cinder/src/test/resources/snapshot_list_simple.json (2) M apis/openstack-cinder/src/test/resources/volume_create.json (8) M apis/openstack-cinder/src/test/resources/volume_create_response.json (2) M apis/openstack-cinder/src/test/resources/volume_get.json (2) M apis/openstack-cinder/src/test/resources/volume_list_details.json (2) M apis/openstack-cinder/src/test/resources/volume_list_simple.json (2) M apis/openstack-cinder/src/test/resources/volume_type_get.json (2) M apis/openstack-cinder/src/test/resources/volume_type_list_simple.json (2) -- Patch Links -- https://github.com/jclouds/jclouds/pull/469.patch https://github.com/jclouds/jclouds/pull/469.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/469
