Final StackForge cleanups

Change-Id: Ie52d5d6ec565d5bb538abde08518b4e9c48f3909
This commit is contained in:
Dean Troyer 2016-05-04 16:01:57 -05:00
parent 16ac1f84b2
commit da8d7aedba
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ NOTE(dtroyer) Apr 2015: This repo is under heavy revision as it is being revived
`openstack/golang-client` is an implementation of [OpenStack]
(http://www.openstack.org/) API client in [Go language](http://golang.org).
The code follows OpenStack licensing and uses the Stackforge infrastructure
The code follows OpenStack licensing and uses its CI infrastructure
for hosting. It currently implements [Identity Service v2]
(http://docs.openstack.org/api/openstack-identity-service/2.0/content/)
and [Object Storage v1]
@ -67,7 +67,7 @@ Apache v2.
Contributing
------------
The code repository utilizes the OpenStack StackForge infrastructure.
The code repository utilizes the OpenStack CI infrastructure.
Please use the [recommended workflow]
(http://docs.openstack.org/infra/manual/developers.html#development-workflow). If you are not a member yet,
please consider joining as an [OpenStack contributor]

View File

@ -16,7 +16,7 @@ package main
import (
"fmt"
// "git.openstack.org/stackforge/golang-client.git/identity/v2"
// "git.openstack.org/openstack/golang-client.git/identity/v2"
"time"
"git.openstack.org/openstack/golang-client.git/openstack"