示例#1
0
    def call(self, slice_xrn, creds, rspec, users, call_id=""):

        return CreateSliver.call(self, slice_xrn, creds, rspec, users, call_id)
示例#2
0
文件: UpdateSliver.py 项目: tubav/sfa
    def call(self, slice_xrn, creds, rspec, users, options):

        return CreateSliver.call(self, slice_xrn, creds, rspec, users, options)