Register neutron as the network service

Change-Id: Id0af297e29c2751c7da1f19742f764ccac56d723
Closes-Bug: #1485142
This commit is contained in:
Steven Dake 2015-08-14 16:26:23 -07:00
parent 71918cca5e
commit db98ff7e48
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
command: docker exec -t kolla_ansible /usr/bin/ansible localhost
-m kolla_keystone_service
-a "service_name=neutron
service_type=image
service_type=network
description='Openstack Networking'
endpoint_region={{ openstack_region_name }}
admin_url='http://{{ kolla_internal_address }}:{{ neutron_server_port }}'