Hi all! I'm writing a fuel plugin that depends on another plugin, in particular one plugin install node-js and the other plugin install a software that uses nodejs. What i did is to add a condition in environment_config.yaml: ``` * restrictions:* * - condition: "settings:fuel-plugin-node-js.metadata.enabled == false"* * action: "disable"* * message: "Node JS must be present and enabled"* *```* This work if fuel-plugin-node-js is present, but doesn't work otherwise. So I tried with: ``` *- condition: "settings:fuel-plugin-node-js and settings:fuel-plugin-node-js.metadata.enabled == false"* *```* but with the same result: it works only if the first plugin is present.
Can you help me? -- ======================================================== Daniel Depaoli CREATE-NET Research Center Smart Infrastructures Area Junior Research Engineer ========================================================
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev