Remove duplicate entry in test Vagrantfile

remove some leftover since code has been refactored

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/1609/head
Guillaume Abrioux 2017-06-15 16:39:51 +02:00
parent fccb07d39c
commit 35ad0e1c11
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@ ansible_provision = proc do |ansible|
# In a production deployment, these should be secret
if DOCKER then
ansible.extra_vars = ansible.extra_vars.merge({
containerized_deployment: 'true',
containerized_deployment: 'true',
containerized_deployment: 'true',
containerized_deployment: 'true',
containerized_deployment: 'true',
containerized_deployment: 'true',
containerized_deployment: 'true',
ceph_mon_docker_interface: ETH,
ceph_mon_docker_subnet: "#{PUBLIC_SUBNET}.0/24",