MIGRATION_AUTH_TYPES does not contain the default auth type
Bug #1722456 reported by
Chris MacNaughton
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Nova Compute Charm |
Fix Released
|
Medium
|
Chris MacNaughton |
Bug Description
The default migration-auth-type from config.yaml is None, which causes a config-changed failure when this is not set: https:/
The MIGRATION_
description: | updated |
Changed in charm-nova-compute: | |
importance: | Undecided → Critical |
Changed in charm-nova-compute: | |
milestone: | none → 17.11 |
Changed in charm-nova-compute: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Given that the default configuration for the charm is
enable- live-migration: auth-type:
type: boolean
default: False
migration-
type: string
default:
which is valid I don't think this bug is critical.