Removes reference to deprecated rally-manage
Replaces the call to "rally-manage db create" with the post-2.0.0-compatible "rally db create". Closes-Bug: #1853509 Change-Id: I588ba1e26f5e4afc40f43547b15b48e9428e2f48
This commit is contained in:
parent
4d5a4122f7
commit
7fc259310f
@ -20,7 +20,7 @@
|
||||
register: rally_deployment_list_result
|
||||
|
||||
- name: Create/upgrade Rally DB schema
|
||||
command: "{{ rally_bin }}/rally-manage db create"
|
||||
command: "{{ rally_bin }}/rally db create"
|
||||
when:
|
||||
- rally_deployment_list_result.stdout is search("Database is missing")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user