updated doc; bumped to version 1.3.3

Change-Id: I96f881efeddbd26f154626bda3e01ea8e6def01a
This commit is contained in:
jfluhmann 2016-07-31 15:26:42 -05:00
parent 2a2de71a89
commit b5b30d1476
5 changed files with 9 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -56,7 +56,7 @@ copyright = u'2016, Talligent Inc.'
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3-1.3.0-1'
release = '1.3-1.3.3-1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -233,7 +233,7 @@ latex_elements = { 'classoptions': ',openany,oneside', 'babel' : '\\usepackage[e
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'fuel-plugin-openbook', u'Guide to the Openbook Plugin ver. 1.3-1.3.0-1 for Fuel',
('index', 'fuel-plugin-openbook', u'Guide to the Openbook Plugin ver. 1.3-1.3.3-1 for Fuel',
[u'Talligent Inc.'], 1)
]

View File

@ -4,7 +4,7 @@
contain the root `toctree` directive.
================================================
Guide to the Openbook Plugin ver. 1.3.0 for Fuel
Guide to the Openbook Plugin ver. 1.3.3 for Fuel
================================================
User documentation

View File

@ -30,10 +30,13 @@ of the plugin. You can also refer to the `CLI command reference for Fuel Plugin
[root@fuel ~]# fuel plugins
id | name | version | package_version
---|----------|---------|----------------
1 | openbook | 1.3.0 | 4.0.0
1 | openbook | 1.3.3 | 4.0.0
#. Copy the Openbook-*.zip package to the Fuel Master node (note: should be Openbook.zip on the Fuel Master node)
.. code:: bash
scp Openbook-*.zip root@<Fuel Master node IP>:/var/www/nailgun/plugins/openbook-1.3/deployment_scripts/puppet/modules/openbook/files/Openbook.zip
scp Openbook-*.zip root@<Fuel Master node IP>:/var/www/nailgun/plugins/Openbook.zip
ssh root@<Fuel Master node IP>
cd /var/www/nailgun/plugins/
mv Openbook.zip openbook-1.3/deployment_scripts/puppet/modules/openbook/files/

View File

@ -1,7 +1,7 @@
# Plugin name
name: openbook
title: Openbook Plugin
version: '1.3.2'
version: '1.3.3'
description: Deploys Openbook for billing/invoicing and customer lifecycle management for OpenStack. Openbook URL schema is https://<VIP>:8443/Openbook
fuel_version: ['8.0']