Minor bug fix
This commit is contained in:
parent
1eec7cb377
commit
cd00f463be
@ -32,6 +32,7 @@ from nova_compute_context import (
|
||||
NovaComputeLibvirtContext,
|
||||
NovaComputeCephContext,
|
||||
NeutronComputeContext,
|
||||
InstanceConsoleContext(),
|
||||
)
|
||||
|
||||
CA_CERT_PATH = '/usr/local/share/ca-certificates/keystone_juju_ca_cert.crt'
|
||||
@ -78,7 +79,7 @@ BASE_RESOURCE_MAP = {
|
||||
interface='nova-ceilometer',
|
||||
service='nova',
|
||||
config_file=NOVA_CONF),
|
||||
context.InstanceConsoleContext(), ],
|
||||
InstanceConsoleContext(), ],
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user