Skip to content

Commit

Permalink
Merge pull request #20 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Nov 30, 2018
2 parents ca18a87 + 3ac0c80 commit 032ac57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ RADL 1.10

RADL 1.11

* Fix error adding new aspect with replace option.
* Fix error adding new aspect with replace option.

RADL 1.12

* Avoid restrictions in disk.*.type enhancement.
2 changes: 1 addition & 1 deletion radl/radl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def check_app(f, x):
"disk": {
"image.url": ((str,unicode,list), system._check_disk_image_url),
"image.name": (str, None),
"type": (str, ["SWAP", "ISO", "FILESYSTEM"]),
"type": (str, None),
"device": (str, None),
"mount_path": (str, None),
"fstype": (str, None),
Expand Down

0 comments on commit 032ac57

Please sign in to comment.