diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 6a5278bf8..7d0d82bae 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -106,24 +106,24 @@ pygments_style = 'sphinx' # -- Options for HTML output -------------------------------------------------- -# The theme to use for HTML and HTML Help pages. Major themes that come with +# The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. # html_theme_path = ["."] # html_theme = '_theme' # Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the +# further. For a list of options available for each theme, see the # documentation. # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -# The name for this set of Sphinx documents. If None, it defaults to +# The name for this set of Sphinx documents. If None, it defaults to # " v documentation". # html_title = None -# A shorter title for the navigation bar. Default is the same as html_title. +# A shorter title for the navigation bar. Default is the same as html_title. # html_short_title = None # The name of an image file (relative to this directory) to place at the top @@ -131,7 +131,7 @@ pygments_style = 'sphinx' # html_logo = None # The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 +# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. # html_favicon = None @@ -172,7 +172,7 @@ html_last_updated_fmt = subprocess.Popen( # html_show_sourcelink = True # If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the +# contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. # html_use_opensearch = '' diff --git a/api-ref/source/pools.inc b/api-ref/source/pools.inc index 45fab54f3..5f4b6f497 100644 --- a/api-ref/source/pools.inc +++ b/api-ref/source/pools.inc @@ -5,7 +5,7 @@ Pools (pools) List pools =========== -.. rest_method:: GET /v2/pools +.. rest_method:: GET /v2/pools Lists pools. @@ -47,7 +47,7 @@ Response Example Create pool ============ -.. rest_method:: PUT /v2/pools/{pool_name} +.. rest_method:: PUT /v2/pools/{pool_name} Creates a pool. @@ -91,7 +91,7 @@ This operation does not return a response body. Update pool ============ -.. rest_method:: PATCH /v2/pools/{pool_name} +.. rest_method:: PATCH /v2/pools/{pool_name} Updates a pool. @@ -134,7 +134,7 @@ Response Example Show pool details ================== -.. rest_method:: GET /v2/pools/{pool_name} +.. rest_method:: GET /v2/pools/{pool_name} Shows details for a pool. @@ -174,7 +174,7 @@ Response Example Delete pool =============== -.. rest_method:: DELETE /v2/pools/{pool_name} +.. rest_method:: DELETE /v2/pools/{pool_name} Deletes the specified pool. diff --git a/api-ref/source/queues.inc b/api-ref/source/queues.inc index b57899d54..a2d73192c 100644 --- a/api-ref/source/queues.inc +++ b/api-ref/source/queues.inc @@ -5,7 +5,7 @@ Queues (queues) List queues =========== -.. rest_method:: GET /v2/queues +.. rest_method:: GET /v2/queues Lists queues. @@ -51,7 +51,7 @@ Response Example Create queue ============ -.. rest_method:: PUT /v2/queues/{queue_name} +.. rest_method:: PUT /v2/queues/{queue_name} Creates a queue. @@ -93,7 +93,7 @@ This operation does not return a response body. Update queue ============ -.. rest_method:: PATCH /v2/queues/{queue_name} +.. rest_method:: PATCH /v2/queues/{queue_name} Updates a queue. @@ -145,7 +145,7 @@ Response Example Show queue details ================== -.. rest_method:: GET /v2/queues/{queue_name} +.. rest_method:: GET /v2/queues/{queue_name} Shows details for a queue. @@ -182,7 +182,7 @@ Response Example Delete queue =============== -.. rest_method:: DELETE /v2/queues/{queue_name} +.. rest_method:: DELETE /v2/queues/{queue_name} Deletes the specified queue. @@ -252,7 +252,7 @@ Response Example Pre-signed queue ================ -.. rest_method:: POST /v2/queues/{queue_name}/share +.. rest_method:: POST /v2/queues/{queue_name}/share Create a pre-signed URL for a given queue. diff --git a/api-ref/source/subscription.inc b/api-ref/source/subscription.inc index 98b1373bb..81285e049 100644 --- a/api-ref/source/subscription.inc +++ b/api-ref/source/subscription.inc @@ -5,7 +5,7 @@ Subscriptions(subscriptions) List Subscriptions ================== -.. rest_method:: GET /v2/queues/{queue_name}/subscriptions +.. rest_method:: GET /v2/queues/{queue_name}/subscriptions Lists a queue's subscriptions. @@ -58,7 +58,7 @@ Response Example Create Subscription =================== -.. rest_method:: POST /v2/queues/{queue_name}/subscriptions +.. rest_method:: POST /v2/queues/{queue_name}/subscriptions Creates a subscription. @@ -113,7 +113,7 @@ Response Example Update Subscription =================== -.. rest_method:: PATCH /v2/queues/{queue_name}/subscriptions/{subscription_id} +.. rest_method:: PATCH /v2/queues/{queue_name}/subscriptions/{subscription_id} Updates a subscription. @@ -153,7 +153,7 @@ This operation does not return a response body. Show Subscription Details ========================= -.. rest_method:: GET /v2/queues/{queue_name}/subscriptions/{subscription_id} +.. rest_method:: GET /v2/queues/{queue_name}/subscriptions/{subscription_id} Shows details for a subscription. @@ -198,7 +198,7 @@ Response Example Delete Subscription =================== -.. rest_method:: DELETE /v2/queues/{queue_name}/subscriptions/{subscription_id} +.. rest_method:: DELETE /v2/queues/{queue_name}/subscriptions/{subscription_id} Deletes the specified subscription. diff --git a/api-ref/source/versions.inc b/api-ref/source/versions.inc index b507733bc..b85859948 100644 --- a/api-ref/source/versions.inc +++ b/api-ref/source/versions.inc @@ -8,7 +8,7 @@ The Zaqar API only supports ''major versions'' expressed in request URLs. List major versions =================== -.. rest_method:: GET / +.. rest_method:: GET / Gets the home document. diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 26a2ae085..a8547f3a0 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -78,7 +78,7 @@ function configure_zaqar { cp -p $ZAQAR_DIR/etc/policy.json.sample $ZAQAR_POLICY_CONF fi - [ ! -d $ZAQAR_API_LOG_DIR ] && sudo mkdir -m 755 -p $ZAQAR_API_LOG_DIR + [ ! -d $ZAQAR_API_LOG_DIR ] && sudo mkdir -m 755 -p $ZAQAR_API_LOG_DIR sudo chown $USER $ZAQAR_API_LOG_DIR iniset $ZAQAR_CONF DEFAULT debug True diff --git a/doc/source/conf.py b/doc/source/conf.py index 03eaf79de..8ab9cb168 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -123,24 +123,24 @@ modindex_common_prefix = ['zaqar.'] # -- Options for HTML output -------------------------------------------------- -# The theme to use for HTML and HTML Help pages. Major themes that come with +# The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. # html_theme_path = ["."] # html_theme = '_theme' # Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the +# further. For a list of options available for each theme, see the # documentation. html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] -# The name for this set of Sphinx documents. If None, it defaults to +# The name for this set of Sphinx documents. If None, it defaults to # " v documentation". #html_title = None -# A shorter title for the navigation bar. Default is the same as html_title. +# A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None # The name of an image file (relative to this directory) to place at the top @@ -148,7 +148,7 @@ html_theme_options = {} #html_logo = None # The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 +# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. #html_favicon = None @@ -189,7 +189,7 @@ html_last_updated_fmt = subprocess.Popen(git_cmd, #html_show_sourcelink = True # If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the +# contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. #html_use_opensearch = '' diff --git a/install-guide/source/conf.py b/install-guide/source/conf.py index fbd85f08d..1d79a51d5 100644 --- a/install-guide/source/conf.py +++ b/install-guide/source/conf.py @@ -122,23 +122,23 @@ pygments_style = 'sphinx' # -- Options for HTML output ---------------------------------------------- -# The theme to use for HTML and HTML Help pages. See the documentation for +# The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'openstackdocs' # Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the +# further. For a list of options available for each theme, see the # documentation. # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. html_theme_path = [openstackdocstheme.get_html_theme_path()] -# The name for this set of Sphinx documents. If None, it defaults to +# The name for this set of Sphinx documents. If None, it defaults to # " v documentation". # html_title = None -# A shorter title for the navigation bar. Default is the same as html_title. +# A shorter title for the navigation bar. Default is the same as html_title. # html_short_title = None # The name of an image file (relative to this directory) to place at the top @@ -146,7 +146,7 @@ html_theme_path = [openstackdocstheme.get_html_theme_path()] # html_logo = None # The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 +# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. # html_favicon = None @@ -198,7 +198,7 @@ html_show_sourcelink = False # html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the +# contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. # html_use_opensearch = '' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 6f873ee2c..88ebda1b2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -110,23 +110,23 @@ pygments_style = 'sphinx' # -- Options for HTML output ---------------------------------------------- -# The theme to use for HTML and HTML Help pages. See the documentation for +# The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = 'default' # Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the +# further. For a list of options available for each theme, see the # documentation. # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = [] -# The name for this set of Sphinx documents. If None, it defaults to +# The name for this set of Sphinx documents. If None, it defaults to # " v documentation". # html_title = None -# A shorter title for the navigation bar. Default is the same as html_title. +# A shorter title for the navigation bar. Default is the same as html_title. # html_short_title = None # The name of an image file (relative to this directory) to place at the top @@ -134,7 +134,7 @@ html_theme = 'default' # html_logo = None # The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 +# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. # html_favicon = None @@ -182,7 +182,7 @@ html_static_path = ['_static'] # html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the +# contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. # html_use_opensearch = ''