Merge "Fix copyright headline in the source files"

This commit is contained in:
Jenkins 2014-05-09 08:44:31 +00:00 committed by Gerrit Code Review
commit 0756217e87
123 changed files with 123 additions and 1109 deletions

View File

@ -1,13 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
"""Starter script for the PowerVC cinder-volume Service.""" """Starter script for the PowerVC cinder-volume Service."""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,13 +1,5 @@
from __future__ import absolute_import from __future__ import absolute_import
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import logging import logging
import sys import sys

View File

@ -1,13 +1,5 @@
from __future__ import absolute_import from __future__ import absolute_import
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import httplib import httplib

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
All constants. All constants.

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
# from cinderclient.v1 import client # from cinderclient.v1 import client
import cinder.db.sqlalchemy.models import cinder.db.sqlalchemy.models

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Simple cinder client tests Simple cinder client tests

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
The class FakeVolumeType is used to produce the fake The class FakeVolumeType is used to produce the fake

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
# mock module # mock module
import mock import mock
import sys import sys

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
from cinder.openstack.common import gettextutils from cinder.openstack.common import gettextutils
gettextutils.install('cinder') gettextutils.install('cinder')
import unittest import unittest

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
from powervc.common import config from powervc.common import config
from powervc.common import netutils from powervc.common import netutils

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
def new_composite_deletgate(delegates): def new_composite_deletgate(delegates):

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
class ClientExtension(object): class ClientExtension(object):

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import six import six
import urllib import urllib

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import powervc.common.client.extensions.base as base import powervc.common.client.extensions.base as base

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import six import six
import urllib import urllib

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import powervc.common.client.service as service import powervc.common.client.service as service
from powervc.common.client.config import CONF as CONF from powervc.common.client.config import CONF as CONF

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
def patch_client(service_wrapper, client): def patch_client(service_wrapper, client):

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import warlock import warlock

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
def patch_client(service_wrapper, client): def patch_client(service_wrapper, client):

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
def patch_client(service_wrapper, client): def patch_client(service_wrapper, client):

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import urlparse import urlparse
import re import re

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
"""Config file utility """Config file utility

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
All Common PowerVC Driver Constants All Common PowerVC Driver Constants

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
PowerVC Driver Common Exceptions PowerVC Driver Common Exceptions

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import gettext import gettext

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
This module contains Qpid connection utilities that can be used to connect This module contains Qpid connection utilities that can be used to connect

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import json import json
import socket import socket

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import logging import logging
import exception import exception
import os import os

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
from cinderclient.tests.v1 import fakes from cinderclient.tests.v1 import fakes
from cinderclient.tests.v1.test_volumes import VolumesTest from cinderclient.tests.v1.test_volumes import VolumesTest

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import unittest import unittest
from powervc.common.client import delegate from powervc.common.client import delegate

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import unittest import unittest
import mox import mox
from mock import MagicMock from mock import MagicMock

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import unittest import unittest
from mock import MagicMock from mock import MagicMock
from mock import patch from mock import patch

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import mock import mock

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import unittest import unittest
from powervc.common.messaging import QpidConnection from powervc.common.messaging import QpidConnection

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import testtools import testtools

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import sys import sys
import eventlet import eventlet

View File

@ -1,13 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
"""Starter script for the PowerVC Driver ImageManager Service.""" """Starter script for the PowerVC Driver ImageManager Service."""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
PowerVC Driver ImageManager Configuration PowerVC Driver ImageManager Configuration

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
All PowerVC Driver ImageManager Constants All PowerVC Driver ImageManager Constants

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
PowerVC Driver ImageManager service PowerVC Driver ImageManager service

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Simple Glance client test. This should be more like junits someday. For Simple Glance client test. This should be more like junits someday. For

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import sys import sys
import itertools import itertools

View File

@ -1,13 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import sys import sys
import traceback import traceback

View File

@ -1,13 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import os import os
import sys import sys

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Handles all of the Neutron logic necessary for PowerVC driver. Handles all of the Neutron logic necessary for PowerVC driver.

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
from oslo.config import cfg from oslo.config import cfg
from prettytable import PrettyTable from prettytable import PrettyTable

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
from neutron.openstack.common import log as logging from neutron.openstack.common import log as logging
from neutron.openstack.common.rpc import dispatcher from neutron.openstack.common.rpc import dispatcher

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Module to contain all of the local OS routines Module to contain all of the local OS routines

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Module to contain all of the base Neutron client interfaces Module to contain all of the base Neutron client interfaces

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Module to contain all of the PowerVC routines Module to contain all of the PowerVC routines

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
''' '''
Created on Aug 2, 2013 Created on Aug 2, 2013

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
''' '''
Created on Aug 2, 2013 Created on Aug 2, 2013

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
from sqlalchemy.orm import exc from sqlalchemy.orm import exc

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import sqlalchemy as sa import sqlalchemy as sa

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
The class FakeOSNetwork is used to represent the OpenStack Network instance The class FakeOSNetwork is used to represent the OpenStack Network instance

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
One example of PowerVC network instance: One example of PowerVC network instance:

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import sys import sys
import traceback import traceback

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import sys import sys
import time import time

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Test methods in PowerVCNeutronAgent Test methods in PowerVCNeutronAgent

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import unittest import unittest
import mox import mox

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import unittest import unittest
import mox import mox

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
# TODO(mikal): move eventlet imports to nova.__init__ once we move to PBR # TODO(mikal): move eventlet imports to nova.__init__ once we move to PBR
import os import os

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import sys import sys

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import powervc.common.config as common_config import powervc.common.config as common_config
from nova import rpc from nova import rpc

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
from nova import exception from nova import exception
from powervc.common.gettextutils import _ from powervc.common.gettextutils import _

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
''' '''
This module manages the virtual nova compute services managed by the PowerVC This module manages the virtual nova compute services managed by the PowerVC

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
All constants. All constants.

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Doing PowerVC initialize work, including image, instance sync. Doing PowerVC initialize work, including image, instance sync.

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
""" """
Task states unique to PowerVC. Task states unique to PowerVC.

View File

@ -1,9 +1 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import nova import nova
from novaclient.exceptions import NotFound from novaclient.exceptions import NotFound
from novaclient.exceptions import BadRequest from novaclient.exceptions import BadRequest

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
ACTIVE = u'ACTIVE' # PowerVC VM is running ACTIVE = u'ACTIVE' # PowerVC VM is running
BUILD = u'BUILD' # PowerVC VM only exists in DB BUILD = u'BUILD' # PowerVC VM only exists in DB

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
from nova import rpc from nova import rpc
from oslo.messaging import Target from oslo.messaging import Target

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import httplib import httplib
from novaclient import exceptions from novaclient import exceptions

View File

@ -1,12 +1,4 @@
COPYRIGHT = """ # Copyright 2013 IBM Corp.
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
import re import re
from eventlet import greenthread from eventlet import greenthread

Some files were not shown because too many files have changed in this diff Show More