provider/openstack: Ignore fixed_ip when importing ports (#13563)

This commit is contained in:
Joe Topjian 2017-04-16 16:36:15 -06:00 committed by Paul Stack
parent 67f02e6a54
commit 1af649ed5a
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ func TestAccNetworkingV2Port_importBasic(t *testing.T) {
ResourceName: resourceName,
ImportState: true,
ImportStateVerify: true,
ImportStateVerifyIgnore: []string{
"fixed_ip",
},
},
},
})