Open Source PAAs scenario: Deploying Cloudfoundry on OpenStack (v) FAQs

Source: Internet
Author: User

Issues that you may encounter with deploying Cloudfoundry 1. Bosh report OpenStack API Request Entity Too Large Error Resolution, modify/etc/nova/api-paste.conf file, add Limits Property [Python]View Plaincopy
    1. [Filter:ratelimit]
    2. Paste.filter_factory = Nova.api.openstack.compute.limits:RateLimitingMiddleware.factory
    3. Limits = (POST, "*",. *, + , MINUTE);(P Ost, "*/servers", ^/servers, and day );(P ut, "*",. *, H , MIN UTE);(GET, "*changes-since*",. *changes-since.*, MINUTE);(D elete, "*",. *, +, MINUTE)

2. Bosh report Unable to create virtual machine, view Nova Log Discovery "disk with Libguestfs (could not parse/etc/fstab or empty file)" Error Resolution: Modify/etc/nova/nova.con The default value for Libvirt_inject_partition in F (-1 auto-detect) is a fixed value of 1 [Python]View Plaincopy
    1. libvirt_inject_partition=1
[Python]View Plaincopy
      1. # Service Openstack-nova-compute Restart

Open Source PAAs scenario: Deploying Cloudfoundry on OpenStack (v) FAQs

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.