canonical / charmed-openstack-upgrader

Automatic upgrade tool for Charmed Openstack
Apache License 2.0
3 stars 12 forks source link

Fix --purge / --purge-before-date dependency issue #532

Closed chanchiwai-ray closed 2 months ago

chanchiwai-ray commented 2 months ago

Currently, the dependency check only works if --purge is specified first. If the --purge is after --purge-before-date, the dependency check action still report missing require args --purge. For example, cou plan --purge-before-date 2000-1-1 --purge will fail.

This PR fixed that issue, making the order of --purge and --purge-before-date unimportant