Skip to content

Commit

Permalink
docs: customer facing quota documentation (rackerlabs#601)
Browse files Browse the repository at this point in the history
* Add customer facing quota documentation and updated mkdocs.yml to include the quota doc in the Cloud Onboarding section.
Trying to fix signing.
Signed-off-by: David Keirns <[email protected]>

* Clean up trailing whitespace in openstack-quota.md

* switched from two space characters to <BR> as linebreak to see if that would appease the github checks.

* Fix trailing whitespaces, remove volume show command as well as results image, as it isn't really required.
  • Loading branch information
dkeirns authored Dec 3, 2024
1 parent cb0320a commit ae2346c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
Binary file added docs/assets/images/SkylineHomeQuota.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/limits_show.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/quota_show.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions docs/openstack-quota.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# OpenStack Quotas

To read more about Openstack quotas please visit the [upstream docs](https://docs.openstack.org/nova/rocky/admin/quotas.html).

#### Viewing Your Quota

You can view your quotas via Skyline or using the OpenStack CLI client. The Skyline home page is the easiest way to view your quota limits and utilization in one place.
![SkylineHome](./assets/images/SkylineHomeQuota.png)

You can also view quota information using the OpenStack CLI, however, you'll need to use a couple of commands.<BR>
Use the quota option to list all of your quota limits.

```shell
openstack quota show
```

![quota show](./assets/images/quota_show.png)

The limits option returns quota limits along with utilization information for most services.

```shell
openstack limits show --absolute
```

![limits show](./assets/images/limits_show.png)

#### Increasing Your Quota

If you need to request a quota increase, please contact your Account Manager or navigate to the [MyCloud](https://mycloud.rackspace.com) portal, create a ticket, and select Account as the category.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,6 @@ nav:
- Openstack Volumes: openstack-volumes.md
- Openstack Load Balancers: openstack-load-balancer.md
- Openstack Networks: openstack-networks.md
- Openstack Quotas: openstack-quota.md
- Blog: https://blog.rackspacecloud.com/
- Status: api-status.md

0 comments on commit ae2346c

Please sign in to comment.