Skip to content

Commit c135fa1

Browse files
committed
fix test
1 parent 2fe8e9c commit c135fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ public VpcOfferingVO doInTransaction(final TransactionStatus status) {
637637
offering.setState(state);
638638
}
639639
offering.setForNsx(forNsx);
640-
offering.setMode(mode);
640+
offering.setNsxMode(mode);
641641
s_logger.debug("Adding vpc offering " + offering);
642642
offering = _vpcOffDao.persist(offering);
643643
// populate services and providers

0 commit comments

Comments
 (0)