Commit Graph

10 Commits

Author SHA1 Message Date
Davanum Srinivas ce3bd97613 Sanitize the package names
* All files in the same directory should belong to
  the same package
* Avoid xyz/xyz_v123 format (example volume/volume_v2)
* Added a doc.go so we can support a different import
  path later:
    https://golang.org/doc/go1.4#canonicalimports
* Drop the trailing ".git" in the imports

Change-Id: If4a880c62a2142f7015ed693e07af239bbbcf8e5
2017-03-07 13:39:59 -05:00
Dean Troyer da8d7aedba Final StackForge cleanups
Change-Id: Ie52d5d6ec565d5bb538abde08518b4e9c48f3909
2016-05-04 16:51:37 -05:00
Fangzhou Xu 1bc5f497bb change from stackforge to openstack
Change-Id: I232a8c125d1b1c5de30df47a255c294afb1b9b64
2016-04-21 20:08:28 -07:00
Dean Troyer 9de84b3c5d Add auth package
Includes AuthOpts struct and AuthRef interface, plus an Identity v2
password auth implementation.

Note: the examples work, the objectstore_test is broken, will be fixed
along with additional session and auth tests.

Change-Id: I77b07c92586c37e855b466e18dea133a4a938aaa
2015-04-19 16:44:51 -05:00
Dean Troyer 124ac5cc92 Docs revision for current status
* Update README to add a note about the reorg in progress
* Rename misc to uitl
* Add openstack directory

Change-Id: I3f318116b1406fa862715236cc9001dea0f9231c
2015-04-18 01:24:36 -05:00
Jeremy Stanley 03e6c8f314 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: Ic002517ad2152ceece49365f02b66e36cd5e2253
2014-12-05 03:30:45 +00:00
Matt Farina 6932dc0a7b Updated the test documentation to point to the examples rather
than the removed integration tests.

implements blueprint acceptance-tests

Change-Id: I7b894a38fc7fb460fe98fe18f00f6541de55c16b
2014-05-29 17:13:18 -04:00
Matt Farina 7eef44f0c8 Adding examples that can optionally be used as acceptance tests.
Change-Id: Ie13680476865ece878a1c3486bbc3fd61c0d41b9
2014-05-22 10:01:03 -04:00
Matt Farina fa86cfe9b6 Updated the import path so this package can be used as a remote package.
Change-Id: Idfc817b6b2e4fe5e6a8fe9bbac861ef620bec664
2014-01-02 14:32:23 -05:00
Slamet Hendry 4e73cb07a0 All tests passed. Initial commit.
Change-Id: I0934876e3647659f1b527b93c330292bb139fcd6
2013-07-14 21:12:30 +07:00