Adjust fip.port_details schema
On the response admin_state_up can be only boolean Change-Id: I2d991491dbc5a97e36446a6d29c52b653b5a1657
This commit is contained in:
@@ -1039,7 +1039,7 @@ class NeutronGenerator(OpenStackServerSourceBase):
|
||||
"description": "The ID of the attached network.",
|
||||
},
|
||||
"admin_state_up": {
|
||||
"type": ["string", "boolean"],
|
||||
"type": "boolean",
|
||||
"description": "The administrative state of the resource, which is up (`true`) or down (`false`).",
|
||||
},
|
||||
"mac_address": {
|
||||
|
||||
Reference in New Issue
Block a user