From c2f6b2a3e7eff8435b99abd97727d125d3a59f0f Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Wed, 11 Mar 2015 18:05:08 +0100 Subject: [PATCH] bug #3675: Add affinity group attr for Azure --- src/sunstone/public/js/plugins/templates-tab.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index f3babe7e5c..eb4e14388f 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -1207,6 +1207,11 @@ var hybrid_inputs = { } ], azure: [ + { + name: "AFFINITY_GROUP", + label: tr("Affinity Group"), + tooltip: tr("Affinity groups allow you to group your Azure services to optimize performance. All services and VMs within an affinity group will be located in the same region") + }, { name: "AVAILABILITY_SET", label: tr("Availability Set"),