Support expose in juju-core env

Bug #1130159 reported by Gary Poster
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Fix Released
Medium
Brad Crittenden
juju-gui
Fix Released
High
Unassigned

Bug Description

    /**
     * Expose the given service.
     *
     * @method expose
     * @param {String} service The service name.
     * @param {Function} callback A callable that must be called once the
         operation is performed.
     * @return {undefined} Sends a message to the server only.
     */
    expose: function(service, callback) {
      this._send_rpc(
          {'op': 'expose', 'service_name': service}, callback, true);
    },

Tags: jujucore

Related branches

Brad Crittenden (bac)
Changed in juju-gui:
assignee: nobody → Brad Crittenden (bac)
status: Triaged → In Progress
Brad Crittenden (bac)
Changed in juju-gui:
assignee: Brad Crittenden (bac) → nobody
Changed in juju-core:
assignee: nobody → Brad Crittenden (bac)
status: New → In Progress
Brad Crittenden (bac)
Changed in juju-gui:
status: In Progress → Fix Committed
status: Fix Committed → Triaged
Changed in juju-core:
status: In Progress → Fix Committed
Tim Penhey (thumper)
Changed in juju-core:
importance: Undecided → Medium
status: Fix Committed → Fix Released
Gary Poster (gary)
Changed in juju-gui:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.