Protocol https is defaulting to http

Bug #1406377 reported by Sujala Saini
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Poppy
Fix Released
Medium
Tony Tan

Bug Description

https://preview.cdn.api.rackspacecloud.com/v1.0/565831/services

{
        "name": "sujala_servicename13",
        "domains": [
            {"domain": "wp.altcdn.com",
             "protocol":"https"
            }

        ],
        "origins": [
            {
                "origin": "origin.altcdn.com",
                "port": 80,
                "ssl": false
            }
        ],
        "caching": [
            {
                "name": "default",
                "ttl": 3600
            }
        ],
    "flavor_id": "cdn",
        "restrictions": [
             {
                "name": "website only",
                "rules": [
                    {
                        "name": "sujala_servicename13",
                        "http_host": "wp.altcdn.com"
                    }
                ]
            }
        ]

    }

https://preview.cdn.api.rackspacecloud.com/v1.0/565831/services/sujala_servicename13

{
    "name": "sujala_servicename13",
    "domains": [
        {
            "domain": "wp.altcdn.com",
            "protocol": "http"
        }
    ],
    "origins": [
        {
            "origin": "origin.altcdn.com",
            "port": 80,
            "ssl": false,
            "rules": []
        }
    ],
    "restrictions": [
        {
            "name": "website only",
            "rules": [
                {
                    "name": "sujala_servicename13"
                }
            ]
        }
    ],
    "caching": [
        {
            "name": "default",
            "ttl": 3600
        }
    ],
    "status": "create_in_progress",
    "flavor_id": "cdn",
    "errors": [],
    "links": [
        {
            "href": "https://preview.cdn.api.rackspacecloud.com/v1.0/565831/services/sujala_servicename13",
            "rel": "self"
        },
        {
            "href": "https://preview.cdn.api.rackspacecloud.com/v1.0/565831/flavors/cdn",
            "rel": "flavor"
        }
    ]
}

Changed in poppy:
milestone: none → kilo-2
status: New → Confirmed
importance: Undecided → Medium
Changed in poppy:
assignee: nobody → Tony Tan (tonytan4ever)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to poppy (master)

Fix proposed to branch: master
Review: https://review.openstack.org/145050

Changed in poppy:
status: Confirmed → In Progress
Changed in poppy:
status: In Progress → Fix Committed
status: Fix Committed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to poppy (master)

Reviewed: https://review.openstack.org/145050
Committed: https://git.openstack.org/cgit/stackforge/poppy/commit/?id=915f9ca32cd7ab520eebfda756eb9d401f1cf5e1
Submitter: Jenkins
Branch: master

commit 915f9ca32cd7ab520eebfda756eb9d401f1cf5e1
Author: tonytan4ever <email address hidden>
Date: Mon Jan 5 15:57:23 2015 -0500

    Get correct protocol for domain
    Closes-Bug: 1406377

    Change-Id: I407cf32924d76c12d248c54fb50fcc0e6a530683

Changed in poppy:
status: In Progress → Fix Committed
Changed in poppy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.