"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "solum/worker/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 Worker.""" """API for interfacing with Solum Worker."""
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.worker.config', cfg.CONF.import_opt('topic', 'solum.worker.config',
group='worker') group='worker')
super(API, self).__init__(transport, context, super(API, self).__init__(context,
topic=cfg.CONF.worker.topic) topic=cfg.CONF.worker.topic)
def build_app(self, verb, build_id, git_info, ports, name, base_image_id, def build_app(self, verb, build_id, git_info, ports, name, base_image_id,
source_format, image_format, assembly_id, workflow, source_format, image_format, assembly_id, workflow,
test_cmd=None, run_cmd=None, du_id=None): test_cmd=None, run_cmd=None, du_id=None):
self._cast(verb, build_id=build_id, git_info=git_info, ports=ports, self._cast(verb, build_id=build_id, git_info=git_info, ports=ports,
name=name, base_image_id=base_image_id, name=name, base_image_id=base_image_id,
source_format=source_format, image_format=image_format, source_format=source_format, image_format=image_format,
assembly_id=assembly_id, workflow=workflow, assembly_id=assembly_id, workflow=workflow,
test_cmd=test_cmd, run_cmd=run_cmd, du_id=du_id) test_cmd=test_cmd, run_cmd=run_cmd, du_id=du_id)
 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)