X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FlaunchNetworkServiceActions.js;h=f04b98c55586e415c2b2e7e07d194e4a5baf3169;hb=refs%2Ftags%2Fv3.0.0rc2;hp=7f44bfe4632c665be0a401ce660daa922a9cf31f;hpb=e29efc315df33d546237e270470916e26df391d6;p=osm%2FUI.git diff --git a/skyquake/plugins/launchpad/src/instantiate/launchNetworkServiceActions.js b/skyquake/plugins/launchpad/src/instantiate/launchNetworkServiceActions.js index 7f44bfe46..f04b98c55 100644 --- a/skyquake/plugins/launchpad/src/instantiate/launchNetworkServiceActions.js +++ b/skyquake/plugins/launchpad/src/instantiate/launchNetworkServiceActions.js @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -25,8 +25,6 @@ export default Alt.generateActions( 'getCatalogError', 'getVDUSuccess', 'getVDUError', - 'getLaunchCloudAccountSuccess', - 'getLaunchCloudAccountError', 'getDataCentersSuccess', 'getDataCentersError', 'launchNSRLoading', @@ -36,5 +34,7 @@ export default Alt.generateActions( 'getInstantiateSshKeyLoading', 'getInstantiateSshKeyError', 'getConfigAgentSuccess', - 'getConfigAgentError' + 'getConfigAgentError', + 'getResourceOrchestratorAccountsSuccess', + 'getResourceOrchestratorAgentError' )