nova-network fails due to absence of policy.json
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova (Ubuntu) |
Fix Released
|
Undecided
|
Adam Gandelman |
Bug Description
Hi there,
I am separating nova-network to another host, but whenever i try to spawn an instance, I get the following exception:
(nova.rpc): TRACE: Traceback (most recent call last):
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: rval = node_func(
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: check_policy(
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: nova.policy.
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: init()
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: _POLICY_PATH = utils.find_
(nova.rpc): TRACE: File "/usr/lib/
(nova.rpc): TRACE: raise exception.
(nova.rpc): TRACE: ConfigNotFound: Could not find config at /run/policy.json
This is due to the absence of the policy.json file in /etc/nova/ . This file is included in nova-api package but not in nova-network. Coping the file to the nova configuration directory solves the problem. I am using the Essex-3 packages of nova.
Related branches
- Ubuntu Server Developers: Pending requested
- Diff: 0 lines
affects: | nova → nova (Ubuntu) |
Changed in nova (Ubuntu): | |
assignee: | nobody → Adam Gandelman (gandelman-a) |
status: | Confirmed → In Progress |
Changed in nova (Ubuntu): | |
status: | In Progress → Fix Committed |
Status changed to 'Confirmed' because the bug affects multiple users.