Menu
  • HOME
  • TAGS

Configure cloud-controller.xml in Stratos

openstack,wso2stratos

I'm assuming you're using Apache Stratos 4.0.0, which earlier was WSO2 Stratos. If you're using stratos-installer[1], then you only need to provide the OpenStack details in INSTALL_DIR/stratos-installer/conf/setup.conf file. The installer will configure cloud-controller.xml along with the other files using the information given in the setup.conf file. However, if you're just...

How to set Max User List Count for profile-mgt.jsp

wso2,wso2is,wso2stratos

I found one way to get the results I wanted. I opened up the mysql database userstore and edited the field um_user_config in the table um_tenant. The data in that field is xml. I found the property for MaxUserNameListLength and changed its value from 100 to a greater number. Then...