Skip to content
Snippets Groups Projects
Commit 7b48a395 authored by Martin Hamerník's avatar Martin Hamerník
Browse files

Merge branch '11-remove-allocation-stage-id-from-openstack-cleanup-stage' into 'master'

Resolve "Remove allocation stage id from openstack cleanup stage"

Closes #11

See merge request kypo-crp/frontend-angular/models/kypo-sandbox-model!10
parents 67236b5f 6dc6a304
Branches
Tags
No related merge requests found
......@@ -2,8 +2,6 @@ import { RequestStageType } from '../../enums/request-stage-type.enum';
import { CleanupRequestStage } from './cleanup-request-stage';
export class NetworkingAnsibleCleanupStage extends CleanupRequestStage {
allocationStageId: number;
constructor() {
super(RequestStageType.NETWORKING_ANSIBLE_CLEANUP);
}
......
......@@ -2,8 +2,6 @@ import { RequestStageType } from '../../enums/request-stage-type.enum';
import { CleanupRequestStage } from './cleanup-request-stage';
export class OpenStackCleanupStage extends CleanupRequestStage {
allocationStageId: number;
constructor() {
super(RequestStageType.OPEN_STACK_CLEANUP);
}
......
......@@ -2,8 +2,6 @@ import { RequestStageType } from '../../enums/request-stage-type.enum';
import { CleanupRequestStage } from './cleanup-request-stage';
export class UserAnsibleCleanupStage extends CleanupRequestStage {
allocationStageId: number;
constructor() {
super(RequestStageType.USER_ANSIBLE_CLEANUP);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment