File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
ansible/roles/nclu-switch/templates Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44{% endfor %}
55
66{% for interface , config in nclu_switch_interface_config .items () %}
7- {% if config .description is defined %}
8- add {{ config.type | default("interface") }} {{ interface }} alias {{ config.description }}
9- {% endif %}
107{% for line in config .config %}
118add {{ config.type | default("interface") }} {{ interface }} {{ line }}
129{% endfor %}
10+ {% if config .description is defined %}
11+ add {{ config.type | default("interface") }} {{ interface }} alias {{ config.description }}
12+ {% endif %}
1313{% endfor %}
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Fixes an issue with nclu-switch command ordering, when description was
5+ applied first to a non-existent (virtual) interface. See `story 2010279
6+ <https://storyboard.openstack.org/#!/story/2010279>`__ for details.
You can’t perform that action at this time.
0 commit comments