Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #905 from deNBI/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
dweinholz authored Nov 17, 2021
2 parents 498ed47 + c841e1d commit 54c709f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .env.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CLOUD_PORTAL_CLIENT_TAG=0.1.0-beta.0.15.1
BIBIGRID_TAG=bibigrid-rest-2.3
FORC_API_KEY=


CLIENT_PORT=
OS_AUTH_URL=
OS_PROJECT_ID=
Expand All @@ -13,7 +14,7 @@ OS_PROJECT_DOMAIN_ID=
OS_PASSWORD=

# Filebeat
FILEBEAT_TAG=7.15.1
FILEBEAT_TAG=7.15.2
ELASTIC_USER=
ELASTIC_PASSWORD=
HOST=portal-dev.denbi.de
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.update
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM denbicloud/cloud-portal-client:0.1.0-beta.0.15.1
FROM bibiserv/bibigrid:bibigrid-rest-2.3
FROM docker.elastic.co/beats/filebeat:7.15.1
FROM docker.elastic.co/beats/filebeat:7.15.2
1 change: 0 additions & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2204,7 +2204,6 @@ def create_snapshot(self, openstack_id, name, elixir_id, base_tags, description)
LOG.exception("Create snapshot {0} error: {1}".format(openstack_id, e))

raise conflictException(Reason="409")
return None
except Exception:
LOG.exception("Instance {0} not found".format(openstack_id))
return None
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools==58.5.3
setuptools==59.1.0
thrift==0.15.0
python-keystoneclient
openstacksdk ==0.59.0
Expand All @@ -9,6 +9,6 @@ flake8==4.0.1
ruamel.yaml<0.18.0
paramiko==2.8.0
pyvim==3.0.2
redis==3.5.3
redis==4.0.0
requests==2.26.0
pyyaml==6.0

0 comments on commit 54c709f

Please sign in to comment.