Updated from OpenStack Ansible Tests

Change-Id: I1a998397b452d918a1b48014d6dfef025c9f1e43
This commit is contained in:
OpenStack Proposal Bot
2018年09月28日 06:21:05 +00:00
parent 9ac3a4d76c
commit b4dcc77cd7

5
Vagrantfile vendored
View File

@@ -36,6 +36,11 @@ Vagrant.configure(2) do |config|
xenial.vm.box = "ubuntu/xenial64"
end
config.vm.define "ubuntu1804" do |bionic|
bionic.disksize.size = "40GB"
bionic.vm.box = "ubuntu/bionic64"
end
config.vm.define "opensuse423" do |leap423|
leap423.vm.box = "opensuse/openSUSE-42.3-x86_64"
end
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.