Merge "Make all network ports type to consume FixedIPs"
authorJenkins <jenkins@review.openstack.org>
Thu, 3 Dec 2015 14:36:37 +0000 (14:36 +0000)
committerGerrit Code Review <review@openstack.org>
Thu, 3 Dec 2015 14:36:37 +0000 (14:36 +0000)
1  2 
network/ports/internal_api.yaml
network/ports/storage.yaml
network/ports/storage_mgmt.yaml
network/ports/tenant.yaml

@@@ -14,8 -14,13 +14,14 @@@ parameters
      type: string
    ControlPlaneIP: # Here for compatability with noop.yaml
      description: IP address on the control plane
 +    default: ''
      type: string
+   FixedIPs:
+     description: >
+         Control the IP allocation for the VIP port. E.g.
+         [{'ip_address':'1.2.3.4'}]
+     default: []
+     type: json
  
  resources:
  
@@@ -14,8 -14,13 +14,14 @@@ parameters
      type: string
    ControlPlaneIP: # Here for compatability with noop.yaml
      description: IP address on the control plane
 +    default: ''
      type: string
+   FixedIPs:
+     description: >
+         Control the IP allocation for the VIP port. E.g.
+         [{'ip_address':'1.2.3.4'}]
+     default: []
+     type: json
  
  resources:
  
@@@ -14,8 -14,13 +14,14 @@@ parameters
      type: string
    ControlPlaneIP: # Here for compatability with noop.yaml
      description: IP address on the control plane
 +    default: ''
      type: string
+   FixedIPs:
+     description: >
+         Control the IP allocation for the VIP port. E.g.
+         [{'ip_address':'1.2.3.4'}]
+     default: []
+     type: json
  
  resources:
  
@@@ -14,8 -14,13 +14,14 @@@ parameters
      type: string
    ControlPlaneIP: # Here for compatability with noop.yaml
      description: IP address on the control plane
 +    default: ''
      type: string
+   FixedIPs:
+     description: >
+         Control the IP allocation for the VIP port. E.g.
+         [{'ip_address':'1.2.3.4'}]
+     default: []
+     type: json
  
  resources: