mirror of https://github.com/apache/jclouds.git
Do not use removed getXXX methods from jclouds Utils
This commit is contained in:
parent
9cd432ed86
commit
9d66de545b
|
@ -257,7 +257,7 @@ public class BaseChefService implements ChefService {
|
|||
checkNotNull(runList, "runList must not be null");
|
||||
checkNotNull(jsonAttributes, "jsonAttributes must not be null");
|
||||
|
||||
Json json = chefContext.utils().getJson();
|
||||
Json json = chefContext.utils().json();
|
||||
Map<String, Object> bootstrapConfig = Maps.newHashMap();
|
||||
bootstrapConfig.put("run_list", Lists.newArrayList(runList));
|
||||
if (jsonAttributes.isPresent()) {
|
||||
|
|
Loading…
Reference in New Issue