Skip to content

Commit ce31ab9

Browse files
authored
Merge pull request #41 from stackhpc/remove-duplicate-openstack
Remove duplicate OpenStack word
2 parents c2508a6 + 2251c3c commit ce31ab9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ansible/openstack-flavors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ensure OpenStack OpenStack nova flavors exist
2+
- name: Ensure OpenStack nova flavors exist
33
hosts: localhost
44
tags:
55
- flavors

ansible/openstack-host-aggregates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ensure OpenStack OpenStack nova host aggregates exist
2+
- name: Ensure OpenStack nova host aggregates exist
33
hosts: localhost
44
tags:
55
- host_aggregates

ansible/openstack-networks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ensure OpenStack OpenStack networks exist
2+
- name: Ensure OpenStack networks exist
33
hosts: localhost
44
tags:
55
- networks

ansible/openstack-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- name: Ensure OpenStack OpenStack projects exist
2+
- name: Ensure OpenStack projects exist
33
hosts: localhost
44
tags:
55
- project

0 commit comments

Comments
 (0)