-
Published Answer
i solved by
neutron quota-update –tenant_id “ $1 ” –router 1
•
By
tesleft
-
Published Question
vi /etc/nova/policy.json
change
"computeextension:quotas:update": "rule:adminapi"
to
"compute_extension:quotas:update": ""
nc = nvclient.Client(authurl=os.environ['OSAUTHURL'],username="hello@gmail.com",apikey="hello"...
1
•
•
By
tesleft
API
Ubuntu
-
Published Question
after great effort to try over 20 times,
i succeeded to be near the cause of problem when solving how to edit quota with python for openstack ice version
it return a useful information that policy not allow python to...
0
•
•
By
tesleft
Python
Ubuntu
-
Published Question
got error when set quota in RDO or production environment of openstack
already set insecure = True, but can not set quota
>>> nc.quotas.update(my_tenant.id, floating_ips=1)
Traceback (most recent call last):
File "<...
1
•
•
By
tesleft
Python
Ubuntu
-
Published Answer
i run python3 –version
it show
python 3.5.2
which python3
is /usr/bin/python3
•
By
tesleft
-
Published Question
Example link (https://drive.google.com/file/d/0Bxs_ao6uuBDUXzNhZ2ZUOXg2T3c/view?usp=sharing)
http://releases.ubuntu.com/16.04/ubuntu-16.04.1-server-amd64.iso
in
Server install image
The server install image allows you...
2
•
•
By
tesleft
Python
Ubuntu 16.04