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
COPYRIGHT = """
*************************************************************
Licensed Materials - Property of IBM
OCO Source Materials
(C) Copyright IBM Corp. 2013 All Rights Reserved
*************************************************************
"""
# Copyright 2013 IBM Corp.
"""Starter script for the PowerVC cinder-volume Service."""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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