Refstack webpage's about section is not rendered correctly. The bug is
tracked in here:
https://tree.taiga.io/project/openstack-interop-working-group/issue/81
This patch will update documentation build process to generate html
files by changing paths to html files in about.html.
Replace deprecated options in doc/source/conf.py by the new ones:
* openstackdocs_bug_project
* openstackdocs_bug_tag
Change-Id: Id296b9cecf75bb289b0da41bec880a13694298e1
The patch updates the user-faced documentation and adds a playbook
together with a doc meant mainly for RefStack developers which
helps with running the server instance locally.
Change-Id: I268fdf717c8f0e2cd0c130c560306bf54e48f348
This repository is hosted on opendev.org's
gitea server, and doesn't get mirrored to
github currently (we may add mirroring in
the future). We can swap a bunch of URLs
that assume the content is on github and
older infra cgit servers with correct URLs.
Meetings have moved from IRC to MeetPad,
fix the corresponding details in the README.
Also use this commit to strip trailing
whitespaces across the repository.
Change-Id: Ica0a7ba08d9c437f94fbc9ab282bd929f01df8ff
At some point ssh-keygen changed its default output format and now
python cryptography can't read the new default. Address this by forcing
the PEM output format which cryptography can read without problems.
Note this is a docs only change to help end users generate keys that
work with refstack after a user reported trouble with this.
Change-Id: I9d1f503817fee69fe22f19a98b506448bda1f888
Tempest has switched from stestr some time ago, so tempest
results are no longer stored under .tempest/.testrepository
but they are stored under .tempest/.stestr instead.
Change-Id: I2f0f47c8989138b361375ba91c1e9cd719ea9a8b
New documentation regarding how to install yarn needed double
newlines rather than the current single newlines. As is, it is
rendering as a single line, which is obfuscating eyesore.
Change-Id: I4a3e921342703ea00a4ab622b304c70250006063
* Works with the Docker development image
* Requires an upgrade to Node 8
* Using bower-away and yarn for simplicity
Change-Id: I353fb2f01f50f88707341369221d32ac9de513b1
According to "code conventions" [1], do not use "-y" option.
Instead, use apt-get install package, yum install package,
or zypper install package.
[1] https://docs.openstack.org/doc-contrib-guide/writing-style/
code-conventions.html
Change-Id: I11ffc5627f32a9300a5fea0d79d334c3acf09b0f
This commit adds a script that will convert RST files to
basic HTML templates. The about page is also adjusted to
assume that this tool will be run and that documentation
templates will be available.
Addresses-Spec: https://review.openstack.org/#/c/437175/
Change-Id: I0d3fa68be351177af39228d34c682f48f75ac10d
Since refstack is an official OpenStack project that gets published on
docs.openstack.org, it should use OpenStack branding.
Use openstackdocstheme and set it up correctly.
Change-Id: Iefce329a5ce85b90528045004356b065101b606b
New tox target check that there is no missing or superfluous (unused)
requirements in requirements.txt.
Patch is copy/paste from Iff37af95269c38e4d435a53a21e5d60e2c5a3fa8
which do the same for Tempest projec.
This change also includes the fixes to requirements.txt needed
to pass the new tests.
Change-Id: Id52c5b140647268525120373ac19a63f72b12462
This commit fixes the invalid openstackid
links to fremontlabs as the repo doesnt
exist on github. The openstackid links
were given twice so fixed that too.
Change-Id: Idef191a45ba237eed0599352f662db2a18a23f66
Sections of of the quickstart documentation were written by different
developers at different times and have some formatting descrepencies
that make it hard to read.
Over use of bullet points durring instructions and commands have been
removed.
Change-Id: Ibab6bae2ab77e0408ba482cbee492f0f29aa7894
Added missing dependencies for Ubuntu 14 (libffi-dev) and
new dependencies for Ubuntu 16 (build-essential). Also
added new, optional section for building the documentation.
Change-Id: I181cd40c4b082c41367522a58d26fd587f73d31c
Current documentation installs Node.js v0.10 which will be deprecated
and cease support on Oct 1st, 2016. It is strongly recommended to
update to new version as soon as possible.
This patch changes the documentation to install Node.js v4 which is
the latest LTS release.
Change-Id: I869da86fc791d2e210ccb950b9f4679f21b20c9b