diff --git a/doc/admin-guide-cloud/roadmap.rst b/doc/admin-guide-cloud/roadmap.rst index 23594088ea..8ed5971e08 100644 --- a/doc/admin-guide-cloud/roadmap.rst +++ b/doc/admin-guide-cloud/roadmap.rst @@ -7,6 +7,7 @@ review up on review.openstack.org. May 20, 2014 To do tasks: + - Add a chapter describing monitoring; deeper dive into Telemetry (ceilomter) - Update networking information with the goal of starting a new Network Admin Guide* @@ -14,6 +15,7 @@ To do tasks: - Add audience information; who is this book intended for Ongoing tasks: + - Ensure it meets conventions and standards - Continually update with latest OpenStack dashboard (horizon) information including great descriptions of fields and why you set a @@ -21,6 +23,7 @@ Ongoing tasks: - Continually add Python examples to SDK chapter Wishlist tasks: + - Replace all individual client commands (like keystone, nova) with openstack client commands diff --git a/doc/cli-reference/roadmap.rst b/doc/cli-reference/roadmap.rst index 625792af86..f1214798e1 100644 --- a/doc/cli-reference/roadmap.rst +++ b/doc/cli-reference/roadmap.rst @@ -7,14 +7,17 @@ review up on review.openstack.org. May 20, 2014 To do tasks: + - Add a common OpenStack Client reference chapter - Add audience information; who is this book intended for Ongoing tasks: + - Ensure it meets conventions and standards - Continually add CLI commands for integrated projects; but only when the release occurs Wishlist tasks: + - Add troubleshooting for clients - installation, environment variables. Can be common. diff --git a/doc/config-reference/roadmap.rst b/doc/config-reference/roadmap.rst index 9cbdae7b3c..fe76a99dcc 100644 --- a/doc/config-reference/roadmap.rst +++ b/doc/config-reference/roadmap.rst @@ -7,6 +7,7 @@ review up on review.openstack.org. May 20, 2014 To do tasks: + - Add a chapter showing differences from release-to-release of renamed and removed options - Add descriptions that describe why you would set a setting @@ -14,10 +15,12 @@ To do tasks: - Add audience information; who is this book intended for Ongoing tasks: + - Ensure it meets conventions and standards - Continually update with latest reference information including great descriptions of options and why you set a setting or groups of settings Wishlist tasks: + - Can distros like Ubuntu produce documented config files? diff --git a/doc/hot-guide/source/hot_spec.rst b/doc/hot-guide/source/hot_spec.rst index 74e1b68827..128d6a54ba 100644 --- a/doc/hot-guide/source/hot_spec.rst +++ b/doc/hot-guide/source/hot_spec.rst @@ -383,7 +383,7 @@ For example: constraints: - custom_constraint: nova.keypair -.. _hot_spec_pseudo_parameters +.. _hot_spec_pseudo_parameters: Pseudo Parameters ----------------- @@ -729,7 +729,7 @@ template is given as single parameter to the get_resource function. list_join --------- +--------- The *list_join* function joins a list of strings with the given delimiter. The syntax of the list_join function is as follows: diff --git a/doc/image-guide/roadmap.rst b/doc/image-guide/roadmap.rst index e387d36176..d9961e7e8e 100644 --- a/doc/image-guide/roadmap.rst +++ b/doc/image-guide/roadmap.rst @@ -7,13 +7,16 @@ review up on review.openstack.org. May 21, 2014 To do tasks: + - Add a chapter describing how to make an image for Database as a Service (trove) - Add audience information; who is this book intended for Ongoing tasks: + - Ensure it meets conventions and standards Wishlist tasks: + - Replace all individual client commands (like keystone, glance) with openstack client commands diff --git a/doc/install-guide/roadmap.rst b/doc/install-guide/roadmap.rst index eb5bcf0252..8907782be5 100644 --- a/doc/install-guide/roadmap.rst +++ b/doc/install-guide/roadmap.rst @@ -11,6 +11,7 @@ This guide has an overall blueprint with spec at: https://wiki.openstack.org/wiki/Documentation/InstallationGuideImprovements To do tasks: + - Remove openstack-config (crudini) commands; standardize manual install - Unify chapter and section names (such as Overview) - Add sample output of each command and highlight important parts @@ -23,9 +24,11 @@ To do tasks: - Add audience information; who is this book intended for Ongoing tasks: + - Ensure it meets conventions and standards - Continually update with latest release information relevant to install Wishlist tasks: + - Replace all individual client commands (like keystone, nova) with openstack client commands diff --git a/doc/user-guide-admin/roadmap.rst b/doc/user-guide-admin/roadmap.rst index b658ca68e0..1f9d68ed5b 100644 --- a/doc/user-guide-admin/roadmap.rst +++ b/doc/user-guide-admin/roadmap.rst @@ -1,5 +1,5 @@ Roadmap for Admin User Guide --------------------------- +---------------------------- This file is stored with the source to offer ideas for what to work on. Put your name next to a task if you want to work on it and put a WIP @@ -7,15 +7,18 @@ review up on review.openstack.org. May 20, 2014 To do tasks: + - Add a chapter describing Telemetry tasks (ceilometer); how to monitor usage Ongoing tasks: + - Ensure it meets conventions and standards - Continually update with latest OpenStack dashboard (horizon) information including great descriptions of fields and why you set a setting Wishlist tasks: + - Get examples of common tasks from real admins and add to this guide as how-to: migration of VM from one host to another, quota management, targeting launch on a particular compute node diff --git a/doc/user-guide/roadmap.rst b/doc/user-guide/roadmap.rst index 166a5f7ad6..671113af25 100644 --- a/doc/user-guide/roadmap.rst +++ b/doc/user-guide/roadmap.rst @@ -7,11 +7,13 @@ review up on review.openstack.org. May 20, 2014 To do tasks: + - Add a chapter describing the HOT templates for Orchestration, how to use them - Add reference information about HOT templates for Orchestration; attempt to automate Ongoing tasks: + - Ensure it meets conventions and standards - Continually update with latest OpenStack dashboard (horizon) information including great descriptions of fields and why you set a @@ -19,6 +21,7 @@ Ongoing tasks: - Continually add Python examples to SDK chapter Wishlist tasks: + - Investigate moving to simpler markup and still enabling translation - Replace all individual client commands (like keystone, nova) with openstack client commands