diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-19 14:24:00 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-29 12:21:38 -0400 |
commit | b60e949da09a024b85366add7c7a26276b635093 (patch) | |
tree | 64c5621f9ec2a41f524f639c38504dc57bc2a7cf /playbooks/openstack/openshift-cluster/launch.yml | |
parent | 82126ed401be4f7272c4f896dfef299828c660f6 (diff) | |
download | openshift-b60e949da09a024b85366add7c7a26276b635093.tar.gz openshift-b60e949da09a024b85366add7c7a26276b635093.tar.bz2 openshift-b60e949da09a024b85366add7c7a26276b635093.tar.xz openshift-b60e949da09a024b85366add7c7a26276b635093.zip |
fix up variable references remove "online" support from bin/cluster
Diffstat (limited to 'playbooks/openstack/openshift-cluster/launch.yml')
-rw-r--r-- | playbooks/openstack/openshift-cluster/launch.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/openstack/openshift-cluster/launch.yml b/playbooks/openstack/openshift-cluster/launch.yml index b6add9e86..3d4fe42d0 100644 --- a/playbooks/openstack/openshift-cluster/launch.yml +++ b/playbooks/openstack/openshift-cluster/launch.yml @@ -7,10 +7,6 @@ vars_files: - vars.yml tasks: - - fail: - msg: "Deployment type not supported for OpenStack provider yet" - when: deployment_type == 'online' - # TODO: Write an Ansible module for dealing with HEAT stacks # Dealing with the outputs is currently terrible |