Feature 10910: Migration of Openstack based VM instances
*Added NG-UI support for Vm Migration
*In NS Instances page. Click "Vm Migration" in the actions menu.
*Then a new pop-up page will be opened.
*In the popup there will be fields containing membervnfIndex, vduid, count index and migrate to host
*When the fields are selected then Click Apply button.
*The pop-up window is closed and the page is directed to "History of operations" page
Change-Id: I5c218ebcdc67d1244e60e7d4653d6d76c5189684
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/src/app/AppModule.ts b/src/app/AppModule.ts
index 451e0f1..06d1004 100644
--- a/src/app/AppModule.ts
+++ b/src/app/AppModule.ts
@@ -77,6 +77,7 @@
import { UsersActionComponent } from 'UsersActionComponent';
import { UserSettingsComponent } from 'UserSettingsComponent';
import { VimAccountsActionComponent } from 'VimAccountsAction';
+import { VmMigrationComponent } from 'VmMigrationComponent';
import { VNFInstancesActionComponent } from 'VNFInstancesActionComponent';
import { VNFLinkComponent } from 'VNFLinkComponent';
import { VNFPackagesActionComponent } from 'VNFPackagesAction';
@@ -127,7 +128,8 @@
SwitchProjectComponent,
GoToTopDirective,
ScalingComponent,
- ChangePasswordComponent
+ ChangePasswordComponent,
+ VmMigrationComponent
],
imports: [
NotifierModule.withConfig(customNotifierOptions),
@@ -201,7 +203,8 @@
SDNControllerActionComponent,
SwitchProjectComponent,
ScalingComponent,
- ChangePasswordComponent
+ ChangePasswordComponent,
+ VmMigrationComponent
]
})