failed neutron configuration - unit: nova-vmware/0: machine: 1 agent-state: error details: hook failed: cloud-compute-relation-changed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-compute-vmware (Juju Charms Collection) |
Fix Released
|
Critical
|
Larry Michel |
Bug Description
With removal of neutron config from nova-cloud-
2016-04-24 00:39:20,300 [INFO] deployer.import: Adding relation nova-vmware:amqp <-> rabbitmq-
2016-04-24 00:39:21,068 [INFO] deployer.import: Adding relation nova-vmware <-> glance
2016-04-24 00:39:21,777 [INFO] deployer.import: Adding relation nsx-transport-node <-> neutron-gateway
2016-04-24 00:39:22,412 [INFO] deployer.import: Adding relation swift-proxy <-> glance
2016-04-24 00:39:23,115 [DEBUG] deployer.import: Waiting for relation convergence 600s
2016-04-24 00:49:23,428 [ERROR] deployer.env: The following units had errors:
unit: nova-vmware/0: machine: 1 agent-state: error details: hook failed: "cloud-
2016-04-24 00:49:23,431 [ERROR] oil_ci.
In the unit log:
dir "/var/lib/
2016-04-23 22:46:23 INFO worker.uniter.jujuc server.go:172 running hook tool "relation-get" ["--format=json" "-r" "cloud-compute:44" "quantum_url" "nova-cloud-
2016-04-23 22:46:23 DEBUG worker.uniter.jujuc server.go:173 hook context id "nova-vmware/
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:23 INFO cloud-compute-
2016-04-23 22:46:24 INFO juju.worker.
2016-04-23 22:46:24 ERROR juju.worker.
2016-04-23 22:46:24 DEBUG juju.worker.uniter modes.go:31 [AGENT-STATUS] failed: run relation-changed (44; nova-cloud-
2016-04-23 22:46:24 INFO juju.worker.uniter modes.go:569 ModeAbide exiting
2016-04-23 22:46:24 INFO juju.worker.uniter modes.go:567 ModeHookError starting
So charm should be getting the plugin information from neutron-api
Related branches
- David Ames (community): Approve
-
Diff: 13 lines (+2/-1)1 file modifiedhooks/nova_vmware_context.py (+2/-1)
Changed in nova-compute-vmware (Juju Charms Collection): | |
status: | New → In Progress |
assignee: | nobody → Larry Michel (lmic) |
importance: | Undecided → Critical |
Changed in nova-compute-vmware (Juju Charms Collection): | |
status: | In Progress → Fix Released |
I tested replacing the nova-cloud- controller relation with neutron-api relation in the charm, and I was able to deploy without any error. So, I'll link the branch I tested with to this bug.