provider/openstack: Ignore fixed_ip when importing ports (#13563)
This commit is contained in:
parent
67f02e6a54
commit
1af649ed5a
|
@ -22,6 +22,9 @@ func TestAccNetworkingV2Port_importBasic(t *testing.T) {
|
|||
ResourceName: resourceName,
|
||||
ImportState: true,
|
||||
ImportStateVerify: true,
|
||||
ImportStateVerifyIgnore: []string{
|
||||
"fixed_ip",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue