Dev docs sites for past releases of nova (2011.1) now 404 error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Core Infrastructure |
Fix Released
|
Medium
|
Clark Boylan |
Bug Description
We used to keep a copy of past releases of nova.openstack.org, such as http://
Changed in openstack-ci: | |
status: | New → Confirmed |
assignee: | nobody → James E. Blair (corvus) |
importance: | Undecided → High |
James E. Blair (corvus) wrote : | #1 |
Monty Taylor (mordred) wrote : | #2 |
Moving forward, we have a whole system for generating docs from tags and giving them a subdir. 2011.1 was created before we moved to the tag system, so we should probably just copy it into the new docs site.
Changed in openstack-ci: | |
assignee: | James E. Blair (corvus) → Clark Boylan (cboylan) |
milestone: | none → folsom |
status: | Confirmed → Triaged |
importance: | High → Medium |
Anne Gentle (annegentle) wrote : | #3 |
Something similar is going on with swift -
What's interesting is that I can get to http://
Thanks for looking into it.
Changed in openstack-ci: | |
milestone: | folsom → grizzly |
Clark Boylan (cboylan) wrote : | #4 |
The current in tree documentation builds should on tag releases copy the docs to http://
Changed in openstack-ci: | |
milestone: | grizzly → havana |
Clark Boylan (cboylan) wrote : | #5 |
We are publishing docs to http://
Changed in openstack-ci: | |
status: | Triaged → Fix Released |
The apache configuration has:
DocumentRoot /srv/docs/ nova/doc/ build/html/
Alias /2011.2 /srv/docs/ nova/2011. 2
So it looks like at some point someone copied the main tree (/doc/build/html) to a sibling directory (2011.2) , and added the alias to the apache configuration. I added this to fix the immediate issue (since 2011.1 was still there):
Alias /2011.1 /srv/docs/ nova/2011. 1
But this seems like an arbitrary and manual process. What is the current process for creating a new version of the docs (we should have 2012.1 now, right)?