Skip to content

Commit b7e219d

Browse files
committed
fix: Adjust fip.port_details schema
On the response admin_state_up can be only boolean Change-Id: I2d991491dbc5a97e36446a6d29c52b653b5a1657 Changes are triggered by https://review.opendev.org/949133
1 parent 48c3729 commit b7e219d

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

openstack_types/data/network/v2.26.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11400,9 +11400,7 @@ components:
1140011400
format: uuid
1140111401
description: The ID of the attached network.
1140211402
admin_state_up:
11403-
type:
11404-
- string
11405-
- boolean
11403+
type: boolean
1140611404
description: The administrative state of the resource, which is
1140711405
up (`true`) or down (`false`).
1140811406
mac_address:
@@ -11592,9 +11590,7 @@ components:
1159211590
format: uuid
1159311591
description: The ID of the attached network.
1159411592
admin_state_up:
11595-
type:
11596-
- string
11597-
- boolean
11593+
type: boolean
1159811594
description: The administrative state of the resource, which is
1159911595
up (`true`) or down (`false`).
1160011596
mac_address:
@@ -11820,9 +11816,7 @@ components:
1182011816
format: uuid
1182111817
description: The ID of the attached network.
1182211818
admin_state_up:
11823-
type:
11824-
- string
11825-
- boolean
11819+
type: boolean
1182611820
description: The administrative state of the resource, which is
1182711821
up (`true`) or down (`false`).
1182811822
mac_address:
@@ -12010,9 +12004,7 @@ components:
1201012004
format: uuid
1201112005
description: The ID of the attached network.
1201212006
admin_state_up:
12013-
type:
12014-
- string
12015-
- boolean
12007+
type: boolean
1201612008
description: The administrative state of the resource, which is
1201712009
up (`true`) or down (`false`).
1201812010
mac_address:

openstack_types/data/network/v2.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11400,9 +11400,7 @@ components:
1140011400
format: uuid
1140111401
description: The ID of the attached network.
1140211402
admin_state_up:
11403-
type:
11404-
- string
11405-
- boolean
11403+
type: boolean
1140611404
description: The administrative state of the resource, which is
1140711405
up (`true`) or down (`false`).
1140811406
mac_address:
@@ -11592,9 +11590,7 @@ components:
1159211590
format: uuid
1159311591
description: The ID of the attached network.
1159411592
admin_state_up:
11595-
type:
11596-
# - string
11597-
- boolean
11593+
type: boolean
1159811594
description: The administrative state of the resource, which is
1159911595
up (`true`) or down (`false`).
1160011596
mac_address:
@@ -11820,9 +11816,7 @@ components:
1182011816
format: uuid
1182111817
description: The ID of the attached network.
1182211818
admin_state_up:
11823-
type:
11824-
- string
11825-
- boolean
11819+
type: boolean
1182611820
description: The administrative state of the resource, which is
1182711821
up (`true`) or down (`false`).
1182811822
mac_address:
@@ -12010,9 +12004,7 @@ components:
1201012004
format: uuid
1201112005
description: The ID of the attached network.
1201212006
admin_state_up:
12013-
type:
12014-
- string
12015-
- boolean
12007+
type: boolean
1201612008
description: The administrative state of the resource, which is
1201712009
up (`true`) or down (`false`).
1201812010
mac_address:

0 commit comments

Comments
 (0)