Hi, all:
I am new to packer, I am not sure whether this is the right place to get help. please let know if I miss something.
when I was trying to build my private image via packer, I got the following error message:
==> openstack: Discovering enabled extensions...
Build 'openstack' errored: Error loading extensions: Resource not found
after tracing the log, I found that it called the Nova extensions API which is a deprecated api in OpenStack community. that's the reason why printing the above message. you can check the api status here:
I copy the description from the website:
"the entire extensions concept is deprecated, and will be removed in the near future"
the relative parts where it works in packer:
it seems these calls is not a necessary part(please let me know if something i missed). I wonder whether this parts of call could be removed from the repository? is that used for other cases? or is there any other better way to solve this?
any answer will be appreciated. thanks very much.