Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 707251 Details for
Bug 904352
[RFE] Provide Quantum man page for the command line interface.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add man page for quantum
quantum_manpage.diff (text/plain), 6.43 KB, created by
Terry Wilson
on 2013-03-09 00:23:49 UTC
(
hide
)
Description:
Add man page for quantum
Filename:
MIME Type:
Creator:
Terry Wilson
Created:
2013-03-09 00:23:49 UTC
Size:
6.43 KB
patch
obsolete
>commit 47140a96d3451fc673066e21430414801fc9c962 >Author: Terry Wilson <twilson@redhat.com> >Date: Fri Mar 8 18:15:02 2013 -0600 > > Add a basic quantum man page > > Resolves: rhbz#904352 > >diff --git a/python-quantumclient.spec b/python-quantumclient.spec >index 7b0e6b4..438b9e5 100644 >--- a/python-quantumclient.spec >+++ b/python-quantumclient.spec >@@ -9,6 +9,7 @@ URL: http://launchpad.net/python-quantumclient/ > BuildArch: noarch > > Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz >+Source1: quantum.1 > > # > # patches_base = 2.1+2 >@@ -53,6 +54,7 @@ Requires: python-simplejson > > BuildRequires: python2-devel > BuildRequires: python-setuptools >+BuildRequires: gzip > > %description > Client library and command line utility for interacting with OpenStack >@@ -106,6 +108,9 @@ sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py > # rhbz 888939#c7: bash-completion is not in RHEL > install -p -D -m 644 tools/quantum.bash_completion %{buildroot}%{_sysconfdir}/profile.d/quantum.sh > >+gzip %{SOURCE1} >+install -p -D -m 644 %{SOURCE1}.gz %{buildroot}/%{_mandir}/man1/quantum.1.gz >+ > # Remove unused files > rm -rf %{buildroot}%{python_sitelib}/quantumclient/tests > >@@ -116,9 +121,13 @@ rm -rf %{buildroot}%{python_sitelib}/quantumclient/tests > %{python_sitelib}/quantumclient > %{python_sitelib}/*.egg-info > %{_sysconfdir}/profile.d/quantum.sh >+%{_mandir}/man1/quantum.1.gz > > > %changelog >+* Fri Mar 8 2013 Terry Wilson <twilson@redhat.com> - 2:2.1-2 >+- Provide a basic quantum man page (rhbz#904352) >+ > * Thu Feb 21 2013 Jakub Ruzicka <jruzicka@redhat.com> - 2:2.1-1 > - Switch from tarballs.openstack.org to pypi, based on 2.1 > - Change version and Epoch to reflect the source change >diff --git a/quantum.1 b/quantum.1 >new file mode 100644 >index 0000000..4333aae >--- /dev/null >+++ b/quantum.1 >@@ -0,0 +1,198 @@ >+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1. >+.TH QUANTUM "1" "March 2013" "quantum 2.0" "User Commands" >+.SH NAME >+quantum \- Client for the Openstack Network API >+.SH DESCRIPTION >+usage: quantum [\-\-version] [\-v] [\-q] [\-h] [\-\-debug] >+.IP >+[\-\-os\-auth\-strategy <auth\-strategy>] [\-\-os\-auth\-url <auth\-url>] >+[\-\-os\-tenant\-name <auth\-tenant\-name>] >+[\-\-os\-username <auth\-username>] [\-\-os\-password <auth\-password>] >+[\-\-os\-region\-name <auth\-region\-name>] [\-\-os\-token <token>] >+[\-\-os\-url <url>] >+.PP >+Command\-line interface to the Quantum APIs >+.SS "optional arguments:" >+.TP >+\fB\-\-version\fR >+show program's version number and exit >+.TP >+\fB\-v\fR, \fB\-\-verbose\fR >+Increase verbosity of output. Can be repeated. >+.TP >+\fB\-q\fR, \fB\-\-quiet\fR >+suppress output except warnings and errors >+.TP >+\fB\-h\fR, \fB\-\-help\fR >+show this help message and exit >+.TP >+\fB\-\-debug\fR >+show tracebacks on errors >+.TP >+\fB\-\-os\-auth\-strategy\fR <auth\-strategy> >+Authentication strategy (Env: OS_AUTH_STRATEGY, >+default keystone). For now, any other value will >+disable the authentication >+.TP >+\fB\-\-os\-auth\-url\fR <auth\-url> >+Authentication URL (Env: OS_AUTH_URL) >+.TP >+\fB\-\-os\-tenant\-name\fR <auth\-tenant\-name> >+Authentication tenant name (Env: OS_TENANT_NAME) >+.TP >+\fB\-\-os\-username\fR <auth\-username> >+Authentication username (Env: OS_USERNAME) >+.TP >+\fB\-\-os\-password\fR <auth\-password> >+Authentication password (Env: OS_PASSWORD) >+.TP >+\fB\-\-os\-region\-name\fR <auth\-region\-name> >+Authentication region name (Env: OS_REGION_NAME) >+.TP >+\fB\-\-os\-token\fR <token> >+Defaults to env[OS_TOKEN] >+.TP >+\fB\-\-os\-url\fR <url> >+Defaults to env[OS_URL] >+.SS "Commands for API v2.0:" >+.TP >+ext\-list >+List all exts. >+.TP >+ext\-show >+Show information of a given resource >+.TP >+floatingip\-associate >+Create a mapping between a floating ip and a fixed ip. >+.TP >+floatingip\-create >+Create a floating ip for a given tenant. >+.TP >+floatingip\-delete >+Delete a given floating ip. >+.TP >+floatingip\-disassociate >+Remove a mapping from a floating ip to a fixed ip. >+.TP >+floatingip\-list >+List floating ips that belong to a given tenant. >+.TP >+floatingip\-show >+Show information of a given floating ip. >+.TP >+help >+print detailed help for another command >+.TP >+net\-create >+Create a network for a given tenant. >+.TP >+net\-delete >+Delete a given network. >+.TP >+net\-external\-list >+List external networks that belong to a given tenant >+.TP >+net\-list >+List networks that belong to a given tenant. >+.TP >+net\-show >+Show information of a given network. >+.TP >+net\-update >+Update network's information. >+.TP >+port\-create >+Create a port for a given tenant. >+.TP >+port\-delete >+Delete a given port. >+.TP >+port\-list >+List ports that belong to a given tenant. >+.TP >+port\-show >+Show information of a given port. >+.TP >+port\-update >+Update port's information. >+.TP >+quota\-delete >+Delete defined quotas of a given tenant. >+.TP >+quota\-list >+List defined quotas of all tenants. >+.TP >+quota\-show >+Show quotas of a given tenant >+.TP >+quota\-update >+Define tenant's quotas not to use defaults. >+.TP >+router\-create >+Create a router for a given tenant. >+.TP >+router\-delete >+Delete a given router. >+.TP >+router\-gateway\-clear >+Remove an external network gateway from a router. >+.TP >+router\-gateway\-set >+Set the external network gateway for a router. >+.TP >+router\-interface\-add >+Add an internal network interface to a router. >+.TP >+router\-interface\-delete >+Remove an internal network interface from a router. >+.TP >+router\-list >+List routers that belong to a given tenant. >+.TP >+router\-port\-list >+List ports that belong to a given tenant, with specified router >+.TP >+router\-show >+Show information of a given router. >+.TP >+router\-update >+Update router's information. >+.TP >+security\-group\-create >+Create a security group. >+.TP >+security\-group\-delete >+Delete a given security group. >+.TP >+security\-group\-list >+List security groups that belong to a given tenant. >+.TP >+security\-group\-rule\-create >+Create a security group rule. >+.TP >+security\-group\-rule\-delete >+Delete a given security group rule. >+.TP >+security\-group\-rule\-list >+List security group rules that belong to a given tenant. >+.TP >+security\-group\-rule\-show >+Show information of a given security group rule. >+.TP >+security\-group\-show >+Show information of a given security group. >+.TP >+subnet\-create >+Create a subnet for a given tenant. >+.TP >+subnet\-delete >+Delete a given subnet. >+.TP >+subnet\-list >+List networks that belong to a given tenant. >+.TP >+subnet\-show >+Show information of a given subnet. >+.TP >+subnet\-update >+Update subnet's information.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 904352
: 707251