We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe8e9c commit c135fa1Copy full SHA for c135fa1
server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java
@@ -637,7 +637,7 @@ public VpcOfferingVO doInTransaction(final TransactionStatus status) {
637
offering.setState(state);
638
}
639
offering.setForNsx(forNsx);
640
- offering.setMode(mode);
+ offering.setNsxMode(mode);
641
s_logger.debug("Adding vpc offering " + offering);
642
offering = _vpcOffDao.persist(offering);
643
// populate services and providers
0 commit comments