Skip to content

Commit

Permalink
Remove model default series and image stream
Browse files Browse the repository at this point in the history
Image stream being daily messes up prodstack juju deployments and doesn't
have enough reason to be here to justify this.

Signed-off-by: MJ Ponsonby <[email protected]>
  • Loading branch information
crypticC0der committed Sep 18, 2024
1 parent bef1bdb commit a8dda4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zaza/utilities/deployment_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
MODEL_DEFAULTS = {
# Model defaults from charm-test-infra
# https://jujucharms.com/docs/2.1/models-config
'default-series': 'focal',
'image-stream': 'daily',
'test-mode': 'true',
'transmit-vendor-metrics': 'false',
# https://bugs.launchpad.net/juju/+bug/1685351
Expand Down

0 comments on commit a8dda4e

Please sign in to comment.