"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "solum/conductor/api.py" between
solum-9.0.0.tar.gz and solum-10.0.0.tar.gz

About: OpenStack Solum is designed to make cloud services easier to consume and integrate into your application development process.
The "Wallaby" series (latest release).

api.py  (solum-9.0.0):api.py  (solum-10.0.0)
skipping to change at line 22 skipping to change at line 22
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""API for interfacing with Solum Conductor.""" """API for interfacing with Solum Conductor."""
from oslo_config import cfg from oslo_config import cfg
from solum.common.rpc import service from solum.common.rpc import service
class API(service.API): class API(service.API):
def __init__(self, transport=None, context=None): def __init__(self, context=None):
cfg.CONF.import_opt('topic', 'solum.conductor.config', cfg.CONF.import_opt('topic', 'solum.conductor.config',
group='conductor') group='conductor')
super(API, self).__init__(transport, context, super(API, self).__init__(context,
topic=cfg.CONF.conductor.topic) topic=cfg.CONF.conductor.topic)
def build_job_update(self, build_id, status, description, created_image_id, def build_job_update(self, build_id, status, description, created_image_id,
docker_image_name, assembly_id): docker_image_name, assembly_id):
self._cast('build_job_update', build_id=build_id, status=status, self._cast('build_job_update', build_id=build_id, status=status,
description=description, created_image_id=created_image_id, description=description, created_image_id=created_image_id,
docker_image_name=docker_image_name, docker_image_name=docker_image_name,
assembly_id=assembly_id) assembly_id=assembly_id)
def update_assembly(self, assembly_id, data): def update_assembly(self, assembly_id, data):
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)