diff options
author | Amrith Kumar <amrith@tesora.com> | 2016-08-17 13:27:51 -0400 |
---|---|---|
committer | Amrith Kumar <amrith@tesora.com> | 2016-08-17 17:46:41 -0400 |
commit | 3b0d1ea25d06c5b58e895da7b1003ad8fc83e12e (patch) | |
tree | be0524a3a98c833e3c6b4c66483c35e4cbc08afe /etc | |
parent | 27a076f6d6dee97d25f60457f1450e1942c2c4e8 (diff) | |
download | trove-3b0d1ea25d06c5b58e895da7b1003ad8fc83e12e.tar.gz |
Adds the api-ref migrated RST + YAML files
With this email[0], you must migrate API reference docs into RST. The
conf.py and the tox environment are also cribbed from nova.
Still need to retain the install_command in tox.ini, otherwise the
api-ref job fails.
[0] http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html
Co-Authored-By: Anne Gentle <agentle@cisco.com>
Co-Authored-By: Amrith Kumar <amrith@tesora.com>
Change-Id: I3315261aa18729fa7a6aa79d4a1d6c24de1e2c6b
Diffstat (limited to 'etc')
-rw-r--r-- | etc/tests/localhost.test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tests/localhost.test.conf b/etc/tests/localhost.test.conf index 9eb3965a..c834ec58 100644 --- a/etc/tests/localhost.test.conf +++ b/etc/tests/localhost.test.conf @@ -125,7 +125,7 @@ ], "examples": { - "directory":"apidocs/src/samples", + "directory":"api-ref/source/samples", "normal_user_name":"hub_cap", "normal_user_tenant":"3000", "admin_user_name":"admin", |