Skip to content
Snippets Groups Projects
Commit 2d711bc8 authored by ZhijunWei's avatar ZhijunWei
Browse files

Update the inner-compute name

Change-Id: I5bc56c843e1d8986b1c7bf649a6f8dafc0928e0b
Closes-Bug: #1793637
parent 62d17e48
No related branches found
No related tags found
No related merge requests found
......@@ -48,10 +48,10 @@
run_once: true
with_items: "{{ tenant_network_types }}"
- name: Checking for deprecated inner- and external-compute groups
- name: Checking for deprecated inner-compute and external-compute groups
local_action:
module: debug
msg: "WARNING: inner- and external-compute groups are DEPRECATED"
msg: "WARNING: inner-compute and external-compute groups are DEPRECATED"
changed_when: false
run_once: True
when:
......
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