summaryrefslogtreecommitdiffstats
path: root/glance-client/src/main/java/com/woorea/openstack
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Fixed a bug found in the images client, missing slashBoslet, Cory (cb645j)1-1/+1
Issue-ID: SO-3074 Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fb461 Signed-off-by: Boslet, Cory (cb645j) <cb645j@att.com>
2020-07-21Removed the final from methods so that they can be mockedBoslet, Cory (cb645j)1-2/+2
Issue-ID: SO-3071 Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbd61 Signed-off-by: Boslet, Cory (cb645j) <cb645j@att.com>
2020-05-07Update Glance client to utilize headSmokowski, Steve (ss835w)1-11/+5
Issue-ID: SO-2906 Change-Id: Ie4d4618354a73754c0357004a34ef4b9cd99ad7d Change-Id: Ia741f5170945e2e1c0c45c62a4c671270b173ec2 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-05-07Enhance Openstack ClientSmokowski, Steve (ss835w)2-13/+12
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>
2018-09-11Use fasterxml jackson implementation in so/libsRob Daugherty1-1/+1
NexusIQ issue: org.codehaus.jackson This commit changes so/libs from the old codehaus jackson implementation to the fasterxml implementation. 2.8.10 is the latest version compatible with the 1.5.13.RELEASE springboot version used in SO. Change-Id: I3b1167dd0efeb3463efb7e01fac26d0f312d7aad Issue-ID: SO-864 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-27Update POM to inherit from oparentRob Daugherty3-0/+48
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-22REsolved below sonar issues.Bharat saraswal3-305/+299
removed redundant code. rename variable to follow camelCase. removed tab char and changed them with spaces. Issue-ID:SO-98 Change-Id: If1ff1caaa51a6328b2dbf4059ebd14adc00d9174 Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC3-0/+340
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>