Commit Graph

7 Commits

Author SHA1 Message Date
Tobias Urdin d3c3ff0124 Fix module structure
Fixes so that the top level structure
of the modules conform to the puppet standard [1].

[1] https://puppet.com/docs/puppet/5.3/modules_fundamentals.html#module-structure

Change-Id: I7bcccdd4ddfc5dbbfd74e1a161ec424a3f7c5be2
2018-12-12 11:35:11 +01:00
zhulingjie d4479c1bd2 Replace port 35357 with 5000
Now that the v2.0 API has been removed, we don't have a reason to
include deployment instructions for two separate applications on
different ports.

Change-Id: Ifb06f5f66db45312c87b07aa77195c77d9a2668c
2018-07-18 13:21:48 +02:00
ZhongShengping 7de3ac2529 Update URLs in documents according to document migration
Change-Id: I9849b6f5327cc1846e534fe5824c79b22c312dd7
2017-07-14 12:40:59 +08:00
Andreas Jaeger 8fd9f18f7a Replace obsolete vanity openstack.org URLs
Project specific URLs are obsolete, , use docs.openstack.org - and use
https for that site.

Change-Id: Icc518ceb883d98e45968f3eee8e0d2b6414a9ea7
2017-03-08 19:21:56 +01:00
Rich Megginson 11a4ca443e support for keystone v3 api - examples
This patch implements these parts of the blueprint:

1) Adds an example of a manifest that uses domains.
   Adds an example of how to test that v3 authentication is working using
   ruby and curl.

Change-Id: I1354c6aeb0f4c25daadc3b7e04bbe4b067f11e03
Implements: blueprint api-v3-support
2015-07-09 16:36:30 +00:00
Dan Bode 85639708a6 level up keystone testing script
This fixes some issues with the previous keystone
test script.

1. conditionally requires rubygems in case that is how
puppet is installed
2. installs curl if not installed
3. performs way more queries. so that this can serve as
a reminder to me about how to play with the keystone apis.
2013-01-11 16:01:48 -08:00
Dan Bode a22cb5d689 Add test code
Add code that can be used to test rather or not
we can retrieve our admins token.
2012-03-29 14:41:57 -07:00