region-config settings for cloud ignored
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
Heather Lanigan |
Bug Description
juju bootstrap is not picking up region-config config from the cloud config settings.
$ juju version
2.3-alpha1-
$ juju show-cloud serverstack-os
defined: local
type: openstack
description: Openstack Cloud
auth-types: [userpass]
endpoint: http://<ip addr>:5000/v3
regions:
serverstack: {}
region-config:
serverstack:
network: admin_net
use-
$ juju bootstrap --metadata-source ./simplestreams serverstack-
Creating Juju controller "serverstack-
Looking for packaged Juju agent version 2.3-alpha1 for amd64
No packaged binary found, preparing local Juju agent binary
Launching controller instance(s) on serverstack-
ERROR failed to bootstrap model: cannot start bootstrap instance: cannot run instance: failed to run a server with nova.RunServerO
0x8e, 0x8d, 0xf, 0x0, 0x0}, SecurityGroupNa
caused by: request (http://<ip addr>:8774/
$ juju bootstrap --metadata-source ./simplestreams serverstack-os
same result as above
Updated the cloud config:
$ juju show-cloud serverstack-os
defined: local
type: openstack
description: Openstack Cloud
auth-types: [userpass]
endpoint: http://<ip addr>:5000/v3
regions:
serverstack: {}
config:
network: admin_net
region-config:
serverstack:
network: admin_net
use-
$ juju bootstrap --metadata-source ./simplestreams serverstack-os
Creating Juju controller "serverstack-
Looking for packaged Juju agent version 2.3-alpha1 for amd64
No packaged binary found, preparing local Juju agent binary
Launching controller instance(s) on serverstack-
- 37bfecc7-
Fetching Juju GUI 2.7.3
...
Changed in juju: | |
assignee: | nobody → Heather Lanigan (hmlanigan) |
Changed in juju: | |
status: | Triaged → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
Are you looking at this?