f984c4ec9b
When a remote service requests notification about changes to endpoints, provide the full detail on each endpoint rather than just a checksum of the internal/admin/public URL's. This allows consuming services which require explicit configuration of service endpoint URL's to configure everything via their relation to keystone rather than directly relating to all required services. Change-Id: I39b6e3df17e44c801f5f6bb122407623cbf1c937
11 lines
526 B
XML
11 lines
526 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<?eclipse-pydev version="1.0"?><pydev_project>
|
|
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
|
|
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">python3</pydev_property>
|
|
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH">
|
|
<path>/keystone/hooks</path>
|
|
<path>/keystone/unit_tests</path>
|
|
<path>/${PROJECT_DIR_NAME}</path>
|
|
</pydev_pathproperty>
|
|
</pydev_project>
|