src: Add rhel-94
This adds rhel94.
This commit is contained in:
parent
6f9c4f3864
commit
034843a708
9 changed files with 12 additions and 9 deletions
|
|
@ -89,7 +89,7 @@ describe('registration request generated correctly', () => {
|
|||
const blueprintRequest: CreateBlueprintRequest = {
|
||||
name: 'Red Velvet',
|
||||
description: '',
|
||||
distribution: 'rhel-93',
|
||||
distribution: 'rhel-94',
|
||||
image_requests: [imageRequest],
|
||||
customizations: {},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ export const imageRequest: ImageRequest = {
|
|||
export const blueprintRequest: CreateBlueprintRequest = {
|
||||
name: 'Red Velvet',
|
||||
description: '',
|
||||
distribution: 'rhel-93',
|
||||
distribution: 'rhel-94',
|
||||
image_requests: [imageRequest],
|
||||
customizations: {},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue