Commit 0afe0d6
authored
Merge pull request #752 from cderici/update-2.9.36-facades-clients
#752
#### Description
This updates the `old_client`s with the juju `2.9.36` schema.
#### QA Steps
Bootstrap with juju --channel `2.9/edge`
```bash
$ python -m asyncio
> from juju import model <----------- this line ensures that all the _clients (old and new are loaded successfully)
> m = model.Model()
> m.connect()
> m.deploy('ubuntu') <---------------------- these 3 lines ensure that majority of the facades are working correctly
```21 files changed
Lines changed: 73694 additions & 102208 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | | - | |
| 18 | + | |
22 | 19 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 20 | + | |
27 | 21 | | |
28 | | - | |
| 22 | + | |
29 | 23 | | |
30 | 24 | | |
31 | 25 | | |
| |||
127 | 121 | | |
128 | 122 | | |
129 | 123 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 124 | | |
135 | 125 | | |
136 | 126 | | |
| |||
171 | 161 | | |
172 | 162 | | |
173 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
174 | 168 | | |
175 | 169 | | |
176 | 170 | | |
| |||
247 | 241 | | |
248 | 242 | | |
249 | 243 | | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | 244 | | |
255 | 245 | | |
256 | 246 | | |
| |||
455 | 445 | | |
456 | 446 | | |
457 | 447 | | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | 448 | | |
463 | 449 | | |
464 | 450 | | |
| |||
467 | 453 | | |
468 | 454 | | |
469 | 455 | | |
470 | | - | |
471 | | - | |
472 | | - | |
473 | | - | |
474 | 456 | | |
475 | 457 | | |
476 | 458 | | |
| |||
503 | 485 | | |
504 | 486 | | |
505 | 487 | | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
506 | 492 | | |
507 | 493 | | |
508 | 494 | | |
| |||
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
0 commit comments