mirror of https://github.com/apache/cloudstack.git
fix test
This commit is contained in:
parent
2fe8e9cd96
commit
c135fa13ae
|
|
@ -637,7 +637,7 @@ public class VpcManagerImpl extends ManagerBase implements VpcManager, VpcProvis
|
|||
offering.setState(state);
|
||||
}
|
||||
offering.setForNsx(forNsx);
|
||||
offering.setMode(mode);
|
||||
offering.setNsxMode(mode);
|
||||
s_logger.debug("Adding vpc offering " + offering);
|
||||
offering = _vpcOffDao.persist(offering);
|
||||
// populate services and providers
|
||||
|
|
|
|||
Loading…
Reference in New Issue