Merge changes Ie54ef11b,I10e90b59
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / cbam / bo / entity / OpenstackV2Info.java
index 3ffa0fb..1f1eb1c 100644 (file)
 * limitations under the License.
 */
 package org.onap.vfc.nfvo.driver.vnfm.svnfm.cbam.bo.entity;
-
+import java.io.Serializable;
 import com.fasterxml.jackson.annotation.JsonProperty;
 
-public class OpenstackV2Info {
+public class OpenstackV2Info implements Serializable {
 
        @JsonProperty("vimInfoType")
        private VimInfoType vimInfoType;
@@ -52,7 +52,4 @@ public class OpenstackV2Info {
                this.accessInfo = accessInfo;
        }
        
-       
-       
-
 }