Skip to content
Snippets Groups Projects
Commit 38409a7c authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove trailing whitespace"

parents b8ef3604 0d028b90
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
command: losetup -f command: losetup -f
register: loopback register: loopback
become: true become: true
- name: Create a loopback device - name: Create a loopback device
command: losetup {{ loopback.stdout }} {{ tempfile.path }} command: losetup {{ loopback.stdout }} {{ tempfile.path }}
become: true become: true
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
command: losetup -f command: losetup -f
register: loopback register: loopback
become: true become: true
- name: Create a loopback device - name: Create a loopback device
command: losetup {{ loopback.stdout }} {{ tempfile.path }} command: losetup {{ loopback.stdout }} {{ tempfile.path }}
become: true become: true
......
--- ---
features: features:
- | - |
Adds support for configuring firewalld ``zone`` option on network interfaces. Adds support for configuring firewalld ``zone`` option on network interfaces.
See `story 2008369 See `story 2008369
<https://storyboard.openstack.org/#!/story/2008369>`__ for details. <https://storyboard.openstack.org/#!/story/2008369>`__ for details.
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
fixes: fixes:
- | - |
Fixes issue with deleting swift ring temporary files. Fixes issue with deleting swift ring temporary files.
See `story 2008354 <https://storyboard.openstack.org/#!/story/2008354>`__ See `story 2008354 <https://storyboard.openstack.org/#!/story/2008354>`__
for details. for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment