From 356eca9c3542836abace5f15893bb8d3c7148f2f Mon Sep 17 00:00:00 2001 From: Krisztian Lengyel Date: Tue, 16 Jul 2019 15:31:11 +0200 Subject: [PATCH] Add tenant_networks to user_config Change-Id: I401db6bfc33f4d3efb1d0642f695c24ed5575b48 Signed-off-by: Krisztian Lengyel --- userconfigtemplate/user_config.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/userconfigtemplate/user_config.yaml b/userconfigtemplate/user_config.yaml index fff4488..64677ac 100644 --- a/userconfigtemplate/user_config.yaml +++ b/userconfigtemplate/user_config.yaml @@ -29,7 +29,7 @@ ### - Minor changes in template (e.g. new optional attributes or ### changes in possible values, value ranges or default values) ### - Backwards compatible -version: 2.0.3 +version: 2.0.4 ### Cloud name can consist of lower case letters, digits and dash (-). ### Name must start and end with a letter or a digit. @@ -254,6 +254,13 @@ caas: ### The default value is: rec.io #dns_domain: "" + ### Tenant networks. + ### This list contains all provider networks dedicated to be used by CaaS tenant users. + ### These provider networks needs to binded homogenously to all CaaS hosts and the + ### provider network type must be caas. + ### SR-IOV provider networks also supported. + #tenant_networks: ["tenant_net1", "tenant_net2"] + ### Storage configuration storage: #backends: -- 2.16.6