Skip to content

Commit

Permalink
Remove Trusty support from os_horizon role
Browse files Browse the repository at this point in the history
Change-Id: I7d2e00871840b493bcd5d4edb131dd689ff01efc
Implements: blueprint trusty-removal
  • Loading branch information
andymcc committed Dec 15, 2016
1 parent fe519cb commit 8db4cd3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
9 changes: 0 additions & 9 deletions Vagrantfile
Expand Up @@ -5,15 +5,6 @@ Vagrant.configure(2) do |config|
v.cpus = 2
end

config.vm.define "ubuntu1404" do |trusty|
trusty.vm.box = "ubuntu/trusty64"
trusty.vm.provision "shell", inline: <<-SHELL
sudo su -
cd /vagrant
./run_tests.sh
SHELL
end

config.vm.define "ubuntu1604" do |xenial|
xenial.vm.box = "ubuntu/xenial64"
xenial.vm.provision "shell", inline: <<-SHELL
Expand Down
2 changes: 1 addition & 1 deletion bindep.txt
Expand Up @@ -34,7 +34,7 @@ libselinux-python [platform:rpm]
# For SSL SNI support
python-pyasn1 [platform:dpkg]
python-openssl [platform:dpkg]
python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-trusty]
python-ndg-httpsclient [platform:ubuntu]
python2-pyasn1 [platform:rpm]
pyOpenSSL [platform:rpm]
python-ndg_httpsclient [platform:rpm]
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Expand Up @@ -22,7 +22,6 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- trusty
- xenial
categories:
- cloud
Expand Down

0 comments on commit 8db4cd3

Please sign in to comment.