Merge pull request #1567 from exoscale/CLOUDSTACK-9238 CLOUDSTACK-9238: Fix URL length to 2048 for all url fields in VOI will update the PR to add max field length in the API commands too
* pr/1567: API: update url field max length not needed on host table Fix URL length to 2048 for all url fields in VO Signed-off-by: Will Stevens <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/121b3d64 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/121b3d64 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/121b3d64 Branch: refs/heads/master Commit: 121b3d64039ad32b97e62be8e78b09db24e3b3c9 Parents: 20f7792 bded5e9 Author: Will Stevens <[email protected]> Authored: Fri May 27 15:20:22 2016 -0400 Committer: Will Stevens <[email protected]> Committed: Fri May 27 15:20:22 2016 -0400 ---------------------------------------------------------------------- .../cloudstack/api/command/admin/storage/AddImageStoreCmd.java | 2 +- .../command/admin/storage/CreateSecondaryStagingStoreCmd.java | 2 +- .../apache/cloudstack/api/command/user/iso/ExtractIsoCmd.java | 2 +- .../apache/cloudstack/api/command/user/iso/RegisterIsoCmd.java | 2 +- .../cloudstack/api/command/user/template/CreateTemplateCmd.java | 1 + .../cloudstack/api/command/user/template/ExtractTemplateCmd.java | 2 +- .../api/command/user/template/RegisterTemplateCmd.java | 1 + .../cloudstack/api/command/user/volume/ExtractVolumeCmd.java | 2 +- .../cloudstack/api/command/user/volume/UploadVolumeCmd.java | 1 + engine/schema/src/com/cloud/storage/UploadVO.java | 2 +- engine/schema/src/com/cloud/storage/VMTemplateHostVO.java | 2 +- engine/schema/src/com/cloud/storage/VMTemplateVO.java | 2 +- engine/schema/src/com/cloud/storage/VolumeHostVO.java | 2 +- .../org/apache/cloudstack/storage/datastore/db/ImageStoreVO.java | 2 +- .../cloudstack/storage/datastore/db/TemplateDataStoreVO.java | 4 ++-- .../cloudstack/storage/datastore/db/VolumeDataStoreVO.java | 4 ++-- .../org/apache/cloudstack/storage/db/ObjectInDataStoreVO.java | 2 +- server/src/com/cloud/api/query/vo/ImageStoreJoinVO.java | 2 +- setup/db/db/schema-471to480.sql | 1 + 19 files changed, 21 insertions(+), 17 deletions(-) ----------------------------------------------------------------------
