Skip to content

Commit

Permalink
Merge "Fix toolbox permission issue when enabling ceph"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Aug 26, 2016
2 parents 1e22227 + 54be45e commit ca100f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible/roles/common/tasks/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
- "/run/:/run/"
- "kolla_logs:/var/log/kolla/"

- name: Initializing toolbox container using normal user
command: docker exec -t kolla_toolbox /usr/bin/ansible --version

- name: Starting cron container
kolla_docker:
action: "start_container"
Expand Down

0 comments on commit ca100f1

Please sign in to comment.