Skip to content

Commit

Permalink
Add octavia to UPGRADE_SERVICES
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkavanagh authored and dosaboy committed Oct 16, 2024
1 parent d096096 commit cabe300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zaza/openstack/utilities/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
'pkg': 'placement-common',
'origin_setting': 'openstack-origin'
},
'octavia': {
'pkg': 'octavia-common',
'origin_setting': 'openstack-origin'
},
}

# Older tests use the order the services appear in the list to imply
Expand All @@ -160,6 +164,7 @@
{'name': 'ovn-central', 'type': CHARM_TYPES['ovn-central']},
{'name': 'ceph-mon', 'type': CHARM_TYPES['ceph-mon']},
{'name': 'placement', 'type': CHARM_TYPES['placement']},
{'name': 'octavia', 'type': CHARM_TYPES['octavia']},
]


Expand Down

0 comments on commit cabe300

Please sign in to comment.