We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c554fa0 commit 4bb07efCopy full SHA for 4bb07ef
1 file changed
otcextensions/sdk/apig/v2/_proxy.py
@@ -9,10 +9,14 @@
9
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10
# License for the specific language governing permissions and limitations
11
# under the License.
12
-
13
from openstack import proxy
14
+from otcextensions.common.utils import extract_url_parts
15
+
16
17
class Proxy(proxy.Proxy):
18
19
skip_discovery = True
20
21
+ def _extract_name(self, url, service_type=None, project_id=None):
22
+ return extract_url_parts(url, project_id)
0 commit comments