Skip to content

Commit

Permalink
CASMCMS-8797: Remove non-v2 fields from v1 session template template
Browse files Browse the repository at this point in the history
  • Loading branch information
mharding-hpe committed Sep 11, 2023
1 parent 66ca16d commit 0b7bde4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Removed non-v2 fields from v1 session template template

## [2.6.3] - 08-22-2023
### Changed
Expand Down
3 changes: 0 additions & 3 deletions src/bos/server/controllers/v1/sessiontemplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,10 @@
LOGGER = logging.getLogger('bos.server.controllers.v1.sessiontemplate')
DB = dbutils.get_wrapper(db='session_templates')


EXAMPLE_BOOT_SET = {
"type": "your-boot-type",
"boot_ordinal": 1,
"etag": "your_boot_image_etag",
"kernel_parameters": "your-kernel-parameters",
"network": "nmn",
"node_list": [
"xname1", "xname2", "xname3"],
"path": "your-boot-path",
Expand Down

0 comments on commit 0b7bde4

Please sign in to comment.