From e4e0eb439e51903f74604ee7f532028ae2bd71e4 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Tue, 28 Jul 2015 18:49:42 +0000 Subject: [PATCH] Remove psuedo-legalize as it is no longer valid Change-Id: I8eb94b9beec3ebee9f9c80584e05f568b264749f --- ansible/roles/keystone/tasks/main.yml | 2 -- ansible/roles/keystone/tasks/register.yml | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 ansible/roles/keystone/tasks/register.yml diff --git a/ansible/roles/keystone/tasks/main.yml b/ansible/roles/keystone/tasks/main.yml index 2821641c4b..98daa4021c 100644 --- a/ansible/roles/keystone/tasks/main.yml +++ b/ansible/roles/keystone/tasks/main.yml @@ -4,5 +4,3 @@ - include: bootstrap.yml - include: start.yml - -#- include: register.yml diff --git a/ansible/roles/keystone/tasks/register.yml b/ansible/roles/keystone/tasks/register.yml deleted file mode 100644 index 8ee20320bb..0000000000 --- a/ansible/roles/keystone/tasks/register.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -# NB: Not an Attorney -# -# Upstream ansible will have all of the new modules we need based on -# the shade library. They are written, but the keystone modules haven't3 -# been merged yet. None of the modules will land before Ansible 2.0. -# -# These new modules will be relicensed using ASL2.0 as the result of a -# gentlemen's agreement that the Kolla authors will not alter the Shade code. -# This does not place additional restrictions on the license of this work. The -# relicense agreement is based upon trust, not something legally binding and -# has no binding impact on the license of Kolla..