diff --git a/doc/source/new-api-charm.rst b/doc/source/new-api-charm.rst index 2270c134..eebe3e50 100644 --- a/doc/source/new-api-charm.rst +++ b/doc/source/new-api-charm.rst @@ -61,8 +61,8 @@ All the questions are optional, below are the responses for Congress. What type of service is this (used for keystone registration)? congress What is the earliest OpenStack release this charm is compatible with? mitaka Where command is used to sync the database? congress-db-manage --config-file /etc/congress/congress.conf upgrade head - What packages should this charm install (space seperated list)? congress-server congress-common python-antlr3 python-pymysql - List of config files managed by this charm (space seperated) /etc/congress/congress.conf + What packages should this charm install (space separated list)? congress-server congress-common python-antlr3 python-pymysql + List of config files managed by this charm (space separated) /etc/congress/congress.conf What is the name of the init script which controls the primary service congress-server Configuration Files diff --git a/doc/source/new-manila-charm.rst b/doc/source/new-manila-charm.rst index 38e4bd4f..43c39de0 100644 --- a/doc/source/new-manila-charm.rst +++ b/doc/source/new-manila-charm.rst @@ -50,7 +50,7 @@ further editing to produce the functional charm needed. INFO: Generating charm for new-manila-plugin in ./new-manila-plugin INFO: No new-manila-plugin in apt cache; creating an empty charm instead. What is the earliest OpenStack release this charm will support? mitaka - What packages should this charm install (space seperated list)? + What packages should this charm install (space separated list)? What is the package to take the version from (manila-api is probably ok)? Three questions are asked: diff --git a/doc/source/new-sdn-charm.rst b/doc/source/new-sdn-charm.rst index d2d81e60..90de876e 100644 --- a/doc/source/new-sdn-charm.rst +++ b/doc/source/new-sdn-charm.rst @@ -39,7 +39,7 @@ During the charm generation charm tools asks a few questions about the charm. INFO: Generating charm for virtual-token-ring in ./virtual-token-ring INFO: No virtual-token-ring in apt cache; creating an empty charm instead. What is the earliest OpenStack release this charm is compatible with? liberty - What packages should this charm install (space seperated list)? + What packages should this charm install (space separated list)? .. _`Build Charm`: