summaryrefslogtreecommitdiffstats
path: root/keystone-client
AgeCommit message (Collapse)AuthorFilesLines
2023-03-28Change pom versions for London relLukasz Rajewski1-1/+1
Issue-ID: SO-4089 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I11cc78ea6e1f5b2c01a337dcf358455273d0909a
2021-06-28Updating pom version to 1.9.0-SNAPSHOTMukeshKumar1-1/+1
Issue-ID: SO-3688 Signed-off-by: Mukesh <mukeshsharma@est.tech> Change-Id: I8ea1685dcae556cbe2ad5422aaf70341a4c95912
2020-08-13bump the so/libs version for the Guilinseshukm1-1/+1
Issue-ID: SO-3073 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I39e7df35dcb52e5c3ed635bba827d4b350113bac
2020-08-11Use java11 as default jdkJerzySzachniewicz1-1/+1
Issue-ID: SO-3073 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com> Change-Id: If2f42e75d4a48591b39358f8f53192d7c5216f12 Signed-off-by: JerzySzachniewicz <jerzy.szachniewicz@nokia.com>
2020-03-27bump the version of the libs to 1.6.1seshukm1-1/+1
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I2108afe415472a79f686cd434b58320ffccd0a6f
2020-02-25Bump Pom version to be past last release versionSmokowski, Steve (ss835w)1-1/+1
Issue-ID: SO-2677 Change-Id: I2b42ab69c94a1d7765ef8abf41e8222a69f80463 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-06-07Update so/libs to 1.5.0Marcus G K Williams1-1/+1
Issue-ID: SO-2006 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Change-Id: Ic196b5ac2004c2c43c48987e94012d34c0095673
2019-05-07Enhance Openstack ClientSmokowski, Steve (ss835w)39-193/+190
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-04-19Revome unused code, comments and imports.Isaac Manuel Raj1-2/+1
Revome unused code, comments and imports. Issue-ID: SO-1490 Change-Id: Ic3ef27ba76d06f2f90c4d2bf4128897c049dee83 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty1-1/+1
Henceforth, the master branch will be for Dublin work. Change-Id: I61f48eb66b1a07a7ee9df2bcc4442ca229104677 Issue-ID: SO-1151 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-07-25basic code issue cleanupseshukm5-68/+68
Issue-ID: SO-729 Change-Id: I9f6ba919cfc959836b2a69aa9ca9719d5b95a6d1 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25code cleanup keystoneseshukm4-53/+53
Issue-ID: SO-729 Change-Id: I30977cf33b25d25a6f95120ba961fe890ee4ab93 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25fix keystone code issuesseshukm6-68/+68
Issue-ID: SO-729 Change-Id: Ia3f30f048499b5f8b3654cb851f140aa1707bd63 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25fix isues in keystoneseshukm5-157/+157
Issue-ID: SO-729 Change-Id: I34034515d873fee47ef313fcd33838b220b8705d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-03-27Update so/libs to version 1.2.1Rob Daugherty1-3/+3
This version's parent will be oparent:1.1.0 instead of oparent:1.1.0-SNAPSHOT (which has been banned). Change-Id: I562f02b096687e18689615a4b234b911bbeca1fb Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-13Update license for SO-libs testSeshu-Kumar-M19-3/+76
Issue-ID: SO-453 Change-Id: I3f3174ba8e456bd4b816cee57c4c69d5a65c00a1 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-13update the license info for test filesSeshu-Kumar-M1-0/+4
Issue-ID: SO-453 Change-Id: Ie92c66d3bb24d406d06ca60b298ed20c63eea1ae Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-13update the license infoSeshu-Kumar-M1-0/+3
Issue-ID: SO-453 Change-Id: I37e9a12a8985f85ee1586fa87998bf309c1d0bdf Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-02-22Port SO/lib artifacts to ONAP folder structureArthur Martella1-4/+4
Change-Id: Id1fa603699ec43f466916bd11cd28af775dfd61e Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-02-19so/libs build fails if unit tests are disabledRob Daugherty1-13/+13
[ERROR] Failed to execute goal on project nova-client: Could not resolve dependencies for project org.openecomp.so.libs.openstack- java-sdk:nova-client:jar:1.2.0-SNAPSHOT: Could not find artifact org.openecomp.so.libs.openstack-java-sdk:openstack-client:jar: tests:1.2.0-SNAPSHOT I've also noticed that the junit and mock artifacts are not consistently declared with scope "test". Will fix these issues, and clean up indentation in the poms. Issue-ID: SO-432 Change-Id: I1e643c288b0cb61f2da6d98832b3aac640073b33 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-02-11Improve code coverage for libssubhash kumar singh8-0/+284
Import code coverage for libs. Change-Id: I757d6d8e29fc22fc6a2b11159eed546dd702a5cd Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-11Improve code coverage for so libssubhash kumar singh3-0/+156
Improve code coverage for so libs. Change-Id: I9b375ede5684a4509aab06fb0c248ef80786ce8e Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-11Improve code coverage for so libssubhash kumar singh2-0/+77
improve code coverage for so libs. Change-Id: I7dd0007dfad21a02a0803c161d825621a5992252 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-11Improve code coverage for so-libssubhash kumar singh8-0/+424
Improve code coverage for so-libs. Change-Id: I1fd25d4f6730ba1cadcccafe991c63ce79690be4 Issue-ID: SO-369 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-11-20Bump minor versionv1.2.0Jessica Wagantall1-3/+3
Bump minor version in preparation for Amsterdam branching. Change-Id: I085f4e8f05d2956b0cf06342a34deeefac156e31 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-18Replace type specification with operator ("<>")rama-huawei4-11/+11
Issue-id: SO-224 Change-Id: I933ddc5d30ab568d68d84ce165584108eb76877e Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Update POM to inherit from oparentRob Daugherty27-0/+432
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-09-25Merge "Resolved below sonar issues."Seshu Kumar M3-328/+331
2017-09-22Resolved below sonar issues.Bharat saraswal4-179/+188
removed redundant code. changed nested if condition to switch case. added method for resuablity of string builder. rename variable to follow camelCase. removed tab char and changed them with spaces. Issue-ID:SO-98 Change-Id: If4cf02dede7903ed8b35e4e6879b8691d4f3c48d Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
2017-09-22Resolved below sonar issues.Bharat saraswal3-328/+331
removed redundant code. added method for resuablity of string builder. rename variable to follow camelCase. removed tab char and changed them with spaces. Issue-ID:SO-98 Change-Id: Ib081df5cbfdb4d2183ac51cb6779177ec2009bc6 Signed-off-by: Bharat saraswal <bharat.saraswal@huawei.com>
2017-07-19Fix artifact group IDs (org.openecomp.so)Rob Daugherty1-4/+4
Since the repositories were renamed from "mso" to "so" the artifact group IDs in the poms must be updated to match. Issue: SO-39 Change-Id: I53c6f5ffc903baf7176dddc8138c5eb602d65893 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-04-06[MSO-8]Remove RackspaceAuthenticationxuegao1-6/+0
This removes the RackspaceAuthentication from the Openstack Java SDK as it will be managed by the core adapter utils. Change-Id: I9b6118e9952acbc80c8a80a5b18611c69a0dec1c Signed-off-by: xuegao <xg353y@intl.att.com>
2017-03-13Update version to 1.1.0ChrisC1-4/+4
Change-Id: I93c2955138d9bdfbb55f4e4a9be473595287a629 Signed-off-by: ChrisC <cc697w@intl.att.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC28-0/+1213
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>