Added checks on the cloud owner to determine if 12/109912/1
authorBoslet, Cory <cory.boslet@att.com>
Tue, 7 Jul 2020 15:45:27 +0000 (11:45 -0400)
committerBenjamin, Max (mb388a) <mb388a@att.com>
Tue, 7 Jul 2020 15:45:29 +0000 (11:45 -0400)
commit63606eb03d8f955ac433ac3f001da076e83f5034
tree05cdab0739628081c9f97e372c17a1cd77db7bd5
parentaf108bdcc19cdc2cf06dacdd0705ec408bfd4910
Added checks on the cloud owner to determine if

Added checks on the cloud owner to determine if vlans should be done,
added null pointer checks, fixed and add unit test.
Removed autowiring of client and removed logging
Changed the default value of the cloud owner.
Updated unit test to mock the new env property call
Removed to make HeatBridgeImpl a spring class.

Issue-ID: SO-3033
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I31cfa83bc74fe9786f220d952a78e5bf4f04bb3e
adapters/mso-openstack-adapters/src/main/java/org/onap/so/adapters/tasks/inventory/CreateAAIInventory.java
adapters/mso-openstack-adapters/src/main/java/org/onap/so/heatbridge/HeatBridgeApi.java
adapters/mso-openstack-adapters/src/main/java/org/onap/so/heatbridge/HeatBridgeImpl.java
adapters/mso-openstack-adapters/src/test/java/org/onap/so/heatbridge/HeatBridgeImplTest.java