Fetch environment network configuration after deploy

Environment network configuration should be updated after deploy
to get a public vip address

Closes-Bug: #1544446

Change-Id: I89a4fa09c8f30403c4e15158205c176967b89240
This commit is contained in:
Julia Aranovich 2016-02-12 11:41:07 +03:00
parent ed2e0cde96
commit 91a9a473f1
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ function($, _, i18n, Backbone, React, utils, models, dispatcher, componentMixins
this.props.cluster.fetch(),
this.props.cluster.fetchRelated('nodes'),
this.props.cluster.fetchRelated('tasks'),
this.props.cluster.get('networkConfiguration').fetch(),
this.props.cluster.get('pluginLinks').fetch()
);
},