Remove openstack_hosts from test requirements
The openstack_hosts role is not used in any of the test playbooks or required by dependent roles and can be removed from the test role requirements. Change-Id: Id1f2786fb745cda8984b650c961814f8958fc110
This commit is contained in:
parent
a2732b20cc
commit
cbd153c232
@ -18,10 +18,6 @@
|
||||
src: https://git.openstack.org/openstack/openstack-ansible-lxc_container_create
|
||||
scm: git
|
||||
version: master
|
||||
- name: openstack_hosts
|
||||
src: https://git.openstack.org/openstack/openstack-ansible-openstack_hosts
|
||||
scm: git
|
||||
version: master
|
||||
- name: galera_client
|
||||
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
|
||||
scm: git
|
||||
|
@ -28,7 +28,7 @@ glance_host: "{{ internal_lb_vip_address }}"
|
||||
glance_service_port: 9292
|
||||
cinder_backends_rbd_inuse: false
|
||||
cinder_ceph_client: cinder
|
||||
neutron_service_adminurl: http://{{ internal_lb_vip_address }}:9696
|
||||
neutron_service_adminurl: "http://{{ internal_lb_vip_address }}:9696"
|
||||
neutron_service_password: "secrete"
|
||||
neutron_service_project_name: service
|
||||
neutron_service_region: RegionOne
|
||||
@ -41,6 +41,7 @@ nova_container_mysql_password: "SuperSecrete"
|
||||
nova_developer_mode: true
|
||||
nova_galera_address: 10.100.100.2
|
||||
nova_galera_database: nova
|
||||
nova_glance_api_servers: "http://{{ internal_lb_vip_address }}:9292"
|
||||
nova_git_install_branch: master
|
||||
nova_glance_api_servers: "http://{{ glance_host }}:{{ glance_service_port }}"
|
||||
nova_keystone_auth_plugin: password
|
||||
|
Loading…
Reference in New Issue
Block a user