EmilienM / devstack-action

Github actions for Devstack
Apache License 2.0
6 stars 3 forks source link

Error: ./stack.sh:235 If you wish to run this script anyway run with FORCE=yes #16

Closed Jagadeeshftw closed 10 months ago

Jagadeeshftw commented 10 months ago

Job link: https://github.com/Jagadeeshftw/Docker-CICD/actions/runs/7513108110/job/20454500831 My workflow file:

name: Openstack Deployment

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

jobs:
  build:

    runs-on: ubuntu-latest
    steps:
      - name: Deploy devstack
        uses: EmilienM/devstack-action@v0.6
        with:
          branch: stable/xena
          conf_overrides:
            CINDER_ISCSI_HELPER=tgtadm
          enabled_services: 's-account,s-container,s-object,s-proxy'
EmilienM commented 10 months ago

your version of Ubuntu is too recent for the version of devstack that you want to run. For Xena, I think you need focal, 20.04.