Actions
Bug #5557
closed'Specify OS Family and Version' broken ?
Status:
Rejected
Priority:
Low
Assigned To:
-
Category:
JClouds plugin
Target version:
-
Start date:
11/22/2013
Due date:
% Done:
0%
Estimated time:
Description
- The UI (Template configuration) is broken: if you select
Specify OS Family and Version
, save an reload,Specify Image ID
is still selected - You need to leave the iamgeId field empty and fill the
Os Family
field to trigger this feature
Still, I can't figure out how to make JClouds boot the targeted image: OSFamily=SL does stared Ubuntu for instance.
Updated by Brétel Foudil over 11 years ago
It's possible to set OS properties/metadata on images:
glance image-update --property os_type=linux --property os_distro=fedora --property os_version=19 Fedora-x86_64-19-20130627-sda
Maybe JClouds is using that ?
Something wrong on JClouds anyway:
Caused by: java.util.NoSuchElementException: no image matched predicate: And(nullEqualToIsParentOrIsGrandparentOfCurrentLocation(),And(osFamily(fedora),osVersion(19))) at org.jclouds.compute.domain.internal.TemplateBuilderImpl.throwNoSuchElementExceptionAfterLoggingImageIds(TemplateBuilderImpl.java:721)
Actions