Skip to content

Commit 277e243

Browse files
authored
Use new object store (#1762)
Signed-off-by: Christian Berendt <[email protected]>
1 parent e829d83 commit 277e243

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

osism/commands/manage.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_parser(self, prog_name):
3737
"--base-url",
3838
type=str,
3939
help="Base URL",
40-
default="https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/",
40+
default="https://nbg1.your-objectstorage.com/osism/openstack-k8s-capi-images/",
4141
)
4242
parser.add_argument(
4343
"--cloud",
@@ -149,7 +149,7 @@ def get_parser(self, prog_name):
149149
"--base-url",
150150
type=str,
151151
help="Base URL",
152-
default="https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-k8s-capi-images/",
152+
default="https://nbg1.your-objectstorage.com/osism/openstack-k8s-capi-images/",
153153
)
154154
parser.add_argument(
155155
"--cloud",
@@ -263,7 +263,7 @@ def get_parser(self, prog_name):
263263
"--base-url",
264264
type=str,
265265
help="Base URL",
266-
default="https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-images/gardenlinux/",
266+
default="https://nbg1.your-objectstorage.com/osism/openstack-images/gardenlinux/",
267267
)
268268
parser.add_argument(
269269
"--cloud",
@@ -374,7 +374,7 @@ def get_parser(self, prog_name):
374374
"--base-url",
375375
type=str,
376376
help="Base URL",
377-
default="https://swift.services.a.regiocloud.tech/swift/v1/AUTH_b182637428444b9aa302bb8d5a5a418c/openstack-octavia-amphora-image/",
377+
default="https://nbg1.your-objectstorage.com/osism/openstack-octavia-amphora-image/",
378378
)
379379
return parser
380380

0 commit comments

Comments
 (0)