Skip to content

Commit

Permalink
Merge pull request #4 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 5e8d25b + 01cb750 commit 472a7e4
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 @@ -76,6 +76,7 @@ public function postNetworks(): array
'name' => $this->params->name('network'),
'shared' => $this->params->shared(),
'adminStateUp' => $this->params->adminStateUp(),
'portSecurityEnabled' => $this->params->portSecurityEnabled()
],
],
],
Expand Down

0 comments on commit 472a7e4

Please sign in to comment.