You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Networking/v2/Params.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ public function fixedIps(): array
291
291
'items' => [
292
292
'type' => self::OBJECT_TYPE,
293
293
'properties' => [
294
-
'ipAdress' => [
294
+
'ipAddress' => [
295
295
'type' => self::STRING_TYPE,
296
296
'sentAs' => 'ip_address',
297
297
'description' => 'If you specify only an IP address, OpenStack Networking tries to allocate the IP address if the address is a valid IP for any of the subnets on the specified network.'
0 commit comments