Skip to content

Commit

Permalink
Updating deprecated rally-manage command
Browse files Browse the repository at this point in the history
Change-Id: Ie83cfcaaa22e2d890b31ec63df53de3ee829dc01
  • Loading branch information
smalleni committed May 24, 2018
1 parent 1d27595 commit 8bfef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/install/roles/rally/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
dest: "{{ rally_venv }}/etc/rally/rally.conf"

- name: Setup rally database
shell: . {{ rally_venv }}/bin/activate; rally-manage db recreate
shell: . {{ rally_venv }}/bin/activate; rally db recreate

- name: Setup rally deployment
shell: . {{ rally_venv }}/bin/activate; . {{ overcloudrc }}; rally deployment create --fromenv --name overcloud
Expand Down

0 comments on commit 8bfef8d

Please sign in to comment.