Updated from OpenStack Ansible Tests

Change-Id: I1ade0f2eff296578d8cf0e64edad8c4718f6d74b
This commit is contained in:
OpenStack Proposal Bot 2018-09-28 06:18:49 +00:00
parent 9d04826bc1
commit 97c1893870
2 changed files with 9 additions and 3 deletions

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

View File

@ -12,9 +12,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# WARNING:
# WARNING:
# This file is maintained in the openstack-ansible-tests repository.
# https://git.openstack.org/cgit/openstack/openstack-ansible-tests/tree/sync/mq_setup.yml
# https://git.openstack.org/cgit/openstack/openstack-ansible-tests/tree/sync/tasks/mq_setup.yml
# If you need to modify this file, update the one in the openstack-ansible-tests
# repository. Once it merges there, the changes will automatically be proposed to
# all the repositories which use it.
@ -79,4 +80,4 @@
block:
- name: Add RPC Qdrouterd user
shell: "echo {{ _oslomsg_rpc_password }} | saslpasswd2 -c -p -f /var/lib/qdrouterd/qdrouterd.sasldb -u AMQP {{ _oslomsg_rpc_userid }}"
no_log: true
no_log: true