I try to created new vm but the "Operating System" dropdown box does not work.
debootstrap:
- valid: True
- hidden: False
- blacklisted: False
- API versions:
- 5
- 10
- 15
- 20
- variants:
- default
- parameters:
- filesystem: The filesystem type to use for the root partition. This has to be a filesystem type supported by ``mke2fs``. The default is 'ext4'.
- trusted: True
image:
- valid: True
- hidden: False
- blacklisted: False
- API versions:
- 5
- 10
- 15
- variants:
- default
- parameters:
- trusted: True
snf-image:
- valid: True
- hidden: False
- blacklisted: False
- API versions:
- 20
- variants:
- default
- parameters:
- config_url: The URL to download configuration data from
- img_format: The format of the image to be installed
- img_id: The id of the image to be installed (the id will be the image's file name prefix)
- img_passwd: The password to be assigned to the user accounts
- img_passwd_hash: Hashed version of the password to be assigned to the user accounts (conflicts with img_passwd)
- img_personality: The files to be injected into the image (base64 encoded in a json.dumps format)
- img_properties: The image properties that are used to customize the image (json.dumps format)
- trusted: True
So It looks like I have my images installed. So why cannot I see or select them in the web interface? Maybe web interface needs permissions changed to read some file by the web user?? Any ideas welcome.