Incorrect work of murano-repository in non-ha mode
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Released
|
High
|
Fuel Library (Deprecated) | ||
Mirantis OpenStack |
Fix Released
|
High
|
MOS Murano |
Bug Description
FUEL 4.1.1 ISO RC-2
QEMU, Neutron GRE, 1 controller, 1 compute, Murano
When user try to perform an action with packages he see error messages in UI (such as in attached screenshot) and traceback in /var/log/
Traceback (most recent call last):
File "/usr/lib/
response = self.full_
File "/usr/lib/
rv = self.handle_
File "/usr/lib/
reraise(
File "/usr/lib/
rv = self.dispatch_
File "/usr/lib/
return self.view_
File "/usr/lib/
request_data = RequestData(
File "/usr/lib/
self.path = copy.copy(
File "/usr/lib/
return getattr(
AttributeError: 'Request' object has no attribute 'full_path'
In traceback we see that ha_sync.py was executed in non-ha.
Changed in fuel: | |
milestone: | none → 4.1.2 |
assignee: | nobody → Fuel Library Team (fuel-library) |
Changed in fuel: | |
importance: | Undecided → Medium |
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
importance: | Medium → Critical |
Changed in fuel: | |
status: | In Progress → Fix Committed |
Changed in mos: | |
status: | New → Confirmed |
importance: | Undecided → High |
Changed in fuel: | |
importance: | Critical → High |
Changed in mos: | |
assignee: | nobody → MOS Murano (mos-murano) |
milestone: | none → 4.1.2 |
Fix commited to stable/4.1: /review. openstack. org/#/c/ 99066/
https:/