Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openstack-build-ubuntu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
David Johnson
openstack-build-ubuntu
Commits
49697db1
Commit
49697db1
authored
Feb 25, 2016
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove more quotas by default.
parent
9b5eb740
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
setup-basic.sh
setup-basic.sh
+29
-0
No files found.
setup-basic.sh
View file @
49697db1
...
...
@@ -181,6 +181,19 @@ if [ $QUOTASOFF -eq 1 ]; then
nova quota-class-update
--server-groups
-1
default
nova quota-class-update
--server-group-members
-1
default
neutron quota-update
--network
-1
neutron quota-update
--subnet
-1
neutron quota-update
--port
-1
neutron quota-update
--router
-1
neutron quota-update
--floatingip
-1
neutron quota-update
--security-group
-1
neutron quota-update
--security-group-rule
-1
neutron quota-update
--rbac-policy
-1
neutron quota-update
--vip
-1
neutron quota-update
--pool
-1
neutron quota-update
--member
-1
neutron quota-update
--health-monitor
-1
cinder quota-class-update
--volumes
-1
default
cinder quota-class-update
--snapshots
-1
default
cinder quota-class-update
--gigabytes
-1
default
...
...
@@ -188,6 +201,22 @@ if [ $QUOTASOFF -eq 1 ]; then
#cinder quota-class-update --backup-_gigabytes -1 default
#cinder quota-class-update --backups -1 default
#cinder quota-class-update --per-volume-gigabytes -1 default
openstack quota
set
--class
--ram
-1
admin
openstack quota
set
--class
--secgroup-rules
-1
admin
openstack quota
set
--class
--instances
-1
admin
openstack quota
set
--class
--key-pairs
-1
admin
openstack quota
set
--class
--fixed-ips
-1
admin
openstack quota
set
--class
--secgroups
-1
admin
openstack quota
set
--class
--injected-file-size
-1
admin
openstack quota
set
--class
--floating-ips
-1
admin
openstack quota
set
--class
--injected-files
-1
admin
openstack quota
set
--class
--cores
-1
admin
openstack quota
set
--class
--injected-path-size
-1
admin
openstack quota
set
--class
--gigabytes
-1
admin
openstack quota
set
--class
--volumes
-1
admin
openstack quota
set
--class
--snapshots
-1
admin
openstack quota
set
--class
--volume-type
-1
admin
fi
exit
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment