Merge "Add two missing fields to network api"

This commit is contained in:
Zuul 2018-06-06 14:43:10 +00:00 committed by Gerrit Code Review
commit 53ada0fb28
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ _basic_keys = (
'name',
'project_id',
'user_id',
'network_id',
'neutron_net_id',
)