diff --git a/roles/cloud_compute/tasks/main.yml b/roles/cloud_compute/tasks/main.yml index b8841294a9..bbbd5c5888 100644 --- a/roles/cloud_compute/tasks/main.yml +++ b/roles/cloud_compute/tasks/main.yml @@ -19,9 +19,6 @@ - meta: flush_handlers # this two step can be done in one, but Ansible will then always show the action as changed -- name: download RDO release package - get_url: url=https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm dest=/root/ -- yum: state=present name=/root/rdo-release-icehouse-4.noarch.rpm - yum: state=present pkg=openstack-nova-common - name: create logical volume for ephemeral storage lvol: vg=vg_guests lv=nova size=100%FREE