Activity log for bug #1523891

Date Who What changed Old value New value Message
2015-12-08 11:42:17 Jean-Emile DARTOIS bug added bug
2015-12-08 11:42:52 Jean-Emile DARTOIS description The Primitive ChangeNovaServiceState allows us to change the state of the nova-compute by calling nova api. The state of a nova-compute can be enabled/disabled. So we need update the code : HypervisorState.OFFLINE have to be replace by HypervisorState.DISABLED HypervisorState.ONLINE have to be replace by HypervisorState.DISABLED The Primitive ChangeNovaServiceState allows us to change the state of the nova-compute by calling nova api. The state of a nova-compute can be enabled or disabled but in the code we use OFFLINE and ONLINE. So we need update the code : HypervisorState.OFFLINE have to be replace by HypervisorState.DISABLED HypervisorState.ONLINE have to be replace by HypervisorState.DISABLED
2015-12-08 11:43:10 Jean-Emile DARTOIS description The Primitive ChangeNovaServiceState allows us to change the state of the nova-compute by calling nova api. The state of a nova-compute can be enabled or disabled but in the code we use OFFLINE and ONLINE. So we need update the code : HypervisorState.OFFLINE have to be replace by HypervisorState.DISABLED HypervisorState.ONLINE have to be replace by HypervisorState.DISABLED The Primitive ChangeNovaServiceState allows us to change the state of the nova-compute by calling nova api. The state of a nova-compute can be enabled or disabled however in the current implementation we use OFFLINE and ONLINE. So we need update the code : HypervisorState.OFFLINE have to be replace by HypervisorState.DISABLED HypervisorState.ONLINE have to be replace by HypervisorState.DISABLED
2015-12-08 12:06:10 Gábor Antal watcher: assignee Gábor Antal (gabor.antal)
2015-12-08 16:36:22 Jean-Emile DARTOIS description The Primitive ChangeNovaServiceState allows us to change the state of the nova-compute by calling nova api. The state of a nova-compute can be enabled or disabled however in the current implementation we use OFFLINE and ONLINE. So we need update the code : HypervisorState.OFFLINE have to be replace by HypervisorState.DISABLED HypervisorState.ONLINE have to be replace by HypervisorState.DISABLED The Primitive ChangeNovaServiceState allows us to change the state of the nova-compute by calling nova api. The state of a nova-compute can be enabled or disabled however in the current implementation we use OFFLINE and ONLINE. So we need update the code : HypervisorState.OFFLINE have to be replace by HypervisorState.DISABLED HypervisorState.ONLINE have to be replace by HypervisorState.ENABLED
2016-01-08 10:43:44 Antoine Cabot watcher: importance Undecided Low
2016-01-08 10:43:47 Antoine Cabot watcher: milestone mitaka-2
2016-01-22 11:03:53 Antoine Cabot watcher: milestone mitaka-2 mitaka-3
2016-02-25 07:50:26 Tin Lam watcher: assignee Gábor Antal (gabor.antal) Tin Lam (tl3438)
2016-02-25 07:50:31 Tin Lam watcher: status New In Progress
2016-02-25 08:30:43 OpenStack Infra watcher: status In Progress Fix Released