Commit 70a4da2
committed
Remove nova-network support
Most common code shared between networking and compute
was removed as it is no longer necessary. Network object
delete still remains as we need to handle multiple
resource deletion and deal with possible failures.
Updated documentation accordingly.
Add/remove floating IP via server will only use network
endpoint for operations.
Removed floating IP pool code as it is deprecated and no
longer used.
Removed remaining quota code in compute relating to
networks as it is deprecated.
Removed a number of tests that no longer apply.
Change-Id: I3138028f9aac49d5f54fd5c1d2bcd61920e94a1e
Signed-off-by: Brian Haley <haleyb.dev@gmail.com>1 parent faa4d51 commit 70a4da2Copy full SHA for 70a4da2
27 files changed
+410-3,269Lines changed: 410 additions & 3269 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- doc/source
- cli
- command-objects
- contributor
- openstackclient
- common
- compute/v2
- identity
- network
- v2
- tests/unit
- common
- compute/v2
- network
- v2
- releasenotes/notes
Expand file treeCollapse file tree
Open diff view settings
Collapse file
doc/source/cli/backwards-incompatible.rst
Copy file name to clipboardExpand all lines: doc/source/cli/backwards-incompatible.rst+12Lines changed: 12 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
19 | 31 | |
20 | 32 | |
21 | 33 | |
|
Collapse file
doc/source/cli/command-objects/floating-ip-pool.rst
Copy file name to clipboardExpand all lines: doc/source/cli/command-objects/floating-ip-pool.rst-8Lines changed: 0 additions & 8 deletions
This file was deleted.
Collapse file
doc/source/cli/commands.rst
Copy file name to clipboardExpand all lines: doc/source/cli/commands.rst-1Lines changed: 0 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
99 | 99 | |
100 | 100 | |
101 | 101 | |
102 | | - |
103 | 102 | |
104 | 103 | |
105 | 104 | |
|
Collapse file
doc/source/contributor/command-errors.rst
Copy file name to clipboardExpand all lines: doc/source/contributor/command-errors.rst+7-19Lines changed: 7 additions & 19 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
172 | 172 | |
173 | 173 | |
174 | 174 | |
175 | | - |
| 175 | + |
176 | 176 | |
177 | 177 | |
178 | | - |
| 178 | + |
| 179 | + |
179 | 180 | |
180 | 181 | |
181 | 182 | |
| ||
184 | 185 | |
185 | 186 | |
186 | 187 | |
187 | | - |
188 | | - |
189 | | - |
190 | | - |
191 | | - |
192 | | - |
193 | | - |
194 | | - |
195 | | - |
196 | | - |
197 | | - |
198 | | - |
199 | | - |
200 | | - |
201 | | - |
202 | | - |
203 | | - |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
Collapse file
openstackclient/common/quota.py
Copy file name to clipboardExpand all lines: openstackclient/common/quota.py+3-38Lines changed: 3 additions & 38 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | 30 | |
32 | 31 | |
33 | 32 | |
| ||
62 | 61 | |
63 | 62 | |
64 | 63 | |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | 64 | |
73 | 65 | |
74 | 66 | |
| ||
467 | 459 | |
468 | 460 | |
469 | 461 | |
470 | | - |
| 462 | + |
471 | 463 | |
472 | 464 | |
473 | 465 | |
474 | 466 | |
475 | | - |
| 467 | + |
476 | 468 | |
477 | 469 | |
478 | 470 | |
479 | 471 | |
480 | 472 | |
| 473 | + |
481 | 474 | |
482 | 475 | |
483 | | - |
484 | | - |
485 | | - |
486 | | - |
487 | | - |
488 | | - |
489 | | - |
490 | | - |
491 | | - |
492 | | - |
493 | | - |
494 | | - |
495 | | - |
496 | | - |
497 | | - |
498 | | - |
499 | | - |
500 | | - |
501 | | - |
502 | | - |
503 | | - |
504 | | - |
505 | 476 | |
506 | 477 | |
507 | 478 | |
| ||
631 | 602 | |
632 | 603 | |
633 | 604 | |
634 | | - |
635 | | - |
636 | | - |
637 | | - |
638 | | - |
639 | 605 | |
640 | 606 | |
641 | 607 | |
| ||
818 | 784 | |
819 | 785 | |
820 | 786 | |
821 | | - |
822 | 787 | |
823 | 788 | |
824 | 789 | |
|
Collapse file
openstackclient/compute/v2/server.py
Copy file name to clipboardExpand all lines: openstackclient/compute/v2/server.py+10-31Lines changed: 10 additions & 31 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | 42 | |
44 | 43 | |
45 | 44 | |
| ||
461 | 460 | |
462 | 461 | |
463 | 462 | |
464 | | - |
| 463 | + |
465 | 464 | |
466 | 465 | |
467 | | - |
468 | | - |
469 | | - |
| 466 | + |
| 467 | + |
470 | 468 | |
471 | 469 | |
472 | 470 | |
| ||
491 | 489 | |
492 | 490 | |
493 | 491 | |
494 | | - |
495 | | - |
496 | | - |
| 492 | + |
| 493 | + |
497 | 494 | |
498 | 495 | |
499 | 496 | |
| ||
552 | 549 | |
553 | 550 | |
554 | 551 | |
555 | | - |
556 | | - |
557 | | - |
558 | | - |
559 | | - |
560 | | - |
561 | | - |
562 | | - |
563 | | - |
564 | | - |
565 | 552 | |
566 | 553 | |
567 | 554 | |
| ||
4069 | 4056 | |
4070 | 4057 | |
4071 | 4058 | |
4072 | | - |
| 4059 | + |
4073 | 4060 | |
4074 | 4061 | |
4075 | | - |
4076 | | - |
4077 | | - |
| 4062 | + |
| 4063 | + |
4078 | 4064 | |
4079 | 4065 | |
4080 | 4066 | |
| ||
4089 | 4075 | |
4090 | 4076 | |
4091 | 4077 | |
4092 | | - |
4093 | | - |
4094 | | - |
| 4078 | + |
| 4079 | + |
4095 | 4080 | |
4096 | 4081 | |
4097 | 4082 | |
4098 | 4083 | |
4099 | 4084 | |
4100 | 4085 | |
4101 | 4086 | |
4102 | | - |
4103 | | - |
4104 | | - |
4105 | | - |
4106 | | - |
4107 | | - |
4108 | 4087 | |
4109 | 4088 | |
4110 | 4089 | |
|
Collapse file
openstackclient/identity/common.py
Copy file name to clipboardExpand all lines: openstackclient/identity/common.py+4-7Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
437 | 437 | |
438 | 438 | |
439 | 439 | |
440 | | - |
441 | 440 | |
442 | 441 | |
443 | 442 | |
444 | 443 | |
445 | | - |
446 | | - |
447 | | - |
448 | | - |
449 | | - |
450 | | - |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
451 | 448 | |
452 | 449 | |
453 | 450 | |
|
0 commit comments