Skip to content

Instantly share code, notes, and snippets.

@danehans
Created April 22, 2016 22:26
Show Gist options
  • Save danehans/04a15291e9397d92cf203837d864887f to your computer and use it in GitHub Desktop.
Save danehans/04a15291e9397d92cf203837d864887f to your computer and use it in GitHub Desktop.
kolla_diff
root@k03-13:~/kolla# git diff -w
diff --git a/ansible/roles/keystone/tasks/register.yml b/ansible/roles/keystone/tasks/register.yml
index 27bee95..0887590 100644
--- a/ansible/roles/keystone/tasks/register.yml
+++ b/ansible/roles/keystone/tasks/register.yml
@@ -1,6 +1,6 @@
---
- name: Creating admin project, user, role, service, and endpoint
- command: docker exec -t keystone kolla_keystone_bootstrap {{ openstack_auth.username }} {{ openstack_auth.password }} {{ openstack_auth.project_name }} ad
+ command: docker exec keystone kolla_keystone_bootstrap {{ openstack_auth.username }} {{ openstack_auth.password }} {{ openstack_auth.project_name }} admin
register: keystone_bootstrap
changed_when: "{{ (keystone_bootstrap.stdout | from_json).changed }}"
failed_when: "{{ (keystone_bootstrap.stdout | from_json).failed }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment