File tree Expand file tree Collapse file tree 1 file changed +37
-34
lines changed
docs/book/src/clusteropenstack Expand file tree Collapse file tree 1 file changed +37
-34
lines changed Original file line number Diff line number Diff line change @@ -305,9 +305,9 @@ metadata:
305
305
spec:
306
306
template:
307
307
spec:
308
- networks :
309
- - filter :
310
- name: <network-name>
308
+ ports :
309
+ - network :
310
+ name: <network-name>
311
311
` ` `
312
312
313
313
# # Multiple Networks
@@ -323,12 +323,15 @@ metadata:
323
323
spec:
324
324
template:
325
325
spec:
326
- networks:
327
- - filter:
328
- name: myNetwork
329
- tags: myTag
330
- - uuid: your_network_id
331
- - subnet_id: your_subnet_id
326
+ ports:
327
+ - network:
328
+ name: myNetwork
329
+ tags: myTag
330
+ - network:
331
+ id: your_network_id
332
+ - fixedIPs:
333
+ - subnet:
334
+ id: your_subnet_id
332
335
` ` `
333
336
334
337
# # Subnet Filters
@@ -344,12 +347,12 @@ metadata:
344
347
spec:
345
348
template:
346
349
spec:
347
- networks :
348
- - filter :
349
- name: <network-name>
350
- subnets :
351
- - filter :
352
- name: <subnet-name>
350
+ ports :
351
+ - network :
352
+ name: <network-name>
353
+ fixedIPs :
354
+ - subnet :
355
+ name: <subnet-name>
353
356
` ` `
354
357
355
358
# # Ports
@@ -366,25 +369,25 @@ spec:
366
369
template:
367
370
spec:
368
371
ports:
369
- - network:
370
- id: <your-network-id>
371
- fixedIPs:
372
- - subnet:
373
- id: <your-subnet-id>
374
- ipAddress: <your-fixed-ip>
375
- - subnet:
376
- name: <your-subnet-name>
377
- tags:
378
- - tag1
379
- - tag2
380
- nameSuffix: <your-port-name>
381
- description: <your-custom-port-description>
382
- vnicType: normal
383
- securityGroups:
384
- - <your-security-group-id>
385
- profile:
386
- capabilities:
387
- - <capability>
372
+ - network:
373
+ id: <your-network-id>
374
+ fixedIPs:
375
+ - subnet:
376
+ id: <your-subnet-id>
377
+ ipAddress: <your-fixed-ip>
378
+ - subnet:
379
+ name: <your-subnet-name>
380
+ tags:
381
+ - tag1
382
+ - tag2
383
+ nameSuffix: <your-port-name>
384
+ description: <your-custom-port-description>
385
+ vnicType: normal
386
+ securityGroups:
387
+ - <your-security-group-id>
388
+ profile:
389
+ capabilities:
390
+ - <capability>
388
391
` ` `
389
392
390
393
Any such ports are created in addition to ports used for connections to networks or subnets.
You can’t perform that action at this time.
0 commit comments