9 Commits

Author SHA1 Message Date
pawnesh.kumar
28b6f76950 Fix incorrect version and release details
Change-Id: I9e06a6005aad089d7bbc4ce7b420a98609b5f536
2016-10-21 09:10:27 +00:00
Jenkins
adacb6461d Merge "document configure and verify steps" 2016-09-30 13:35:22 +00:00
jiansong
25a558d9fd Update #noqa for out 79 character
Currently has some use # noqa because out 79 - character limit,
in order to conform the pep8 specification, I think we can make
some changes

Change-Id: Ia91ec8175521854e0b413441a2e05a23330aa8c3
2016-09-11 19:58:33 -07:00
Greg Retkowski
d1fd1ac32d document configure and verify steps
This improves the documentation for the installation of Trove.

The following items were documented:

* Required ConfigDrive parameter change for taskmanager
* Network regex and driver for Neutron
* Installation of the trove-dashboard component
* Using cloud-init as an alternative for guest-images

Change-Id: I1c5d5bab9e4e73f139bba645cda925176abcce82
Partial-Bug: 1610466
2016-09-08 10:44:04 -07:00
Jenkins
4087f91318 Merge "Switch from MySQL-python to PyMySQL" 2016-07-06 08:05:36 +00:00
Jeremy Stanley
42de1e7f7e Switch from MySQL-python to PyMySQL
As discussed in the Liberty Design Summit "Moving apps to Python 3"
cross-project workshop, the way forward in the near future is to
switch to the pure-python PyMySQL library as a default.

https://etherpad.openstack.org/p/liberty-cross-project-python3

BaseMySqlRootAccess.enable_root(): catch also InternalError because
the PyMySQL error is not wrapped into a SQLAlchemy OperationalError,
but a generic SQLAlchemy InternalError. Similar change is made in
026_datastore_versions_unique_fix.py.

This change requires a trove integration change to add the PyMySQL to
the guest image: Id4d013d174ba40a453819f900aaa316a93e59b48.

Partially implements: blueprint trove-python3
Co-Authored-By: Victor Stinner <vstinner@redhat.com>
Depends-On: Id4d013d174ba40a453819f900aaa316a93e59b48
Change-Id: I65e8a8d5dc251a8b00529cdfb1a6ada3d5720f68
2016-06-30 08:47:01 +02:00
Andreas Jaeger
d81afa317a Install Guide: Set bug project
Configure the theme so that bug reports go to trove queue.

Change-Id: I0a6eb2e3fc911c60eda3cc00c01df216dd404a4e
2016-06-24 15:09:48 +02:00
Andreas Jaeger
38271bb95f Minor cleanup for Install Guide
Remove extra lines, those are in introduction. Fix wrong service name.

This is a followup to a comment on
Idf8cb90536fd4b4d9a2d0695ef30f498b1283410 after the merge.

Change-Id: I75d3941248409b613a79ef9966b78ea7ac92e97d
2016-06-21 15:08:49 +02:00
Andreas Jaeger
696d80d4a8 Add Install Guide
This adds trove-specific contents of the OpenStack Installation Guide
in the trove repo per [1]. A separate change will remove the heat
contents from the OpenStack Installation Guide for Newton per [2].

This is a verbatim import from the content in openstack-manuals with
minimal changes to get content building.

Also adds tox.ini environment for install-guide and adds
openstackdocs-theme to test-requirements.txt.

From lmichaels -- added a statement to the next-steps doc.

[1]
http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html
[2]
http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html
[3] https://review.openstack.org/#/c/314229/

Partially-Implements: blueprint projectspecificinstallguides
Change-Id: Idf8cb90536fd4b4d9a2d0695ef30f498b1283410
2016-06-16 15:48:29 -07:00