summaryrefslogtreecommitdiffstats
path: root/nova-model/src/main/java/com/woorea/openstack
AgeCommit message (Collapse)AuthorFilesLines
2020-07-31Nova client to support getting availability zones and UTsBoslet, Cory (cb645j)1-10/+0
Issue-ID: SO-3074 Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fb841 Signed-off-by: Boslet, Cory (cb645j) <cb645j@att.com>
2020-07-17Nova client to support getting availability zones and UTsBoslet, Cory (cb645j)3-0/+145
Issue-ID: SO-3074 Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fb911 Signed-off-by: Boslet, Cory (cb645j) <cb645j@att.com>
2020-04-24Update Nova Client to support Hypervisor cpu_infoSmokowski, Steve (ss835w)2-107/+3
Issue-ID: SO-2826 Change-Id: Iaeafe3767f52f30fa9098d2d66c38d2043ecb859 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2020-04-06power level should not be a stringBenjamin, Max (mb388a)1-2/+2
openstack parsing is failing because this is actually an int Issue-ID: SO-2793 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If3e210ccb03aeac0bb32dda4e78475548dc0ea26
2020-04-03version should not be a stringBenjamin, Max (mb388a)1-3/+3
Issue-ID: SO-2786 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id4065c5138a93abf3ffcb4c744e784d6b683fe5e
2020-04-03Addresses are not properly formattedBenjamin, Max (mb388a)1-28/+10
updated the format of addresses updated unit test Issue-ID: SO-2786 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5b6d67ca95f33752360cfc2210420bfe2341058e
2020-04-03Merge "Fix Parsing issue on nova servers"Lukasz Muszkieta2-2/+37
2020-04-03Fix Parsing issue on nova serversSmokowski, Steve (ss835w)2-2/+37
Issue-ID: SO-2663 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com> Change-Id: I6b689ccb0baf6d87980e8439a11ecc5879951fa3
2020-02-24Update Nova Client to support Hypervisor endpointSmokowski, Steve (ss835w)5-0/+587
Issue-ID: SO-2677 Change-Id: I44b872c6bf1a33a10cf0f5b2ad17a101289288f5 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com> Change-Id: I03364df162e2888fe85dba118948bebdf6fb9ea4
2019-05-07Enhance Openstack ClientSmokowski, Steve (ss835w)50-605/+654
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-19Remove unused codes and comments.Isaac Manuel Raj1-4/+0
Remove unused codes and comments. Issue-ID: SO-1490 Change-Id: I6406c889dd242fef111e6b684d269ca1f54597ff Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-17Removed unwanted collectionsIsaac Manuel Raj1-2/+0
Removed unwanted collections Issue-ID: SO-1490 Change-Id: I5bea7d1e814e2d36dd9f330a8a031d4687f79c7f Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2018-09-11Use fasterxml jackson implementation in so/libsRob Daugherty48-77/+74
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>
2018-09-10Functional so/libs unit testsRob Daugherty1-0/+3
Unit tests to prepare for migration from the codehaus to the fasterxml implementation of jackson. Iincreases the code coverage metric from 51% to 70%. Change-Id: I6338214f3de9df95956b46d4e313d00052eb8692 Issue-ID: SO-1011 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-07-25Nova model code basic issue fixseshukm9-941/+941
Issue-ID: SO-729 Change-Id: I35d181b0dd32995f5ce286d38b5b17fcbcd24e9e Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25Nova model basic code style fixseshukm9-460/+460
Issue-ID: SO-729 Change-Id: I5a1d96bdfae9be81dffeb4d3aea178f2342762fd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25basic code issues of nova modelseshukm7-533/+533
Issue-ID: SO-729 Change-Id: Id70f17ad47b78c968fee3b88feea8a1335880c8e Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-07-25basic code Issues of nova modelseshukm25-3090/+3090
Issue-ID: SO-729 Change-Id: Ib2081aedf0fd9686977f44be9a94af5215e3394f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-18Added the missing @Deprecated annotationrama-huawei4-6/+8
Issue-id: SO-235 Change-Id: Id3397a8efdecd94b57e761551ced94d6c6a49cb0 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-27Update POM to inherit from oparentRob Daugherty51-0/+816
Issue: SO-71 Change-Id: Iae3e60c13b890fe4c4ea253c83725576a93cd325 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-01-31Initial OpenECOMP MSO OpenStack SDK lib commitChrisC51-0/+5777
Change-Id: Ieaacb2b2c0dcc469669880e73f0cda9fa59a6c5a Signed-off-by: ChrisC <cc697w@intl.att.com>