Change 'ec2-api' stackforge url to openstack url

Change stackforge url to openstack url

Change-Id: Ib9783cf6b38fcdc51b919f58137ce191db4117a9
This commit is contained in:
yangyapeng 2015-10-20 12:57:41 +08:00
parent 150406679c
commit e3960c59ea
2 changed files with 4 additions and 4 deletions

View File

@ -237,8 +237,8 @@ class CloudController(object):
versionutils.report_deprecated_feature(
LOG,
_LW('The in tree EC2 API is deprecated as of Kilo release and may '
'be removed in a future release. The stackforge ec2-api '
'project http://git.openstack.org/cgit/stackforge/ec2-api/ '
'be removed in a future release. The openstack ec2-api '
'project http://git.openstack.org/cgit/openstack/ec2-api/ '
'is the target replacement for this functionality.')
)
self.image_service = s3.S3ImageService()

View File

@ -93,8 +93,8 @@ class S3Application(wsgi.Router):
versionutils.report_deprecated_feature(
LOG,
_LW('The in tree EC2 API is deprecated as of Kilo release and may '
'be removed in a future release. The stackforge ec2-api '
'project http://git.openstack.org/cgit/stackforge/ec2-api/ '
'be removed in a future release. The openstack ec2-api '
'project http://git.openstack.org/cgit/openstack/ec2-api/ '
'is the target replacement for this functionality.')
)
if mapper is None: