Requests to chef's API endpoint organizations/<orgname>/clients/<clientname> 
return the client's public key but the Client model has no attribute to store 
it. This PR adds the public key attribute to the client model and updates the 
Client class accordingly.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/828

-- Commit Summary --

  * JCLOUDS-967: Chef Client Model update with public key attribute

-- File Changes --

    M apis/chef/src/main/java/org/jclouds/chef/domain/Client.java (28)
    M 
apis/chef/src/test/java/org/jclouds/chef/functions/ParseClientFromJsonTest.java 
(15)
    M apis/chef/src/test/resources/client.json (5)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/828.patch
https://github.com/jclouds/jclouds/pull/828.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/828

Reply via email to