Skip to content

Commit d53a95c

Browse files
authored
Merge pull request #454 from SimonRichardson/2.9-facades
#454 The following updates the facades to prevent spurious warnings about missing facades. Although it logs, because nothing has been coded to the facades we can safely add them without any consequence.
2 parents 51804c4 + 43f2865 commit d53a95c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

juju/client/connection.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,17 @@
2929
'Backups': {'versions': [1, 2]},
3030
'Block': {'versions': [2]},
3131
'Bundle': {'versions': [1, 2, 3]},
32+
'CharmHub': {'versions': [1]},
3233
'CharmRevisionUpdater': {'versions': [2]},
3334
'Charms': {'versions': [2]},
3435
'Cleaner': {'versions': [2]},
3536
'Client': {'versions': [1, 2]},
3637
'Cloud': {'versions': [1, 2, 3, 4, 5]},
3738
'CAASAdmission': {'versions': [1]},
39+
'CAASApplication': {'versions': [1]},
40+
'CAASApplicationProvisioner': {'versions': [1]},
3841
'CAASFirewaller': {'versions': [1]},
42+
'CAASFirewallerEmbedded': {'versions': [1]},
3943
'CAASOperator': {'versions': [1]},
4044
'CAASAgent': {'versions': [1]},
4145
'CAASOperatorProvisioner': {'versions': [1]},

0 commit comments

Comments
 (0)