Update .gitreview after moved to OpenStack

There are three import errors and they are
also corrected in this patch

Change-Id: I159953a7a2919f400cda531ee78e4e6ddfc53093
Closes-Bug: #1498056
This commit is contained in:
venkatamahesh 2015-11-21 20:42:05 +05:30
parent 54e6a9189e
commit f461211a8e
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/solum-infra-guestagent.git
project=openstack/solum-infra-guestagent.git

View File

@ -15,7 +15,7 @@
import os
import sys
from oslo.config import cfg
from oslo_config import cfg
from solum_guestagent.openstack.common import log as logging

View File

@ -27,7 +27,7 @@ import socket
import sys
import textwrap
from oslo.config import cfg
from oslo_config import cfg
import six
import stevedore.named

View File

@ -36,7 +36,7 @@ import os
import sys
import traceback
from oslo.config import cfg
from oslo_config import cfg
import six
from six import moves