1. Generic API Question
What are the HTTP operations associated with the acronym CRUD?
2. OpenStack API Question
Assuming a verbose amount of logging has been preconfigured, does the API log for glance ordinarily capture glance activity from the CLI (commands that bypass horizon)? As a hint, the default location of this log is this: /var/log/glance/api.log
3. OpenStack API Question
The “Create Image” feature in Horizon is an API call with an underlying “Post” call.
…