X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=trusty%2Fdebian%2Fneutron-common.templates;h=3b0910bc8aecb2015a17434dc955bc2b8702af86;hb=HEAD;hp=d70480bdf2f6ce4fe935b494672919aab1efeb59;hpb=054c7f1803c809e5c4ac04d365b7d01c0b8b3c41;p=openstack-build%2Fneutron-build.git 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.