XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0
    • jclouds-chef, jclouds-core
    • None

    Description

      See the comments in the parent issue.

      Add an unwrapApi() method to get at the underlying Api from a View. For example:

      ComputeServiceContext context = ContextBuilder.newBuilder("rackspace-cloudservers-us")
      .credentials(username, apiKey)
      .buildView(ComputeServiceContext.class);
      ComputeService compute = context.getComputeService();
      NovaApi novaApi = context.unwrapApi(NovaApi.class);

      Attachments

        1. JCLOUDS-82-chef.patch
          11 kB
          Ignasi Barrera
        2. JCLOUDS-82.patch
          6 kB
          Ignasi Barrera

        Activity

          People

            nacx Ignasi Barrera
            nacx Ignasi Barrera
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: