X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charm%2Fopenvim%2Finterface-openvim-compute%2Fprovides.py;h=612a2fedc670c5e49e101825350825b72544f8e2;hb=9a61c6b761065160d0889e7bd1e0f9fc37de5310;hp=adb0829f3bc938a7039fa802e0ea6a1f6f121662;hpb=f053737a7b5dbf4b2ccee3c483da8371367dbeb7;p=osm%2Fopenvim.git diff --git a/charm/openvim/interface-openvim-compute/provides.py b/charm/openvim/interface-openvim-compute/provides.py index adb0829..612a2fe 100644 --- a/charm/openvim/interface-openvim-compute/provides.py +++ b/charm/openvim/interface-openvim-compute/provides.py @@ -1,3 +1,21 @@ +## +# Copyright 2016 +# This file is part of openvim +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +## + from charms.reactive import hook from charms.reactive import RelationBase from charms.reactive import scopes @@ -25,4 +43,4 @@ class ProvidesOpenVIMCompute(RelationBase): def send_user(self, user): convo = self.conversation() - convo.set_remote('user', user) \ No newline at end of file + convo.set_remote('user', user)