Skip to content

Commit

Permalink
Fix devstack trove deployment failling
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwik committed Feb 23, 2019
1 parent 3a8d6c3 commit fd644c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/create-devstack-local-conf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
cat << EOF >> /tmp/dg-local.conf
enable_plugin trove git://git.openstack.org/openstack/trove
PATH_TROVE="/opt/stack/new/trove"
TROVESTACK_SCRIPTS="${PATH_TROVE}/integration/scripts"
TROVESTACK_SCRIPTS="/opt/stack/new/trove/integration/scripts"
EOF
executable: /bin/bash
when:
Expand Down

0 comments on commit fd644c2

Please sign in to comment.