summaryrefslogtreecommitdiffstats
path: root/openstack-client/src/main/java/com/woorea/openstack
AgeCommit message (Collapse)AuthorFilesLines
2019-05-07Enhance Openstack ClientSmokowski, Steve (ss835w)10-187/+185
Update Openstack Client to support additional fields Updat all formatting issues Issue-ID: SO-1844 Change-Id: I1369e0c18cc25274db8df7e12855a020b8da38da Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-05-02Enhance Openstack ClientSmokowski, Steve (ss835w)1-132/+134
Update Openstack Client to support Cinder, and drop null query params Issue-ID: SO-1844 Change-Id: If58717656e0468ec0ce5d53055c381fe7d1c03f5 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-04-17Merge "changed attributes order OpenStackRequest.java"1.4.0dublinSeshu Kumar M1-12/+13
2019-04-17Merge "changed attribute names OpenStackClient.java"Seshu Kumar M1-6/+6
2019-04-17changed attributes order OpenStackRequest.javaSindhuri.A1-12/+13
changed attributes order for OpenStackRequest class Issue-ID: SO-1490 Change-Id: Ic741b33b9e749fe193f2a7c8d4b02c6f67319ac3 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-17changed attribute names OpenStackClient.javaSindhuri.A1-6/+6
changed attribute names for OpenStackClient class Issue-ID: SO-1490 Change-Id: I035e35f2fa50b08053979372b5440d49c48bac8e Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-17Remove unused import, variable changeSindhuri.A1-6/+6
Removed unused import, constructor placing and attribute name change Issue-ID: SO-1490 Change-Id: I8b4d940d8edc4b462ad5db9c7837f02d5a2ce991 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-17Security Issue: Add a private constructor to hide the implicit public one.Isaac Manuel Raj1-1/+5
Add a private constructor to hide the implicit public one Issue-ID: SO-1490 Change-Id: Icbcdc9b9a7fcfce0cd0343eecaa93b31ba819ec0 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-17Replace the type specification in this constructor call with the diamond ↵Isaac Manuel Raj2-8/+8
operator In Entity.Java replace the type specification in this constructor call with the diamond operator and in OpenStackResponseException.java make "response" transient or serializable. Issue-ID: SO-1490 Change-Id: I9653e42607ca898b5003d4b6050b69e58720ae62 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-12Code Enhancement (Sonar Fixes)Isaac Manuel Raj2-123/+2
Sonar Issues Fixes Issue-ID: SO-1490 Change-Id: I6d4aaa65a11c5c6bd04c688664ba5d4ecf1d3fe1 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-12Code Enhancement (Sonar Fixes)Isaac Manuel Raj2-28/+6
Sonar Issues Fixes Issue-ID: SO-1490 Change-Id: I5da2ebd9ad353a3c9decd6dc029fd2dbf380cc68 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-12Code Enhancement (Sonar Fixes)Isaac Manuel Raj3-44/+15
Sonar Issues Fixes Issue-ID: SO-1490 Change-Id: Ic39ad72cb0176ccee3eeab79b51fe3df19d381c7 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-01-14Merge "Removed stdout from the openstackclient"3.0.1-ONAPRob Daugherty1-1/+1
2019-01-09Removed stdout from the openstackclientChandan Ghosh1-1/+1
Removed stdout from the code, reported in sonar Issue-ID: SO-1372 Change-Id: I767fae2e6d0a84949e11064b76eade5c0f87c7c1 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2019-01-09Removed unused importsChandan Ghosh1-1/+0
Removed unused imports reported in sonar Issue-ID: SO-1371 Change-Id: I6cc94da732105dcd697535748ab2d625d361b866 Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
2018-09-12Remove unused connectors and modulesRob Daugherty1-141/+0
NexusIQ issue: org.codehaus.jackson Jersey 2.6 uses codehaus.jackson which has security vulnerabilities. Rather than upgrading the Jersey version, I'm totally removing the Jersey, Jersey2, and RESTEasy connectors. We don't use them. I'm also removing the console and examples modules. They haven't even been compiled in a long time. Unit test coverage will go up to 74%. Change-Id: Ie0145e56718adfe5ea7a677439564e7a25c73fe6 Issue-ID: SO-864 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-07-25basic code refactoring take 2seshukm6-224/+224
Issue-ID: SO-729 Change-Id: Icc4e10dd2ef5299df7f9d6b80437fa64bdc9c48b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25Basic code refactoring base clientseshukm9-224/+224
Issue-ID: SO-729 Change-Id: Ife12f0bc1670733fca76058f33d567f266ab2f7b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25fix for the null throwseshukm1-79/+81
Issue-ID: SO-729 Change-Id: I8de79ead36e7d7385ee44920198c89777e466fc7 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-17Replace type in constructor with diamond operatorrama-huawei3-5/+6
Issue-id:SO-227 Change-Id: Iffd874a5abad36d282f62e4e7cce9a3cd36e3c80 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Update POM to inherit from oparentRob Daugherty16-0/+256
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC16-0/+747
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>