Skip to content

Commit

Permalink
bug(provider/openstack) - filter networks for floating ip to the acco…
Browse files Browse the repository at this point in the history
…unt selected. (#4547)
  • Loading branch information
johnrengelman authored and edwinavalos committed Nov 30, 2017
1 parent 7e967a8 commit 4350c7e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
<div ng-if="command.associatePublicIpAddress === true" class="form-group">
<network-select-field label="Network"
model="command.floatingNetworkId"
help-key="openstack.network.floatpool"></network-select-field>
help-key="openstack.network.floatpool"
filter="{ account: command.credentials }"></network-select-field>
</div>
</ng-form>
</div>
Expand Down

0 comments on commit 4350c7e

Please sign in to comment.