Skip to content

Commit adcf0c5

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "remove obsolete s3 conf from nova.conf"
2 parents 7a1e6f0 + fb1c7b5 commit adcf0c5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/nova

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,6 @@ function create_nova_conf {
457457
iniset $NOVA_CONF DEFAULT scheduler_driver "$SCHEDULER"
458458
iniset $NOVA_CONF DEFAULT scheduler_default_filters "$FILTERS"
459459
iniset $NOVA_CONF DEFAULT default_floating_pool "$PUBLIC_NETWORK_NAME"
460-
iniset $NOVA_CONF DEFAULT s3_host "$SERVICE_HOST"
461-
iniset $NOVA_CONF DEFAULT s3_port "$S3_SERVICE_PORT"
462460
if [[ $SERVICE_IP_VERSION == 6 ]]; then
463461
iniset $NOVA_CONF DEFAULT my_ip "$HOST_IPV6"
464462
iniset $NOVA_CONF DEFAULT use_ipv6 "True"
@@ -468,7 +466,6 @@ function create_nova_conf {
468466
iniset $NOVA_CONF DEFAULT instance_name_template "${INSTANCE_NAME_PREFIX}%08x"
469467
iniset $NOVA_CONF DEFAULT osapi_compute_listen "$NOVA_SERVICE_LISTEN_ADDRESS"
470468
iniset $NOVA_CONF DEFAULT metadata_listen "$NOVA_SERVICE_LISTEN_ADDRESS"
471-
iniset $NOVA_CONF DEFAULT s3_listen "$NOVA_SERVICE_LISTEN_ADDRESS"
472469

473470
if is_fedora || is_suse; then
474471
# nova defaults to /usr/local/bin, but fedora and suse pip like to

0 commit comments

Comments
 (0)