Skip to content

Commit

Permalink
Merge pull request #3 from VS-CDeX/securit_port_enabled_on_port_network
Browse files Browse the repository at this point in the history
Can create network with disabled security ports mechanism
  • Loading branch information
pioziol123 authored Feb 15, 2019
2 parents 6313ec9 + f73de8e commit 5e8d25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Networking/v2/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function postNetwork(): array
'adminStateUp' => $this->params->adminStateUp(),
'routerAccessible' => $this->params->routerAccessibleJson(),
'tenantId' => $this->params->tenantId(),
'portSecurityEnabled' => $this->params->portSecurityEnabled()
],
];
}
Expand Down

0 comments on commit 5e8d25b

Please sign in to comment.