Skip to content

Commit

Permalink
Add octavia to UPGRADE_SERVICES
Browse files Browse the repository at this point in the history
(cherry picked from commit cabe300)
(cherry picked from commit de9b0ca)
(cherry picked from commit 4bf3dc4)
  • Loading branch information
ajkavanagh authored and dosaboy committed Dec 19, 2024
1 parent 6ee369f commit 7fdbf06
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 @@ -137,6 +137,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 @@ -158,6 +162,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 7fdbf06

Please sign in to comment.