Commit Graph

23 Commits

Author SHA1 Message Date
Andreas Jaeger 9eccf4fe21 Retire cue
Cue has been retired in mid 2016 as official project and did not
continue developement, it's time to retire it completely.

Remove everything, update README.

Depends-On: https://review.openstack.org/551202
Change-Id: I1f4a71fbea8a90303036ad0adaec95fa15b6522f
2018-03-09 09:40:09 +01:00
Yotaro Konishi 6ec5ebb0ec Documentation fix: use "authentication" instead of "auth_credential"
"auth_credential" parameter is invalid. "authentication" parameter should be used.

Change-Id: Ibf706eaa3d327ef505cc036497bcb1957f7eb793
Closes-Bug: #1559034
2016-03-18 20:44:18 +09:00
sai a52208baa8 documentation fix
updated "message_broker" to "message-broker" in "ubuntu.rst" under
Add cue service to keystone

Change-Id: I7e32c383c129a0ec203cab7f6e27155346adf916
Closes-Bug: #1555954
2016-03-17 10:24:09 -07:00
pongubal dfb332dc36 Changing the documentation for Cue to the Openstack theme
The changes were made to the conf.py in docs so that Sphinx
builds the right theme for the documentation.

Change-Id: Iff24544dddf2c6c7a0a6baad6dc17ce92b05acf6
2016-03-04 19:34:27 +00:00
LiuNanke fe5c081a1f Replace deprecated library function os.popen() with subprocess
os.popen() is deprecated since python 2.6. Resolved with use of
subprocess module.

Change-Id: I6c48629b7e1f8291425eb0ab24436282d1884859
Closes-Bug: #1529836
2016-01-09 20:15:20 +08:00
Abitha Palaniappan ea1462af37 Adding anti-affinity for broker cluster nodes
* Also cleanup in create cluster flow constructions since this patch
updates that file.

Change-Id: Idc4436078b905425c3c91ef0b3ec950d08797410
2015-11-23 23:25:13 +00:00
Jenkins 41ccdd15da Merge "Adding support for Keystone V3" 2015-08-27 00:26:12 +00:00
Jenkins 9fff80a7df Merge "Adding field for auth_credentials to API doc" 2015-08-27 00:26:06 +00:00
Daniel Allegood 4bc0e45249 Adding support for Keystone V3
Tempest client will now check which Keystone version is specified in
the conf and make the appropriate call to either v2 or v3. Rally
tests using v3. Adding a new extras.d file so devstack will set
up the Rally config to point to Keystone v3 without altering the
actual devstack config. Adding documentation for Keystone v3 specific
args.

Change-Id: Iae8ffb412c00b7ca0e02ff0e6f4374eaae64005d
2015-08-26 10:20:22 -07:00
Vipul Sabhaya 652385d28d Change sphinx theme to default
Change-Id: I3351a70a08f51cf4159ef9b26d9d14a1f72cd2a3
2015-08-20 18:02:34 -07:00
dagnello 7cef858b6e Renaming cue-scenarios.yaml rally tasks file
To rabbitmq-scenarios.yaml.  As we add additional broker support
we will create a separate rally scenario definition file for each.

Change-Id: I21a14b518e5750e3690730aceb85660875217cd2
2015-08-04 13:23:44 -07:00
Min Pae d16d1e1b55 Adding field for auth_credentials to API doc
Implements: blueprint custom-default-user
Change-Id: Id32efe98ebdab35df04c594b7c72507c53f5b7a2
2015-07-22 11:14:53 -07:00
Jenkins d1b192fcc4 Merge "Rename end_points to endpoints in API" 2015-07-16 01:22:01 +00:00
dagnello 69dd317df9 Rename end_points to endpoints in API
Should be merged simultaneously with:
https://review.openstack.org/#/c/196289/
https://review.openstack.org/#/c/199317/

Change-Id: I5e962a9b8ee0fcf9f3db849d7a7f0d8a7d22802f
Partial-Bug: 1439799
2015-07-13 20:01:01 +00:00
Min Pae f528fd4f00 changing stackforge references to openstack
Change-Id: Id7dd984cfe8dcde29f0210c0c951bcf26b850c00
2015-07-13 12:58:00 -07:00
Min Pae af610fac19 adding documentation section for recommended deploy
Adding a section to the document for recommended deployment.

Change-Id: I3be0286d87b76231970bbdb2adc91939945bfb31
2015-06-26 17:08:00 +00:00
dagnello ce8e1d22c1 Updating Cue Documentation
* Cue - What? Why? and How?
* Deploy guide - install Cue packages
* Deploy guide - dependant services
* Deploy guide - configuration
* Deploy guide - broker setup
* Deploy guide - Keystone setup
* Development guide
* API docs

Change-Id: Ief3a82f4b966ecd87aefe563bc4b180b31849b46
2015-06-09 09:18:16 -07:00
Endre Karlson 018f165b33 Run cue-api behind Apache2
Change-Id: I2996e5e749e966bae26ab8c914b4a30cc18ec0c8
2015-03-04 13:08:01 -08:00
Min Pae 86158e863f Patches to sphinx to properly generate API docs
Auto generation of general index and module index was disabled in
sphinx, and no reference to the API index was provided in the primary
landing page of the documetation, hence no actual link was being
provided to the API documentation, although it was being generated.

Change-Id: Iba3ec440af05a4e4009b73ea9d1b345d7613cb3b
2015-01-21 19:36:56 -08:00
Endre Karlson c4792e2222 Fix wrong port for API and doc refs
Change-Id: I3820a4696c5241355dedda957820ce3b8fe40119
2014-12-24 12:21:13 +01:00
Jeremy Stanley 8e8ca5628a Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I05da69544d97b4655e7959ad4d842e32ce20c277
2014-12-05 03:30:44 +00:00
Endre Karlson ad4491b4fc Initial documentation for getting started
Change-Id: I0e433174e25bec36866f854b618e793b1a2ce414
2014-11-25 22:04:20 +01:00
Min Pae fc28e371e5 Adding Vagrantfile and update to tox.ini to fix tox env
- Adding Vagrantfile with necessary package installation steps to allow
  dev environment to be brought up with all necessary OS packages
- modified tox.ini to allow installation of pip modules from external
  source
- fix all flake8 issues
- added .testr.conf to satisfy tox testing requirements
- added simple unit test to fix gate
- fix docs build

Co-Authored-By: Vipul Sabhaya <vipuls@gmail.com>
Change-Id: Ifca9e5c483adb688546a76368d9b821da7371829
2014-11-13 16:53:42 -08:00