Skip to content

Commit

Permalink
Remove unneeded sourcing of browbeat-venv
Browse files Browse the repository at this point in the history
Other playbooks/roles don't operate within venv. There is no need
for this role to.

Change-Id: I2ef82db30a22ba34fac1dfed0fcdc1ad5a1ad00b
  • Loading branch information
smalleni committed Mar 2, 2019
1 parent 189da7e commit 3423e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/install/roles/flavors/tasks/main.yml
Expand Up @@ -5,6 +5,6 @@

# Ignore errors here incase the flavors already exist.
- name: Add flavors to overcloud
shell: . {{ browbeat_venv }}/bin/activate; . {{ overcloudrc }}; nova flavor-create {{item.name}} auto {{item.memory}} {{item.disk}} {{item.cpu}}
shell: . {{ overcloudrc }}; nova flavor-create {{item.name}} auto {{item.memory}} {{item.disk}} {{item.cpu}}
with_items: "{{browbeat_flavors}}"
ignore_errors: true

0 comments on commit 3423e3c

Please sign in to comment.