Add two missing fields to network api

Change-Id: Ic3daaf8d6e888dcfbd2fa2838b8f36b8177be01a
This commit is contained in:
Hongbin Lu 2018-05-30 03:42:59 +00:00
parent e3bd9f9537
commit 00c7a9b2cb
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',
)