コード例 #1
0
ファイル: UpdateSliver.py プロジェクト: planetlab/sfa
    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)