File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ ADD swift-base-archive /swift-base-source
53
53
54
54
RUN ln -s swift-base-source/* swift \
55
55
&& {{ macros.install_pip(swift_base_pip_packages | customizable("pip_packages")) }} \
56
- && mkdir -p /etc/swift /var/cache/swift \
56
+ && mkdir -p /etc/swift /var/cache/swift /var/lock/swift \
57
57
&& cp -r /swift/etc/* /etc/swift/ \
58
- && chown -R swift: /etc/swift /var/cache/swift
58
+ && chown -R swift: /etc/swift /var/cache/swift /var/lock/swift
59
59
{% endif %}
60
60
61
61
COPY swift-rootwrap /var/lib/kolla/venv/bin/swift-rootwrap
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes "Permission denied" issue for swift-recon tool that appears when
5
+ swift-recon tool tries to access deafult recon_lock_path
You can’t perform that action at this time.
0 commit comments