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
- [Filter:ratelimit]
- Paste.filter_factory = Nova.api.openstack.compute.limits:RateLimitingMiddleware.factory
- 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
- libvirt_inject_partition=1
[Python]View Plaincopy
- # Service Openstack-nova-compute Restart
Open Source PAAs scenario: Deploying Cloudfoundry on OpenStack (v) FAQs