X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=blobdiff_plain;f=trusty%2Fdebian%2Fneutron-common.templates;fp=trusty%2Fdebian%2Fneutron-common.templates;h=3b0910bc8aecb2015a17434dc955bc2b8702af86;hp=d70480bdf2f6ce4fe935b494672919aab1efeb59;hb=bec5fbe8093ddcabd0b05b92e496e7ae794c4b42;hpb=e63bd3a0f6e98e37887cb2fdfcea6e2662418389 diff --git a/trusty/debian/neutron-common.templates b/trusty/debian/neutron-common.templates index d70480bdf..3b0910bc8 100644 --- a/trusty/debian/neutron-common.templates +++ b/trusty/debian/neutron-common.templates @@ -126,3 +126,35 @@ Template: neutron/local_ip Type: string _Description: Local IP address of this hypervisor: Please enter the local IP address for this hypervisor. + +Template: neutron/nova_url +Type: string +Default: http://127.0.0.1:8774/v2 +_Description: Nova server URL: + Please enter the URL of the Nova server. + +Template: neutron/nova_region +Type: string +Default: regionOne +_Description: Nova server region name: + Please enter the region of the Nova server. + +Template: neutron/nova_admin_tenant_name +Type: string +Default: admin +_Description: Nova admin tenant name: + Neutron needs to be able to communicate with Nova through Keystone. Therefore + Neutron needs to know the Nova admin tenant name, username and password. + . + Please enter the ID of the admin tenant for Nova. + +Template: neutron/nova_admin_username +Type: string +Default: admin +_Description: Neutron administrator username: + Please enter the username of the Nova administrator. + +Template: neutron/nova_admin_password +Type: password +_Description: Nova administrator password: + Please enter the password of the Nova administrator.