Code Monkey home page Code Monkey logo

Comments (3)

nywilken avatar nywilken commented on June 17, 2024

Hi @kashifest this looks to be an issue with OpenStack, which may have already been fixed in the in the latest release of the plugin. Looking at the provided build logs I believe you are using the version of OpenStack that is bundled with Packer in 1.8.6, which may be old. Please upgrade your version of the OpenStack plugin and try again.

You can upgrade by using the Packer plugins install command packer plugins install github.com/hashicorp/openstack or if you are using HCL2 templates you can add the required plugins block to your template file and run packer init to install the required plugin.

packer {
  required_plugins {
    openstack = {
      version = ">= 1.1.0"
      source  = "github.com/hashicorp/openstack"
    }
  }
}

I'm going to move this issue to the OpenStack Plugin repo as this is not an issue with Packer core.

from packer-plugin-openstack.

nywilken avatar nywilken commented on June 17, 2024

Please feel free to close the issue if you find that ssh is working without having to set the key pair type after upgrading.

from packer-plugin-openstack.

kashifest avatar kashifest commented on June 17, 2024

Please feel free to close the issue if you find that ssh is working without having to set the key pair type after upgrading.

Thanks I will check and get back, we build a docker image with packer as one of the base images and use that with an image builder template json file. Is there anyway to specify the openstack plugin version in the template without needing to packer init ?

from packer-plugin-openstack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.