Comment 0 for bug 1979494

Revision history for this message
Dominik Bender (ephermeral) wrote : "jammy" not supported by charm, supported series are: focal, impish

--- Config ---
...
  octavia:
    charm: ch:octavia
    channel: yoga/stable
    num_units: 3
    to:
      - "lxd:1001"
      - "lxd:1002"
      - "lxd:1003"
    options:
      action-managed-upgrade: true
      create-mgmt-network: true
      enable-amphora: true
      openstack-origin: cloud:jammy-yoga
...
---

juju deploy ./cloud.yaml

ends in: ERROR cannot deploy bundle: series "jammy" not supported by charm, supported series are: focal, impish

juju info --series jammy octavia
---
name: octavia
charm-id: 5jOoH5rEovWYPHtbfdrcyPC0tCFoVuYv
summary: OpenStack network load balancing
publisher: OpenStack Charmers
supports: bionic, focal, groovy, hirsute, impish
tags: cloud
...
channels: |
  latest/stable: –
  latest/candidate: –
  latest/beta: –
  latest/edge: 814666c 2022-04-26 (70) 39MB
  yoga/stable: 3026201 2022-05-05 (71) 39MB
...
---

???