Move dynamic documentation into extra directory (1/2)
This should solve translation import job error: http://logs.openstack.org/periodic/git.openstack.org/openstack/openstack-ansible/master/propose-translation-update/561dd40/job-output.txt.gz#_2018-09-14_06_12_49_943140 Change-Id: I89298cc4fe39b866d307569276d7460625bf9e5e
This commit is contained in:
parent
7af917268d
commit
86fa326a0d
@ -95,7 +95,7 @@ extlinks = {'deploy_guide': (deploy_guide_prefix, ''),
|
||||
}
|
||||
|
||||
# Generate dynamic table file.
|
||||
SCENARIO_TABLE = 'user/aio/scenario-table-gen.html'
|
||||
SCENARIO_TABLE = 'user/aio/_assets/scenario-table-gen.html'
|
||||
TABLE_FILE = os.path.join(CONF_PATH, SCENARIO_TABLE)
|
||||
stg = imp.load_source(
|
||||
'scenario_table_gen',
|
||||
|
@ -219,7 +219,7 @@ execute the following:
|
||||
**Tested Scenarios**
|
||||
|
||||
.. raw:: html
|
||||
:file: scenario-table-gen.html
|
||||
:file: _assets/scenario-table-gen.html
|
||||
|
||||
|
||||
To add OpenStack Services over and above the `bootstrap-aio default services`_
|
||||
|
Loading…
Reference in New Issue
Block a user